Frames | No Frames |
Fields of type org.jfree.chart.axis.CategoryLabelPositions | |
CategoryLabelPositions | DOWN_45 category label positions. |
CategoryLabelPositions | DOWN_90 category label positions. |
CategoryLabelPositions | STANDARD category label positions. |
CategoryLabelPositions | UP_45 category label positions. |
CategoryLabelPositions | UP_90 category label positions. |
Methods with parameter type org.jfree.chart.axis.CategoryLabelPositions | |
CategoryLabelPositions | CategoryLabelPositions.replaceBottomPosition(CategoryLabelPositions base, CategoryLabelPosition bottom) Returns a new instance based on an existing instance but with the bottom
position changed. |
CategoryLabelPositions | Returns a new instance based on an existing instance but with the left
position changed. |
CategoryLabelPositions | CategoryLabelPositions.replaceRightPosition(CategoryLabelPositions base, CategoryLabelPosition right) Returns a new instance based on an existing instance but with the right
position changed. |
CategoryLabelPositions | Returns a new instance based on an existing instance but with the top
position changed. |
void | Sets the category label position specification for the axis and sends an
AxisChangeEvent to all registered listeners. |
Methods with return type org.jfree.chart.axis.CategoryLabelPositions | |
CategoryLabelPositions | CategoryLabelPositions.createDownRotationLabelPositions(double angle) Creates a new instance where the category labels angled downwards by the
specified amount. |
CategoryLabelPositions | CategoryLabelPositions.createUpRotationLabelPositions(double angle) Creates a new instance where the category labels angled upwards by the
specified amount. |
CategoryLabelPositions | Returns the category label position specification (this contains label
positioning info for all four possible axis locations). |
CategoryLabelPositions | CategoryLabelPositions.replaceBottomPosition(CategoryLabelPositions base, CategoryLabelPosition bottom) Returns a new instance based on an existing instance but with the bottom
position changed. |
CategoryLabelPositions | Returns a new instance based on an existing instance but with the left
position changed. |
CategoryLabelPositions | CategoryLabelPositions.replaceRightPosition(CategoryLabelPositions base, CategoryLabelPosition right) Returns a new instance based on an existing instance but with the right
position changed. |
CategoryLabelPositions | Returns a new instance based on an existing instance but with the top
position changed. |