|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BaseCompositeContainer | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.util | |
| com.tensegrity.graph.view | Contains the graph view interface. |
| Uses of BaseCompositeContainer in com.tensegrity.composite |
| Subinterfaces of BaseCompositeContainer in com.tensegrity.composite | |
interface |
CompositeGroup
A CompositeGroup is a specialization of the
Composite interface. |
interface |
CompositeSwimLane
Implementations of this interface can be used to lay out Composites on a lane. |
interface |
CompositeSwimLanePool
A CompositeSwimlanePool is a composition of
CompositeSwimLanes. |
interface |
CompositeView
This interface represents the top-level BaseCompositeContainer
in a tree of like-kind containers. |
| Methods in com.tensegrity.composite that return BaseCompositeContainer | |
BaseCompositeContainer |
BaseComposite.getBaseCompositeContainer()
Returns the current parent container the BaseComposite is
added to. |
| Methods in com.tensegrity.composite with parameters of type BaseCompositeContainer | |
static void |
CompositeViewOperations.gatherComposites(BaseCompositeContainer bcc,
java.util.List list)
Gathers recursively all BaseComposites of the
given BaseCompositeContainer |
void |
BaseComposite.setBaseCompositeContainer(BaseCompositeContainer parent)
Sets the BaseCompositeContainer given by parent
as the new parent container for the BaseComposite.
|
| Uses of BaseCompositeContainer in com.tensegrity.composite.util |
| Methods in com.tensegrity.composite.util that return BaseCompositeContainer | |
BaseCompositeContainer |
CompositeHierarchyPath.getBaseCompositeContainer(int level)
Returns the BaseCompositeContainer at the level given by
level. |
BaseCompositeContainer |
CompositeHierarchyPath.getDeepestBaseCompositeContainer()
Returns the deepest BaseCompositeContainer that can be found
in the CompositeHierarchyPath. |
BaseCompositeContainer[] |
CompositeHierarchyPath.getBaseCompositeContainerArray()
Returns an array with all BaseCompositeContainers that
belong to the CompositeHierarchyPath. |
| Uses of BaseCompositeContainer in com.tensegrity.graph.view |
| Subinterfaces of BaseCompositeContainer in com.tensegrity.graph.view | |
interface |
VisualGraphView
This interface defines a view of a Graph
model as well but adds additional functional specifications. |
interface |
VisualSubgraphComposite
The VisualSubgraphComposite interface is a generalization of the
CompositeGroup interface. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||