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

Packages that use CompositeHierarchyPath
com.tensegrity.composite.util   
 

Uses of CompositeHierarchyPath in com.tensegrity.composite.util
 

Methods in com.tensegrity.composite.util that return CompositeHierarchyPath
static CompositeHierarchyPath CompositeHierarchyUtilities.findSingleSelectionHierarchyPath(CompositeView compositeview)
          Return the CompositeHierarchyPath for the current selection in the given CompositeView.
static CompositeHierarchyPath CompositeHierarchyUtilities.getCompositeHierarchyFor(BaseComposite bcomposite)
          Returns the CompositeHierarchyPath found int the specified BaseComposite.
static CompositeHierarchyPath CompositeHierarchyUtilities.findCompositeHierarchyAt(CompositeView compositeview, int x, int y)
          Returns the CompositeHierarchyPath found int the specified CompositeView at location (x, y).
static CompositeHierarchyPath CompositeHierarchyUtilities.findCompositeHierarchyAt(CompositeView compositeview, int x, int y, java.lang.Class[] instanceclass)
          Returns the CompositeHierarchyPath found int the specified CompositeView at location (x, y) that matches the class given by instanceclass.
static CompositeHierarchyPath CompositeHierarchyUtilities.findZOrderedBaseCompositeHierarchyAt(CompositeView compositeview, int x, int y, boolean checkInvisible, java.lang.Class[] instanceclass, int minLabelWidth, int minLabelHeight)
          Returns the CompositeHierarchyPath found in the specified CompositeView at location (x, y) that matches the class given by instanceclass.
static CompositeHierarchyPath CompositeHierarchyUtilities.findZOrderedBaseCompositeHierarchyAt(CompositeView compositeview, int x, int y, boolean checkInvisible, java.lang.Class[] instanceclass)
          Returns the CompositeHierarchyPath found in the specified CompositeView at location (x, y) that matches the class given by instanceclass.
static CompositeHierarchyPath CompositeHierarchyUtilities.findZOrderedBaseCompositeHierarchyAt(CompositeView compositeview, int x, int y, boolean checkInvisible, java.lang.Class[] instanceclass, boolean includeExternalPrimitives)
          Returns the CompositeHierarchyPath found in the specified CompositeView at location (x, y) that matches the class given by instanceclass.
static CompositeHierarchyPath CompositeHierarchyUtilities.findZOrderedBaseCompositeHierarchyAt(CompositeView compositeview, int x, int y, boolean checkInvisible, java.lang.Class[] instanceclass, boolean includeExternalPrimitives, int minLabelWidth, int minLabelHeight)
          Returns the CompositeHierarchyPath found in the specified CompositeView at location (x, y) that matches the class given by instanceclass.
static CompositeHierarchyPath CompositeHierarchyUtilities.findZOrderedBaseCompositeHierarchyAt(CompositeView compositeview, int x, int y, boolean checkInvisible, java.lang.Class[] instanceclass, boolean includeExternalPrimitives, boolean ignoreSelected)
          Returns the CompositeHierarchyPath found in the specified CompositeView at location (x, y) that matches the class given by instanceclass.
static CompositeHierarchyPath CompositeHierarchyUtilities.findZOrderedBaseCompositeHierarchyAt(CompositeView compositeview, int x, int y, boolean checkInvisible, java.lang.Class[] instanceclass, boolean includeExternalPrimitives, boolean ignoreSelected, int minLabelWidth, int minLabelHeight)
          Returns the CompositeHierarchyPath found in the specified CompositeView at location (x, y) that matches the class given by instanceclass.
 CompositeHierarchyPath CompositeHierarchy.getHierarchyPathAt(int index)
          Returns the CompositeHierarchyPath at the given index of this CompositeHierarchy.
 CompositeHierarchyPath CompositeHierarchy.findHierarchyPath(BaseComposite bcomposite)
          Returns the CompositeHierarchyPath that is holding the given BaseComposite.
 CompositeHierarchyPath CompositeHierarchyIterator.next()
          Returns the next CompositeHierarchyPath in the iteration.
 

Methods in com.tensegrity.composite.util with parameters of type CompositeHierarchyPath
 boolean CompositeHierarchyPath.isSubPath(CompositeHierarchyPath other)
          Returns a boolean that indicates whether the CompositeHierarchyPath given by other is a subpath to this CompositeHierarchyPath.
static Transform2D CompositeHierarchyUtilities.buildTransformation(CompositeHierarchyPath hierarchypath, int type)
          Returns the transformation of type type for the given CompositeHierarchyPath.
static void CompositeHierarchyUtilities.dumpHierarchyPath(CompositeHierarchyPath path, java.io.PrintStream ps)
          Dumps the given CompositeHierarchyPath to the specified PrintStream.
 int CompositeHierarchy.indexOf(CompositeHierarchyPath path)
          Returns the index of the given CompositeHierarchyPath in this CompositeHierarchy.
 



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