Uses of Class
org.apache.pivot.wtk.media.Picture.Interpolation
-
Packages that use Picture.Interpolation Package Description 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 Modifier and Type Method Description static Picture.Interpolation
Picture.Interpolation. valueOf(java.lang.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 Modifier and Type Method Description void
Picture. resample(int width, int height, Picture.Interpolation interpolation)
void
Picture. resample(int size, Picture.Interpolation interpolation)
-