Uses of Class
org.jfree.chart.axis.Axis
Package
Description
-
Uses of Axis in org.jfree.chart.axis
Modifier and TypeClassDescriptionclass
An axis that displays categories.class
This class extends NumberAxis and handles cycling.class
The base class for axes that display dates.class
An extended version of theCategoryAxis
class that supports sublabels on the axis.class
A numerical axis that uses a logarithmic scale.class
A numerical axis that uses a logarithmic scale.class
An axis that displays numerical values within a fixed range using a modulo calculation.class
An axis for displaying numerical data.class
An axis that displays a date scale based on aRegularTimePeriod
.class
A specialised category axis that can display sub-categories.class
A standard linear value axis that replaces integer values with symbols.class
The base class for axes that display value data, where values are measured using thedouble
primitive.Modifier and TypeMethodDescriptionvoid
AxisCollection.add
(Axis axis, RectangleEdge edge) Adds an axis to the collection. -
Uses of Axis in org.jfree.chart.editor
Modifier and TypeMethodDescriptionvoid
DefaultLogAxisEditor.setAxisProperties
(Axis axis) Sets the properties of the specified axis to match the properties defined on this panel. -
Uses of Axis in org.jfree.chart.entity
Modifier and TypeMethodDescriptionAxisEntity.getAxis()
Returns the axis that occupies the entity area.ModifierConstructorDescriptionAxisEntity
(Shape area, Axis axis) Creates a new axis entity.AxisEntity
(Shape area, Axis axis, String toolTipText) Creates a new axis entity.AxisEntity
(Shape area, Axis axis, String toolTipText, String urlText) Creates a new axis entity. -
Uses of Axis in org.jfree.chart.event
Modifier and TypeMethodDescriptionAxisChangeEvent.getAxis()
Returns the axis that generated the event. -
Uses of Axis in org.jfree.chart.plot
Modifier and TypeMethodDescriptionXYPlot.drawAxes
(Graphics2D g2, Rectangle2D plotArea, Rectangle2D dataArea, PlotRenderingInfo plotState) A utility method for drawing the axes.