|
||||||||||
| 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 ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorClicked in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorDoubleClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorDoubleClicked in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorLongHeld(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorLongHeld in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorPressed(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorPressed in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorReleased(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorReleased in interface ItemListeneritem - the itemid - the idx - the xy - the ypressure - the pressure
public void cursorRightClicked(ContentItem item,
long id,
float x,
float y,
float pressure)
ItemListener
cursorRightClicked in interface ItemListeneritem - 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 | |||||||||