Name | Description | Type | Package | Framework |
Axis | The base class for all axes in JFreeChart. | Class | org.jfree.chart.axis | JFreeChart |
|
AxisCollection | A collection of axes that have been assigned to the TOP, BOTTOM, LEFT or RIGHT of a chart. | Class | org.jfree.chart.axis | JFreeChart |
|
AxisLabelLocation | Used to indicate the location of an axis label. | Class | org.jfree.chart.axis | JFreeChart |
|
AxisLocation | Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot. | Class | org.jfree.chart.axis | JFreeChart |
|
AxisSpace | A record that contains the space required at each edge of a plot. | Class | org.jfree.chart.axis | JFreeChart |
|
AxisState | Instances of this class are used to carry state information for an axis during the drawing process. | Class | org.jfree.chart.axis | JFreeChart |
|
CategoryAnchor | Used to indicate one of three positions within a category: START, MIDDLE and END. | Class | org.jfree.chart.axis | JFreeChart |
|
CategoryAxis | An axis that displays categories. | Class | org.jfree.chart.axis | JFreeChart |
|
CategoryAxis3D | An axis that displays categories and has a 3D effect. | Class | org.jfree.chart.axis | JFreeChart |
|
CategoryLabelPosition | The attributes that control the position of the labels for the categories on a CategoryAxis. | Class | org.jfree.chart.axis | JFreeChart |
|
CategoryLabelPositions | Records the label positions for a category axis. | Class | org.jfree.chart.axis | JFreeChart |
|
CategoryLabelWidthType | Represents the width types for a category label. | Class | org.jfree.chart.axis | JFreeChart |
|
CategoryTick | A tick for a CategoryAxis. | Class | org.jfree.chart.axis | JFreeChart |
|
ColorBar | | Class | org.jfree.chart.axis | JFreeChart |
|
CompassFormat | A formatter that displays numbers as directions. | Class | org.jfree.chart.axis | JFreeChart |
|
CyclicNumberAxis | This class extends NumberAxis and handles cycling. | Class | org.jfree.chart.axis | JFreeChart |
|
CyclicNumberAxis .CycleBoundTick | A special Number tick that also hold information about the cycle bound mapping for this tick. | Class | org.jfree.chart.axis.CyclicNumberAxis | JFreeChart |
|
DateAxis | The base class for axes that display dates. | Class | org.jfree.chart.axis | JFreeChart |
|
DateTick | A tick used by the DateAxis class. | Class | org.jfree.chart.axis | JFreeChart |
|
DateTickMarkPosition | Used to indicate the required position of tick marks on a date axis relative to the underlying time period. | Class | org.jfree.chart.axis | JFreeChart |
|
DateTickUnit | A tick unit for use by subclasses of DateAxis. | Class | org.jfree.chart.axis | JFreeChart |
|
DateTickUnitType | An enumeration of the unit types for a DateTickUnit instance. | Class | org.jfree.chart.axis | JFreeChart |
|
ExtendedCategoryAxis | An extended version of the CategoryAxis class that supports sublabels on the axis. | Class | org.jfree.chart.axis | JFreeChart |
|
LogarithmicAxis | A numerical axis that uses a logarithmic scale. | Class | org.jfree.chart.axis | JFreeChart |
|
LogAxis | A numerical axis that uses a logarithmic scale. | Class | org.jfree.chart.axis | JFreeChart |
|
LogTick | A tick from a LogAxis. | Class | org.jfree.chart.axis | JFreeChart |
|
MarkerAxisBand | A band that can be added to a number axis to display regions. | Class | org.jfree.chart.axis | JFreeChart |
|
ModuloAxis | An axis that displays numerical values within a fixed range using a moduloSee Also:Serialized Form | Class | org.jfree.chart.axis | JFreeChart |
|
MonthDateFormat | A formatter that formats dates to show the initial letter(s) of the month name and, as an option, the year for the first or last month of each year. | Class | org.jfree.chart.axis | JFreeChart |
|
NumberAxis | An axis for displaying numerical data. | Class | org.jfree.chart.axis | JFreeChart |
|
NumberAxis3D | A standard linear value axis with a 3D effect corresponding to the offset specified by some renderers. | Class | org.jfree.chart.axis | JFreeChart |
|
NumberTick | | Class | org.jfree.chart.axis | JFreeChart |
|
NumberTickUnit | A numerical tick unit. | Class | org.jfree.chart.axis | JFreeChart |
|
NumberTickUnitSource | A tick unit source implementation that returns NumberTickUnit instances that are multiples of 1, 2 or 5 times some power of 10. | Class | org.jfree.chart.axis | JFreeChart |
|
PeriodAxis | An axis that displays a date scale based on a RegularTimePeriod. | Class | org.jfree.chart.axis | JFreeChart |
|
PeriodAxisLabelInfo | A record that contains information for one band of date labels inSee Also:Serialized Form | Class | org.jfree.chart.axis | JFreeChart |
|
QuarterDateFormat | A formatter that formats dates to show the year and quarter (for example, '2004 IV' for the last quarter of 2004. | Class | org.jfree.chart.axis | JFreeChart |
|
SegmentedTimeline | A Timeline that implements a segmented timeline with included, excluded and exception segments. | Class | org.jfree.chart.axis | JFreeChart |
|
StandardTickUnitSource | A source that can used by the NumberAxis class to obtain a suitable TickUnit. | Class | org.jfree.chart.axis | JFreeChart |
|
SubCategoryAxis | A specialised category axis that can display sub-categories. | Class | org.jfree.chart.axis | JFreeChart |
|
SymbolAxis | A standard linear value axis that replaces integer values with symbols. | Class | org.jfree.chart.axis | JFreeChart |
|
Tick | The base class used to represent labeled ticks along an axis. | Class | org.jfree.chart.axis | JFreeChart |
|
TickType | Used to indicate the tick type (MAJOR or MINOR). | Class | org.jfree.chart.axis | JFreeChart |
|
TickUnit | Base class representing a tick unit. | Class | org.jfree.chart.axis | JFreeChart |
|
TickUnits | A collection of tick units, used by the DateAxis and NumberAxis classes. | Class | org.jfree.chart.axis | JFreeChart |
|
TickUnitSource | An interface used by the DateAxis and NumberAxis classes to obtain a suitable TickUnit. | Interface | org.jfree.chart.axis | JFreeChart |
|
Timeline | An interface that defines the contract for a Timeline. | Interface | org.jfree.chart.axis | JFreeChart |
|
ValueAxis | The base class for axes that display value data, where values are measured using the double primitive. | Class | org.jfree.chart.axis | JFreeChart |
|
ValueTick | | Class | org.jfree.chart.axis | JFreeChart |