Java org.jfree.chart.plot FastScatterPlot fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot FastScatterPlot fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.plot.FastScatterPlot has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetOutlineStroke(Stroke stroke)
Sets the stroke used to outline the plot area and sends a PlotChangeEvent to all registered listeners.
voidsetPaint(Paint paint)
Sets the color for the data points and sends a PlotChangeEvent to all registered listeners.