Uses of Class
org.jfree.chart.labels.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
Modifier and TypeFieldDescriptionstatic final ItemLabelAnchor
ItemLabelAnchor.CENTER
CENTER.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE1
INSIDE1.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE10
INSIDE10.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE11
INSIDE11.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE12
INSIDE12.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE2
INSIDE2.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE3
INSIDE3.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE4
INSIDE4.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE5
INSIDE5.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE6
INSIDE6.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE7
INSIDE7.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE8
INSIDE8.static final ItemLabelAnchor
ItemLabelAnchor.INSIDE9
INSIDE9.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE1
OUTSIDE1.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE10
OUTSIDE10.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE11
OUTSIDE11.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE12
OUTSIDE12.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE2
OUTSIDE2.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE3
OUTSIDE3.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE4
OUTSIDE4.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE5
OUTSIDE5.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE6
OUTSIDE6.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE7
OUTSIDE7.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE8
OUTSIDE8.static final ItemLabelAnchor
ItemLabelAnchor.OUTSIDE9
OUTSIDE9.Modifier and TypeMethodDescriptionItemLabelPosition.getItemLabelAnchor()
Returns the item label anchor.ModifierConstructorDescriptionItemLabelPosition
(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
Modifier and TypeMethodDescriptionprotected Point2D
AbstractRenderer.calculateLabelAnchorPoint
(ItemLabelAnchor anchor, double x, double y, PlotOrientation orientation) Calculates the item label anchor point.