Uses of Class
org.jfree.chart.labels.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 the
CategoryPlot and XYPlot classes. |
-
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.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, 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.