Uses of Class
adams.data.jai.transformer.Resize.InterpolationType

Packages that use Resize.InterpolationType
adams.data.jai.transformer   
 

Uses of Resize.InterpolationType in adams.data.jai.transformer
 

Fields in adams.data.jai.transformer declared as Resize.InterpolationType
protected  Resize.InterpolationType Resize.m_InterpolationType
          the type of interpolation to perform.
 

Methods in adams.data.jai.transformer that return Resize.InterpolationType
 Resize.InterpolationType Resize.getInterpolationType()
          Returns the type of interpolation in use.
static Resize.InterpolationType Resize.InterpolationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Resize.InterpolationType[] Resize.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 Resize.InterpolationType
 void Resize.setInterpolationType(Resize.InterpolationType value)
          Sets the type of interpolation to use.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.