|
LiveGraph data visualisation and analysis framework |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.LiveGraph.settings.DataSeriesSettings.SeriesParameters
private static class DataSeriesSettings.SeriesParameters
This struct-class is used to group the settings for one data series in a single data structure.
| Field Summary | |
|---|---|
private java.awt.Color |
colour
Colour to use for this series. |
private double |
param
Parameter for series' values transformation. |
private boolean |
show
Whether this data series should be shown at all. |
private DataSeriesSettings.TransformMode |
transMode
Transformation mode for series values. |
| Constructor Summary | |
|---|---|
private |
DataSeriesSettings.SeriesParameters()
Creates an uninitialised series settings data structure. |
private |
DataSeriesSettings.SeriesParameters(boolean show,
java.awt.Color colour,
DataSeriesSettings.TransformMode transMode,
double param)
Creates an series settings data structure and initialises it with the specified values. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean show
private java.awt.Color colour
private DataSeriesSettings.TransformMode transMode
private double param
| Constructor Detail |
|---|
private DataSeriesSettings.SeriesParameters()
private DataSeriesSettings.SeriesParameters(boolean show,
java.awt.Color colour,
DataSeriesSettings.TransformMode transMode,
double param)
show - Display?colour - Line colour.transMode - Values transformation.param - Transformation parameter.
|
LiveGraph data visualisation and analysis framework |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||