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

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

public class DXFDispatchActor
extends java.lang.Object
implements DXFGroupActor

"Dispatches" group codes to entity-specific actors/objects (e.g. DXFInsert).


Constructor Summary
DXFDispatchActor(DXFEntityActor entityActor)
           
 
Method Summary
 void begin()
           
 void end()
           
 void processGroup(int code, DXFProtoValue value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXFDispatchActor

public DXFDispatchActor(DXFEntityActor entityActor)
Method Detail

begin

public void begin()
Specified by:
begin in interface DXFGroupActor

processGroup

public void processGroup(int code,
                         DXFProtoValue value)
Specified by:
processGroup in interface DXFGroupActor

end

public void end()
Specified by:
end in interface DXFGroupActor