org.kabeja.dxf
Class DXFTolerance

java.lang.Object
  extended by org.kabeja.dxf.DXFEntity
      extended by org.kabeja.dxf.DXFTolerance

public class DXFTolerance
extends DXFEntity

Author:
Field Summary
protected  Point insertionPoint
           
protected  java.lang.String styleNameID
           
protected  java.lang.String text
           
protected  Vector xaxisDirection
           
 
Fields inherited from class org.kabeja.dxf.DXFEntity
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile
 
Constructor Summary
DXFTolerance()
           
 
Method Summary
 Bounds getBounds()
           
 Point getInsertionPoint()
           
 double getLength()
          Returns the length of the entity or 0 if the entity has no length
 java.lang.String getStyleID()
           
 java.lang.String getText()
           
 java.lang.String getType()
           
 Vector getXaxisDirection()
           
 void setInsertionPoint(Point insertionPoint)
           
 void setStyleID(java.lang.String styleNameID)
           
 void setText(java.lang.String text)
           
 void setXaxisDirection(Vector xaxisDirection)
           
 
Methods inherited from class org.kabeja.dxf.DXFEntity
getColor, getColorRGB, getDXFDocument, getExtrusion, getFlags, getID, getLayerName, getLineType, getLinetypeScaleFactor, getLineWeight, getThickness, getTransparency, isBlockEntity, isModelSpace, isOmitLineType, isVisibile, setBlockEntity, setColor, setColorRGB, setDXFDocument, setExtrusion, setExtrusionX, setExtrusionY, setExtrusionZ, setFlags, setID, setLayerName, setLineType, setLinetypeScaleFactor, setLineWeight, setModelSpace, setThickness, setTransparency, setVisibile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

insertionPoint

protected Point insertionPoint

styleNameID

protected java.lang.String styleNameID

text

protected java.lang.String text

xaxisDirection

protected Vector xaxisDirection
Constructor Detail

DXFTolerance

public DXFTolerance()
Method Detail

getBounds

public Bounds getBounds()
Specified by:
getBounds in class DXFEntity

getType

public java.lang.String getType()
Specified by:
getType in class DXFEntity

getInsertionPoint

public Point getInsertionPoint()
Returns:
Returns the insertionPoint.

setInsertionPoint

public void setInsertionPoint(Point insertionPoint)
Parameters:
insertionPoint - The insertionPoint to set.

getStyleID

public java.lang.String getStyleID()
Returns:
Returns the styleID.

setStyleID

public void setStyleID(java.lang.String styleNameID)
Parameters:
styleNameID - The styleID to set.

getText

public java.lang.String getText()
Returns:
Returns the text.

setText

public void setText(java.lang.String text)
Parameters:
text - The text to set.

getXaxisDirection

public Vector getXaxisDirection()
Returns:
Returns the xaxisDirection.

setXaxisDirection

public void setXaxisDirection(Vector xaxisDirection)
Parameters:
xaxisDirection - The xaxisDirection to set.

getLength

public double getLength()
Description copied from class: DXFEntity
Returns the length of the entity or 0 if the entity has no length

Specified by:
getLength in class DXFEntity
Returns: