public class CdrMcfg extends CdrObject
The cdr configuration object
CdrObjectContainer
Constructor and Description |
---|
CdrMcfg() |
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Gets the height.
|
double |
getWidth()
Gets the width.
|
void |
setHeight(double value)
Sets the height.
|
void |
setWidth(double value)
Sets the width.
|
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final double getWidth()
Gets the width.
public final void setWidth(double value)
Sets the width.
value
- the width.public final double getHeight()
Gets the height.
public final void setHeight(double value)
Sets the height.
value
- the height.