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

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

Introduction

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

The text is from its open source code.

Constructor

MinMaxCategoryRenderer()
Default constructor.

Method

voidsetBaseItemLabelsVisible(boolean visible)
Sets the base flag that controls whether or not item labels are visible, and sends a RendererChangeEvent to all registered listeners.
voidsetBaseToolTipGenerator(CategoryToolTipGenerator generator)
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
voidsetDrawLines(boolean draw)
Sets the flag that controls whether or not lines are drawn to connect the items within a series and sends a RendererChangeEvent to all registered listeners.
voidsetObjectIcon(Icon icon)
Sets the icon drawn for each data item and sends a RendererChangeEvent to all registered listeners.