public class DwfWhipViewPort extends DwfWhipDrawable
Represents view port
| Constructor and Description |
|---|
DwfWhipViewPort()
Initializes a new instance of the
DwfWhipViewPort class |
DwfWhipViewPort(DwfWhipLogicalPoint[] points)
Initializes a new instance of the
DwfWhipViewPort class |
| Modifier and Type | Method and Description |
|---|---|
DwfWhipContourSet |
getContourSet()
Gets contours set
|
int |
getIncarnation()
Gets Incarnation
|
Cad3DPoint |
getMaxPoint()
Gets the max point of object.
|
Cad3DPoint |
getMinPoint()
Gets the min point of object.
|
DwfString |
getName()
Gets name of vieport
|
boolean |
isVisible()
Gets or sets a value indicating whether object is visible.
|
void |
setVisible(boolean value)
Gets or sets a value indicating whether object is visible.
|
getColor, getLayerIndex, getLineStyle, getLineWeight, getTransformMatrix, setColor, setLayerIndex, setLineStyle, setLineWeight, setTransformMatrixisMaterializedpublic DwfWhipViewPort()
Initializes a new instance of the DwfWhipViewPort class
public DwfWhipViewPort(DwfWhipLogicalPoint[] points)
Initializes a new instance of the DwfWhipViewPort class
points - points of contourpublic DwfWhipContourSet getContourSet()
Gets contours set
public DwfString getName()
Gets name of vieport
public int getIncarnation()
Gets Incarnation
public Cad3DPoint getMinPoint()
Gets the min point of object.
Value: Min point of object.getMinPoint in class DwfWhipDrawablepublic Cad3DPoint getMaxPoint()
Gets the max point of object.
Value: Max point of object.getMaxPoint in class DwfWhipDrawablepublic boolean isVisible()
DwfWhipDrawableGets or sets a value indicating whether object is visible.
isVisible in class DwfWhipDrawablepublic void setVisible(boolean value)
DwfWhipDrawableGets or sets a value indicating whether object is visible.
setVisible in class DwfWhipDrawable