org.kabeja.dxf
Class DXFView

java.lang.Object
  extended by org.kabeja.dxf.DXFView

public class DXFView
extends java.lang.Object

Author:
Constructor Summary
DXFView()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXFView

public DXFView()
Method Detail

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.