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

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

Introduction

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

The text is from its open source code.

Field

CategoryLabelPositionsSTANDARD
STANDARD category label positions.
CategoryLabelPositionsUP_90
UP_90 category label positions.
CategoryLabelPositionsDOWN_90
DOWN_90 category label positions.
CategoryLabelPositionsUP_45
UP_45 category label positions.
CategoryLabelPositionsDOWN_45
DOWN_45 category label positions.

Constructor

Method

CategoryLabelPositionscreateDownRotationLabelPositions(double angle)
Creates a new instance where the category labels angled downwards by the specified amount.
CategoryLabelPositionscreateUpRotationLabelPositions(double angle)
Creates a new instance where the category labels angled upwards by the specified amount.
CategoryLabelPositiongetLabelPosition(RectangleEdge edge)
Returns the category label position specification for an axis at the given location.
CategoryLabelPositionsreplaceLeftPosition(CategoryLabelPositions base, CategoryLabelPosition left)
Returns a new instance based on an existing instance but with the left position changed.