| Modifier and Type | Method and Description |
|---|---|
static BarChart |
BarCharts.createFromList(java.util.List<? extends java.lang.Number> list,
java.awt.Paint barPaint)
Create a simple
BarChart that is a view on the given list. |
static BarChart |
BarCharts.createFromList(java.util.List<? extends java.lang.Number> list,
java.awt.Paint barPaint,
boolean paintLabels,
boolean paintValueStrings)
Create a simple
BarChart that is a view on the given
list. |
| Modifier and Type | Method and Description |
|---|---|
static double |
BarCharts.computeMax(BarChart barChart)
Computes the maximum value that appears in the given
BarChart. |
static double |
BarCharts.computeMin(BarChart barChart)
Computes the minimum value that appears in the given
BarChart. |
static double |
BarCharts.getMax(double optionalMax,
BarChart barChart)
If the given optional value is not NaN, then it will be returned.
|
static double |
BarCharts.getMin(double optionalMin,
BarChart barChart)
If the given optional value is not NaN, then it will be returned.
|
void |
BarChartPainter.paint(java.awt.Graphics2D g,
java.awt.geom.AffineTransform worldToScreen,
double w,
double h,
BarChart barChart) |
Copyright © 2019. All Rights Reserved.