public static enum HomogeneousKernelMap.WindowType extends Enum<HomogeneousKernelMap.WindowType>
HomogeneousKernelMap
.Enum Constant and Description |
---|
Rectangular
Rectangular window
|
Uniform
Uniform window
|
Modifier and Type | Method and Description |
---|---|
protected double |
getSmoothSpectrum(double omega,
HomogeneousKernelMap map) |
static HomogeneousKernelMap.WindowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HomogeneousKernelMap.WindowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HomogeneousKernelMap.WindowType Uniform
public static final HomogeneousKernelMap.WindowType Rectangular
public static HomogeneousKernelMap.WindowType[] values()
for (HomogeneousKernelMap.WindowType c : HomogeneousKernelMap.WindowType.values()) System.out.println(c);
public static HomogeneousKernelMap.WindowType 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 nullprotected double getSmoothSpectrum(double omega, HomogeneousKernelMap map)