|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.formats.dxf.DXFEntity
com.partnersoft.io.formats.dxf.DXFDictionary
public class DXFDictionary
A DXF DICTIONARY object.
| Field Summary | |
|---|---|
long |
hardPointerID
|
long |
softPointerID
|
| Fields inherited from class com.partnersoft.io.formats.dxf.DXFEntity |
|---|
appGroupName, handle, insideAppGroup |
| Constructor Summary | |
|---|---|
DXFDictionary()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.partnersoft.io.formats.dxf.DXFEntity |
|---|
begin, clone, copyStateFrom |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long softPointerID
public long hardPointerID
| Constructor Detail |
|---|
public DXFDictionary()
| Method Detail |
|---|
public void resetToDefaults()
DXFEntitysuper.resetToDefaults();
resetToDefaults in class DXFEntity
public 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||