|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.template.Template
The class Template is a simple Wrapper class for the result of the
TemplateBuilder. It encapsulates
the name and the VisualNode.
| Constructor Summary | |
Template()
Empty default constructor for this class. |
|
| Method Summary | |
java.lang.String |
getName()
Returns the name of the template. |
VisualGraphObject |
getVisualGraphObject()
Returns the VisualGraphObject representing this Template. |
void |
setName(java.lang.String string)
Sets the name of the template. |
void |
setVisualGraphObject(VisualGraphObject visualgraphobject)
Sets the VisualNode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Template()
| Method Detail |
public VisualGraphObject getVisualGraphObject()
public void setVisualGraphObject(VisualGraphObject visualgraphobject)
visualgraphobject - the new VisualGraphObject to set.public java.lang.String getName()
public void setName(java.lang.String string)
string - the name of the template.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||