org.kabeja.dxf
Class DXFVPort

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

public class DXFVPort
extends java.lang.Object

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

Constructor Detail

DXFVPort

public DXFVPort()
Method Detail

getBackClippingPlane

public double getBackClippingPlane()
Returns:
Returns the backClippingPlane.

setBackClippingPlane

public void setBackClippingPlane(double backClippingPlane)
Parameters:
backClippingPlane - The backClippingPlane to set.

getCenterPoint

public Point getCenterPoint()
Returns:
Returns the centerPoint.

setCenterPoint

public void setCenterPoint(Point centerPoint)
Parameters:
centerPoint - The centerPoint to set.

getCircleZoom

public double getCircleZoom()
Returns:
Returns the circleZoom.

setCircleZoom

public void setCircleZoom(double circleZoom)
Parameters:
circleZoom - The circleZoom to set.

getFastZoom

public double getFastZoom()
Returns:
Returns the fastZoom.

setFastZoom

public void setFastZoom(double fastZoom)
Parameters:
fastZoom - The fastZoom to set.

getFrontClippingPlane

public double getFrontClippingPlane()
Returns:
Returns the frontClippingPlane.

setFrontClippingPlane

public void setFrontClippingPlane(double frontClippingPlane)
Parameters:
frontClippingPlane - The frontClippingPlane to set.

isGrid

public boolean isGrid()
Returns:
Returns the grid.

setGrid

public void setGrid(boolean grid)
Parameters:
grid - The grid to set.

getGridSpacingPoint

public Point getGridSpacingPoint()
Returns:
Returns the gridSpacingPoint.

setGridSpacingPoint

public void setGridSpacingPoint(Point gridSpacingPoint)
Parameters:
gridSpacingPoint - The gridSpacingPoint 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.

getLowerLeftCorner

public Point getLowerLeftCorner()
Returns:
Returns the lowerLeftCorner.

setLowerLeftCorner

public void setLowerLeftCorner(Point lowerLeftCorner)
Parameters:
lowerLeftCorner - The lowerLeftCorner 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.

getAspectRatio

public double getAspectRatio()
Returns:
Returns the ratio.

setAspectRatio

public void setAspectRatio(double ratio)
Parameters:
ratio - The ratio to set.

getRotationAngle

public double getRotationAngle()
Returns:
Returns the rotationAngle.

setRotationAngle

public void setRotationAngle(double rotationAngle)
Parameters:
rotationAngle - The rotationAngle to set.

isSnap

public boolean isSnap()
Returns:
Returns the snap.

setSnap

public void setSnap(boolean snap)
Parameters:
snap - The snap to set.

getSnapBasePoint

public Point getSnapBasePoint()
Returns:
Returns the snapBasePoint.

setSnapBasePoint

public void setSnapBasePoint(Point snapBasePoint)
Parameters:
snapBasePoint - The snapBasePoint to set.

getUpperRightCorner

public Point getUpperRightCorner()
Returns:
Returns the upperRightCorner.

setUpperRightCorner

public void setUpperRightCorner(Point upperRightCorner)
Parameters:
upperRightCorner - The upperRightCorner to set.

getViewDirectionPoint

public Point getViewDirectionPoint()
Returns:
Returns the viewDirectionPoint.

setViewDirectionPoint

public void setViewDirectionPoint(Point viewDirectionPoint)
Parameters:
viewDirectionPoint - The viewDirectionPoint to set.

getViewTargetPoint

public Point getViewTargetPoint()
Returns:
Returns the viewTargetPoint.

setViewTargetPoint

public void setViewTargetPoint(Point viewTargetPoint)
Parameters:
viewTargetPoint - The viewTargetPoint to set.

getViewTwistAngle

public double getViewTwistAngle()
Returns:
Returns the viewTwistAngle.

setViewTwistAngle

public void setViewTwistAngle(double viewTwistAngle)
Parameters:
viewTwistAngle - The viewTwistAngle to set.

isActive

public boolean isActive()
Returns:
Returns the active.

setActive

public void setActive(boolean active)
Parameters:
active - The active to set.

getWidth

public double getWidth()

setWidth

public void setWidth(double width)