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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

CategoryAxis3D(String label)
Creates a new axis using default attribute values.
CategoryAxis3D()
Creates a new axis.

Method

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.
voidsetTickMarksVisible(boolean flag)
Sets the flag that indicates whether or not the tick marks are showing and sends an AxisChangeEvent to all registered listeners.