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
Methods in org.jfree.chart.renderer that return ItemLabelPositionModifier and TypeMethodDescriptionAbstractRenderer.getBaseNegativeItemLabelPosition()Returns the base item label position for negative values.AbstractRenderer.getBasePositiveItemLabelPosition()Returns the base positive item label position.AbstractRenderer.getNegativeItemLabelPosition()Deprecated.This method should no longer be used (as of version 1.0.6).AbstractRenderer.getNegativeItemLabelPosition(int row, int column) Returns the item label position for negative values.AbstractRenderer.getPositiveItemLabelPosition()Deprecated.This method should no longer be used (as of version 1.0.6).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 TypeMethodDescriptionvoidAbstractRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition position) Sets the base item label position for negative values and sends aRendererChangeEventto all registered listeners.voidAbstractRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition position, boolean notify) Sets the base negative item label position and, if requested, sends aRendererChangeEventto all registered listeners.voidAbstractRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition position) Sets the base positive item label position.voidAbstractRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition position, boolean notify) Sets the base positive item label position and, if requested, sends aRendererChangeEventto all registered listeners.voidAbstractRenderer.setNegativeItemLabelPosition(ItemLabelPosition position) Deprecated.This method should no longer be used (as of version 1.0.6).voidAbstractRenderer.setNegativeItemLabelPosition(ItemLabelPosition position, boolean notify) Deprecated.This method should no longer be used (as of version 1.0.6).voidAbstractRenderer.setPositiveItemLabelPosition(ItemLabelPosition position) Deprecated.This method should no longer be used (as of version 1.0.6).voidAbstractRenderer.setPositiveItemLabelPosition(ItemLabelPosition position, boolean notify) Deprecated.This method should no longer be used (as of version 1.0.6).voidAbstractRenderer.setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position) Sets the item label position for negative values in a series and sends aRendererChangeEventto all registered listeners.voidAbstractRenderer.setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify) Sets the item label position for negative values in a series and (if requested) sends aRendererChangeEventto all registered listeners.voidAbstractRenderer.setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position) Sets the item label position for all positive values in a series and sends aRendererChangeEventto all registered listeners.voidAbstractRenderer.setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify) Sets the item label position for all positive values in a series and (if requested) sends aRendererChangeEventto all registered listeners. -
Uses of ItemLabelPosition in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category that return ItemLabelPositionModifier and TypeMethodDescriptionCategoryItemRenderer.getBaseNegativeItemLabelPosition()Returns the base item label position for negative values.CategoryItemRenderer.getBasePositiveItemLabelPosition()Returns the base positive item label position.CategoryItemRenderer.getNegativeItemLabelPosition()Deprecated.This method should no longer be used (as of version 1.0.6).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()Deprecated.This method should no longer be used (as of version 1.0.6).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 TypeMethodDescriptionvoidCategoryItemRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition position) Sets the base item label position for negative values and sends aRendererChangeEventto all registered listeners.voidCategoryItemRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition position, boolean notify) Sets the base negative item label position and, if requested, sends aRendererChangeEventto all registered listeners.voidCategoryItemRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition position) Sets the base positive item label position.voidCategoryItemRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition position, boolean notify) Sets the base positive item label position and, if requested, sends aRendererChangeEventto all registered listeners.voidCategoryItemRenderer.setNegativeItemLabelPosition(ItemLabelPosition position) Deprecated.This method should no longer be used (as of version 1.0.6).voidCategoryItemRenderer.setNegativeItemLabelPosition(ItemLabelPosition position, boolean notify) Deprecated.This method should no longer be used (as of version 1.0.6).voidBarRenderer.setNegativeItemLabelPositionFallback(ItemLabelPosition position) Sets the fallback position for negative item labels that don't fit within a bar, and sends aRendererChangeEventto all registered listeners.voidCategoryItemRenderer.setPositiveItemLabelPosition(ItemLabelPosition position) Deprecated.This method should no longer be used (as of version 1.0.6).voidCategoryItemRenderer.setPositiveItemLabelPosition(ItemLabelPosition position, boolean notify) Deprecated.This method should no longer be used (as of version 1.0.6).voidBarRenderer.setPositiveItemLabelPositionFallback(ItemLabelPosition position) Sets the fallback position for positive item labels that don't fit within a bar, and sends aRendererChangeEventto all registered listeners.voidCategoryItemRenderer.setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position) Sets the item label position for negative values in a series and sends aRendererChangeEventto all registered listeners.voidCategoryItemRenderer.setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify) Sets the item label position for negative values in a series and (if requested) sends aRendererChangeEventto all registered listeners.voidCategoryItemRenderer.setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position) Sets the item label position for all positive values in a series and sends aRendererChangeEventto all registered listeners.voidCategoryItemRenderer.setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify) Sets the item label position for all positive values in a series and (if requested) sends aRendererChangeEventto all registered listeners. -
Uses of ItemLabelPosition in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return ItemLabelPositionModifier and TypeMethodDescriptionXYItemRenderer.getBaseNegativeItemLabelPosition()Returns the base item label position for negative values.XYItemRenderer.getBasePositiveItemLabelPosition()Returns the base positive item label position.XYItemRenderer.getNegativeItemLabelPosition()Deprecated.This method should no longer be used (as of version 1.0.6).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()Deprecated.This method should no longer be used (as of version 1.0.6).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 TypeMethodDescriptionvoidXYItemRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition position) Sets the base item label position for negative values and sends aRendererChangeEventto all registered listeners.voidXYItemRenderer.setBaseNegativeItemLabelPosition(ItemLabelPosition position, boolean notify) Sets the base negative item label position and, if requested, sends aRendererChangeEventto all registered listeners.voidXYItemRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition position) Sets the base positive item label position.voidXYItemRenderer.setBasePositiveItemLabelPosition(ItemLabelPosition position, boolean notify) Sets the base positive item label position and, if requested, sends aRendererChangeEventto all registered listeners.voidXYItemRenderer.setNegativeItemLabelPosition(ItemLabelPosition position) Deprecated.This method should no longer be used (as of version 1.0.6).voidXYItemRenderer.setNegativeItemLabelPosition(ItemLabelPosition position, boolean notify) Deprecated.This method should no longer be used (as of version 1.0.6).voidXYBarRenderer.setNegativeItemLabelPositionFallback(ItemLabelPosition position) Sets the fallback position for negative item labels that don't fit within a bar, and sends aRendererChangeEventto all registered listeners.voidXYItemRenderer.setPositiveItemLabelPosition(ItemLabelPosition position) Deprecated.This method should no longer be used (as of version 1.0.6).voidXYItemRenderer.setPositiveItemLabelPosition(ItemLabelPosition position, boolean notify) Deprecated.This method should no longer be used (as of version 1.0.6).voidXYBarRenderer.setPositiveItemLabelPositionFallback(ItemLabelPosition position) Sets the fallback position for positive item labels that don't fit within a bar, and sends aRendererChangeEventto all registered listeners.voidXYItemRenderer.setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position) Sets the item label position for negative values in a series and sends aRendererChangeEventto all registered listeners.voidXYItemRenderer.setSeriesNegativeItemLabelPosition(int series, ItemLabelPosition position, boolean notify) Sets the item label position for negative values in a series and (if requested) sends aRendererChangeEventto all registered listeners.voidXYItemRenderer.setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position) Sets the item label position for all positive values in a series and sends aRendererChangeEventto all registered listeners.voidXYItemRenderer.setSeriesPositiveItemLabelPosition(int series, ItemLabelPosition position, boolean notify) Sets the item label position for all positive values in a series and (if requested) sends aRendererChangeEventto all registered listeners.