Uses of Class
adams.data.jai.transformer.Rotate.InterpolationType
-
Packages that use Rotate.InterpolationType Package Description adams.data.jai.transformer -
-
Uses of Rotate.InterpolationType in adams.data.jai.transformer
Fields in adams.data.jai.transformer declared as Rotate.InterpolationType Modifier and Type Field Description protected Rotate.InterpolationType
Rotate. m_Interpolation
the interpolation type.Methods in adams.data.jai.transformer that return Rotate.InterpolationType Modifier and Type Method Description Rotate.InterpolationType
Rotate. getInterpolation()
Returns the type of interpolation to perform.static Rotate.InterpolationType
Rotate.InterpolationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rotate.InterpolationType[]
Rotate.InterpolationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.jai.transformer with parameters of type Rotate.InterpolationType Modifier and Type Method Description void
Rotate. setInterpolation(Rotate.InterpolationType value)
Sets the type of interpolation to perform.
-