public class DXFVPort
extends java.lang.Object
| Constructor and Description |
|---|
DXFVPort() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAspectRatio() |
double |
getBackClippingPlane() |
Point |
getCenterPoint() |
double |
getCircleZoom() |
double |
getFastZoom() |
double |
getFrontClippingPlane() |
Point |
getGridSpacingPoint() |
double |
getHeight() |
double |
getLensLength() |
Point |
getLowerLeftCorner() |
java.lang.String |
getName() |
double |
getRotationAngle() |
Point |
getSnapBasePoint() |
Point |
getUpperRightCorner() |
Point |
getViewDirectionPoint() |
Point |
getViewTargetPoint() |
double |
getViewTwistAngle() |
double |
getWidth() |
boolean |
isActive() |
boolean |
isGrid() |
boolean |
isSnap() |
void |
setActive(boolean active) |
void |
setAspectRatio(double ratio) |
void |
setBackClippingPlane(double backClippingPlane) |
void |
setCenterPoint(Point centerPoint) |
void |
setCircleZoom(double circleZoom) |
void |
setFastZoom(double fastZoom) |
void |
setFrontClippingPlane(double frontClippingPlane) |
void |
setGrid(boolean grid) |
void |
setGridSpacingPoint(Point gridSpacingPoint) |
void |
setHeight(double height) |
void |
setLensLength(double lensLength) |
void |
setLowerLeftCorner(Point lowerLeftCorner) |
void |
setName(java.lang.String name) |
void |
setRotationAngle(double rotationAngle) |
void |
setSnap(boolean snap) |
void |
setSnapBasePoint(Point snapBasePoint) |
void |
setUpperRightCorner(Point upperRightCorner) |
void |
setViewDirectionPoint(Point viewDirectionPoint) |
void |
setViewTargetPoint(Point viewTargetPoint) |
void |
setViewTwistAngle(double viewTwistAngle) |
void |
setWidth(double width) |
public double getBackClippingPlane()
public void setBackClippingPlane(double backClippingPlane)
backClippingPlane - The backClippingPlane to set.public Point getCenterPoint()
public void setCenterPoint(Point centerPoint)
centerPoint - The centerPoint to set.public double getCircleZoom()
public void setCircleZoom(double circleZoom)
circleZoom - The circleZoom to set.public double getFastZoom()
public void setFastZoom(double fastZoom)
fastZoom - The fastZoom to set.public double getFrontClippingPlane()
public void setFrontClippingPlane(double frontClippingPlane)
frontClippingPlane - The frontClippingPlane to set.public boolean isGrid()
public void setGrid(boolean grid)
grid - The grid to set.public Point getGridSpacingPoint()
public void setGridSpacingPoint(Point gridSpacingPoint)
gridSpacingPoint - The gridSpacingPoint to set.public double getHeight()
public void setHeight(double height)
height - The height to set.public double getLensLength()
public void setLensLength(double lensLength)
lensLength - The lensLength to set.public Point getLowerLeftCorner()
public void setLowerLeftCorner(Point lowerLeftCorner)
lowerLeftCorner - The lowerLeftCorner to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public double getAspectRatio()
public void setAspectRatio(double ratio)
ratio - The ratio to set.public double getRotationAngle()
public void setRotationAngle(double rotationAngle)
rotationAngle - The rotationAngle to set.public boolean isSnap()
public void setSnap(boolean snap)
snap - The snap to set.public Point getSnapBasePoint()
public void setSnapBasePoint(Point snapBasePoint)
snapBasePoint - The snapBasePoint to set.public Point getUpperRightCorner()
public void setUpperRightCorner(Point upperRightCorner)
upperRightCorner - The upperRightCorner to set.public Point getViewDirectionPoint()
public void setViewDirectionPoint(Point viewDirectionPoint)
viewDirectionPoint - The viewDirectionPoint to set.public Point getViewTargetPoint()
public void setViewTargetPoint(Point viewTargetPoint)
viewTargetPoint - The viewTargetPoint to set.public double getViewTwistAngle()
public void setViewTwistAngle(double viewTwistAngle)
viewTwistAngle - The viewTwistAngle to set.public boolean isActive()
public void setActive(boolean active)
active - The active to set.public double getWidth()
public void setWidth(double width)