public class DXFView
extends java.lang.Object
| Constructor and Description |
|---|
DXFView() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBackClipping() |
Point |
getCenterPoint() |
double |
getFrontClipping() |
double |
getHeight() |
double |
getLensLength() |
java.lang.String |
getName() |
int |
getRenderMode() |
Point |
getTarget() |
double |
getTwistAngle() |
double |
getUcsElevation() |
Vector |
getUcsOrigin() |
int |
getUcsType() |
Vector |
getUcsXAxis() |
Vector |
getUcsYAxis() |
Vector |
getViewDirection() |
double |
getWidth() |
boolean |
isUseUCS() |
void |
setBackClipping(double backClipping) |
void |
setCenterPoint(Point centerPoint) |
void |
setFrontClipping(double frontClipping) |
void |
setHeight(double height) |
void |
setLensLength(double lensLength) |
void |
setName(java.lang.String name) |
void |
setRenderMode(int renderMode) |
void |
setTarget(Point target) |
void |
setTwistAngle(double twistAngle) |
void |
setUcsElevation(double ucsElevation) |
void |
setUcsOrigin(Vector ucsOrigin) |
void |
setUcsType(int ucsType) |
void |
setUcsXAxis(Vector ucsXAxis) |
void |
setUcsYAxis(Vector ucsYAxis) |
void |
setUseUCS(boolean useUCS) |
void |
setViewDirection(Vector viewDirection) |
void |
setWidth(double width) |
public double getBackClipping()
public void setBackClipping(double backClipping)
backClipping - The backClipping to set.public Point getCenterPoint()
public void setCenterPoint(Point centerPoint)
centerPoint - The centerPoint to set.public double getFrontClipping()
public void setFrontClipping(double frontClipping)
frontClipping - The frontClipping 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 java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public int getRenderMode()
public void setRenderMode(int renderMode)
renderMode - The renderMode to set.public Point getTarget()
public void setTarget(Point target)
target - The target to set.public double getTwistAngle()
public void setTwistAngle(double twistAngle)
twistAngle - The twistAngle to set.public double getUcsElevation()
public void setUcsElevation(double ucsElevation)
ucsElevation - The ucsElevation to set.public Vector getUcsOrigin()
public void setUcsOrigin(Vector ucsOrigin)
ucsOrigin - The ucsOrigin to set.public int getUcsType()
public void setUcsType(int ucsType)
ucsType - The ucsType to set.public Vector getUcsXAxis()
public void setUcsXAxis(Vector ucsXAxis)
ucsXAxis - The ucsXAxis to set.public Vector getUcsYAxis()
public void setUcsYAxis(Vector ucsYAxis)
ucsYAxis - The ucsYAxis to set.public Vector getViewDirection()
public void setViewDirection(Vector viewDirection)
viewDirection - The viewDirection to set.public double getWidth()
public void setWidth(double width)
width - The width to set.public boolean isUseUCS()
public void setUseUCS(boolean useUCS)
useUCS - The useUCS to set.