Uses of Class
org.jfree.chart.axis.CategoryLabelWidthType
| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of CategoryLabelWidthType in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as CategoryLabelWidthType Modifier and Type Field Description static CategoryLabelWidthTypeCategoryLabelWidthType. CATEGORYPercentage of category.static CategoryLabelWidthTypeCategoryLabelWidthType. RANGEPercentage of range.Methods in org.jfree.chart.axis that return CategoryLabelWidthType Modifier and Type Method Description CategoryLabelWidthTypeCategoryLabelPosition. getWidthType()Returns the width calculation type.Constructors in org.jfree.chart.axis with parameters of type CategoryLabelWidthType Constructor Description CategoryLabelPosition(RectangleAnchor categoryAnchor, TextBlockAnchor labelAnchor, CategoryLabelWidthType widthType, float widthRatio)Creates a new category label position record.CategoryLabelPosition(RectangleAnchor categoryAnchor, TextBlockAnchor labelAnchor, TextAnchor rotationAnchor, double angle, CategoryLabelWidthType widthType, float widthRatio)Creates a new position record.