Uses of Class
adams.data.filter.AbstractFastWavelet.WaveletType
-
Packages that use AbstractFastWavelet.WaveletType Package Description adams.data.filter -
-
Uses of AbstractFastWavelet.WaveletType in adams.data.filter
Fields in adams.data.filter declared as AbstractFastWavelet.WaveletType Modifier and Type Field Description protected AbstractFastWavelet.WaveletType
AbstractFastWavelet. m_WaveletType
the type of wavelet to use.Methods in adams.data.filter that return AbstractFastWavelet.WaveletType Modifier and Type Method Description AbstractFastWavelet.WaveletType
AbstractFastWavelet. getWaveletType()
Returns the wavelet type.AbstractFastWavelet.WaveletType
AbstractFastWavelet.WaveletType. parse(String s)
Parses the given string and returns the associated enum.static AbstractFastWavelet.WaveletType
AbstractFastWavelet.WaveletType. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static AbstractFastWavelet.WaveletType
AbstractFastWavelet.WaveletType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractFastWavelet.WaveletType[]
AbstractFastWavelet.WaveletType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.filter with parameters of type AbstractFastWavelet.WaveletType Modifier and Type Method Description void
AbstractFastWavelet. setWaveletType(AbstractFastWavelet.WaveletType value)
Sets the wavelet type.
-