|
|||||||||||
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.
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(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(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 |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |