Class DxfTABLE_LAYER_ITEM
- java.lang.Object
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfTABLE_ITEM
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfTABLE_LAYER_ITEM
-
public class DxfTABLE_LAYER_ITEM extends DxfTABLE_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- Version:
- 0.5.0
- Author:
- Micha�l Michaud
-
-
Constructor Summary
Constructors Constructor Description DxfTABLE_LAYER_ITEM(String name, int flags)DxfTABLE_LAYER_ITEM(String name, int flags, int colorNumber, String lineType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetcolorNumber()StringgetLineType()static MapreadTable(RandomAccessFile raf)voidsetColorNumber(int colorNumber)voidsetLineType(String lineType)StringtoString()
-
-
-
Method Detail
-
getLineType
public String getLineType()
-
setLineType
public void setLineType(String lineType)
-
getcolorNumber
public int getcolorNumber()
-
setColorNumber
public void setColorNumber(int colorNumber)
-
readTable
public static Map readTable(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
toString
public String toString()
- Overrides:
toStringin classDxfTABLE_ITEM
-
-