Uses of Class
org.jfree.chart.axis.Axis
Packages that use Axis
Package
Description
Axis classes and interfaces.
Provides a simple (but so far incomplete) framework for editing chart
properties.
Classes representing components of (or entities in) a chart.
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
Plot classes and related interfaces.
-
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 TypeMethodDescriptionstatic DefaultAxisEditor
DefaultAxisEditor.getInstance
(Axis axis) A static method that returns a panel that is appropriate for the axis type.void
DefaultAxisEditor.setAxisProperties
(Axis axis) Sets the properties of the specified axis to match the properties defined on this panel.void
DefaultLogAxisEditor.setAxisProperties
(Axis axis) Sets the properties of the specified axis to match the properties defined on this panel.void
DefaultNumberAxisEditor.setAxisProperties
(Axis axis) Sets the properties of the specified axis to match the properties defined on this panel.void
DefaultValueAxisEditor.setAxisProperties
(Axis axis) Sets the properties of the specified axis to match the properties defined on this panel.Constructors in org.jfree.chart.editor with parameters of type AxisModifierConstructorDescriptionDefaultAxisEditor
(Axis axis) Standard constructor: builds a panel for displaying/editing the properties of the specified axis. -
Uses of Axis in org.jfree.chart.entity
Fields in org.jfree.chart.entity declared as AxisMethods 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
Fields in org.jfree.chart.event declared as AxisModifier and TypeFieldDescriptionprivate final Axis
AxisChangeEvent.axis
The axis that generated the change 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.