protected double |
CategoryAxis.calculateCategoryLabelHeight(TextBlock block,
CategoryLabelPosition position,
RectangleInsets insets,
Graphics2D g2) |
Calculates the height of a category label when rendered.
|
protected double |
CategoryAxis.calculateCategoryLabelWidth(TextBlock label,
CategoryLabelPosition position,
RectangleInsets insets,
Graphics2D g2) |
Calculates the width of a category label when rendered.
|
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.
|