| Modifier and Type | Method and Description |
|---|---|
static ScatterChart |
ScatterCharts.create(java.util.List<? extends java.lang.Number> xCoordinates,
java.util.List<? extends java.lang.Number> yCoordinates,
java.awt.Paint paint,
java.awt.Shape shape)
Create a
ScatterChart that is a view on the given lists of
point coordinates. |
static ScatterChart |
ScatterCharts.create(java.util.List<? extends java.awt.geom.Point2D> points,
java.awt.Paint paint,
java.awt.Shape shape)
Create a
ScatterChart that is a view on the given list of
points. |
ScatterChart |
ScatterChartMatrix.getChart(int row,
int col)
Returns the
ScatterChart with the specified coordinates. |
| Modifier and Type | Method and Description |
|---|---|
static double |
ScatterCharts.computeMaxX(ScatterChart scatterChart)
Returns the minimum x-coordinate that appears in the given
chart.
|
static double |
ScatterCharts.computeMaxY(ScatterChart scatterChart)
Returns the maximum y-coordinate that appears in the given
chart.
|
static double |
ScatterCharts.computeMinX(ScatterChart scatterChart)
Returns the minimum x-coordinate that appears in the given
chart.
|
static double |
ScatterCharts.computeMinY(ScatterChart scatterChart)
Returns the minimum y-coordinate that appears in the given
chart.
|
void |
ScatterChartPainter.paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
ScatterChart scatterChart) |
Copyright © 2019. All Rights Reserved.