|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatisticalSerie | |
|---|---|
| org.expasy.jpl.commons.collection.render | Provides interfaces and renderers for image rendering of collections. |
| org.expasy.jpl.commons.collection.stat | Provides interfaces and objects for statistical data. |
| Uses of StatisticalSerie in org.expasy.jpl.commons.collection.render |
|---|
| Methods in org.expasy.jpl.commons.collection.render with parameters of type StatisticalSerie | |
|---|---|
void |
StatisticalSerieRenderer.exportChart(StatisticalSerie<T> statSerie,
String dir,
String title)
Export as image file. |
void |
BarCodeRenderer.exportChart(StatisticalSerie<T> statSerie,
String dir,
String title)
Export as image file. |
void |
StatisticalSerieRenderer.populateData(StatisticalSerie<T> statSerie)
Add the statistical data set (default colors: 1st serie (blue), 2nd serie (red)). |
void |
BarCodeRenderer.populateData(StatisticalSerie<T> statSerie)
Add the statistical data set (default colors: 1st serie (blue), 2nd serie (red)). |
| Uses of StatisticalSerie in org.expasy.jpl.commons.collection.stat |
|---|
| Classes in org.expasy.jpl.commons.collection.stat that implement StatisticalSerie | |
|---|---|
class |
StatisticalSerieDiscreteDataSet
A StatisticalSerieDiscreteVar contains only integer values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||