|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.remotecontrol.tableportal.inspectionutility.InspectionUtility
public class InspectionUtility
The Class InspectionUtility.
Method Summary | |
---|---|
void |
cursorChanged(MultiTouchCursorEvent event)
Cursor is on the table, and moves, or rotates, or changes in some way. |
void |
cursorClicked(MultiTouchCursorEvent event)
Cursor clicked. |
void |
cursorPressed(MultiTouchCursorEvent event)
Cursor press arriving on the table. |
void |
cursorReleased(MultiTouchCursorEvent event)
Cursor left the table. |
static InspectionUtility |
getInstance()
Gets the single instance of InspectionUtility. |
java.util.List<ContentItem> |
getPickedItems(long id,
com.jme.math.Vector2f position)
Gets the picked items. |
void |
layoutCollapsed(CircularLayout cl)
Layout collapsed. |
void |
objectAdded(MultiTouchObjectEvent event)
Object/fiducial is added to the table. |
void |
objectChanged(MultiTouchObjectEvent event)
Object/fiducial is changed - position or rotation. |
void |
objectRemoved(MultiTouchObjectEvent event)
Object/fiducial is removed from the table. |
void |
setContentSystem(ContentSystem contentSystem)
Sets the content system. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InspectionUtility getInstance()
public void cursorChanged(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorChanged
in interface IMultiTouchEventListener
event
- the eventpublic void cursorClicked(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorClicked
in interface IMultiTouchEventListener
event
- the eventpublic void cursorPressed(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorPressed
in interface IMultiTouchEventListener
event
- the eventpublic void cursorReleased(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorReleased
in interface IMultiTouchEventListener
event
- the eventpublic java.util.List<ContentItem> getPickedItems(long id, com.jme.math.Vector2f position)
id
- the idposition
- the position
public void layoutCollapsed(CircularLayout cl)
CircularLayout.CircularLayoutListener
layoutCollapsed
in interface CircularLayout.CircularLayoutListener
cl
- the clpublic void objectAdded(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectAdded
in interface IMultiTouchEventListener
event
- the eventpublic void objectChanged(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectChanged
in interface IMultiTouchEventListener
event
- the eventpublic void objectRemoved(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectRemoved
in interface IMultiTouchEventListener
event
- the eventpublic void setContentSystem(ContentSystem contentSystem)
contentSystem
- the new content system
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |