public abstract class DwfWhipDrawable extends DwfWhipObject
Represents Whip drawable object
Constructor and Description |
---|
DwfWhipDrawable() |
Modifier and Type | Method and Description |
---|---|
com.aspose.cad.Color |
getColor()
Gets or sets Color
|
int |
getLayerIndex()
Gets or sets layer index
|
DwfWhipLineStyle |
getLineStyle()
Gets or sets line style
|
DwfWhipLineWeight |
getLineWeight()
Gets or sets line weight
|
abstract Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
abstract Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
DwfWhipTransform |
getTransformMatrix()
Gets or sets transform matrix
|
boolean |
isVisible()
Gets or sets a value indicating whether object is visible.
|
void |
setColor(com.aspose.cad.Color value)
Gets or sets Color
|
void |
setLayerIndex(int value)
Gets or sets layer index
|
void |
setLineStyle(DwfWhipLineStyle value)
Gets or sets line style
|
void |
setLineWeight(DwfWhipLineWeight value)
Gets or sets line weight
|
void |
setTransformMatrix(DwfWhipTransform value)
Gets or sets transform matrix
|
void |
setVisible(boolean value)
Gets or sets a value indicating whether object is visible.
|
isMaterialized
public com.aspose.cad.Color getColor()
Gets or sets Color
public void setColor(com.aspose.cad.Color value)
Gets or sets Color
public DwfWhipLineWeight getLineWeight()
Gets or sets line weight
public void setLineWeight(DwfWhipLineWeight value)
Gets or sets line weight
public boolean isVisible()
Gets or sets a value indicating whether object is visible.
public void setVisible(boolean value)
Gets or sets a value indicating whether object is visible.
public DwfWhipTransform getTransformMatrix()
Gets or sets transform matrix
public void setTransformMatrix(DwfWhipTransform value)
Gets or sets transform matrix
public DwfWhipLineStyle getLineStyle()
Gets or sets line style
public void setLineStyle(DwfWhipLineStyle value)
Gets or sets line style
public int getLayerIndex()
Gets or sets layer index
public void setLayerIndex(int value)
Gets or sets layer index
public abstract Cad3DPoint getMinPoint()
Gets the min point of object.
public abstract Cad3DPoint getMaxPoint()
Gets the max point of object.