| Constructor and Description |
|---|
ImageItem(Image image) |
ImageItem(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(IGraphicsSurface g) |
float |
getHeight() |
Image |
getImage() |
String |
getImgPath() |
float |
getWidth() |
float |
getX() |
float |
getY() |
void |
setHeight(float height) |
void |
setImage(Image image) |
void |
setImgPath(String imgPath) |
void |
setWidth(float width) |
void |
setX(float x) |
void |
setY(float y) |
public Image getImage()
public void setImage(Image image)
public String getImgPath()
public void setImgPath(String imgPath)
public void draw(IGraphicsSurface g) throws XDocException, IOException
draw in interface IDocItemXDocExceptionIOException