Uses of Class
org.jfree.chart.axis.Axis
Packages that use Axis
Package
Description
-
Uses of Axis in org.jfree.chart.axis
Subclasses of Axis in org.jfree.chart.axisModifier 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.Methods in org.jfree.chart.axis with parameters of type AxisModifier and TypeMethodDescriptionvoid
AxisCollection.add
(Axis axis, RectangleEdge edge) Adds an axis to the collection. -
Uses of Axis in org.jfree.chart.editor
Methods in org.jfree.chart.editor with parameters of type AxisModifier 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
Methods in org.jfree.chart.entity that return AxisModifier and TypeMethodDescriptionAxisEntity.getAxis()
Returns the axis that occupies the entity area.Constructors in org.jfree.chart.entity with parameters of type AxisModifierConstructorDescriptionAxisEntity
(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
Methods in org.jfree.chart.event that return AxisModifier and TypeMethodDescriptionAxisChangeEvent.getAxis()
Returns the axis that generated the event.Constructors in org.jfree.chart.event with parameters of type Axis -
Uses of Axis in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return types with arguments of type AxisModifier and TypeMethodDescriptionXYPlot.drawAxes
(Graphics2D g2, Rectangle2D plotArea, Rectangle2D dataArea, PlotRenderingInfo plotState) A utility method for drawing the axes.