public static enum TSpectrum.SmoothWindow extends Enum<TSpectrum.SmoothWindow>
| Enum Constant and Description |
|---|
NO_SMOOTHING |
SMOOTHING_WIDTH11 |
SMOOTHING_WIDTH13 |
SMOOTHING_WIDTH15 |
SMOOTHING_WIDTH3 |
SMOOTHING_WIDTH5 |
SMOOTHING_WIDTH7 |
SMOOTHING_WIDTH9 |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
boolean |
isSmoothing() |
static TSpectrum.SmoothWindow |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TSpectrum.SmoothWindow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TSpectrum.SmoothWindow NO_SMOOTHING
public static final TSpectrum.SmoothWindow SMOOTHING_WIDTH3
public static final TSpectrum.SmoothWindow SMOOTHING_WIDTH5
public static final TSpectrum.SmoothWindow SMOOTHING_WIDTH7
public static final TSpectrum.SmoothWindow SMOOTHING_WIDTH9
public static final TSpectrum.SmoothWindow SMOOTHING_WIDTH11
public static final TSpectrum.SmoothWindow SMOOTHING_WIDTH13
public static final TSpectrum.SmoothWindow SMOOTHING_WIDTH15
public static TSpectrum.SmoothWindow[] values()
for (TSpectrum.SmoothWindow c : TSpectrum.SmoothWindow.values()) System.out.println(c);
public static TSpectrum.SmoothWindow 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 nullpublic int getValue()
public boolean isSmoothing()
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.