| Interface | Description |
|---|---|
| IScaleProvider |
Provides a scale for drawing tick marks.
|
| ITicksProvider |
This interface if used to enable different method for generating tick marks
|
| Class | Description |
|---|---|
| AbstractScale |
The abstract scale has the common properties for linear(straight) scale and
round scale.
|
| LinearScale |
Linear(straight) scale has the tick labels and tick marks on a straight line.
|
| LinearScaledMarker |
A linear scale related marker, whose orientation, range, mark position etc.
|
| LinearScaleTickLabels |
Linear Scale tick labels.
|
| LinearScaleTickLabels2 |
Linear Scale tick labels used for the new implementation of
Axis :
DAxis. |
| LinearScaleTickMarks |
Linear scale tick marks.
|
| LinearScaleTickMarks2 |
Linear scale tick marks 2.
|
| LinearScaleTicks |
Default scale tick mark algorithm
|
| LinearScaleTicks2 |
Class to represent a major tick for axes with scientific notation.
|
| Range |
A value range of 'start' ...
|
| Tick |
Tick object used in alternative tick mark generator
LinearScaleTicks2 |
| TickFactory |
Tick factory produces the different axis ticks.
|
| Enum | Description |
|---|---|
| AbstractScale.LabelSide |
ticks label's position relative to tick marks
|
| LinearScale.Orientation |
scale direction
|
| TickFactory.TickFormatting |
tick formatting modes
|