public static enum MTBImageWindow.BoundaryPadding extends Enum<MTBImageWindow.BoundaryPadding>
| Enum Constant and Description |
|---|
PADDING_BORDER |
PADDING_MIRROR |
PADDING_PERIODIC |
PADDING_ZERO |
| Modifier and Type | Method and Description |
|---|---|
static MTBImageWindow.BoundaryPadding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MTBImageWindow.BoundaryPadding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MTBImageWindow.BoundaryPadding PADDING_ZERO
public static final MTBImageWindow.BoundaryPadding PADDING_BORDER
public static final MTBImageWindow.BoundaryPadding PADDING_MIRROR
public static final MTBImageWindow.BoundaryPadding PADDING_PERIODIC
public static MTBImageWindow.BoundaryPadding[] values()
for (MTBImageWindow.BoundaryPadding c : MTBImageWindow.BoundaryPadding.values()) System.out.println(c);
public static MTBImageWindow.BoundaryPadding 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 © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.