public class CdrBbox extends CdrObjectContainer
The cdr box
CdrObjectContainer
Constructor and Description |
---|
CdrBbox() |
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Gets the height.
|
double |
getWidth()
Gets the width.
|
double |
getX()
Gets the x.
|
double |
getX0()
Gets the x0.
|
double |
getX1()
Gets the x1.
|
double |
getY()
Gets the y.
|
double |
getY0()
Gets the y0.
|
double |
getY1()
Gets the y1.
|
void |
setX0(double value)
Sets the x0.
|
void |
setX1(double value)
Sets the x1.
|
void |
setY0(double value)
Sets the y0.
|
void |
setY1(double value)
Sets the y1.
|
addChildObject, getChilds, getLastChild, getLoadToLastChild, insertObject, setLastChild, setLoadToLastChild
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final double getX0()
Gets the x0.
public final void setX0(double value)
Sets the x0.
value
- the x0.public final double getY0()
Gets the y0.
public final void setY0(double value)
Sets the y0.
value
- the y0.public final double getX1()
Gets the x1.
public final void setX1(double value)
Sets the x1.
value
- the x1.public final double getY1()
Gets the y1.
public final void setY1(double value)
Sets the y1.
value
- the y1.public final double getX()
Gets the x.
public final double getY()
Gets the y.
public final double getWidth()
Gets the width.
public final double getHeight()
Gets the height.