javax.media.jai.operator
Class DFTScalingType

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

public final class DFTScalingType
extends EnumeratedParameter

Class used to represent the acceptable values of the "scalingType" parameter of the "DFT" and "IDFT" operations. Acceptable values for the "scalingType" parameter are defined in the DFTDescriptor and IDFTDescriptor by the constants SCALING_NONE, SCALING_UNITARY, and SCALING_DIMENSIONS.

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