Package com.tensegrity.composite.coordinate

Provides interfaces and classes for creating and dealing with coordinate systems.

See:
          Description

Interface Summary
CategoryScale A CategoryScale is a specialization of the Scale interface.
MutableCategoryScale The MutableCategoryScale is a specialization of the CategoryScale interface and the MutableScale interface.
MutableScale The MutableScale is a specialization of the Scale interface.
Scale A Scale is an object that represents a scale from a mathematical point of view.
 

Class Summary
CoordinateSystem The modern Cartesian coordinate system in two dimensions (also called a rectangular coordinate system) is commonly defined by two axes, at right angles to each other, forming an xy plane.
CoordinateSystemMetric The CoordinateSystemMetric relates a CoordinateSystem to a metric system.
CoordinateSystemPool /** Class CoordinateSystemPool defines the needed facility to pool created CoordinateSystem instances.
CoordinateSystemUtilities This class provides some general functionalities needed to work with CoordinateSystems.
DefaultCategoryScale This class is the default implementation of a CategoryScale.
DefaultMutableCategoryScale Mutable version of class DefaultCategoryScale.
DefaultMutableScaleLinear Mutable version of the linear scale implemented in class DefaultScaleLinear.
DefaultMutableTableCellCategoryScale Mutable version of class DefaultCategoryScale.
DefaultScaleLinear This is the default implementation of the Scale interface.
MutableCoordinateSystem The MutableCoordinateSystem is a generalization of the CoordinateSystem.
ScalePool Class ScalePool defines the needed facility to pool created Scale instances.
ScaleUtilities This class provides some general functionalities needed to work with Scales.
 

Exception Summary
CoordinateSystemParseException The CoordinateSystemParseException is thrown while parsing a coordinate system description and an error occurs.
ScaleParseException The ScaleParseException is thrown while parsing a scale description and an error occurs.
 

Package com.tensegrity.composite.coordinate Description

Provides interfaces and classes for creating and dealing with coordinate systems.



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