|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Scale | |
| com.tensegrity.composite.coordinate | Provides interfaces and classes for creating and dealing with coordinate systems. |
| Uses of Scale in com.tensegrity.composite.coordinate |
| Subinterfaces of Scale in com.tensegrity.composite.coordinate | |
interface |
CategoryScale
A CategoryScale is a specialization of the Scale
interface. |
interface |
MutableCategoryScale
The MutableCategoryScale is a specialization of the
CategoryScale interface and the MutableScale
interface. |
interface |
MutableScale
The MutableScale is a specialization of the
Scale interface. |
| Classes in com.tensegrity.composite.coordinate that implement Scale | |
class |
DefaultCategoryScale
This class is the default implementation of a CategoryScale. |
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. |
class |
DefaultScaleLinear
This is the default implementation of the Scale interface. |
| Fields in com.tensegrity.composite.coordinate declared as Scale | |
protected Scale[] |
CoordinateSystem.scales
Array of scales used for the coordinate system |
| Methods in com.tensegrity.composite.coordinate that return Scale | |
Scale |
DefaultScaleLinear.deepCopy()
|
Scale |
DefaultCategoryScale.deepCopy()
|
Scale |
Scale.deepCopy()
Method to deep copy this scale instance. |
Scale |
DefaultMutableScaleLinear.deepCopy()
|
Scale |
DefaultMutableTableCellCategoryScale.deepCopy()
|
Scale |
DefaultMutableCategoryScale.deepCopy()
|
static Scale |
ScalePool.parse(java.lang.String description)
Parses the canonical description of a Scale given
by description and pools a new instance if necessary. |
| Methods in com.tensegrity.composite.coordinate with parameters of type Scale | |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||