Uses of Class
com.tensegrity.composite.util.CompositeHierarchy

Packages that use CompositeHierarchy
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.composite.util   
com.tensegrity.graph.event This package contains the event related code which consists of Event classes, Listeners and Adapters for the later.  
com.tensegrity.graph.view Contains the graph view interface.  
com.tensegrity.gui.graphdocument This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents.  
 

Uses of CompositeHierarchy in com.tensegrity.composite
 

Methods in com.tensegrity.composite that return CompositeHierarchy
 CompositeHierarchy CompositeView.getCompleteHierarchy(int type)
          Returns the complete hierarchy of BaseComposites currently added to the CompositeView.
 CompositeHierarchy CompositeView.getSelectionHierarchy(int type)
          Returns the hierarchy of BaseComposites that are currently selected within the CompositeView.
 

Uses of CompositeHierarchy in com.tensegrity.composite.util
 

Methods in com.tensegrity.composite.util that return CompositeHierarchy
static CompositeHierarchy CompositeHierarchyUtilities.buildCompleteHierarchy(CompositeView compositeview, int type)
          Returns the complete CompositeHierarchy of type type for the given CompositeView.
static CompositeHierarchy CompositeHierarchyUtilities.buildCompleteHierarchy(CompositeGroup compositegroup, int type)
          Return the CompositeHierarchy of type type for the given CompositeGroup.
static CompositeHierarchy CompositeHierarchyUtilities.buildLeveledHierarchy(CompositeGroup compositegroup, int type, int maxlevel)
          Return the CompositeHierarchy of type type up to level maxlevel for the given CompositeGroup.
static CompositeHierarchy CompositeHierarchyUtilities.buildLeveledSelectionHierarchy(CompositeView compositeview, int type, int maxlevel)
          Return the CompositeHierarchy of type type up to level maxlevel for the given CompositeGroup.
static CompositeHierarchy CompositeHierarchyUtilities.buildLeveledSelectionHierarchy(CompositeGroup compositegroup, int type, int maxlevel)
          Return the CompositeHierarchy of type type up to level maxlevel for the given CompositeGroup.
static CompositeHierarchy CompositeHierarchyUtilities.findSelectionHierarchy(CompositeView compositeview)
          Return the CompositeHierarchyPath for the current selection in the given CompositeView.
 CompositeHierarchy CompositeHierarchy.eliminateNonMovable()
           
 CompositeHierarchy CompositeHierarchy.eliminateChildren()
          This method removes all those paths from the hierarchy, whose parents are also part of the hierarchy.
 

Methods in com.tensegrity.composite.util with parameters of type CompositeHierarchy
static void CompositeHierarchyUtilities.sortHierarchyToLocation(CompositeHierarchy hierarchy, int primarySortCriterion, boolean primaryAscending)
          Sorts the given CompositeHierarchy under consideration of the given sort criteria and -ascending.
static void CompositeHierarchyUtilities.sortHierarchyToLocation(CompositeHierarchy hierarchy, int primarySortCriterion, boolean primaryAscending, int secondarySortCriterion, boolean secondaryAscending)
          Sorts the given CompositeHierarchy under consideration of the given sort criterias and -ascendings.
static java.util.Collection CompositeHierarchyUtilities.buildCollectionFromHierarchy(CompositeHierarchy hierarchy)
           
static java.util.Map CompositeHierarchyUtilities.buildTransformationMap(CompositeHierarchy hierarchy, int type)
          Returns a map containing all transforms of the given CompositeHierarchy.
static void CompositeHierarchyUtilities.dumpHierarchy(CompositeHierarchy hierarchy, java.io.PrintStream ps)
          Dumps the given CompositeHierarchy to the specified PrintStream.
 boolean CompositeHierarchy.isEqualTo(CompositeHierarchy other)
           
 

Uses of CompositeHierarchy in com.tensegrity.graph.event
 

Methods in com.tensegrity.graph.event with parameters of type CompositeHierarchy
 void ClipboardListener.vetoableCopyOnMove(VisualGraphView visualgraphview, CompositeHierarchy hierarchySelection, VisualGraphObject originalVisualGraphObject, VisualGraphObject copiedVisualGraphObject)
          This method is invoked once per VisualGraphObject that is copied-on-move (e.g. copied when the control key is pressed).
 

Uses of CompositeHierarchy in com.tensegrity.graph.view
 

Methods in com.tensegrity.graph.view with parameters of type CompositeHierarchy
static VisualEdge VisualGraphOperations.createVisualEdge(CompositeHierarchy hierarchy, VisualGraphView visualgraphview, VisualNode sourceNode, VisualPort sourcePort, VisualNode targetNode, VisualPort targetPort)
          Creates a VisualEdge between the VisualNodes given by sourceNode and targetNode.
static Boundary VisualOperations.computeBoundingBox(CompositeHierarchy hierarchy)
          Computes a bounding of the current selection which is stored in a CompositeHierarchy.
 

Uses of CompositeHierarchy in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument with parameters of type CompositeHierarchy
 void ElementConflictListener.vetoableCopyOnMove(VisualGraphView visualgraphview, CompositeHierarchy hierarchySelection, VisualGraphObject originalVisualGraphObject, VisualGraphObject copiedVisualGraphObject)
           
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.