public class DXFBlocksSectionHandler extends DXFEntitiesSectionHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK |
static int |
BLOCK_BASE_X |
static int |
BLOCK_BASE_Y |
static int |
BLOCK_BASE_Z |
static int |
BLOCK_DESCRIPTION |
static java.lang.String |
BLOCK_END |
static int |
BLOCK_NAME |
static int |
BLOCK_NAME2 |
static java.lang.String |
BLOCK_START |
static int |
BLOCK_XREFPATHNAME |
protected boolean |
parseBlockHeader |
static java.lang.String |
SECTION_KEY |
ENTITY_START, handler, handlers, parseEntitydoc| Constructor and Description |
|---|
DXFBlocksSectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
endEntity() |
void |
endSection() |
java.lang.String |
getSectionKey() |
void |
parseGroup(int groupCode,
DXFValue value) |
void |
setDXFDocument(DXFDocument doc) |
void |
startSection() |
addDXFEntityHandler, addHandler, releaseDXFDocumentpublic static final java.lang.String SECTION_KEY
public static final java.lang.String BLOCK_START
public static final java.lang.String BLOCK_END
public static final int BLOCK
public static final int BLOCK_NAME
public static final int BLOCK_NAME2
public static final int BLOCK_DESCRIPTION
public static final int BLOCK_XREFPATHNAME
public static final int BLOCK_BASE_X
public static final int BLOCK_BASE_Y
public static final int BLOCK_BASE_Z
protected boolean parseBlockHeader
public java.lang.String getSectionKey()
getSectionKey in interface DXFSectionHandlergetSectionKey in class DXFEntitiesSectionHandlerpublic void parseGroup(int groupCode,
DXFValue value)
parseGroup in interface DXFHandlerparseGroup in class DXFEntitiesSectionHandlerpublic void setDXFDocument(DXFDocument doc)
setDXFDocument in interface DXFSectionHandlersetDXFDocument in interface HandlersetDXFDocument in class DXFEntitiesSectionHandlerpublic void startSection()
startSection in interface DXFSectionHandlerstartSection in class DXFEntitiesSectionHandlerpublic void endSection()
endSection in interface DXFSectionHandlerendSection in class DXFEntitiesSectionHandlerprotected void endEntity()
endEntity in class DXFEntitiesSectionHandler