Uses of Class
org.jfree.chart.labels.ItemLabelAnchor
Packages that use ItemLabelAnchor
Package
Description
Generators and other classes used for the display of item labels and tooltips.
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes.-
Uses of ItemLabelAnchor in org.jfree.chart.labels
Fields in org.jfree.chart.labels declared as ItemLabelAnchorModifier and TypeFieldDescriptionstatic final ItemLabelAnchorItemLabelAnchor.CENTERCENTER.static final ItemLabelAnchorItemLabelAnchor.INSIDE1INSIDE1.static final ItemLabelAnchorItemLabelAnchor.INSIDE10INSIDE10.static final ItemLabelAnchorItemLabelAnchor.INSIDE11INSIDE11.static final ItemLabelAnchorItemLabelAnchor.INSIDE12INSIDE12.static final ItemLabelAnchorItemLabelAnchor.INSIDE2INSIDE2.static final ItemLabelAnchorItemLabelAnchor.INSIDE3INSIDE3.static final ItemLabelAnchorItemLabelAnchor.INSIDE4INSIDE4.static final ItemLabelAnchorItemLabelAnchor.INSIDE5INSIDE5.static final ItemLabelAnchorItemLabelAnchor.INSIDE6INSIDE6.static final ItemLabelAnchorItemLabelAnchor.INSIDE7INSIDE7.static final ItemLabelAnchorItemLabelAnchor.INSIDE8INSIDE8.static final ItemLabelAnchorItemLabelAnchor.INSIDE9INSIDE9.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE1OUTSIDE1.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE10OUTSIDE10.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE11OUTSIDE11.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE12OUTSIDE12.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE2OUTSIDE2.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE3OUTSIDE3.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE4OUTSIDE4.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE5OUTSIDE5.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE6OUTSIDE6.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE7OUTSIDE7.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE8OUTSIDE8.static final ItemLabelAnchorItemLabelAnchor.OUTSIDE9OUTSIDE9.Methods in org.jfree.chart.labels that return ItemLabelAnchorModifier and TypeMethodDescriptionItemLabelPosition.getItemLabelAnchor()Returns the item label anchor.Constructors in org.jfree.chart.labels with parameters of type ItemLabelAnchorModifierConstructorDescriptionItemLabelPosition(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor) Creates a new position record (with zero rotation).ItemLabelPosition(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor, ItemLabelClip itemLabelClip) Creates a new position record.ItemLabelPosition(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle) Creates a new position record.ItemLabelPosition(ItemLabelAnchor itemLabelAnchor, TextAnchor textAnchor, TextAnchor rotationAnchor, double angle, ItemLabelClip itemLabelClip) Creates a new position record. -
Uses of ItemLabelAnchor in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer with parameters of type ItemLabelAnchorModifier and TypeMethodDescriptionprotected Point2DAbstractRenderer.calculateLabelAnchorPoint(ItemLabelAnchor anchor, double x, double y, PlotOrientation orientation) Calculates the item label anchor point.