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.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.org.jfree.chart.swing.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
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.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.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 that return types with arguments of type Axis Modifier and Type Method Description List<Axis>AxisCollection. getAxesAtBottom()Returns a list of the axes (if any) that need to be drawn at the bottom of the plot area.List<Axis>AxisCollection. getAxesAtLeft()Returns a list of the axes (if any) that need to be drawn at the left of the plot area.List<Axis>AxisCollection. getAxesAtRight()Returns a list of the axes (if any) that need to be drawn at the right of the plot area.List<Axis>AxisCollection. getAxesAtTop()Returns a list of the axes (if any) that need to be drawn at the top of the plot area.Methods in org.jfree.chart.axis with parameters of type Axis Modifier and Type Method Description voidAxisCollection. add(Axis axis, RectangleEdge edge)Adds an axis to the collection. -
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(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 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 Map<Axis,AxisState>CategoryPlot. drawAxes(Graphics2D g2, Rectangle2D plotArea, Rectangle2D dataArea, PlotRenderingInfo plotState)A utility method for drawing the plot's axes.protected Map<Axis,AxisState>XYPlot. drawAxes(Graphics2D g2, Rectangle2D plotArea, Rectangle2D dataArea, PlotRenderingInfo plotState)A utility method for drawing the axes.Map<Axis,AxisState>PlotState. getSharedAxisStates()Returns a map containing the shared axis states. -
Uses of Axis in org.jfree.chart.swing.editor
Methods in org.jfree.chart.swing.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.
-