com.partnersoft.formats.dxf
Interface DxfGroupActor


public interface DxfGroupActor

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

Author:
Paul Reavis Copyright 2000 Partner Software, Inc.

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()