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

Uses in package org.jfree.chart.axis

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

class
This class extends NumberAxis and handles cycling.
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
A standard linear value axis with a 3D effect corresponding to the offset specified by some renderers.
class
A standard linear value axis that replaces integer values with symbols.

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

MarkerAxisBand.MarkerAxisBand(NumberAxis axis, double topOuterGap, double topInnerGap, double bottomOuterGap, double bottomInnerGap, Font font)
Constructs a new axis band.