Uses of Interface
de.uni_paderborn.fujaba.layout.classdiag.internalmodel.LayoutedObject

Packages that use LayoutedObject
de.uni_paderborn.fujaba.layout.classdiag   
de.uni_paderborn.fujaba.layout.classdiag.internalmodel   
 

Uses of LayoutedObject in de.uni_paderborn.fujaba.layout.classdiag
 

Classes in de.uni_paderborn.fujaba.layout.classdiag that implement LayoutedObject
 class ClassdiagramAssociationEdge
          The class has been taken from Argo UML source code.
 class ClassdiagramEdge
          This class is an abstract implementation of all edges which are layoutable in the classdiagram.
 class ClassdiagramGeneralizationEdge
          The class has been taken from Argo UML source code.
 class ClassdiagramInheritanceEdge
          The class has been taken from Argo UML source code.
 class ClassdiagramRealizationEdge
          The class has been taken from Argo UML source code.
 

Methods in de.uni_paderborn.fujaba.layout.classdiag that return LayoutedObject
 LayoutedObject[] ClassdiagramLayouter.getObjects()
          Operation getObjects returns all the objects currently participating in the layout process.
 LayoutedObject ClassdiagramLayouter.getObject(int index)
          Operation getObject returns a object with a given index from the layouter.
 

Methods in de.uni_paderborn.fujaba.layout.classdiag with parameters of type LayoutedObject
 void ClassdiagramLayouter.add(LayoutedObject obj)
          Add a object to layout.
 void ClassdiagramLayouter.remove(LayoutedObject obj)
          Remove a object from the layout process.
 

Uses of LayoutedObject in de.uni_paderborn.fujaba.layout.classdiag.internalmodel
 

Subinterfaces of LayoutedObject in de.uni_paderborn.fujaba.layout.classdiag.internalmodel
 interface LayoutedEdge
          This is a layouted edge in a diagram.
 interface LayoutedNode
          This interface has to be implemented by layouted nodes in diagrams (i.e.
 

Methods in de.uni_paderborn.fujaba.layout.classdiag.internalmodel that return LayoutedObject
 LayoutedObject[] Layouter.getObjects()
          Operation getObjects returns all the layouted objects from this diagram.
 LayoutedObject Layouter.getObject(int index)
          Operation getObject returns one object from the diagram.
 LayoutedObject[] LayoutedContainer.getContent()
          Operation getContent returns all the objects from this container.
 

Methods in de.uni_paderborn.fujaba.layout.classdiag.internalmodel with parameters of type LayoutedObject
 void Layouter.add(LayoutedObject obj)
          Add another object to the diagram.
 void Layouter.remove(LayoutedObject obj)
          Remove a object from the diagram.
 void LayoutedContainer.add(LayoutedObject obj)
          Add an object to this container.
 void LayoutedContainer.remove(LayoutedObject obj)
          Remove an object from this container.