public interface DWGConstants
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
OBJECT_TYPE_NAMES |
static byte[] |
SENTINEL_CLASSES_BEGIN |
static byte[] |
SENTINEL_CLASSES_END |
static byte[] |
SENTINEL_HEADER_END |
static byte[] |
SENTINEL_OBJECTS_BEGIN |
static byte[] |
SENTINEL_VARIABLES_BEGIN |
static byte[] |
SENTINEL_VARIABLES_END |
static int |
TYPE_BIT |
static int |
TYPE_BITDOUBLE |
static int |
TYPE_BITLONG |
static int |
TYPE_BITS_2 |
static int |
TYPE_BITS_3 |
static int |
TYPE_BITS_4 |
static int |
TYPE_BITS_5 |
static int |
TYPE_BITS_6 |
static int |
TYPE_BITS_7 |
static int |
TYPE_BITSHORT |
static int |
TYPE_BYTE |
static int |
TYPE_HANDLE |
static int |
TYPE_MODCHAR |
static int |
TYPE_MODSHORT |
static int |
TYPE_NULL |
static int |
TYPE_RAWCHAR |
static int |
TYPE_RAWDOUBLE |
static int |
TYPE_RAWLONG |
static int |
TYPE_RAWSHORT |
static int |
TYPE_TEXT |
static int |
VERSION_13 |
static int |
VERSION_14 |
static int |
VERSION_15 |
static int |
VERSION_2000 |
static final int VERSION_13
static final int VERSION_14
static final int VERSION_15
static final int VERSION_2000
static final byte[] SENTINEL_HEADER_END
static final byte[] SENTINEL_VARIABLES_BEGIN
static final byte[] SENTINEL_VARIABLES_END
static final byte[] SENTINEL_CLASSES_BEGIN
static final byte[] SENTINEL_CLASSES_END
static final byte[] SENTINEL_OBJECTS_BEGIN
static final java.lang.String[] OBJECT_TYPE_NAMES
static final int TYPE_NULL
static final int TYPE_BIT
static final int TYPE_BITS_2
static final int TYPE_BITS_3
static final int TYPE_BITS_4
static final int TYPE_BITS_5
static final int TYPE_BITS_6
static final int TYPE_BITS_7
static final int TYPE_BYTE
static final int TYPE_BITSHORT
static final int TYPE_BITLONG
static final int TYPE_BITDOUBLE
static final int TYPE_RAWCHAR
static final int TYPE_RAWSHORT
static final int TYPE_RAWLONG
static final int TYPE_RAWDOUBLE
static final int TYPE_MODCHAR
static final int TYPE_MODSHORT
static final int TYPE_HANDLE
static final int TYPE_TEXT