| Package | Description |
|---|---|
| com.sun.glass.ui.lens |
| Modifier and Type | Field and Description |
|---|---|
(package private) LensApplication.DragActions |
LensApplication.LensDragEvent.action |
| Modifier and Type | Method and Description |
|---|---|
static LensApplication.DragActions |
LensApplication.DragActions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LensApplication.DragActions[] |
LensApplication.DragActions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LensDragEvent(LensView view,
int x,
int y,
int absx,
int absy,
LensApplication.DragActions action) |