Uses of Class
org.jfree.chart.axis.CategoryLabelWidthType
Packages that use CategoryLabelWidthType
-
Uses of CategoryLabelWidthType in org.jfree.chart.axis
Fields in org.jfree.chart.axis declared as CategoryLabelWidthTypeModifier and TypeFieldDescriptionstatic final CategoryLabelWidthTypeCategoryLabelWidthType.CATEGORYPercentage of category.static final CategoryLabelWidthTypeCategoryLabelWidthType.RANGEPercentage of range.private final CategoryLabelWidthTypeCategoryLabelPosition.widthTypeThe width calculation type.Methods in org.jfree.chart.axis that return CategoryLabelWidthTypeModifier and TypeMethodDescriptionCategoryLabelPosition.getWidthType()Returns the width calculation type.Constructors in org.jfree.chart.axis with parameters of type CategoryLabelWidthTypeModifierConstructorDescriptionCategoryLabelPosition(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.