public interface IDocItem
| Modifier and Type | Method and Description |
|---|---|
void |
draw(IGraphicsSurface g) |
float |
getHeight() |
float |
getWidth() |
float |
getX() |
float |
getY() |
void |
setHeight(float height) |
void |
setWidth(float width) |
void |
setX(float x) |
void |
setY(float y) |
float getX()
void setX(float x)
float getY()
void setY(float y)
float getHeight()
void setHeight(float height)
float getWidth()
void setWidth(float width)
void draw(IGraphicsSurface g) throws XDocException, IOException
XDocExceptionIOException