Uses of Class
org.apache.pivot.wtk.media.Picture.Interpolation

Packages that use Picture.Interpolation
org.apache.pivot.wtk.media Contains classes that provide multimedia support. 
 

Uses of Picture.Interpolation in org.apache.pivot.wtk.media
 

Methods in org.apache.pivot.wtk.media that return Picture.Interpolation
static Picture.Interpolation Picture.Interpolation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Picture.Interpolation[] Picture.Interpolation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pivot.wtk.media with parameters of type Picture.Interpolation
 void Picture.resample(int width, int height, Picture.Interpolation interpolation)
           
 void Picture.resample(int size, Picture.Interpolation interpolation)