Uses of Class
org.jfree.chart.axis.CategoryLabelPosition
-
Packages that use CategoryLabelPosition Package Description org.jfree.chart.axis Axis classes and interfaces. -
-
Uses of CategoryLabelPosition in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as CategoryLabelPosition Modifier and Type Field Description private CategoryLabelPosition
CategoryLabelPositions. positionForAxisAtBottom
The label positioning details used when an axis is at the bottom of a chart.private CategoryLabelPosition
CategoryLabelPositions. positionForAxisAtLeft
The label positioning details used when an axis is at the left of a chart.private CategoryLabelPosition
CategoryLabelPositions. positionForAxisAtRight
The label positioning details used when an axis is at the right of a chart.private CategoryLabelPosition
CategoryLabelPositions. positionForAxisAtTop
The label positioning details used when an axis is at the top of a chart.Methods in org.jfree.chart.axis that return CategoryLabelPosition Modifier and Type Method Description CategoryLabelPosition
CategoryLabelPositions. getLabelPosition(RectangleEdge edge)
Returns the category label position specification for an axis at the given location.Methods in org.jfree.chart.axis with parameters of type CategoryLabelPosition Modifier and Type Method Description protected double
CategoryAxis. calculateTextBlockHeight(TextBlock block, CategoryLabelPosition position, java.awt.Graphics2D g2)
A utility method for determining the height of a text block.protected double
CategoryAxis. calculateTextBlockWidth(TextBlock block, CategoryLabelPosition position, java.awt.Graphics2D g2)
A utility method for determining the width of a text block.static CategoryLabelPositions
CategoryLabelPositions. replaceBottomPosition(CategoryLabelPositions base, CategoryLabelPosition bottom)
Returns a new instance based on an existing instance but with the bottom position changed.static CategoryLabelPositions
CategoryLabelPositions. replaceLeftPosition(CategoryLabelPositions base, CategoryLabelPosition left)
Returns a new instance based on an existing instance but with the left position changed.static CategoryLabelPositions
CategoryLabelPositions. replaceRightPosition(CategoryLabelPositions base, CategoryLabelPosition right)
Returns a new instance based on an existing instance but with the right position changed.static CategoryLabelPositions
CategoryLabelPositions. replaceTopPosition(CategoryLabelPositions base, CategoryLabelPosition top)
Returns a new instance based on an existing instance but with the top position changed.Constructors in org.jfree.chart.axis with parameters of type CategoryLabelPosition Constructor Description CategoryLabelPositions(CategoryLabelPosition top, CategoryLabelPosition bottom, CategoryLabelPosition left, CategoryLabelPosition right)
Creates a new position specification.
-