Uses of Class
com.tensegrity.composite.coordinate.CoordinateSystemMetric

Packages that use CoordinateSystemMetric
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.composite.coordinate Provides interfaces and classes for creating and dealing with coordinate systems. 
com.tensegrity.gui.swing.control.attributetable This package contains the AttributeTable implementation. 
 

Uses of CoordinateSystemMetric in com.tensegrity.composite
 

Methods in com.tensegrity.composite that return CoordinateSystemMetric
 CoordinateSystemMetric CompositeView.getCoordinateSystemMetric()
          Returns the CoordinateSystemMetric instance that is used to relate the CoordinateSystem of the CompositeView to a metric system.
 CoordinateSystemMetric CompositeViewMeasurementObject.getMetric()
          Returns the used CoordinateSystemMetric of this ruler.
 

Methods in com.tensegrity.composite with parameters of type CoordinateSystemMetric
 void CompositeViewMeasurementObject.setMetric(CoordinateSystemMetric metric)
          Sets the metric used by this ruler to the given CoordinateSystemMetric.
 

Uses of CoordinateSystemMetric in com.tensegrity.composite.coordinate
 

Fields in com.tensegrity.composite.coordinate declared as CoordinateSystemMetric
static CoordinateSystemMetric CoordinateSystemMetric.SOLE_CSMETRIC
           
 

Methods in com.tensegrity.composite.coordinate that return CoordinateSystemMetric
 CoordinateSystemMetric CoordinateSystemMetric.deepCopy()
          Returns a deep copied instance of a CoordinateSystemMetric.
 

Uses of CoordinateSystemMetric in com.tensegrity.gui.swing.control.attributetable
 

Methods in com.tensegrity.gui.swing.control.attributetable that return CoordinateSystemMetric
 CoordinateSystemMetric MetricAttribute.getCoordinateSystemMetric()
          The method getMetric returns this attributes metric instance.
 

Methods in com.tensegrity.gui.swing.control.attributetable with parameters of type CoordinateSystemMetric
 void MetricAttribute.setCoordinateSystemMetric(CoordinateSystemMetric metric)
          The method setMetric sets this attributes metric.
 

Constructors in com.tensegrity.gui.swing.control.attributetable with parameters of type CoordinateSystemMetric
MetricAttribute(java.lang.String name, java.lang.Object value, Constraint constraint, CoordinateSystemMetric coordinateSystemMetric)
          Contructs a new mutable attribute from the given key-value pair and the given constraint.
 



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