protected double |
CategoryAxis.calculateTextBlockHeight(org.jfree.text.TextBlock block,
CategoryLabelPosition position,
Graphics2D g2) |
A utility method for determining the height of a text block.
|
protected double |
CategoryAxis.calculateTextBlockWidth(org.jfree.text.TextBlock block,
CategoryLabelPosition position,
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.
|