public class DXFRegionHandler extends AbstractEntityHandler
| Modifier and Type | Field and Description |
|---|---|
protected static int |
APPEND_DATA |
protected java.lang.StringBuffer |
data |
protected static int |
DATA |
protected DXFRegion |
region |
COLOR_24BIT, COLOR_CODE, COLOR_TRANSPARENCY, COLORNAME, doc, ELEMENT_REFERENCE, END_X, END_Y, END_Z, EXTRUSION_X, EXTRUSION_Y, EXTRUSION_Z, FLAGS, GROUPCODE_MODELSPACE, GROUPCODE_ROTATION_ANGLE, GROUPCODE_START_X, GROUPCODE_START_Y, GROUPCODE_START_Z, GROUPCODE_STYLENAME, GROUPCODE_TEXT, GROUPCODE_THICKNESS, LAYER_NAME, LINE_TYPE, LINE_TYPE_SCALE, LINE_WEIGHT, TRANSPARENCY, VISIBILITY| Constructor and Description |
|---|
DXFRegionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkBuffer() |
protected java.lang.String |
decodeDATA(java.lang.String s) |
void |
endDXFEntity()
Will called if the entity block ends.
|
DXFEntity |
getDXFEntity()
Called after endDXFEntity.
|
java.lang.String |
getDXFEntityName() |
boolean |
isFollowSequence() |
void |
parseGroup(int groupCode,
DXFValue value) |
void |
startDXFEntity()
Will called if the entity block starts.
|
parseCommonProperty, releaseDXFDocument, setDXFDocumentprotected static final int DATA
protected static final int APPEND_DATA
protected DXFRegion region
protected java.lang.StringBuffer data
public java.lang.String getDXFEntityName()
getDXFEntityName in interface DXFEntityHandlergetDXFEntityName in class AbstractEntityHandlerpublic void startDXFEntity()
DXFEntityHandlerpublic void parseGroup(int groupCode,
DXFValue value)
public DXFEntity getDXFEntity()
DXFEntityHandlerpublic void endDXFEntity()
DXFEntityHandlerpublic boolean isFollowSequence()
protected java.lang.String decodeDATA(java.lang.String s)
protected void checkBuffer()