Uses of Class
org.jfree.chart.labels.ItemLabelPosition
Packages that use ItemLabelPosition
Package
Description
Core support for the plug-in renderers used by the
CategoryPlot
and XYPlot
classes.Plug-in renderers for the
CategoryPlot
class.Plug-in renderers for the
XYPlot
class.-
Uses of ItemLabelPosition in org.jfree.chart.renderer
Fields in org.jfree.chart.renderer declared as ItemLabelPositionModifier and TypeFieldDescriptionprivate ItemLabelPosition
AbstractRenderer.defaultNegativeItemLabelPosition
The fallback negative item label position.private ItemLabelPosition
AbstractRenderer.defaultPositiveItemLabelPosition
The fallback positive item label position.Fields in org.jfree.chart.renderer with type parameters of type ItemLabelPositionModifier and TypeFieldDescriptionprivate Map
<Integer, ItemLabelPosition> AbstractRenderer.negativeItemLabelPositionMap
The negative item label position (per series).private Map
<Integer, ItemLabelPosition> AbstractRenderer.positiveItemLabelPositionMap
The positive item label position (per series).Methods in org.jfree.chart.renderer that return ItemLabelPositionModifier and TypeMethodDescriptionAbstractRenderer.getDefaultNegativeItemLabelPosition()
Returns the base item label position for negative values.AbstractRenderer.getDefaultPositiveItemLabelPosition()
Returns the default positive item label position.AbstractRenderer.getNegativeItemLabelPosition
(int row, int column) Returns the item label position for negative values.AbstractRenderer.getPositiveItemLabelPosition
(int row, int column) Returns the item label position for positive values.AbstractRenderer.getSeriesNegativeItemLabelPosition
(int series) Returns the item label position for all negative values in a series.AbstractRenderer.getSeriesPositiveItemLabelPosition
(int series) Returns the item label position for all positive values in a series.Methods in org.jfree.chart.renderer with parameters of type ItemLabelPositionModifier and TypeMethodDescriptionvoid
AbstractRenderer.setDefaultNegativeItemLabelPosition
(ItemLabelPosition position) Sets the default item label position for negative values and sends aRendererChangeEvent
to all registered listeners.void
AbstractRenderer.setDefaultNegativeItemLabelPosition
(ItemLabelPosition position, boolean notify) Sets the default negative item label position and, if requested, sends aRendererChangeEvent
to all registered listeners.void
AbstractRenderer.setDefaultPositiveItemLabelPosition
(ItemLabelPosition position) Sets the default positive item label position.void
AbstractRenderer.setDefaultPositiveItemLabelPosition
(ItemLabelPosition position, boolean notify) Sets the default positive item label position and, if requested, sends aRendererChangeEvent
to all registered listeners.void
AbstractRenderer.setSeriesNegativeItemLabelPosition
(int series, ItemLabelPosition position) Sets the item label position for negative values in a series and sends aRendererChangeEvent
to all registered listeners.void
AbstractRenderer.setSeriesNegativeItemLabelPosition
(int series, ItemLabelPosition position, boolean notify) Sets the item label position for negative values in a series and (if requested) sends aRendererChangeEvent
to all registered listeners.void
AbstractRenderer.setSeriesPositiveItemLabelPosition
(int series, ItemLabelPosition position) Sets the item label position for all positive values in a series and sends aRendererChangeEvent
to all registered listeners.void
AbstractRenderer.setSeriesPositiveItemLabelPosition
(int series, ItemLabelPosition position, boolean notify) Sets the item label position for all positive values in a series and (if requested) sends aRendererChangeEvent
to all registered listeners. -
Uses of ItemLabelPosition in org.jfree.chart.renderer.category
Fields in org.jfree.chart.renderer.category declared as ItemLabelPositionModifier and TypeFieldDescriptionprivate ItemLabelPosition
BarRenderer.negativeItemLabelPositionFallback
The fallback position if a negative item label doesn't fit inside the bar.private ItemLabelPosition
BarRenderer.positiveItemLabelPositionFallback
The fallback position if a positive item label doesn't fit inside the bar.Methods in org.jfree.chart.renderer.category that return ItemLabelPositionModifier and TypeMethodDescriptionCategoryItemRenderer.getDefaultNegativeItemLabelPosition()
Returns the default item label position for negative values.CategoryItemRenderer.getDefaultPositiveItemLabelPosition()
Returns the default positive item label position.CategoryItemRenderer.getNegativeItemLabelPosition
(int row, int column) Returns the item label position for negative values.BarRenderer.getNegativeItemLabelPositionFallback()
Returns the fallback position for negative item labels that don't fit within a bar.CategoryItemRenderer.getPositiveItemLabelPosition
(int row, int column) Returns the item label position for positive values.BarRenderer.getPositiveItemLabelPositionFallback()
Returns the fallback position for positive item labels that don't fit within a bar.CategoryItemRenderer.getSeriesNegativeItemLabelPosition
(int series) Returns the item label position for all negative values in a series.CategoryItemRenderer.getSeriesPositiveItemLabelPosition
(int series) Returns the item label position for all positive values in a series.Methods in org.jfree.chart.renderer.category with parameters of type ItemLabelPositionModifier and TypeMethodDescriptionvoid
CategoryItemRenderer.setDefaultNegativeItemLabelPosition
(ItemLabelPosition position) Sets the default item label position for negative values and sends aRendererChangeEvent
to all registered listeners.void
CategoryItemRenderer.setDefaultNegativeItemLabelPosition
(ItemLabelPosition position, boolean notify) Sets the default negative item label position and, if requested, sends aRendererChangeEvent
to all registered listeners.void
CategoryItemRenderer.setDefaultPositiveItemLabelPosition
(ItemLabelPosition position) Sets the default positive item label position.void
CategoryItemRenderer.setDefaultPositiveItemLabelPosition
(ItemLabelPosition position, boolean notify) Sets the default positive item label position and, if requested, sends aRendererChangeEvent
to all registered listeners.void
BarRenderer.setNegativeItemLabelPositionFallback
(ItemLabelPosition position) Sets the fallback position for negative item labels that don't fit within a bar, and sends aRendererChangeEvent
to all registered listeners.void
BarRenderer.setPositiveItemLabelPositionFallback
(ItemLabelPosition position) Sets the fallback position for positive item labels that don't fit within a bar, and sends aRendererChangeEvent
to all registered listeners.void
CategoryItemRenderer.setSeriesNegativeItemLabelPosition
(int series, ItemLabelPosition position) Sets the item label position for negative values in a series and sends aRendererChangeEvent
to all registered listeners.void
CategoryItemRenderer.setSeriesNegativeItemLabelPosition
(int series, ItemLabelPosition position, boolean notify) Sets the item label position for negative values in a series and (if requested) sends aRendererChangeEvent
to all registered listeners.void
CategoryItemRenderer.setSeriesPositiveItemLabelPosition
(int series, ItemLabelPosition position) Sets the item label position for all positive values in a series and sends aRendererChangeEvent
to all registered listeners.void
CategoryItemRenderer.setSeriesPositiveItemLabelPosition
(int series, ItemLabelPosition position, boolean notify) Sets the item label position for all positive values in a series and (if requested) sends aRendererChangeEvent
to all registered listeners. -
Uses of ItemLabelPosition in org.jfree.chart.renderer.xy
Fields in org.jfree.chart.renderer.xy declared as ItemLabelPositionModifier and TypeFieldDescriptionprivate ItemLabelPosition
XYBarRenderer.negativeItemLabelPositionFallback
The fallback position if a negative item label doesn't fit inside the bar.private ItemLabelPosition
XYBarRenderer.positiveItemLabelPositionFallback
The fallback position if a positive item label doesn't fit inside the bar.Methods in org.jfree.chart.renderer.xy that return ItemLabelPositionModifier and TypeMethodDescriptionXYItemRenderer.getDefaultNegativeItemLabelPosition()
Returns the default item label position for negative values.XYItemRenderer.getDefaultPositiveItemLabelPosition()
Returns the default positive item label position.XYItemRenderer.getNegativeItemLabelPosition
(int row, int column) Returns the item label position for negative values.XYBarRenderer.getNegativeItemLabelPositionFallback()
Returns the fallback position for negative item labels that don't fit within a bar.XYItemRenderer.getPositiveItemLabelPosition
(int row, int column) Returns the item label position for positive values.XYBarRenderer.getPositiveItemLabelPositionFallback()
Returns the fallback position for positive item labels that don't fit within a bar.XYItemRenderer.getSeriesNegativeItemLabelPosition
(int series) Returns the item label position for all negative values in a series.XYItemRenderer.getSeriesPositiveItemLabelPosition
(int series) Returns the item label position for all positive values in a series.Methods in org.jfree.chart.renderer.xy with parameters of type ItemLabelPositionModifier and TypeMethodDescriptionprivate String
XYBarRenderer.calculateLabeltoDraw
(String label, Point2D anchorPoint, ItemLabelPosition position, Rectangle2D bar, Graphics2D g2) void
XYItemRenderer.setDefaultNegativeItemLabelPosition
(ItemLabelPosition position) Sets the default item label position for negative values and sends aRendererChangeEvent
to all registered listeners.void
XYItemRenderer.setDefaultNegativeItemLabelPosition
(ItemLabelPosition position, boolean notify) Sets the default negative item label position and, if requested, sends aRendererChangeEvent
to all registered listeners.void
XYItemRenderer.setDefaultPositiveItemLabelPosition
(ItemLabelPosition position) Sets the default positive item label position.void
XYItemRenderer.setDefaultPositiveItemLabelPosition
(ItemLabelPosition position, boolean notify) Sets the default positive item label position and, if requested, sends aRendererChangeEvent
to all registered listeners.void
XYBarRenderer.setNegativeItemLabelPositionFallback
(ItemLabelPosition position) Sets the fallback position for negative item labels that don't fit within a bar, and sends aRendererChangeEvent
to all registered listeners.void
XYBarRenderer.setPositiveItemLabelPositionFallback
(ItemLabelPosition position) Sets the fallback position for positive item labels that don't fit within a bar, and sends aRendererChangeEvent
to all registered listeners.void
XYItemRenderer.setSeriesNegativeItemLabelPosition
(int series, ItemLabelPosition position) Sets the item label position for negative values in a series and sends aRendererChangeEvent
to all registered listeners.void
XYItemRenderer.setSeriesNegativeItemLabelPosition
(int series, ItemLabelPosition position, boolean notify) Sets the item label position for negative values in a series and (if requested) sends aRendererChangeEvent
to all registered listeners.void
XYItemRenderer.setSeriesPositiveItemLabelPosition
(int series, ItemLabelPosition position) Sets the item label position for all positive values in a series and sends aRendererChangeEvent
to all registered listeners.void
XYItemRenderer.setSeriesPositiveItemLabelPosition
(int series, ItemLabelPosition position, boolean notify) Sets the item label position for all positive values in a series and (if requested) sends aRendererChangeEvent
to all registered listeners.