| Modifier and Type | Method and Description |
|---|---|
static LineChart |
LineCharts.createFromList(java.util.List<? extends java.lang.Number> list,
java.awt.Paint paint)
Create a simple
LineChart that is a view on the given
list. |
static LineChart |
LineCharts.createFromList(java.util.List<? extends java.lang.Number> list,
java.awt.Paint paint,
java.awt.Stroke stroke,
java.awt.Shape tickShape)
Create a simple
LineChart that is a view on the given
list. |
| Modifier and Type | Method and Description |
|---|---|
static double |
LineCharts.computeMax(LineChart lineChart)
Returns the maximum
value of the given
line chart. |
static double |
LineCharts.computeMin(LineChart lineChart)
Returns the minimum
value of the given
line chart. |
void |
LineChartPainter.paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
LineChart lineChart) |
| Modifier and Type | Method and Description |
|---|---|
static double |
LineCharts.computeMax(java.lang.Iterable<? extends LineChart> lineCharts)
Compute the maximum of the given
LineCharts. |
static double |
LineCharts.computeMin(java.lang.Iterable<? extends LineChart> lineCharts)
Compute the minimum of the given
LineCharts. |
Copyright © 2019. All Rights Reserved.