Uses of Interface
com.tensegrity.composite.BaseCompositeIterator

Packages that use BaseCompositeIterator
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.graph.view Contains the graph view interface.  
 

Uses of BaseCompositeIterator in com.tensegrity.composite
 

Methods in com.tensegrity.composite that return BaseCompositeIterator
 BaseCompositeIterator CompositeNavigatorProvider.getCompositeIterator()
          Returns a BaseCompositeIterator that can be used to iterate over the CompositeNavigatorProviders list of BaseComposites.
 BaseCompositeIterator BaseCompositeContainer.getCompositeIterator()
          Returns a BaseCompositeIterator that can be used to iterate over the BaseCompositeContainers list of BaseComposites.
 

Uses of BaseCompositeIterator in com.tensegrity.graph.view
 

Methods in com.tensegrity.graph.view with parameters of type BaseCompositeIterator
static void VisualOperations.flip(BaseCompositeIterator iterator, double sx, double sy, double x0, double y0, double x1, double y1)
          Flips the given visualobjects with the given sx and sy scaling factors.
static void VisualOperations.rotate(BaseCompositeIterator iterator, double angle, double x0, double y0, double x1, double y1)
          Rotates the given visualobjects with the given angle.
 



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