org.kabeja.dxf
Class DXFXLine

java.lang.Object
  extended by org.kabeja.dxf.DXFEntity
      extended by org.kabeja.dxf.DXFRay
          extended by org.kabeja.dxf.DXFXLine

public class DXFXLine
extends DXFRay

Author:
Field Summary
 
Fields inherited from class org.kabeja.dxf.DXFRay
basePoint, direction
 
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
DXFXLine()
           
 
Method Summary
 Bounds getBounds()
           
 java.lang.String getType()
           
 
Methods inherited from class org.kabeja.dxf.DXFRay
getBasePoint, getDirection, getLength, setBasePoint, setDirection
 
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
 

Constructor Detail

DXFXLine

public DXFXLine()
Method Detail

getBounds

public Bounds getBounds()
Overrides:
getBounds in class DXFRay

getType

public java.lang.String getType()
Overrides:
getType in class DXFRay