ObjImage
Contents
[
Hide
]Inheritance: java.lang.Object, Image
Constructors
| Constructor | Description |
|---|---|
| ObjImage(ObjRoot objRoot) |
Methods
| Method | Description |
|---|---|
| getObjRoot() | |
| getWidth() | Gets the image width. |
| getHeight() | Gets the image height. |
| getDepth() | Gets the depth. |
| isCached() | |
| getShapes() | Gets drawing shapes |
| cacheData() |
ObjImage(ObjRoot objRoot)
public ObjImage(ObjRoot objRoot)
getObjRoot()
public final ObjRoot getObjRoot()
Returns: ObjRoot
getWidth()
public int getWidth()
Gets the image width.
Returns: int - The image width.
getHeight()
public int getHeight()
Gets the image height.
Returns: int - The image height.
getDepth()
public final int getDepth()
Gets the depth.
Returns: int - The depth.
isCached()
public boolean isCached()
Returns: boolean
getShapes()
public final List<ObjShape> getShapes()
Gets drawing shapes
Returns: List
cacheData()
public void cacheData()