|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CoordinateFactory | Interface for a coordinate factory. |
MappingMethod | Interface for a mapping method which is executed before calculating ticks and mapping. |
Class Summary | |
---|---|
AscendingNumericTickPolicyStrategy | A strategy which creates tick for numeric values in ascending order. |
Coordinate | The abstract class for all coordinate classes. |
CoordinateMapping | Abstract class describing a coordinate mapping. |
DescendingNumericTickPolicyStrategy | |
DoubleCoordinate | This class represents a numeric coordinate defined by a given
DataColumnSpec . |
DoubleCoordinateFactory | |
DoubleCoordinateMapping | Holds the original value according to the domain and its mapping. |
IntegerCoordinate | |
IntegerCoordinateFactory | |
IntegerCoordinateMapping | Holds the original value according to the domain and its mapping. |
LogarithmicMappingMethod | A logarithmic mapping method. |
NominalCoordinate | This class represents a nominal coordinate defined by a given
DataColumnSpec . |
NominalCoordinateFactory | Factory class for a nominal coordinate. |
NominalCoordinateMapping | Holds the nominal domain value according its mapping. |
NumericCoordinate | The abstract class which should be implemented by all coordinates which map numeric values. |
PercentagePolicyStrategy | Class for percentage tick policy. |
PolicyStrategy | Abstract class for policy strategies. |
SquareRootMappingMethod |
All classes of this package are not part of the offical API and might
undergo changes until the next release. It is not recommended to rely on the
stability of this API.
Contains classes to represent different kinds of coordinate axis.
A coordinate is considered to be a mapping of the real domain range to a given
absolute range determined by outer constraints (like the screen size).
There exists an abstract class for a coordinate which handles the calculations
and an abstract coordinate mapping class holding the actual mapping.
For different data types exist special implementations dealing wiht the
different needs ot these types.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |