public class Navigation extends Object
| Modifier and Type | Method and Description |
|---|---|
Element |
getGObject()
Get the GObject implementing this interface.
|
void |
sendEvent(Structure structure) |
void |
sendKeyEvent(String event,
String key) |
void |
sendMouseEvent(String event,
int button,
double x,
double y) |
static Navigation |
wrap(Element element)
Wraps the
Element in a Navigation interface |
protected final Element element
public static final Navigation wrap(Element element)
Element in a Navigation interfaceelement - the element to use as a Navigationpublic void sendEvent(Structure structure)
public void sendMouseEvent(String event, int button, double x, double y)
public Element getGObject()
GObject.GInterfacegetGObject in interface GObject.GInterfaceCopyright © 2021 gstreamer-java. All rights reserved.