Uses of Class
it.tidalwave.image.InterpolationType
-
Packages that use InterpolationType Package Description it.tidalwave.image -
-
Uses of InterpolationType in it.tidalwave.image
Methods in it.tidalwave.image that return InterpolationType Modifier and Type Method Description static InterpolationType
InterpolationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InterpolationType[]
InterpolationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-