Uses of Class
adams.data.jai.features.DFT.OutputType
-
Packages that use DFT.OutputType Package Description adams.data.jai.features -
-
Uses of DFT.OutputType in adams.data.jai.features
Fields in adams.data.jai.features declared as DFT.OutputType Modifier and Type Field Description protected DFT.OutputType
DFT. m_OutputType
the output type.Methods in adams.data.jai.features that return DFT.OutputType Modifier and Type Method Description DFT.OutputType
DFT. getOutputType()
Returns the type of output to generate.static DFT.OutputType
DFT.OutputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DFT.OutputType[]
DFT.OutputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.jai.features with parameters of type DFT.OutputType Modifier and Type Method Description void
DFT. setOutputType(DFT.OutputType value)
Sets the type of output to generate.
-