DwfWhipPointSet
Contents
[
Hide
]Inheritance: java.lang.Object, DwfWhipDrawable
Represents point set object
Constructors
| Constructor | Description |
|---|---|
| DwfWhipPointSet() |
Methods
| Method | Description |
|---|---|
| getPoints() | Gets points |
| isTransformed() | Gets or sets is transformed, true if the points have been transformed |
| getMinPoint() | Gets the min point of object. |
| getMaxPoint() | Gets the max point of object. |
| transform(DwfWhipTransform transform) | Transforms object |
DwfWhipPointSet()
public DwfWhipPointSet()
getPoints()
public com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DwfWhipLogicalPoint> getPoints()
Gets points
Returns: com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection
isTransformed()
public boolean isTransformed()
Gets or sets is transformed, true if the points have been transformed
Returns: boolean
getMinPoint()
public Cad3DPoint getMinPoint()
Gets the min point of object.
Returns: Cad3DPoint - Min point of object.
getMaxPoint()
public Cad3DPoint getMaxPoint()
Gets the max point of object.
Returns: Cad3DPoint - Max point of object.
transform(DwfWhipTransform transform)
public void transform(DwfWhipTransform transform)
Transforms object
Parameters:
| Parameter | Type | Description |
|---|---|---|
| transform | DwfWhipTransform | Transform matrix |