Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DXFView
public DXFView()
getBackClipping
public double getBackClipping()
- Returns:
- Returns the backClipping.
setBackClipping
public void setBackClipping(double backClipping)
- Parameters:
backClipping
- The backClipping to set.
getCenterPoint
public Point getCenterPoint()
- Returns:
- Returns the centerPoint.
setCenterPoint
public void setCenterPoint(Point centerPoint)
- Parameters:
centerPoint
- The centerPoint to set.
getFrontClipping
public double getFrontClipping()
- Returns:
- Returns the frontClipping.
setFrontClipping
public void setFrontClipping(double frontClipping)
- Parameters:
frontClipping
- The frontClipping to set.
getHeight
public double getHeight()
- Returns:
- Returns the height.
setHeight
public void setHeight(double height)
- Parameters:
height
- The height to set.
getLensLength
public double getLensLength()
- Returns:
- Returns the lensLength.
setLensLength
public void setLensLength(double lensLength)
- Parameters:
lensLength
- The lensLength to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getRenderMode
public int getRenderMode()
- Returns:
- Returns the renderMode.
setRenderMode
public void setRenderMode(int renderMode)
- Parameters:
renderMode
- The renderMode to set.
getTarget
public Point getTarget()
- Returns:
- Returns the target.
setTarget
public void setTarget(Point target)
- Parameters:
target
- The target to set.
getTwistAngle
public double getTwistAngle()
- Returns:
- Returns the twistAngle.
setTwistAngle
public void setTwistAngle(double twistAngle)
- Parameters:
twistAngle
- The twistAngle to set.
getUcsElevation
public double getUcsElevation()
- Returns:
- Returns the ucsElevation.
setUcsElevation
public void setUcsElevation(double ucsElevation)
- Parameters:
ucsElevation
- The ucsElevation to set.
getUcsOrigin
public Vector getUcsOrigin()
- Returns:
- Returns the ucsOrigin.
setUcsOrigin
public void setUcsOrigin(Vector ucsOrigin)
- Parameters:
ucsOrigin
- The ucsOrigin to set.
getUcsType
public int getUcsType()
- Returns:
- Returns the ucsType.
setUcsType
public void setUcsType(int ucsType)
- Parameters:
ucsType
- The ucsType to set.
getUcsXAxis
public Vector getUcsXAxis()
- Returns:
- Returns the ucsXAxis.
setUcsXAxis
public void setUcsXAxis(Vector ucsXAxis)
- Parameters:
ucsXAxis
- The ucsXAxis to set.
getUcsYAxis
public Vector getUcsYAxis()
- Returns:
- Returns the ucsYAxis.
setUcsYAxis
public void setUcsYAxis(Vector ucsYAxis)
- Parameters:
ucsYAxis
- The ucsYAxis to set.
getViewDirection
public Vector getViewDirection()
- Returns:
- Returns the viewDirection.
setViewDirection
public void setViewDirection(Vector viewDirection)
- Parameters:
viewDirection
- The viewDirection to set.
getWidth
public double getWidth()
- Returns:
- Returns the width.
setWidth
public void setWidth(double width)
- Parameters:
width
- The width to set.
isUseUCS
public boolean isUseUCS()
- Returns:
- Returns the useUCS.
setUseUCS
public void setUseUCS(boolean useUCS)
- Parameters:
useUCS
- The useUCS to set.