public abstract class CdrGraphicObject extends CdrObject
The cdr graphic object
CdrObjectContainer
Constructor and Description |
---|
CdrGraphicObject() |
Modifier and Type | Method and Description |
---|---|
RectangleF |
getBoundsInPixels()
Gets the bounds in pixels.
|
double |
getHeight()
Gets the y.
|
double |
getWidth()
Gets the x.
|
void |
setBoundsInPixels(RectangleF value)
Sets the bounds in pixels.
|
void |
setHeight(double value)
Sets the y.
|
void |
setWidth(double value)
Sets the x.
|
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final double getWidth()
Gets the x.
public final void setWidth(double value)
Sets the x.
value
- the xpublic final double getHeight()
Gets the y.
public final void setHeight(double value)
Sets the y.
value
- the y.public final RectangleF getBoundsInPixels()
Gets the bounds in pixels.
public final void setBoundsInPixels(RectangleF value)
Sets the bounds in pixels.
value
- the bounds in pixels.