Class DxfTABLE_APPID_ITEM
- java.lang.Object
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfTABLE_ITEM
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfTABLE_APPID_ITEM
-
public class DxfTABLE_APPID_ITEM extends DxfTABLE_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- Version:
- 0.5.0
- Author:
- Micha�l Michaud
-
-
Constructor Summary
Constructors Constructor Description DxfTABLE_APPID_ITEM(String name, int flags)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MapreadTable(RandomAccessFile raf)
-
-
-
Constructor Detail
-
DxfTABLE_APPID_ITEM
public DxfTABLE_APPID_ITEM(String name, int flags)
-
-
Method Detail
-
readTable
public static Map readTable(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
-