Uses of Enum Class
is.galia.operation.ScaleByPixels.Mode
Packages that use ScaleByPixels.Mode
-
Uses of ScaleByPixels.Mode in is.galia.operation
Subclasses with type arguments of type ScaleByPixels.Mode in is.galia.operationMethods in is.galia.operation that return ScaleByPixels.ModeModifier and TypeMethodDescriptionScaleByPixels.getMode()
static ScaleByPixels.Mode
Returns the enum constant of this class with the specified name.static ScaleByPixels.Mode[]
ScaleByPixels.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in is.galia.operation with parameters of type ScaleByPixels.ModeConstructors in is.galia.operation with parameters of type ScaleByPixels.ModeModifierConstructorDescriptionScaleByPixels
(Integer width, Integer height, ScaleByPixels.Mode mode)