public final class ScatterChartMatrixPainter extends java.lang.Object implements ObjectPainter<ScatterChartMatrix>
ObjectPainter that paints a
ScatterChartMatrix| Constructor and Description |
|---|
ScatterChartMatrixPainter()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
ScatterChartPainter |
getScatterChartPainter()
Returns the
ScatterChartPainter that is used for the charts |
void |
paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
ScatterChartMatrix scatterChartMatrix) |
void |
setShowingDefaultCoordinateSystems(boolean showingDefaultCoordinateSystems)
Set whether a
CoordinateSystemPainter should be used to paint
coordinate axes along the outer borders of the scatter charts |
public void setShowingDefaultCoordinateSystems(boolean showingDefaultCoordinateSystems)
CoordinateSystemPainter should be used to paint
coordinate axes along the outer borders of the scatter chartsshowingDefaultCoordinateSystems - The painting statepublic ScatterChartPainter getScatterChartPainter()
ScatterChartPainter that is used for the chartsScatterChartPainterpublic void paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
ScatterChartMatrix scatterChartMatrix)
paint in interface ObjectPainter<ScatterChartMatrix>Copyright © 2019. All Rights Reserved.