Package com.partnersoft.io.formats.dxf

Interface Summary
DXFEntityActor Processes entities parsed from a DXF file.
DXFGroupActor An event-driven actor that does things based on the low-level DXF group stream.
 

Class Summary
DXFArc A DXF insert entity.
DXFAttrib A DXF attrib entity.
DXFBlock A DXF BLOCK object.
DXFCircle A DXF circle entity.
DXFDebugActor Just prints what it finds.
DXFDictionary A DXF DICTIONARY object.
DXFDispatchActor "Dispatches" group codes to entity-specific actors/objects (e.g.
DXFEllipse A DXF ellipse entity.
DXFEndBlk A DXF ENDBLK object.
DXFEntity An entity object from a DXF file.
DXFEntityDebugActor Just prints the entities as encountered.
DXFGraphic A DXF graphical object.
DXFInsert A DXF insert entity.
DXFIrd_Dsc_Record A DXF IRD_DSC_RECORD object.
DXFIrd_Obj_Record A DXF IRD_OBJ_RECORD object.
DXFLayer A DXF layer definition.
DXFLeader A DXF LEADER entity.
DXFLib Some nice DXF functions.
DXFLine A DXF LINE entity.
DXFLWPolyline A DXF LWPOLYLINE entity.
DXFMText A DXF MTEXT entity.
DXFObjectDataClass A class or table description of a DXF object data type.
DXFObjectDataField A field description for a DXF object data type.
DXFPoint A DXF point entity.
DXFPolyline A DXF POLYLINE entity.
DXFProtoValue An unparsed value.
DXFReader A reader for DXF files.
DXFSeqEnd A DXF ENDBLK object.
DXFText A DXF TEXT entity.
DXFVertex A DXF VERTEX entity.
DXFXRecord A DXF XRECORD entity.