Fields inherited from class org.kabeja.dxf.DXFEntity |
block, color, colorRGB, doc, extrusion, flags, id, layerID, lineType, linetypeScaleFactor, lineWeight, modelSpace, thickness, transparency, visibile |
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 |
insertionPoint
protected Point insertionPoint
styleNameID
protected java.lang.String styleNameID
text
protected java.lang.String text
xaxisDirection
protected Vector xaxisDirection
DXFTolerance
public DXFTolerance()
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: