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

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

Introduction

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

The text is from its open source code.

Field

intSHAPES
Useful constant for specifying the type of rendering (shapes only).
intSHAPES_AND_LINES
Useful constant for specifying the type of rendering (shapes and lines).

Constructor

LineAndShapeRenderer(int type)
Constructs a renderer of the specified type.

Method

voidsetBaseStroke(Stroke stroke)
Sets the base stroke and sends a RendererChangeEvent to all registered listeners.
voidsetDrawShapes(boolean draw)
Sets the flag that controls whether or not a shape should be drawn to represent each data point.
voidsetItemLabelsVisible(boolean visible)
Sets the visibility of the item labels for ALL series.
voidsetSeriesStroke(int series, Stroke stroke)
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.