Uses of Class
org.jfree.chart.axis.Axis
-
Packages that use Axis Package Description org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties.org.jfree.chart.entity Classes representing components of (or entities in) a chart.org.jfree.chart.event 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.org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of Axis in org.jfree.chart.axis
Subclasses of Axis in org.jfree.chart.axis Modifier and Type Class Description classCategoryAxisAn axis that displays categories.classCategoryAxis3DAn axis that displays categories and has a 3D effect.classCyclicNumberAxisThis class extends NumberAxis and handles cycling.classDateAxisThe base class for axes that display dates.classExtendedCategoryAxisAn extended version of theCategoryAxisclass that supports sublabels on the axis.classLogarithmicAxisA numerical axis that uses a logarithmic scale.classLogAxisA numerical axis that uses a logarithmic scale.classModuloAxisAn axis that displays numerical values within a fixed range using a modulo calculation.classNumberAxisAn axis for displaying numerical data.classNumberAxis3DA standard linear value axis with a 3D effect corresponding to the offset specified by some renderers.classPeriodAxisAn axis that displays a date scale based on aRegularTimePeriod.classSubCategoryAxisA specialised category axis that can display sub-categories.classSymbolAxisA standard linear value axis that replaces integer values with symbols.classValueAxisThe base class for axes that display value data, where values are measured using thedoubleprimitive.Methods in org.jfree.chart.axis with parameters of type Axis Modifier and Type Method Description voidAxisCollection. add(Axis axis, org.jfree.ui.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 Axis Modifier and Type Method Description voidDefaultLogAxisEditor. 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 Axis Modifier and Type Method Description AxisAxisEntity. getAxis()Returns the axis that occupies the entity area.Constructors in org.jfree.chart.entity with parameters of type Axis Constructor Description AxisEntity(java.awt.Shape area, Axis axis)Creates a new axis entity.AxisEntity(java.awt.Shape area, Axis axis, java.lang.String toolTipText)Creates a new axis entity.AxisEntity(java.awt.Shape area, Axis axis, java.lang.String toolTipText, java.lang.String urlText)Creates a new axis entity. -
Uses of Axis in org.jfree.chart.event
Methods in org.jfree.chart.event that return Axis Modifier and Type Method Description AxisAxisChangeEvent. getAxis()Returns the axis that generated the event.Constructors in org.jfree.chart.event with parameters of type Axis Constructor Description AxisChangeEvent(Axis axis)Creates a new AxisChangeEvent. -
Uses of Axis in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return types with arguments of type Axis Modifier and Type Method Description protected java.util.Map<Axis,AxisState>XYPlot. drawAxes(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D plotArea, java.awt.geom.Rectangle2D dataArea, PlotRenderingInfo plotState)A utility method for drawing the axes.
-