|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ROIEditAction>
com.xinapse.multisliceimage.roi.ROIEditAction
public enum ROIEditAction
An enumeration of the different types of (undoable) actions that can be performed on an ROI.
| Enum Constant Summary | |
|---|---|
ADD
Add an ROI. |
|
CUT
Cut an ROI to the clipboard. |
|
DELETE
Delete an ROI. |
|
EDIT_OUTLINE
Edit an ROI's outline. |
|
ERASE
Erase points from an ROI. |
|
FLIP
Flip an ROI. |
|
JOIN
Join ROIs. |
|
MAKE_HOLLOW
Join ROIs. |
|
MORPHOLOGICAL_OP
Do a morphological operation (erode/dilate) on an ROI. |
|
MOVE
Move an ROI. |
|
PASTE
Paste an ROI from the clipboard. |
|
ROTATE
Rotate an ROI. |
|
SMOOTH
Smooth an ROI. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a String describing the edit action. |
static ROIEditAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ROIEditAction[] |
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 ROIEditAction ADD
public static final ROIEditAction DELETE
public static final ROIEditAction CUT
public static final ROIEditAction PASTE
public static final ROIEditAction MOVE
public static final ROIEditAction ROTATE
public static final ROIEditAction FLIP
public static final ROIEditAction MORPHOLOGICAL_OP
public static final ROIEditAction EDIT_OUTLINE
public static final ROIEditAction ERASE
public static final ROIEditAction JOIN
public static final ROIEditAction MAKE_HOLLOW
public static final ROIEditAction SMOOTH
| Method Detail |
|---|
public static ROIEditAction[] values()
for (ROIEditAction c : ROIEditAction.values()) System.out.println(c);
public static ROIEditAction 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<ROIEditAction>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||