|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface has to be implemented by layouted nodes in diagrams (i.e. classes or interfaces in a classdiagram). The class has been taken from Argo UML source code.
Method Summary | |
java.awt.Point |
getLocation()
Operation getLocation returns the current location of this node. |
java.awt.Dimension |
getSize()
Operation getSize returns the size of this node. |
void |
setLocation(java.awt.Point newLocation)
Operation setLocation sets a new location for this node. |
Method Detail |
public java.awt.Dimension getSize()
public java.awt.Point getLocation()
public void setLocation(java.awt.Point newLocation)
newLocation
- represents the new location for this node.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |