public class DXFDictionary extends DXFEntity
| Modifier and Type | Field and Description |
|---|---|
long |
hardPointerID |
long |
softPointerID |
appGroupName, handle, insideAppGroup| Constructor and Description |
|---|
DXFDictionary() |
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Here we convert the extended data into a String.
|
void |
processGroup(int code,
DXFProtoValue value)
Acts on groups; interprets them and populates properties.
|
void |
resetToDefaults()
Resets all values to defaults; useful when reusing objects.
|
begin, clone, copyStateFrompublic void resetToDefaults()
DXFEntitysuper.resetToDefaults();
resetToDefaults in class DXFEntitypublic void processGroup(int code,
DXFProtoValue value)
DXFEntity
// let superclass do its thing, skip any codes inside app-specific
// bracketed section
super.processGroup(code, value);
if (insideAppGroup)
return;
processGroup in interface DXFGroupActorprocessGroup in class DXFEntitypublic void end()
end in interface DXFGroupActorend in class DXFEntity