Class DxfTABLES
- java.lang.Object
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfTABLES
-
public class DxfTABLES extends Object
The TABLES section of a DXF file. It contains LAYERs, LTYPEs... There is a static reader to read the TABLES section in a DXF file and a toString method able to write the section in a DXF form- Version:
- 0.5.0
- Author:
- Micha�l Michaud
-
-
Constructor Summary
Constructors Constructor Description DxfTABLES()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DxfTABLESreadTables(RandomAccessFile raf)StringtoString()
-
-
-
Field Detail
-
TABLE
public static final DxfGroup TABLE
-
ENDTAB
public static final DxfGroup ENDTAB
-
NBMAX
public static final DxfGroup NBMAX
-
APPID
public static final DxfGroup APPID
-
DIMSTYLE
public static final DxfGroup DIMSTYLE
-
LTYPE
public static final DxfGroup LTYPE
-
LAYER
public static final DxfGroup LAYER
-
STYLE
public static final DxfGroup STYLE
-
UCS
public static final DxfGroup UCS
-
VIEW
public static final DxfGroup VIEW
-
VPORT
public static final DxfGroup VPORT
-
-
Method Detail
-
readTables
public static DxfTABLES readTables(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
-