|
JIDE 3.5.15 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CategoryTickCalculator<T> | An interface implemented by objects that calculate tick positions from categories |
NumericTickCalculator | An interface implemented by objects that calculate tick positions on numeric axes. |
TickCalculator<T> | This interface is implemented by all objects that calculate tick positions for axes, whether for numeric, category or time-based axes. |
TimeTickCalculator | An interface implemented by classes that calculate tick positions on time-based axes. |
Class Summary | |
---|---|
AbstractTimeTickCalculator | An abstract super class that makes it easier to create a custom time tick calculator. |
Axis | Represents an axis in the chart display. |
AxisComponent | A visual axis component that can used independently from, but in conjunction with, a Chart. |
CategoryAxis<T> | An axis used specifically for displaying categorical values. |
DefaultCategoryTickCalculator<T> | A default implementation of a tick calculator for category-based values. |
DefaultNumericTickCalculator | A default implementation of a tick calculator for numeric values. |
DefaultTimeTickCalculator | A default implementation of a tick calculator for time-based axes. |
IntegerAxis | A NumericAxis that, by default, generates ticks for Integer values only. |
IntegerTickCalculator | A tick calculator that generates ticks only at integer values along the axis range. |
NumericAxis | An axis class specialised for numeric values. |
SimpleNumericTickCalculator | This class makes it easy to create custom ticks on a numeric axis by specifying an initial value for the location of a major tick and then specifying increments for major and (optionally) minor ticks. |
SimpleTimeTickCalculator | SimpleTimeTickCalculator provides an easy way of generating ticks on a time axis by specifying the Calendar.FIELD value (and an optional increment) that should separate two adjacent ticks. |
Tick | Tick s are generated at regular intervals along an axis and displayed as little dashed lines on the axis
to give an indication of the gradation. |
TimeAxis | An axis class specialised for time-based values. |
Enum Summary | |
---|---|
AxisPlacement | EAxisPlacement is used to specify where to put an axis on a chart. |
AxisQuantity | This enum enables us to distinguish among numeric, time and category ranges without using details of Java classes (such as NumericAxis or TimeRange) |
AxisType | Occasionally useful for specifying which of the axis you want to apply some processing to. |
Classes relating to axes and tick calculation
|
JIDE 3.5.15 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |