Uses of Class
org.jfree.chart.axis.CategoryLabelPositions
| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of CategoryLabelPositions in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as CategoryLabelPositions Modifier and Type Field Description static CategoryLabelPositionsCategoryLabelPositions. DOWN_45DOWN_45 category label positions.static CategoryLabelPositionsCategoryLabelPositions. DOWN_90DOWN_90 category label positions.static CategoryLabelPositionsCategoryLabelPositions. STANDARDSTANDARD category label positions.static CategoryLabelPositionsCategoryLabelPositions. UP_45UP_45 category label positions.static CategoryLabelPositionsCategoryLabelPositions. UP_90UP_90 category label positions.Methods in org.jfree.chart.axis that return CategoryLabelPositions Modifier and Type Method Description static CategoryLabelPositionsCategoryLabelPositions. createDownRotationLabelPositions(double angle)Creates a new instance where the category labels angled downwards by the specified amount.static CategoryLabelPositionsCategoryLabelPositions. createUpRotationLabelPositions(double angle)Creates a new instance where the category labels angled upwards by the specified amount.CategoryLabelPositionsCategoryAxis. getCategoryLabelPositions()Returns the category label position specification (this contains label positioning info for all four possible axis locations).static CategoryLabelPositionsCategoryLabelPositions. replaceBottomPosition(CategoryLabelPositions base, CategoryLabelPosition bottom)Returns a new instance based on an existing instance but with the bottom position changed.static CategoryLabelPositionsCategoryLabelPositions. replaceLeftPosition(CategoryLabelPositions base, CategoryLabelPosition left)Returns a new instance based on an existing instance but with the left position changed.static CategoryLabelPositionsCategoryLabelPositions. replaceRightPosition(CategoryLabelPositions base, CategoryLabelPosition right)Returns a new instance based on an existing instance but with the right position changed.static CategoryLabelPositionsCategoryLabelPositions. replaceTopPosition(CategoryLabelPositions base, CategoryLabelPosition top)Returns a new instance based on an existing instance but with the top position changed.Methods in org.jfree.chart.axis with parameters of type CategoryLabelPositions Modifier and Type Method Description static CategoryLabelPositionsCategoryLabelPositions. replaceBottomPosition(CategoryLabelPositions base, CategoryLabelPosition bottom)Returns a new instance based on an existing instance but with the bottom position changed.static CategoryLabelPositionsCategoryLabelPositions. replaceLeftPosition(CategoryLabelPositions base, CategoryLabelPosition left)Returns a new instance based on an existing instance but with the left position changed.static CategoryLabelPositionsCategoryLabelPositions. replaceRightPosition(CategoryLabelPositions base, CategoryLabelPosition right)Returns a new instance based on an existing instance but with the right position changed.static CategoryLabelPositionsCategoryLabelPositions. replaceTopPosition(CategoryLabelPositions base, CategoryLabelPosition top)Returns a new instance based on an existing instance but with the top position changed.voidCategoryAxis. setCategoryLabelPositions(CategoryLabelPositions positions)Sets the category label position specification for the axis and sends anAxisChangeEventto all registered listeners.