|
LiveGraph data visualisation and analysis framework |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DataSeriesSettings.TransformMode>
org.LiveGraph.settings.DataSeriesSettings.TransformMode
public static enum DataSeriesSettings.TransformMode
The transformation mode to the series values.
| Enum Constant Summary | |
|---|---|
Transform_In0to1
Linearly transform the whole data series into the [0, 1] interval. |
|
Transform_Logarithm
Take the logarithm of each data value to a specified base. |
|
Transform_None
Display the actual data value. |
|
Transform_ScaleBySetVal
Multiply (scale) each data value by a specified constant. |
|
| Method Summary | |
|---|---|
static DataSeriesSettings.TransformMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataSeriesSettings.TransformMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DataSeriesSettings.TransformMode Transform_None
public static final DataSeriesSettings.TransformMode Transform_In0to1
public static final DataSeriesSettings.TransformMode Transform_ScaleBySetVal
public static final DataSeriesSettings.TransformMode Transform_Logarithm
| Method Detail |
|---|
public static DataSeriesSettings.TransformMode[] values()
for (DataSeriesSettings.TransformMode c : DataSeriesSettings.TransformMode.values()) System.out.println(c);
public static DataSeriesSettings.TransformMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
LiveGraph data visualisation and analysis framework |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||