Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
Modifier and Type | Field and Description |
---|---|
static CategoryLabelWidthType |
CategoryLabelWidthType.CATEGORY
Percentage of category.
|
static CategoryLabelWidthType |
CategoryLabelWidthType.RANGE
Percentage of range.
|
Modifier and Type | Method and Description |
---|---|
CategoryLabelWidthType |
CategoryLabelPosition.getWidthType()
Returns the width calculation type.
|
Constructor and Description |
---|
CategoryLabelPosition(org.jfree.ui.RectangleAnchor categoryAnchor,
org.jfree.text.TextBlockAnchor labelAnchor,
CategoryLabelWidthType widthType,
float widthRatio)
Creates a new category label position record.
|
CategoryLabelPosition(org.jfree.ui.RectangleAnchor categoryAnchor,
org.jfree.text.TextBlockAnchor labelAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle,
CategoryLabelWidthType widthType,
float widthRatio)
Creates a new position record.
|
Copyright © 2001–2022 JFree.org. All rights reserved.