|
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
public class DataSeriesSettings.SeriesParameters
This struct-class is used to group the settings for one data series in a single data structure.
Field Summary | |
---|---|
java.awt.Color |
colour
Colour to use for this series. |
double |
param
Parameter for series' values transformation. |
DataSeriesSettings.TransformMode |
scale
Transformation mode for series values. |
boolean |
show
Whether this data series should be shown at all. |
Constructor Summary | |
---|---|
DataSeriesSettings.SeriesParameters()
Creates an uninitialised series settings data structure. |
|
DataSeriesSettings.SeriesParameters(boolean show,
java.awt.Color colour,
DataSeriesSettings.TransformMode scale,
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 |
---|
public boolean show
public java.awt.Color colour
public DataSeriesSettings.TransformMode scale
public double param
Constructor Detail |
---|
public DataSeriesSettings.SeriesParameters()
public DataSeriesSettings.SeriesParameters(boolean show, java.awt.Color colour, DataSeriesSettings.TransformMode scale, double param)
show
- Display?colour
- Line colour.scale
- 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 |