|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<StatsType>
com.xinapse.multisliceimage.roi.StatsType
public enum StatsType
An enumeration of the types of statistic that are computed for ROIs.
| Enum Constant Summary | |
|---|---|
ANNOTATION
StatsType for ROI annotation. |
|
AREA
StatsType for ROI area. |
|
LENGTH
StatsType for length. |
|
MAX
StatsType for maximum intensity. |
|
MAX_FERET
StatsType for maximum Feret's diameter. |
|
MEAN
StatsType for mean intensity. |
|
MEDIAN
StatsType for median intensity. |
|
MIN
StatsType for minimum intensity. |
|
MIN_FERET
StatsType for minimum Feret's diameter. |
|
PERIMETER
StatsType for perimeter. |
|
SLICE_NUMBER
StatsType for slice number. |
|
STD_DEV
StatsType for standard deviation. |
|
| Method Summary | |
|---|---|
static StatsType |
getInstance(java.lang.String s)
Returns the StatsType corresponding to the supplied String. |
java.lang.String |
toString()
Returns a string describing the type of ROI statistic. |
static StatsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StatsType[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StatsType ANNOTATION
public static final StatsType SLICE_NUMBER
public static final StatsType AREA
public static final StatsType MEAN
public static final StatsType STD_DEV
public static final StatsType MEDIAN
public static final StatsType MIN
public static final StatsType MAX
public static final StatsType LENGTH
public static final StatsType MIN_FERET
public static final StatsType MAX_FERET
public static final StatsType PERIMETER
| Method Detail |
|---|
public static StatsType[] values()
for (StatsType c : StatsType.values()) System.out.println(c);
public static StatsType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
public static StatsType getInstance(java.lang.String s)
throws com.xinapse.util.InvalidArgumentException
com.xinapse.util.InvalidArgumentExceptionpublic java.lang.String toString()
toString in class java.lang.Enum<StatsType>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||