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

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

Introduction

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

The text is from its open source code.

Constructor

XYLineAndShapeRenderer()
Creates a new renderer with default settings.

Method

voidsetSeriesPaint(int series, Paint paint)
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesStroke(int series, Stroke stroke)
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.