DwfWhipImageBase
Inheritance: java.lang.Object, DwfWhipDrawable
Represents whip PNG group for image object
Methods
| Method | Description |
|---|---|
| getColumns() | Gets image colums count |
| getRows() | Gets image rows count |
| getMinCorner() | Gets minimal corner of image (top, left) |
| getMaxCorner() | Gets maximal corner of image (bottom, right) |
| getBinaryData() | Binary dataof image encoded accrording to format |
| getMaxPoint() | Gets the max point of object. |
| getMinPoint() | Gets the min point of object. |
getColumns()
public final int getColumns()
Gets image colums count
Returns: int
getRows()
public final int getRows()
Gets image rows count
Returns: int
getMinCorner()
public final DwfWhipLogicalPoint getMinCorner()
Gets minimal corner of image (top, left)
Returns: DwfWhipLogicalPoint
getMaxCorner()
public final DwfWhipLogicalPoint getMaxCorner()
Gets maximal corner of image (bottom, right)
Returns: DwfWhipLogicalPoint
getBinaryData()
public final byte[] getBinaryData()
Binary dataof image encoded accrording to format
Returns: byte[]
getMaxPoint()
public Cad3DPoint getMaxPoint()
Gets the max point of object.
Returns: Cad3DPoint - Max point of object.
getMinPoint()
public Cad3DPoint getMinPoint()
Gets the min point of object.
Returns: Cad3DPoint - Min point of object.