|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ContourOnLabeledComponents.ContourType>
de.unihalle.informatik.MiToBo.segmentation.contours.extraction.ContourOnLabeledComponents.ContourType
public static enum ContourOnLabeledComponents.ContourType
The possible type of contours for segmentation.
Enum Constant Summary | |
---|---|
INNER_CONTOUR
Only inner contours will be segmented. |
|
OUT_IN_CONTOUR
Outer as well as inner contours will be segmented. |
|
OUTER_CONTOUR
Only outer contours will be segmented. |
Method Summary | |
---|---|
static ContourOnLabeledComponents.ContourType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ContourOnLabeledComponents.ContourType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ContourOnLabeledComponents.ContourType OUTER_CONTOUR
public static final ContourOnLabeledComponents.ContourType INNER_CONTOUR
public static final ContourOnLabeledComponents.ContourType OUT_IN_CONTOUR
Method Detail |
---|
public static ContourOnLabeledComponents.ContourType[] values()
for (ContourOnLabeledComponents.ContourType c : ContourOnLabeledComponents.ContourType.values()) System.out.println(c);
public static ContourOnLabeledComponents.ContourType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |