Uses of Interface
com.tensegrity.composite.geometry.GeometryDescriptor

Packages that use GeometryDescriptor
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.composite.geometry Provides interfaces and classes for defining and dealing with geometries and styles for composites. 
com.tensegrity.composite.geometry.persistence Provides interfaces and classes for making geometry attributes of composites persistent. 
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 GeometryDescriptor in com.tensegrity.composite
 

Methods in com.tensegrity.composite with parameters of type GeometryDescriptor
abstract  Composite CompositeFactory.newComposite(GeometryDescriptor geometry)
          Creates a new Composite from the GeometryDescriptor given by geometry.
abstract  CompositeGroup CompositeFactory.newCompositeGroup(GeometryDescriptor geometry)
          Creates a new CompositeGroup from the GeometryDescriptor given by geometry.
abstract  CompositeSwimLane CompositeFactory.newCompositeSwimLane(GeometryDescriptor geometry)
          Creates a new CompositeSwimLane with the CoordinateSytem given by coordSystem.
 void BaseComposite.applyGeometry(GeometryDescriptor geometry)
          Applies the GeometryDescriptor given by geometry to the BaseComposite.
 

Uses of GeometryDescriptor in com.tensegrity.composite.geometry
 

Classes in com.tensegrity.composite.geometry that implement GeometryDescriptor
 class DefaultGeometryDescriptor
          Default implementation of interface GeometryDescriptor.
 

Methods in com.tensegrity.composite.geometry that return GeometryDescriptor
static GeometryDescriptor GeometryPool.get(java.lang.String name)
          Returns the instance of the GeometryDescriptor with the given name if any.
static GeometryDescriptor GeometryPool.remove(java.lang.String name)
          Removes the GeometryDescriptor with the given name from the pool.
 

Methods in com.tensegrity.composite.geometry with parameters of type GeometryDescriptor
static void GeometryPool.pool(GeometryDescriptor geometry)
          Adds the given GeometryDescriptor to the list of pooled descriptors.
 

Uses of GeometryDescriptor in com.tensegrity.composite.geometry.persistence
 

Constructors in com.tensegrity.composite.geometry.persistence with parameters of type GeometryDescriptor
GeometryDescriptorSerializer(GeometryDescriptor descriptor)
          Constructor for GeometryDescriptorSerializer.
 

Uses of GeometryDescriptor in com.tensegrity.graph.view
 

Methods in com.tensegrity.graph.view with parameters of type GeometryDescriptor
abstract  VisualNode GraphViewFactory.newVisualNode(Node node, GeometryDescriptor geometry)
          Constructs a new VisualNode object.
abstract  VisualNode GraphViewFactory.newVisualNode(Node node, VisualNodeInfo info, GeometryDescriptor geometry)
          Constructs a new VisualNode object.
abstract  VisualSubgraph GraphViewFactory.newVisualSubgraph(Graph graph, Subgraph subgraph, GeometryDescriptor geometry)
          Constructs and returns a new VisualSubgraph object.
abstract  VisualSubgraph GraphViewFactory.newVisualSubgraph(Graph graph, Subgraph subgraph, VisualNodeInfo info, GeometryDescriptor geometry)
          Constructs and returns a new VisualSubgraph object.
 

Uses of GeometryDescriptor in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument with parameters of type GeometryDescriptor
static boolean ElementDefinitionUtil.internalCompareGeometryDescriptorWithAttributeList(GeometryDescriptor gd, AttributeList list)
          Compares a GeometryDescriptor instance with an AttributeList of a serialized GeometryDescriptor.
 



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