|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.jme.mtinputbridge.filters.ElementLoggingFilter
public class ElementLoggingFilter
Logs all actions made on spatials to a log file.
| Field Summary | |
|---|---|
static java.lang.String |
CURSOR_CHANGED
The Constant CURSOR_CHANGED. |
static java.lang.String |
CURSOR_CLICKED
The Constant CURSOR_CLICKED. |
static java.lang.String |
CURSOR_PRESSED
The Constant CURSOR_PRESSED. |
static java.lang.String |
CURSOR_RELEASED
The Constant CURSOR_RELEASED. |
static java.lang.String |
OBJECT_ADDED
The Constant OBJECT_ADDED. |
static java.lang.String |
OBJECT_CHANGED
The Constant OBJECT_CHANGED. |
static java.lang.String |
OBJECT_REMOVED
The Constant OBJECT_REMOVED. |
| Constructor Summary | |
|---|---|
ElementLoggingFilter()
Instantiates a new element logging filter. |
|
| 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. |
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 |
setNext(IMultiTouchEventListener el)
Sets the next. |
void |
update(float tpf)
Update. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CURSOR_CHANGED
public static final java.lang.String CURSOR_CLICKED
public static final java.lang.String CURSOR_PRESSED
public static final java.lang.String CURSOR_RELEASED
public static final java.lang.String OBJECT_ADDED
public static final java.lang.String OBJECT_CHANGED
public static final java.lang.String OBJECT_REMOVED
| Constructor Detail |
|---|
public ElementLoggingFilter()
throws java.io.FileNotFoundException
java.io.FileNotFoundException - the file not found exception| Method Detail |
|---|
public void cursorChanged(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorChanged in interface IMultiTouchEventListenerevent - the eventpublic void cursorClicked(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorClicked in interface IMultiTouchEventListenerevent - the eventpublic void cursorPressed(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorPressed in interface IMultiTouchEventListenerevent - the eventpublic void cursorReleased(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorReleased in interface IMultiTouchEventListenerevent - the eventpublic void objectAdded(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectAdded in interface IMultiTouchEventListenerevent - the eventpublic void objectChanged(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectChanged in interface IMultiTouchEventListenerevent - the eventpublic void objectRemoved(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectRemoved in interface IMultiTouchEventListenerevent - the eventpublic void setNext(IMultiTouchEventListener el)
IMultiTouchInputFilter
setNext in interface IMultiTouchInputFilterel - the new nextpublic void update(float tpf)
IMultiTouchInputFilter
update in interface IMultiTouchInputFiltertpf - the tpf
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||