public static enum CPDFAnnotationDragHelper.DragMode extends java.lang.Enum<CPDFAnnotationDragHelper.DragMode>
Enum Constant and Description |
---|
BOTTOM_CENTER_NODE |
END_NODE |
LEFT_BOTTOM |
LEFT_CENTER_NODE |
LEFT_TOP |
RIGHT_BOTTOM |
RIGHT_CENTER_NODE |
RIGHT_TOP |
START_NODE |
TAP_RECT |
TOP_CENTER_NODE |
Modifier and Type | Method and Description |
---|---|
static CPDFAnnotationDragHelper.DragMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFAnnotationDragHelper.DragMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFAnnotationDragHelper.DragMode LEFT_TOP
public static final CPDFAnnotationDragHelper.DragMode RIGHT_TOP
public static final CPDFAnnotationDragHelper.DragMode LEFT_BOTTOM
public static final CPDFAnnotationDragHelper.DragMode RIGHT_BOTTOM
public static final CPDFAnnotationDragHelper.DragMode START_NODE
public static final CPDFAnnotationDragHelper.DragMode END_NODE
public static final CPDFAnnotationDragHelper.DragMode LEFT_CENTER_NODE
public static final CPDFAnnotationDragHelper.DragMode RIGHT_CENTER_NODE
public static final CPDFAnnotationDragHelper.DragMode TOP_CENTER_NODE
public static final CPDFAnnotationDragHelper.DragMode BOTTOM_CENTER_NODE
public static final CPDFAnnotationDragHelper.DragMode TAP_RECT
public static CPDFAnnotationDragHelper.DragMode[] values()
for (CPDFAnnotationDragHelper.DragMode c : CPDFAnnotationDragHelper.DragMode.values()) System.out.println(c);
public static CPDFAnnotationDragHelper.DragMode 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 namejava.lang.NullPointerException
- if the argument is null