|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.formats.dxf.DxfConfigurableApplicationDefinedStructure
public class DxfConfigurableApplicationDefinedStructure
A runtime-configurable version of DxfApplicationDefinedStructure.
Use it for unknown, uninteresting, or otherwise un-reified varieties. Stores
the application name as a property and simply stores a copy of the groups
provided.
Copyright 2006 Partner Software, Inc.
| Constructor Summary | |
|---|---|
DxfConfigurableApplicationDefinedStructure()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getApplicationName()
The application name of this structure. |
java.util.List<DxfGroup> |
getGroups()
Get the internal state as DXFGroups. |
void |
setGroups(java.util.List<DxfGroup> groups)
Set the internal state based on the given groups. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DxfConfigurableApplicationDefinedStructure()
| Method Detail |
|---|
public java.lang.String getApplicationName()
DxfApplicationDefinedStructure
\/**
* Application name of this structure. Always returns "ACAD_REACTORS".
* \@return "ACAD_REACTORS"
*\/
public String getApplicationName() {
return "ACAD_REACTORS";
}
Run-time discovered application structures may simply store the application name for reporting, however.
getApplicationName in interface DxfApplicationDefinedStructurepublic java.util.List<DxfGroup> getGroups()
DxfApplicationDefinedStructure
getGroups in interface DxfApplicationDefinedStructurepublic void setGroups(java.util.List<DxfGroup> groups)
DxfApplicationDefinedStructure
setGroups in interface DxfApplicationDefinedStructuregroups - list of groups containing data for this structurepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||