com.partnersoft.v3x.io.formats.dxf
Class DXFSeqEnd

java.lang.Object
  extended by com.partnersoft.v3x.io.formats.dxf.DXFEntity
      extended by com.partnersoft.v3x.io.formats.dxf.DXFSeqEnd
All Implemented Interfaces:
DXFGroupActor

public class DXFSeqEnd
extends DXFEntity

A DXF ENDBLK object.


Field Summary
 
Fields inherited from class com.partnersoft.v3x.io.formats.dxf.DXFEntity
appGroupName, handle, insideAppGroup
 
Constructor Summary
DXFSeqEnd()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.partnersoft.v3x.io.formats.dxf.DXFEntity
begin, clone, copyStateFrom, end, processGroup, resetToDefaults
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DXFSeqEnd

public DXFSeqEnd()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object