Uses of Class org.jfree.chart.axis.Axis

Uses in package org.jfree.chart.axis

Classes derived from org.jfree.chart.axis.Axis

class
An axis that displays categories.
class
An axis that displays categories and has a 3D effect.
class
This class extends NumberAxis and handles cycling.
class
The base class for axes that display dates.
class
An extended version of the CategoryAxis class that supports sublabels on the axis.
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
A standard linear value axis with a 3D effect corresponding to the offset specified by some renderers.
class
An axis that displays a date scale based on a RegularTimePeriod.
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 the double primitive.

Methods with parameter type org.jfree.chart.axis.Axis

void
AxisCollection.add(Axis axis, RectangleEdge edge)
Adds an axis to the collection.

Uses in package org.jfree.chart.event

Constructors with parameter type org.jfree.chart.axis.Axis

Creates a new AxisChangeEvent.

Methods with return type org.jfree.chart.axis.Axis

Axis
Returns the axis that generated the event.