public static enum OutOfBoundsMirrorFactory.Boundary extends Enum<OutOfBoundsMirrorFactory.Boundary>
| Modifier and Type | Method and Description | 
|---|---|
| static OutOfBoundsMirrorFactory.Boundary | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static OutOfBoundsMirrorFactory.Boundary[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final OutOfBoundsMirrorFactory.Boundary SINGLE
public static final OutOfBoundsMirrorFactory.Boundary DOUBLE
public static OutOfBoundsMirrorFactory.Boundary[] values()
for (OutOfBoundsMirrorFactory.Boundary c : OutOfBoundsMirrorFactory.Boundary.values()) System.out.println(c);
public static OutOfBoundsMirrorFactory.Boundary 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 © 2015–2022 ImgLib2. All rights reserved.