public abstract class DwfWhipImageBase extends DwfWhipDrawable
Represents whip PNG group for image object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBinaryData()
Binary dataof image encoded accrording to format
|
int |
getColumns()
Gets image colums count
|
DwfWhipLogicalPoint |
getMaxCorner()
Gets maximal corner of image (bottom, right)
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
DwfWhipLogicalPoint |
getMinCorner()
Gets minimal corner of image (top, left)
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
int |
getRows()
Gets image rows count
|
getColor, getLayerIndex, getLineStyle, getLineWeight, getTransformMatrix, isVisible, setColor, setLayerIndex, setLineStyle, setLineWeight, setTransformMatrix, setVisibleisMaterializedpublic final int getColumns()
Gets image colums count
public final int getRows()
Gets image rows count
public final DwfWhipLogicalPoint getMinCorner()
Gets minimal corner of image (top, left)
public final DwfWhipLogicalPoint getMaxCorner()
Gets maximal corner of image (bottom, right)
public final byte[] getBinaryData()
Binary dataof image encoded accrording to format
public Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint in class DwfWhipDrawablepublic Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint in class DwfWhipDrawable