public class CadCommon extends Object
General constant values for Cad file format.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TEXT_STYLE
The DEFAULT TEXT STYLE const
|
static String |
DIVIDER
Begin section marker
|
static String |
END_BLOCK
The end block
|
static String |
END_SECTION
End Section string marker
|
static String |
END_TABLE
The end table marker
|
static String |
EOF
Variable namning for EOF
|
static String |
HELPER_SYMBOL
Variable namning prefix for parse
|
static String |
SECTION_TITLE
Begin Entity marker
|
static String |
STANDARD_STYLE
The standard style.
|
static String |
START_SECTION
Start section string marker
|
static String |
SUBCLASS_MARKER
Variable namning prefix for parse
|
static String |
VAR_NAME_MARKER
Begin header variable description
|
static String |
VAR_PREFIX
Header variable prefix
|
Constructor and Description |
---|
CadCommon() |
Modifier and Type | Method and Description |
---|---|
static String |
getByLayer()
Gets the by layer.
|
static String |
getTypeName(Object enumObject,
String frontAdditive)
Gets the name of the enums variable type.
|
public static final String DIVIDER
Begin section marker
public static final String END_SECTION
End Section string marker
public static final String END_TABLE
The end table marker
public static final String END_BLOCK
The end block
public static final String EOF
Variable namning for EOF
public static final String HELPER_SYMBOL
Variable namning prefix for parse
public static final String SECTION_TITLE
Begin Entity marker
public static final String START_SECTION
Start section string marker
public static final String SUBCLASS_MARKER
Variable namning prefix for parse
public static final String VAR_NAME_MARKER
Begin header variable description
public static final String VAR_PREFIX
Header variable prefix
public static final String DEFAULT_TEXT_STYLE
The DEFAULT TEXT STYLE const
public static String STANDARD_STYLE
The standard style.
public static String getByLayer()
Gets the by layer.
Value: The by layer.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.