public final class ScatterChartPainter extends java.lang.Object implements ObjectPainter<ScatterChart>
ObjectPainter that paints a ScatterChart| Constructor and Description |
|---|
ScatterChartPainter()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
ScatterChart scatterChart) |
void |
setLinePaint(java.awt.Paint linePaint)
Set the paint that should be used for the connecting lines.
|
void |
setLineStroke(java.awt.Stroke lineStroke)
Set the stroke that should be used for the connecting lines.
|
public void setLinePaint(java.awt.Paint linePaint)
null, then no connecting lines
will be painted.linePaint - The paintpublic void setLineStroke(java.awt.Stroke lineStroke)
null, then no connecting lines
will be painted.lineStroke - The strokepublic void paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
ScatterChart scatterChart)
paint in interface ObjectPainter<ScatterChart>Copyright © 2018. All Rights Reserved.