public class DxfTABLE_ITEM
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DxfGroup |
APPID |
static DxfGroup |
DIMSTYLE |
static DxfGroup |
ENDTAB |
static DxfGroup |
LAYER |
static DxfGroup |
LTYPE |
static DxfGroup |
STYLE |
static DxfGroup |
UCS |
static DxfGroup |
VIEW |
static DxfGroup |
VPORT |
Constructor and Description |
---|
DxfTABLE_ITEM(java.lang.String name,
int flags) |
Modifier and Type | Method and Description |
---|---|
boolean |
getFlag1() |
boolean |
getFlag128() |
boolean |
getFlag16() |
boolean |
getFlag2() |
boolean |
getFlag32() |
boolean |
getFlag4() |
boolean |
getFlag64() |
boolean |
getFlag8() |
int |
getFlags() |
java.lang.String |
getName() |
void |
setFlags(int flags) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
public static final DxfGroup ENDTAB
public static final DxfGroup APPID
public static final DxfGroup DIMSTYLE
public static final DxfGroup LAYER
public static final DxfGroup LTYPE
public static final DxfGroup STYLE
public static final DxfGroup UCS
public static final DxfGroup VIEW
public static final DxfGroup VPORT
public java.lang.String getName()
public void setName(java.lang.String name)
public int getFlags()
public void setFlags(int flags)
public boolean getFlag1()
public boolean getFlag2()
public boolean getFlag4()
public boolean getFlag8()
public boolean getFlag16()
public boolean getFlag32()
public boolean getFlag64()
public boolean getFlag128()
public java.lang.String toString()
toString
in class java.lang.Object