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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

voidaddSubLabel(Comparable category, String label)
Adds a sublabel for a category.
CategoryLabelPositionsgetCategoryLabelPositions()
Returns the category label position specification (this contains label positioning info for all four possible axis locations).
voidsetCategoryLabelPositions(CategoryLabelPositions positions)
Sets the category label position specification for the axis and sends an AxisChangeEvent to all registered listeners.
voidsetCategoryMargin(double margin)
Sets the category margin 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.