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

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.renderer.category.LineRenderer3D has subclasses.
Click this link to see all its subclasses.

Constructor

LineRenderer3D()
Creates a new renderer.

Method

voidsetBaseItemURLGenerator(CategoryURLGenerator generator)
Sets the base item URL generator 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.
voidsetSeriesPaint(int series, Paint paint)
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetWallPaint(Paint paint)
Sets the paint used to highlight the left and bottom walls in the plot background, and sends a RendererChangeEvent to all registered listeners.