public class DXFLayerTableHandler extends AbstractTableHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
GROUPCODE_LAYER_COLORNUMBER |
static int |
GROUPCODE_LAYER_LINETYPE |
static int |
GROUPCODE_LAYER_LINEWEIGHT |
static int |
GROUPCODE_LAYER_NAME |
static int |
GROUPCODE_LAYER_PLOTSTYLENAME |
static int |
GROUPCODE_LAYER_PLOTTINGFLAG |
static java.lang.String |
TABLE_KEY |
doc| Constructor and Description |
|---|
DXFLayerTableHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endParsing() |
java.lang.String |
getTableKey() |
void |
parseGroup(int groupCode,
DXFValue value) |
void |
startParsing() |
releaseDXFDocument, setDXFDocumentpublic static final java.lang.String TABLE_KEY
public static final int GROUPCODE_LAYER_NAME
public static final int GROUPCODE_LAYER_LINETYPE
public static final int GROUPCODE_LAYER_COLORNUMBER
public static final int GROUPCODE_LAYER_PLOTTINGFLAG
public static final int GROUPCODE_LAYER_LINEWEIGHT
public static final int GROUPCODE_LAYER_PLOTSTYLENAME
public java.lang.String getTableKey()
public void parseGroup(int groupCode,
DXFValue value)
public void endParsing()
public void startParsing()