Uses of Class
inra.ijpb.plugins.ExtendedMinAndMaxPlugin.Operation
Package | Description |
---|---|
inra.ijpb.plugins |
Contains plugins, for integration with ImageJ GUI.
|
-
Uses of ExtendedMinAndMaxPlugin.Operation in inra.ijpb.plugins
Methods in inra.ijpb.plugins that return ExtendedMinAndMaxPlugin.Operation Modifier and Type Method Description static ExtendedMinAndMaxPlugin.Operation
ExtendedMinAndMaxPlugin.Operation. fromLabel(java.lang.String opLabel)
Determines the operation type from its label.static ExtendedMinAndMaxPlugin.Operation
ExtendedMinAndMaxPlugin.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtendedMinAndMaxPlugin.Operation[]
ExtendedMinAndMaxPlugin.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.