javax.media.jai.operator
Class DFTDataNature

java.lang.Object
  |
  +--javax.media.jai.EnumeratedParameter
        |
        +--javax.media.jai.operator.DFTDataNature
All Implemented Interfaces:
Serializable

public final class DFTDataNature
extends EnumeratedParameter

Class used to represent the acceptable values of the "dataNature" parameter of the "DFT" and "IDFT" operations. Acceptable values for the "dataNature" parameter are defined in the DFTDescriptor and IDFTDescriptor by the constants REAL_TO_COMPLEX, COMPLEX_TO_COMPLEX, and COMPLEX_TO_REAL.

Since:
JAI 1.1
See Also:
Serialized Form

Methods inherited from class javax.media.jai.EnumeratedParameter
equals, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait