Java org.jfree.chart.renderer CategoryItemRenderer fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.renderer CategoryItemRenderer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.renderer CategoryItemRenderer.

The text is from its open source code.

Method

voidsetBaseItemLabelFont(Font font)
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
voidsetItemLabelsVisible(boolean visible)
Sets a flag that controls whether or not the item labels for ALL series are visible.
voidsetItemLabelsVisible(Boolean visible)
Sets a flag that controls whether or not the item labels for ALL series are visible.
voidsetLabelGenerator(CategoryLabelGenerator generator)
Sets the item label generator for ALL series and sends a RendererChangeEvent to all registered listeners.
voidsetNegativeItemLabelPosition(ItemLabelPosition position)
Sets the item label position for negative values in ALL series, and sends a RendererChangeEvent to all registered listeners.
voidsetPositiveItemLabelPosition(ItemLabelPosition position)
Sets the item label position for positive values in ALL series, and sends a RendererChangeEvent to all registered listeners.