public class Stage extends Object implements Externalizable
Modifier and Type | Field and Description |
---|---|
static int |
DETECT_JUNCTIONS |
static int |
DONE |
static int |
DUPLICATE |
static int |
FIND_INITIAL_BOUNDARY |
static int |
FIND_SECOND_BOUNDARY |
static int |
LABELING |
static int |
PLOT_REMAINING_EDGES |
static int |
START |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
void |
readExternal(ObjectInput in) |
static int |
resolveStageValue(String str) |
void |
setValue(int value) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static final int START
public static final int DUPLICATE
public static final int DETECT_JUNCTIONS
public static final int FIND_INITIAL_BOUNDARY
public static final int FIND_SECOND_BOUNDARY
public static final int LABELING
public static final int PLOT_REMAINING_EDGES
public static final int DONE
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public int getValue()
public void setValue(int value)
public static int resolveStageValue(String str)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.