Java org.jfree.chart.axis NumberAxis3D fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.axis NumberAxis3D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.axis NumberAxis3D.

The text is from its open source code.

Subclass

org.jfree.chart.axis.NumberAxis3D has subclasses.
Click this link to see all its subclasses.

Constructor

NumberAxis3D(String label)
Constructs a new axis.
NumberAxis3D()
Default constructor.

Method

voidsetNumberFormatOverride(NumberFormat formatter)
Sets the number format override.
voidsetStandardTickUnits(TickUnitSource source)
Sets the source for obtaining standard tick units for the axis and sends an AxisChangeEvent to all registered listeners.
voidsetTickLabelFont(Font font)
Sets the font for the tick labels and sends an AxisChangeEvent to all registered listeners.
voidsetTickLabelPaint(Paint paint)
Sets the paint used to draw tick labels (if they are showing) and sends an AxisChangeEvent to all registered listeners.
voidsetUpperMargin(double margin)
Sets the upper margin for the axis (as a percentage of the axis range) and sends an AxisChangeEvent to all registered listeners.