The flare.vis.scale package provides classes for data scales such as linear, logarithmic, and ordinal scales.
Interfaces
| | Interface | Description |
| | IScaleMap |
Interface used by classes which support mapping between
spatial (x,y) coordinates and values in a data scale. |
Classes
| | Class | Description |
| | LinearScale |
Scale that spaces values linearly along the scale range. |
| | LogScale |
Scale that performs a log transformation of the data. |
| | OrdinalScale |
Scale for ordered sequential data. |
| | QuantileScale |
Scale that organizes data into discrete bins by quantiles. |
| | QuantitativeScale |
Base class for representing quantitative numerical data scales. |
| | RootScale |
Scale that performs a root transformation of the data. |
| | Scale |
Base class for all data scale types. |
| | ScaleType |
Constants defining known scale types, such as linear, log, and
date/time scales. |
| | TimeScale |
Scale for timelines represented using Date values. |
© 2007-2008 Regents of the University of California. Created Sat Jan 24 2009 11:25 AM.