|
Header
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryLabelPositions | |
---|---|
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 | |
---|---|
static CategoryLabelPositions |
CategoryLabelPositions.DOWN_45
DOWN_45 category label positions. |
static CategoryLabelPositions |
CategoryLabelPositions.DOWN_90
DOWN_90 category label positions. |
static CategoryLabelPositions |
CategoryLabelPositions.STANDARD
STANDARD category label positions. |
static CategoryLabelPositions |
CategoryLabelPositions.UP_45
UP_45 category label positions. |
static CategoryLabelPositions |
CategoryLabelPositions.UP_90
UP_90 category label positions. |
Methods in org.jfree.chart.axis that return CategoryLabelPositions | |
---|---|
static CategoryLabelPositions |
CategoryLabelPositions.createDownRotationLabelPositions(double angle)
Creates a new instance where the category labels angled downwards by the specified amount. |
static CategoryLabelPositions |
CategoryLabelPositions.createUpRotationLabelPositions(double angle)
Creates a new instance where the category labels angled upwards by the specified amount. |
CategoryLabelPositions |
CategoryAxis.getCategoryLabelPositions()
Returns the category label position specification (this contains label positioning info for all four possible axis locations). |
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. |
Methods in org.jfree.chart.axis with parameters of type CategoryLabelPositions | |
---|---|
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. |
void |
CategoryAxis.setCategoryLabelPositions(CategoryLabelPositions positions)
Sets the category label position specification for the axis and sends an AxisChangeEvent to all registered listeners. |
|
Footer
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |