org.kabeja.dxf
Class DXFRegion

java.lang.Object
  extended by org.kabeja.dxf.DXFEntity
      extended by org.kabeja.dxf.DXFRegion
Direct Known Subclasses:
DXF3DSolid, DXFBody

public class DXFRegion
extends DXFEntity

Author:
Field Summary
protected  java.util.List acisData
           
 
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
DXFRegion()
           
 
Method Summary
 void appendACISDATA(java.lang.String data)
           
 java.util.List getACISDATA()
          The ACIS commands as a list of lines
 Bounds getBounds()
           
 double getLength()
          This entity is only a container of ACIS data.
 java.lang.String getType()
           
 
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

acisData

protected java.util.List acisData
Constructor Detail

DXFRegion

public DXFRegion()
Method Detail

getBounds

public Bounds getBounds()
Specified by:
getBounds in class DXFEntity
Returns:
always invalid bounds

getType

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

getACISDATA

public java.util.List getACISDATA()
The ACIS commands as a list of lines

Returns:
the list

appendACISDATA

public void appendACISDATA(java.lang.String data)

getLength

public double getLength()
This entity is only a container of ACIS data.

Specified by:
getLength in class DXFEntity
Returns:
always 0