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 theCategoryPlot
andXYPlot
classes.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlot
class.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class. -
-
Uses of ItemLabelAnchor in org.jfree.chart.labels
Fields in org.jfree.chart.labels declared as ItemLabelAnchor Modifier and Type Field Description static ItemLabelAnchor
ItemLabelAnchor. CENTER
CENTER.static ItemLabelAnchor
ItemLabelAnchor. INSIDE1
INSIDE1.static ItemLabelAnchor
ItemLabelAnchor. INSIDE10
INSIDE10.static ItemLabelAnchor
ItemLabelAnchor. INSIDE11
INSIDE11.static ItemLabelAnchor
ItemLabelAnchor. INSIDE12
INSIDE12.static ItemLabelAnchor
ItemLabelAnchor. INSIDE2
INSIDE2.static ItemLabelAnchor
ItemLabelAnchor. INSIDE3
INSIDE3.static ItemLabelAnchor
ItemLabelAnchor. INSIDE4
INSIDE4.static ItemLabelAnchor
ItemLabelAnchor. INSIDE5
INSIDE5.static ItemLabelAnchor
ItemLabelAnchor. INSIDE6
INSIDE6.static ItemLabelAnchor
ItemLabelAnchor. INSIDE7
INSIDE7.static ItemLabelAnchor
ItemLabelAnchor. INSIDE8
INSIDE8.static ItemLabelAnchor
ItemLabelAnchor. INSIDE9
INSIDE9.private ItemLabelAnchor
ItemLabelPosition. itemLabelAnchor
The item label anchor point.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE1
OUTSIDE1.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE10
OUTSIDE10.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE11
OUTSIDE11.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE12
OUTSIDE12.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE2
OUTSIDE2.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE3
OUTSIDE3.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE4
OUTSIDE4.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE5
OUTSIDE5.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE6
OUTSIDE6.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE7
OUTSIDE7.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE8
OUTSIDE8.static ItemLabelAnchor
ItemLabelAnchor. OUTSIDE9
OUTSIDE9.Methods in org.jfree.chart.labels that return ItemLabelAnchor Modifier and Type Method Description ItemLabelAnchor
ItemLabelPosition. getItemLabelAnchor()
Returns the item label anchor.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, 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 ItemLabelAnchor Modifier and Type Method Description protected java.awt.geom.Point2D
AbstractRenderer. calculateLabelAnchorPoint(ItemLabelAnchor anchor, double x, double y, PlotOrientation orientation)
Calculates the item label anchor point. -
Uses of ItemLabelAnchor in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category with parameters of type ItemLabelAnchor Modifier and Type Method Description private java.awt.geom.Point2D
BarRenderer. calculateLabelAnchorPoint(ItemLabelAnchor anchor, java.awt.geom.Rectangle2D bar, PlotOrientation orientation)
Calculates the item label anchor point. -
Uses of ItemLabelAnchor in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy with parameters of type ItemLabelAnchor Modifier and Type Method Description private java.awt.geom.Point2D
XYBarRenderer. calculateLabelAnchorPoint(ItemLabelAnchor anchor, java.awt.geom.Rectangle2D bar, PlotOrientation orientation)
Calculates the item label anchor point.
-