DwfWhipDrawable
Contents
[
Hide
]Inheritance: java.lang.Object, DwfWhipObject
Represents Whip drawable object
Constructors
| Constructor | Description |
|---|---|
| DwfWhipDrawable() |
Methods
| Method | Description |
|---|---|
| getColor() | Gets or sets Color |
| setColor(com.aspose.cad.Color value) | Gets or sets Color |
| getLineWeight() | Gets or sets line weight |
| setLineWeight(DwfWhipLineWeight value) | Gets or sets line weight |
| isVisible() | Gets or sets a value indicating whether object is visible. |
| setVisible(boolean value) | Gets or sets a value indicating whether object is visible. |
| getTransformMatrix() | Gets or sets transform matrix |
| setTransformMatrix(DwfWhipTransform value) | Gets or sets transform matrix |
| getLineStyle() | Gets or sets line style |
| setLineStyle(DwfWhipLineStyle value) | Gets or sets line style |
| getLayerIndex() | Gets or sets layer index |
| setLayerIndex(int value) | Gets or sets layer index |
| getMinPoint() | Gets the min point of object. |
| getMaxPoint() | Gets the max point of object. |
DwfWhipDrawable()
public DwfWhipDrawable()
getColor()
public com.aspose.cad.Color getColor()
Gets or sets Color
Returns: com.aspose.cad.Color
setColor(com.aspose.cad.Color value)
public void setColor(com.aspose.cad.Color value)
Gets or sets Color
getLineWeight()
public DwfWhipLineWeight getLineWeight()
Gets or sets line weight
Returns: DwfWhipLineWeight
setLineWeight(DwfWhipLineWeight value)
public void setLineWeight(DwfWhipLineWeight value)
Gets or sets line weight
isVisible()
public boolean isVisible()
Gets or sets a value indicating whether object is visible.
Returns: boolean
setVisible(boolean value)
public void setVisible(boolean value)
Gets or sets a value indicating whether object is visible.
getTransformMatrix()
public DwfWhipTransform getTransformMatrix()
Gets or sets transform matrix
Returns: DwfWhipTransform
setTransformMatrix(DwfWhipTransform value)
public void setTransformMatrix(DwfWhipTransform value)
Gets or sets transform matrix
getLineStyle()
public DwfWhipLineStyle getLineStyle()
Gets or sets line style
Returns: DwfWhipLineStyle
setLineStyle(DwfWhipLineStyle value)
public void setLineStyle(DwfWhipLineStyle value)
Gets or sets line style
getLayerIndex()
public int getLayerIndex()
Gets or sets layer index
Returns: int
setLayerIndex(int value)
public void setLayerIndex(int value)
Gets or sets layer index
getMinPoint()
public abstract Cad3DPoint getMinPoint()
Gets the min point of object.
Returns: Cad3DPoint - Min point of object.
getMaxPoint()
public abstract Cad3DPoint getMaxPoint()
Gets the max point of object.
Returns: Cad3DPoint - Max point of object.