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.OutputTypeDFT. m_OutputTypethe output type.Methods in adams.data.jai.features that return DFT.OutputType Modifier and Type Method Description DFT.OutputTypeDFT. getOutputType()Returns the type of output to generate.static DFT.OutputTypeDFT.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 voidDFT. setOutputType(DFT.OutputType value)Sets the type of output to generate.
-