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 |
Plug-in renderers for 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 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.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 static ItemLabelAnchor
ItemLabelAnchor. getHorizontalOpposite(ItemLabelAnchor anchor)
Deprecated.Renderer now has positive and negative item label anchors.ItemLabelAnchor
ItemLabelPosition. getItemLabelAnchor()
Returns the item label anchor.static ItemLabelAnchor
ItemLabelAnchor. getVerticalOpposite(ItemLabelAnchor anchor)
Deprecated.Renderer now has positive and negative item label positions.Methods in org.jfree.chart.labels with parameters of type ItemLabelAnchor Modifier and Type Method Description static ItemLabelAnchor
ItemLabelAnchor. getHorizontalOpposite(ItemLabelAnchor anchor)
Deprecated.Renderer now has positive and negative item label anchors.static ItemLabelAnchor
ItemLabelAnchor. getVerticalOpposite(ItemLabelAnchor anchor)
Deprecated.Renderer now has positive and negative item label positions.Constructors in org.jfree.chart.labels with parameters of type ItemLabelAnchor Constructor Description ItemLabelPosition(ItemLabelAnchor itemLabelAnchor, org.jfree.ui.TextAnchor textAnchor)
Creates a new position record (with zero rotation).ItemLabelPosition(ItemLabelAnchor itemLabelAnchor, org.jfree.ui.TextAnchor textAnchor, org.jfree.ui.TextAnchor rotationAnchor, double angle)
Creates a new position record. -
Uses of ItemLabelAnchor in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return ItemLabelAnchor Modifier and Type Method Description ItemLabelAnchor
AbstractRenderer. getBaseItemLabelAnchor()
Deprecated.Use getBasePositiveItemLabelPosition()/getBaseNegativeItemLabelPosition().ItemLabelAnchor
CategoryItemRenderer. getBaseItemLabelAnchor()
Deprecated.Use getBasePositiveItemLabelPosition() or getBaseNegativeItemLabelPosition().ItemLabelAnchor
AbstractRenderer. getItemLabelAnchor(int row, int column)
Deprecated.Use getPositiveItemLabelPosition() or getNegativeItemLabelPosition().ItemLabelAnchor
CategoryItemRenderer. getItemLabelAnchor(int series, int item)
Deprecated.Use getPositiveItemLabelPosition() or getNegativeItemLabelPosition().ItemLabelAnchor
AbstractRenderer. getSeriesItemLabelAnchor(int series)
Deprecated.Use getSeriesPositiveItemLabelPosition() or getSeriesNegativeItemLabelPosition().ItemLabelAnchor
CategoryItemRenderer. getSeriesItemLabelAnchor(int series)
Deprecated.Use getSeriesPositiveItemLabelPosition() or getSeriesNegativeItemLabelPosition().Methods in org.jfree.chart.renderer with parameters of type ItemLabelAnchor Modifier and Type Method Description void
AbstractRenderer. setBaseItemLabelAnchor(ItemLabelAnchor anchor)
Deprecated.Use setBasePositiveItemLabelPosition()/setBaseNegativeItemLabelPosition().void
CategoryItemRenderer. setBaseItemLabelAnchor(ItemLabelAnchor anchor)
Deprecated.Use setBasePositiveItemLabelPosition() or setBaseNegativeItemLabelPosition().void
AbstractRenderer. setItemLabelAnchor(ItemLabelAnchor anchor)
Deprecated.Use setPositiveItemLabelPosition()/setNegativeItemLabelPosition().void
CategoryItemRenderer. setItemLabelAnchor(ItemLabelAnchor anchor)
Deprecated.Use setPositiveItemLabelPosition() or setNegativeItemLabelPosition().void
AbstractRenderer. setSeriesItemLabelAnchor(int series, ItemLabelAnchor anchor)
Deprecated.Use setSeriesPositiveItemLabelPosition()/setSeriesNegativeItemLabelPosition().void
CategoryItemRenderer. setSeriesItemLabelAnchor(int series, ItemLabelAnchor anchor)
Deprecated.Use setSeriesPositiveItemLabelPosition() or setSeriesNegativeItemLabelPosition().