public static enum ErrorDataSetRendererStylingSample.DataSetType extends Enum<ErrorDataSetRendererStylingSample.DataSetType>
| Enum Constant and Description |
|---|
COSINE |
GAUSS |
MIX_TRIGONOMETRIC |
OUTLIER |
RANDOM_WALK |
SINC |
SINE |
STEP |
| Modifier and Type | Method and Description |
|---|---|
static ErrorDataSetRendererStylingSample.DataSetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorDataSetRendererStylingSample.DataSetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorDataSetRendererStylingSample.DataSetType RANDOM_WALK
public static final ErrorDataSetRendererStylingSample.DataSetType OUTLIER
public static final ErrorDataSetRendererStylingSample.DataSetType STEP
public static final ErrorDataSetRendererStylingSample.DataSetType SINC
public static final ErrorDataSetRendererStylingSample.DataSetType GAUSS
public static final ErrorDataSetRendererStylingSample.DataSetType SINE
public static final ErrorDataSetRendererStylingSample.DataSetType COSINE
public static final ErrorDataSetRendererStylingSample.DataSetType MIX_TRIGONOMETRIC
public static ErrorDataSetRendererStylingSample.DataSetType[] values()
for (ErrorDataSetRendererStylingSample.DataSetType c : ErrorDataSetRendererStylingSample.DataSetType.values()) System.out.println(c);
public static ErrorDataSetRendererStylingSample.DataSetType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.