|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is for container in a layouted diagram. They are intended to hold other object like nodes or even other containers. An example are nested packages in classdiagrams. The class has been taken from Argo UML source code.
Method Summary | |
void |
add(LayoutedObject obj)
Add an object to this container. |
LayoutedObject[] |
getContent()
Operation getContent returns all the objects from this container. |
void |
remove(LayoutedObject obj)
Remove an object from this container. |
void |
resize(java.awt.Dimension newSize)
Resize this container, so it fits the layouted objects within itself. |
Method Detail |
public void add(LayoutedObject obj)
obj
- represents the object to add to this container.public void remove(LayoutedObject obj)
obj
- represents the object to be removed.public LayoutedObject[] getContent()
public void resize(java.awt.Dimension newSize)
newSize
- represents The new size of this container.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |