public static enum AbstractNoiseReducerPlugin.NeighborhoodType extends Enum<AbstractNoiseReducerPlugin.NeighborhoodType>
Enum Constant and Description |
---|
RADIAL |
RECTANGULAR |
Modifier and Type | Method and Description |
---|---|
static AbstractNoiseReducerPlugin.NeighborhoodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractNoiseReducerPlugin.NeighborhoodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractNoiseReducerPlugin.NeighborhoodType RADIAL
public static final AbstractNoiseReducerPlugin.NeighborhoodType RECTANGULAR
public static AbstractNoiseReducerPlugin.NeighborhoodType[] values()
for (AbstractNoiseReducerPlugin.NeighborhoodType c : AbstractNoiseReducerPlugin.NeighborhoodType.values()) System.out.println(c);
public static AbstractNoiseReducerPlugin.NeighborhoodType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2022 ImageJ. All rights reserved.