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, setVisible
isMaterialized
public 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 DwfWhipDrawable
public Cad3DPoint getMaxPoint()
Gets the max point of object.
getMaxPoint
in class DwfWhipDrawable
public void transform(DwfWhipTransform transform)
Transforms object
transform
- Transform matrix