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