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.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass. -
-
Uses of ItemLabelAnchor in org.jfree.chart.labels
Fields in org.jfree.chart.labels declared as ItemLabelAnchor Modifier and Type Field Description static ItemLabelAnchorItemLabelAnchor. CENTERCENTER.static ItemLabelAnchorItemLabelAnchor. INSIDE1INSIDE1.static ItemLabelAnchorItemLabelAnchor. INSIDE10INSIDE10.static ItemLabelAnchorItemLabelAnchor. INSIDE11INSIDE11.static ItemLabelAnchorItemLabelAnchor. INSIDE12INSIDE12.static ItemLabelAnchorItemLabelAnchor. INSIDE2INSIDE2.static ItemLabelAnchorItemLabelAnchor. INSIDE3INSIDE3.static ItemLabelAnchorItemLabelAnchor. INSIDE4INSIDE4.static ItemLabelAnchorItemLabelAnchor. INSIDE5INSIDE5.static ItemLabelAnchorItemLabelAnchor. INSIDE6INSIDE6.static ItemLabelAnchorItemLabelAnchor. INSIDE7INSIDE7.static ItemLabelAnchorItemLabelAnchor. INSIDE8INSIDE8.static ItemLabelAnchorItemLabelAnchor. INSIDE9INSIDE9.private ItemLabelAnchorItemLabelPosition. itemLabelAnchorThe item label anchor point.static ItemLabelAnchorItemLabelAnchor. OUTSIDE1OUTSIDE1.static ItemLabelAnchorItemLabelAnchor. OUTSIDE10OUTSIDE10.static ItemLabelAnchorItemLabelAnchor. OUTSIDE11OUTSIDE11.static ItemLabelAnchorItemLabelAnchor. OUTSIDE12OUTSIDE12.static ItemLabelAnchorItemLabelAnchor. OUTSIDE2OUTSIDE2.static ItemLabelAnchorItemLabelAnchor. OUTSIDE3OUTSIDE3.static ItemLabelAnchorItemLabelAnchor. OUTSIDE4OUTSIDE4.static ItemLabelAnchorItemLabelAnchor. OUTSIDE5OUTSIDE5.static ItemLabelAnchorItemLabelAnchor. OUTSIDE6OUTSIDE6.static ItemLabelAnchorItemLabelAnchor. OUTSIDE7OUTSIDE7.static ItemLabelAnchorItemLabelAnchor. OUTSIDE8OUTSIDE8.static ItemLabelAnchorItemLabelAnchor. OUTSIDE9OUTSIDE9.Methods in org.jfree.chart.labels that return ItemLabelAnchor Modifier and Type Method Description ItemLabelAnchorItemLabelPosition. 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.Point2DAbstractRenderer. 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.Point2DBarRenderer. 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.Point2DXYBarRenderer. calculateLabelAnchorPoint(ItemLabelAnchor anchor, java.awt.geom.Rectangle2D bar, PlotOrientation orientation)Calculates the item label anchor point.
-