Uses of Enum
org.jfree.chart.labels.ItemLabelClip
Package
Description
Generators and other classes used for the display of item labels and tooltips.
-
Uses of ItemLabelClip in org.jfree.chart.labels
Modifier and TypeMethodDescriptionItemLabelPosition.getItemLabelClip()
Returns the clip type for the label.static ItemLabelClip
Returns the enum constant of this type with the specified name.static ItemLabelClip[]
ItemLabelClip.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionItemLabelPosition
(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor, ItemLabelClip itemLabelClip) Creates a new position record.ItemLabelPosition
(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle, ItemLabelClip itemLabelClip) Creates a new position record.