Module platform
Package org.jfree.chart.axis
package org.jfree.chart.axis
-
ClassDescriptionThe base class for all axes in JFreeChart.A collection of axes that have been assigned to the TOP, BOTTOM, LEFT or RIGHT of a chart.Used to indicate the location of an axis label.Used to indicate the location of an axis on a 2D plot, prior to knowing the orientation of the plot.A record that contains the space required at each edge of a plot.Instances of this class are used to carry state information for an axis during the drawing process.Used to indicate one of three positions within a category:
START
,MIDDLE
andEND
.An axis that displays categories.The attributes that control the position of the labels for the categories on aCategoryAxis
.Records the label positions for a category axis.Represents the width types for a category label.A tick for aCategoryAxis
.A formatter that displays numbers as directions.This class extends NumberAxis and handles cycling.A special Number tick that also hold information about the cycle bound mapping for this tick.The base class for axes that display dates.A tick used by theDateAxis
class.Used to indicate the required position of tick marks on a date axis relative to the underlying time period.A tick unit for use by subclasses ofDateAxis
.An enumeration of the unit types for aDateTickUnit
instance.An extended version of theCategoryAxis
class that supports sublabels on the axis.A numerical axis that uses a logarithmic scale.A numerical axis that uses a logarithmic scale.A tick from aLogAxis
.A band that can be added to a number axis to display regions.An axis that displays numerical values within a fixed range using a modulo calculation.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.An axis for displaying numerical data.A numerical tick.A numerical tick unit.A tick unit source implementation that returns NumberTickUnit instances that are multiples of 1, 2 or 5 times some power of 10.An axis that displays a date scale based on aRegularTimePeriod
.A record that contains information for one "band" of date labels in aPeriodAxis
.A formatter that formats dates to show the year and quarter (for example, '2004 IV' for the last quarter of 2004.A source that can used by theNumberAxis
class to obtain a suitableTickUnit
.A specialised category axis that can display sub-categories.A standard linear value axis that replaces integer values with symbols.The base class used to represent labeled ticks along an axis.Used to indicate the tick type (MAJOR or MINOR).Base class representing a tick unit.A collection of tick units, used by theDateAxis
andNumberAxis
classes.An interface that defines the contract for a Timeline.The base class for axes that display value data, where values are measured using thedouble
primitive.A value tick.