org.kabeja.dxf
Class DXF3DFace

java.lang.Object
  extended by org.kabeja.dxf.DXFEntity
      extended by org.kabeja.dxf.DXFSolid
          extended by org.kabeja.dxf.DXF3DFace

public class DXF3DFace
extends DXFSolid

Author:
simon

Field Summary
 
Fields inherited from class org.kabeja.dxf.DXFSolid
point1, point2, point3, point4
 
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
DXF3DFace()
           
 
Method Summary
 double getLength()
          Returns the length of the entity or 0 if the entity has no length
 java.lang.String getType()
           
 
Methods inherited from class org.kabeja.dxf.DXFSolid
getBounds, getPoint1, getPoint2, getPoint3, getPoint4, setPoint1, setPoint2, setPoint3, setPoint4
 
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

DXF3DFace

public DXF3DFace()
Method Detail

getType

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

getLength

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

Overrides:
getLength in class DXFSolid
Returns: