com.partnersoft.v3x.graphics.DXF
Class DXFSeqendEntity

java.lang.Object
  extended by com.partnersoft.v3x.graphics.DXF.DXFEntity
      extended by com.partnersoft.v3x.graphics.DXF.DXFSeqendEntity
All Implemented Interfaces:
java.io.Serializable

public class DXFSeqendEntity
extends DXFEntity

A DXF SEQEND entity.

See Also:
Serialized Form

Constructor Summary
DXFSeqendEntity()
           
 
Method Summary
 java.lang.String name()
          The entity name.
 
Methods inherited from class com.partnersoft.v3x.graphics.DXF.DXFEntity
getColor, getElevation, getExtrusionX, getExtrusionY, getExtrusionZ, getGroups, getLayer, getLineType, getLineTypeScale, getModelSpace, getThickness, setColor, setElevation, setExtrusionX, setExtrusionY, setExtrusionZ, setLayer, setLineType, setLineTypeScale, setModelSpace, setThickness, writeGroups
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXFSeqendEntity

public DXFSeqendEntity()
Method Detail

name

public java.lang.String name()
The entity name.

Specified by:
name in class DXFEntity