public class CdrListObjects extends CdrObjectContainer
The cdr list objects
CdrObjectContainer
Constructor and Description |
---|
CdrListObjects() |
Modifier and Type | Method and Description |
---|---|
int |
getFillId()
Gets the fill identifier.
|
double |
getOpacity()
Gets the opacity.
|
int |
getOutLineId()
Gets the out line identifier.
|
double |
getPageHeight()
Gets the height of the page.
|
double |
getPageWidth()
Gets the width of the page.
|
int |
getStyleId()
Gets the style identifier.
|
void |
setFillId(int value)
Sets the fill identifier.
|
void |
setOpacity(double value)
Sets the opacity.
|
void |
setOutLineId(int value)
Sets the out line identifier.
|
void |
setPageHeight(double value)
Sets the height of the page.
|
void |
setPageWidth(double value)
Sets the width of the page.
|
void |
setStyleId(int value)
Sets the style identifier.
|
addChildObject, getChilds, getLastChild, getLoadToLastChild, insertObject, setLastChild, setLoadToLastChild
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final double getPageWidth()
Gets the width of the page.
public final void setPageWidth(double value)
Sets the width of the page.
value
- the width of the page.public final double getPageHeight()
Gets the height of the page.
public final void setPageHeight(double value)
Sets the height of the page.
value
- the height of the page.public final int getFillId()
Gets the fill identifier.
public final void setFillId(int value)
Sets the fill identifier.
value
- the fill identifier.public final int getOutLineId()
Gets the out line identifier.
public final void setOutLineId(int value)
Sets the out line identifier.
value
- the out line identifier.public final int getStyleId()
Gets the style identifier.
public final void setStyleId(int value)
Sets the style identifier.
value
- the style identifier.public final double getOpacity()
Gets the opacity.
public final void setOpacity(double value)
Sets the opacity.
value
- the opacity.