public static enum Drawing.DrawType extends Enum<Drawing.DrawType>
| Enum Constant and Description |
|---|
BINARY |
BOTH |
CENTERLINE |
CONTOURS |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static Drawing.DrawType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Drawing.DrawType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Drawing.DrawType CENTERLINE
public static final Drawing.DrawType CONTOURS
public static final Drawing.DrawType BOTH
public static final Drawing.DrawType BINARY
public static final Drawing.DrawType NONE
public static Drawing.DrawType[] values()
for (Drawing.DrawType c : Drawing.DrawType.values()) System.out.println(c);
public static Drawing.DrawType 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.