Uses of Enum
org.jfree.chart.labels.ItemLabelClip
Packages that use ItemLabelClip
Package
Description
Generators and other classes used for the display of item labels and tooltips.
-
Uses of ItemLabelClip in org.jfree.chart.labels
Methods in org.jfree.chart.labels that return ItemLabelClipModifier 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.Constructors in org.jfree.chart.labels with parameters of type ItemLabelClipModifierConstructorDescriptionItemLabelPosition
(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.