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