|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graph.element.ElementService.Locations
A simpler wrapper class to encapsulate locations read from a elements.xml file. This class is used as return value for the readLocation() method of this ElementService.
| Constructor Summary | |
ElementService.Locations()
Constructs a new Locations instance. |
|
| Method Summary | |
java.lang.String[] |
getGeometryURLs()
Returns the geometryURLs. |
java.lang.String[] |
getRuleURLs()
Returns the ruleURLs. |
java.lang.String[] |
getStyleURLs()
Returns the styleURLs. |
void |
setGeometryURLs(java.lang.String[] geometryURLs)
Sets the geometryURLs. |
void |
setRuleURLs(java.lang.String[] ruleURLs)
Sets the ruleURLs. |
void |
setStyleURLs(java.lang.String[] styleURLs)
Sets the styleURLs. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ElementService.Locations()
Locations instance.
| Method Detail |
public java.lang.String[] getGeometryURLs()
public java.lang.String[] getStyleURLs()
public void setGeometryURLs(java.lang.String[] geometryURLs)
geometryURLs - The geometryURLs to setpublic void setStyleURLs(java.lang.String[] styleURLs)
styleURLs - The styleURLs to setpublic java.lang.String[] getRuleURLs()
public void setRuleURLs(java.lang.String[] ruleURLs)
ruleURLs - The ruleURLs to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||