Uses of Class
com.tensegrity.composite.geometry.GeometryNotSupportedException

Packages that use GeometryNotSupportedException
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 GeometryNotSupportedException in com.tensegrity.composite
 

Methods in com.tensegrity.composite that throw GeometryNotSupportedException
static Anchor GeometryDescriptionUtilities.parseAnchor(java.lang.String anchorString, java.lang.String exception_reason_message)
           
static int GeometryDescriptionUtilities.readDeprecatedInteger2MetricExpressionValue(Attribute attribute, java.lang.String deprecationmessage, java.lang.String errormessageExpressionParsing)
           
static int GeometryDescriptionUtilities.parseMetricExpressionValue(java.lang.String expressionstr, java.lang.String exception_reason_message)
           
static Size GeometryDescriptionUtilities.parseMetricExpressionSize(java.lang.String expressionstr, java.lang.String exception_reason_message)
           
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 GeometryNotSupportedException in com.tensegrity.graph.view
 

Methods in com.tensegrity.graph.view that throw GeometryNotSupportedException
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.
 



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