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 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 static ItemLabelAnchorItemLabelAnchor. getHorizontalOpposite(ItemLabelAnchor anchor)Deprecated.Renderer now has positive and negative item label anchors.ItemLabelAnchorItemLabelPosition. getItemLabelAnchor()Returns the item label anchor.static ItemLabelAnchorItemLabelAnchor. 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 ItemLabelAnchorItemLabelAnchor. getHorizontalOpposite(ItemLabelAnchor anchor)Deprecated.Renderer now has positive and negative item label anchors.static ItemLabelAnchorItemLabelAnchor. 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 ItemLabelAnchorAbstractRenderer. getBaseItemLabelAnchor()Deprecated.Use getBasePositiveItemLabelPosition()/getBaseNegativeItemLabelPosition().ItemLabelAnchorCategoryItemRenderer. getBaseItemLabelAnchor()Deprecated.Use getBasePositiveItemLabelPosition() or getBaseNegativeItemLabelPosition().ItemLabelAnchorAbstractRenderer. getItemLabelAnchor(int row, int column)Deprecated.Use getPositiveItemLabelPosition() or getNegativeItemLabelPosition().ItemLabelAnchorCategoryItemRenderer. getItemLabelAnchor(int series, int item)Deprecated.Use getPositiveItemLabelPosition() or getNegativeItemLabelPosition().ItemLabelAnchorAbstractRenderer. getSeriesItemLabelAnchor(int series)Deprecated.Use getSeriesPositiveItemLabelPosition() or getSeriesNegativeItemLabelPosition().ItemLabelAnchorCategoryItemRenderer. getSeriesItemLabelAnchor(int series)Deprecated.Use getSeriesPositiveItemLabelPosition() or getSeriesNegativeItemLabelPosition().Methods in org.jfree.chart.renderer with parameters of type ItemLabelAnchor Modifier and Type Method Description voidAbstractRenderer. setBaseItemLabelAnchor(ItemLabelAnchor anchor)Deprecated.Use setBasePositiveItemLabelPosition()/setBaseNegativeItemLabelPosition().voidCategoryItemRenderer. setBaseItemLabelAnchor(ItemLabelAnchor anchor)Deprecated.Use setBasePositiveItemLabelPosition() or setBaseNegativeItemLabelPosition().voidAbstractRenderer. setItemLabelAnchor(ItemLabelAnchor anchor)Deprecated.Use setPositiveItemLabelPosition()/setNegativeItemLabelPosition().voidCategoryItemRenderer. setItemLabelAnchor(ItemLabelAnchor anchor)Deprecated.Use setPositiveItemLabelPosition() or setNegativeItemLabelPosition().voidAbstractRenderer. setSeriesItemLabelAnchor(int series, ItemLabelAnchor anchor)Deprecated.Use setSeriesPositiveItemLabelPosition()/setSeriesNegativeItemLabelPosition().voidCategoryItemRenderer. setSeriesItemLabelAnchor(int series, ItemLabelAnchor anchor)Deprecated.Use setSeriesPositiveItemLabelPosition() or setSeriesNegativeItemLabelPosition().