|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LayoutedNode
This interface has to be implemented by layouted nodes in diagrams (i.e. classes or interfaces in a classdiagram).
| 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 |
|---|
java.awt.Dimension getSize()
java.awt.Point getLocation()
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 | ||||||||