Uses of Class
org.jfree.chart.labels.ItemLabelAnchor
-
Packages that use ItemLabelAnchor Package Description org.jfree.chart.labels Generators and other classes used for the display of item labels and tooltips.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlotandXYPlotclasses. -
-
Uses of ItemLabelAnchor in org.jfree.chart.labels
Methods in org.jfree.chart.labels that return ItemLabelAnchor Modifier and Type Method Description ItemLabelAnchorItemLabelPosition. getItemLabelAnchor()Returns the item label anchor.static ItemLabelAnchorItemLabelAnchor. valueOf(String name)Returns the enum constant of this type with the specified name.static ItemLabelAnchor[]ItemLabelAnchor. 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 ItemLabelAnchor Constructor Description ItemLabelPosition(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor)Creates a new position record (with zero rotation).ItemLabelPosition(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle)Creates a new position record. -
Uses of ItemLabelAnchor in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer with parameters of type ItemLabelAnchor Modifier and Type Method Description protected Point2DAbstractRenderer. calculateLabelAnchorPoint(ItemLabelAnchor anchor, double x, double y, PlotOrientation orientation)Calculates the item label anchor point.
-