public class DwfWhipPointSet extends DwfWhipDrawable
Represents point set object
| Constructor and Description |
|---|
DwfWhipPointSet() |
| Modifier and Type | Method and Description |
|---|---|
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
|
boolean |
isTransformed()
Gets or sets is transformed, true if the points have been transformed
|
void |
transform(DwfWhipTransform transform)
Transforms object
|
getColor, getLayerIndex, getLineStyle, getLineWeight, getTransformMatrix, isVisible, setColor, setLayerIndex, setLineStyle, setLineWeight, setTransformMatrix, setVisibleisMaterializedpublic com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DwfWhipLogicalPoint> getPoints()
Gets points
public boolean isTransformed()
Gets or sets is transformed, true if the points have been transformed
public Cad3DPoint getMinPoint()
Gets the min point of object.
getMinPoint in class DwfWhipDrawablepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint in class DwfWhipDrawablepublic void transform(DwfWhipTransform transform)
Transforms object
transform - Transform matrix