Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |