public class DwfWhipContourSet extends DwfWhipDrawable
Represents Whip contour set object
Constructor and Description |
---|
DwfWhipContourSet()
Initializes a new instance of the
DwfWhipContourSet class |
DwfWhipContourSet(DwfWhipLogicalPoint[] points)
Initializes a new instance of the
DwfWhipContourSet class |
Modifier and Type | Method and Description |
---|---|
int |
getContourNumber()
Gets or sets the number of contours in the set (size of counts_list.)
|
long |
getIncarnation()
Gets or sets rendition incarnation
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DwfWhipLogicalPoint> |
getPoints()
Gets points
|
int |
getStageItemCounter()
Gets or sets stage item counter
|
boolean |
isRelativized()
Gets of sets Relativized value.
|
boolean |
isTransformed()
Gets or sets transformation value.
|
void |
transform(DwfWhipTransform transform)
Transforms object
|
getColor, getLayerIndex, getLineStyle, getLineWeight, getTransformMatrix, isVisible, setColor, setLayerIndex, setLineStyle, setLineWeight, setTransformMatrix, setVisible
isMaterialized
public DwfWhipContourSet()
Initializes a new instance of the DwfWhipContourSet
class
public DwfWhipContourSet(DwfWhipLogicalPoint[] points)
Initializes a new instance of the DwfWhipContourSet
class
points
- points of the setpublic com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DwfWhipLogicalPoint> getPoints()
Gets points
public long getIncarnation()
Gets or sets rendition incarnation
public int getContourNumber()
Gets or sets the number of contours in the set (size of counts_list.)
public boolean isTransformed()
Gets or sets transformation value. True if the points have been transformed
public boolean isRelativized()
Gets of sets Relativized value. True if the points have been relativized.
public int getStageItemCounter()
Gets or sets stage item counter
public Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint
in class DwfWhipDrawable
public Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint
in class DwfWhipDrawable
public void transform(DwfWhipTransform transform)
Transforms object
transform
- transform matrix