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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetBaseSeriesVisibleInLegend(boolean visible)
Sets the base visibility in the legend and sends a RendererChangeEvent to all registered listeners.
voidsetBaseStroke(Stroke stroke)
Sets the base stroke and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesPaint(int series, Paint paint)
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetShapesVisible(Boolean visible)
Sets the 'shapes visible' for ALL series and sends a RendererChangeEvent to all registered listeners.