com.partnersoft.v3x.io.formats.dxf
Interface DXFGroupActor

All Known Implementing Classes:
DXFArc, DXFAttrib, DXFBlock, DXFCircle, DXFDebugActor, DXFDictionary, DXFDispatchActor, DXFEllipse, DXFEndBlk, DXFEntity, DXFGraphic, DXFInsert, DXFIrd_Dsc_Record, DXFIrd_Obj_Record, DXFLayer, DXFLeader, DXFLine, DXFLWPolyline, DXFMText, DXFPoint, DXFPolyline, DXFSeqEnd, DXFText, DXFVertex, DXFXRecord

public interface DXFGroupActor

An event-driven actor that does things based on the low-level DXF group stream.


Method Summary
 void begin()
           
 void end()
           
 void processGroup(int code, DXFProtoValue value)
           
 

Method Detail

begin

void begin()

processGroup

void processGroup(int code,
                  DXFProtoValue value)

end

void end()