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

Packages that use GeometryItemCoordinates
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.gui.template   
 

Uses of GeometryItemCoordinates in com.tensegrity.composite.geometry
 

Classes in com.tensegrity.composite.geometry that implement GeometryItemCoordinates
 class DefaultGeometryItemCoordinates
          Default implementation of the GeometryItemCoordinates interface.
 

Methods in com.tensegrity.composite.geometry that return GeometryItemCoordinates
 GeometryItemCoordinates GeometryDescriptorItem.getCoordinates()
          Returns the coordinates of this descriptor-item.
 GeometryItemCoordinates DefaultGeometryDescriptorItem.getCoordinates()
           
 

Constructors in com.tensegrity.composite.geometry with parameters of type GeometryItemCoordinates
DefaultGeometryDescriptorItem(java.lang.String name, java.lang.String itemname, GeometryItemCoordinates coordinates, AttributeSet attributes)
          Constructor for DefaultGeometryDescriptorItem specifying the GeometryItem, the GeometryItemCoordinates and an AttributeSet to use.
DefaultGeometryDescriptorItem(java.lang.String name, java.lang.String itemname, GeometryItemCoordinates coordinates, AttributeSet attributes, AttributeSet hints)
          Constructor for DefaultGeometryDescriptorItem specifying the GeometryItem, the GeometryItemCoordinates and an AttributeSet to use.
 

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

Methods in com.tensegrity.composite.geometry.persistence that return GeometryItemCoordinates
static GeometryItemCoordinates GeometryDescriptorItemBuilder.getCoordinates(AttributeList list)
          Returns an instance of GeometryItemCoordinates with all the coordinates from the given AttributeList.
 

Uses of GeometryItemCoordinates in com.tensegrity.gui.template
 

Methods in com.tensegrity.gui.template that return GeometryItemCoordinates
static GeometryItemCoordinates TemplateUtilities.getCoordinates(BaseComposite composite)
          Returns the transformed Coordinates wrapped in an instance of GeomtryItemCoordinates.
static GeometryItemCoordinates TemplateUtilities.getCoordinates(BaseComposite composite, Primitive primitive)
          Method getCoordinates returns the GeometryCoordinates for a given primitive.
static GeometryItemCoordinates TemplateUtilities.getGeometryItemCoordinates(BaseComposite composite, Line2D line)
          Returns the GeometryItemCoordinates for a given instance of Line2D.
static GeometryItemCoordinates TemplateUtilities.getGeometryItemCoordinates(BaseComposite composite, Rect2D rect)
          Method getGeometryItemCoordinates returns the translated coordinates of a Rect2D.
static GeometryItemCoordinates TemplateUtilities.getGeometryItemCoordinates(BaseComposite composite, Polyline2D polyline)
          Method getGeometryItemCoordinates returns the translated Coordinates of a Line2DModel.
static GeometryItemCoordinates TemplateUtilities.getGeometryItemCoordinates(BaseComposite composite, Line2DModel line)
          Method getGeometryItemCoordinates returns the translated Coordinates of a Line2DModel.
static GeometryItemCoordinates TemplateUtilities.getGeometryItemCoordinates(BaseComposite composite, Label2D label)
          Method getGeometryItemCoordinates returns the translated Coordinates of a Label2D.
static GeometryItemCoordinates TemplateUtilities.getGeometryItemCoordinates(BaseComposite composite, Ellipse2D ellipse)
          Method getGeometryItemCoordinates returns the translated Coordinates of a Ellipse.
static GeometryItemCoordinates TemplateUtilities.getGeometryItemCoordinates(BaseComposite composite, Polygon2D polygon)
          Method getGeometryItemCoordinates returns the translated Coordinates of a Polygon2D.
 

Methods in com.tensegrity.gui.template with parameters of type GeometryItemCoordinates
static CoordinateSystem TemplateUtilities.toCoordinateSystem(GeometryItemCoordinates geometryCoordinates)
          The method toCoordinateSystem converts a given GeometryItemCoordinate instance to a CoordinateSystem.
 



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