Uses of Interface
com.tensegrity.composite.coordinate.MutableScale

Packages that use MutableScale
com.tensegrity.composite.coordinate Provides interfaces and classes for creating and dealing with coordinate systems. 
 

Uses of MutableScale in com.tensegrity.composite.coordinate
 

Subinterfaces of MutableScale in com.tensegrity.composite.coordinate
 interface MutableCategoryScale
           The MutableCategoryScale is a specialization of the CategoryScale interface and the MutableScale interface.
 

Classes in com.tensegrity.composite.coordinate that implement MutableScale
 class DefaultMutableCategoryScale
          Mutable version of class DefaultCategoryScale.
 class DefaultMutableScaleLinear
          Mutable version of the linear scale implemented in class DefaultScaleLinear.
 class DefaultMutableTableCellCategoryScale
          Mutable version of class DefaultCategoryScale.
 

Methods in com.tensegrity.composite.coordinate that return MutableScale
static MutableScale ScaleUtilities.convertToMutableScale(Scale scale)
          Returns a MutableScale holding the same values as the given immutable Scale.
static MutableScale ScaleUtilities.convertToMutableScaleCopy(Scale scale)
          Returns a MutableScale holding the same values as the given immutable Scale.
 MutableScale MutableCoordinateSystem.getScale(int direction)
          Returns the MutableScale for the direction given by direction.
 

Constructors in com.tensegrity.composite.coordinate with parameters of type MutableScale
MutableCoordinateSystem(MutableScale scaleX, MutableScale scaleY)
          Constructor for MutableCoordinateSystem with MutableScales given by scaleX and scaleY for the x direction and the y direction.
 



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