|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gstreamer.lowlevel.NativeValue
org.gstreamer.interfaces.GstInterface
org.gstreamer.interfaces.Navigation
public class Navigation
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.gstreamer.interfaces.GstInterface |
---|
GstInterface.ListElementCreator<E> |
Field Summary |
---|
Fields inherited from class org.gstreamer.interfaces.GstInterface |
---|
element, handle |
Method Summary | |
---|---|
void |
sendEvent(Structure structure)
|
void |
sendKeyEvent(java.lang.String event,
java.lang.String key)
|
void |
sendMouseEvent(java.lang.String event,
int button,
double x,
double y)
|
static Navigation |
wrap(Element element)
Wraps the Element in a Navigation interface |
Methods inherited from class org.gstreamer.interfaces.GstInterface |
---|
nativeValue, objectList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final Navigation wrap(Element element)
Element
in a Navigation interface
element
- the element to use as a Navigation
public void sendEvent(Structure structure)
public void sendKeyEvent(java.lang.String event, java.lang.String key)
public void sendMouseEvent(java.lang.String event, int button, double x, double y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |