|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.dissection.DoubleClickFlip
public class DoubleClickFlip
The Class DoubleClickFlip.
Constructor Summary | |
---|---|
DoubleClickFlip()
|
Method Summary | |
---|---|
void |
cursorChanged(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor changed. |
void |
cursorClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor clicked. |
void |
cursorDoubleClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor double clicked. |
void |
cursorLongHeld(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor long held. |
void |
cursorPressed(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor pressed. |
void |
cursorReleased(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor released. |
void |
cursorRightClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
Cursor right clicked. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleClickFlip()
Method Detail |
---|
public void cursorChanged(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorChanged
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorClicked(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorClicked
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorDoubleClicked(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorDoubleClicked
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorLongHeld(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorLongHeld
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorPressed(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorPressed
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorReleased(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorReleased
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressurepublic void cursorRightClicked(ContentItem item, long id, float x, float y, float pressure)
ItemListener
cursorRightClicked
in interface ItemListener
item
- the itemid
- the idx
- the xy
- the ypressure
- the pressure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |