Class | Description |
---|---|
DxfBLOCKS |
A DXF block contains a block of geometries.
|
DxfCLASSES |
Dxf section between the HEADER and the TABLES sections.
|
DXFDriverConfiguration |
This is the entry class to declare the dxf driver to JUMP.
|
DxfENTITIES |
The ENTITIES section of a DXF file containing all data itself
|
DxfENTITY |
A DXF ENTITY is equivalent to a JUMP feature.
|
DxfFile |
A whole dataset contained in a DXF file, and main methods to read from and
to write to the file.
|
DXFFileReaderWriter |
DXF driver containg a DXFReader and a DXFWriter.
|
DxfGroup |
DxfGroup is a group containing a dxf code and a dxf value.
|
DxfHEADER |
A DXF HEADER section.
|
DxfLINE |
LINE DXF entity.
|
DxfLWPOLYLINE |
LWPOLYLINE DXF entity.
|
DxfPOINT |
POINT DXF entity.
|
DxfPOLYLINE |
POLYLINE DXF entity.
|
DxfReader |
DXF reader.
|
DxfTABLE_APPID_ITEM |
The APPID item in the TABLES section
There is a static reader to read the item in a DXF file
and a toString method able to write it in a DXF form
|
DxfTABLE_DIMSTYLE_ITEM |
The DIMSTYLE item in the TABLES section
There is a static reader to read the item in a DXF file
and a toString method able to write it in a DXF form
|
DxfTABLE_ITEM |
This class represent one of the TABLE of the TABLES section.
|
DxfTABLE_LAYER_ITEM |
The LAYER item in the TABLES section
There is a static reader to read the item in a DXF file
and a toString method able to write it in a DXF form
|
DxfTABLE_LTYPE_ITEM |
The LTYPE item in the TABLES section
There is a static reader to read the item in a DXF file
and a toString method able to write it in a DXF form
|
DxfTABLE_STYLE_ITEM |
The STYLE item in the TABLES section
There is a static reader to read the item in a DXF file
and a toString method able to write it in a DXF form
|
DxfTABLE_UCS_ITEM |
The UCS item in the TABLES section
There is a static reader to read the item in a DXF file
and a toString method able to write it in a DXF form
|
DxfTABLE_VIEW_ITEM |
The VIEW item in the TABLES section
There is a static reader to read the item in a DXF file
and a toString method able to write it in a DXF form
|
DxfTABLE_VPORT_ITEM |
The VPORT item in the TABLES section
There is a static reader to read the item in a DXF file
and a toString method able to write it in a DXF form
|
DxfTABLES |
The TABLES section of a DXF file.
|
DxfTEXT |
A TEXT and its static readEntity method to read a TEXT in a DXF file.
|
DxfVERTEX |
A VERTEX and a static readEntity method to read a VERTEX in a DXF file.
|
DxfWriter |
DXF writer
|
InstallDXFDataSourceQueryChooserPlugIn |
Install the DXF driver.
|
SaveDxfFileDataSourceQueryChooser |
User interface to save a JUMP layer into a DXF file
Add an option to the standard panel
- option to create "_" suffixed layers for holes in polygon
|