|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.ide.Figure
The base class of diagram figures.
Diagram
Constructor Summary | |
Figure()
|
|
Figure(ModelElement element)
|
Method Summary | |
Diagram |
getDiagram()
Get the value of diagram. |
ModelElement |
getElement()
Get the value of the model element. |
void |
setDiagram(Diagram v)
Set the value of diagram. |
void |
setElement(ModelElement element)
Set the value of the model element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Figure()
public Figure(ModelElement element)
element
- the model element represented by this figureMethod Detail |
public Diagram getDiagram()
public void setDiagram(Diagram v)
v
- Value to assign to diagram.public ModelElement getElement()
public void setElement(ModelElement element)
element
- Value to assign to element.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |