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 TypeClassDescriptionclassAn axis that displays categories.classThis class extends NumberAxis and handles cycling.classThe base class for axes that display dates.classAn extended version of theCategoryAxisclass that supports sublabels on the axis.classA numerical axis that uses a logarithmic scale.classA numerical axis that uses a logarithmic scale.classAn axis that displays numerical values within a fixed range using a modulo calculation.classAn axis for displaying numerical data.classAn axis that displays a date scale based on aRegularTimePeriod.classA specialised category axis that can display sub-categories.classA standard linear value axis that replaces integer values with symbols.classThe base class for axes that display value data, where values are measured using thedoubleprimitive.Methods in org.jfree.chart.axis with parameters of type AxisModifier and TypeMethodDescriptionvoidAxisCollection.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 TypeMethodDescriptionvoidDefaultLogAxisEditor.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.