Uses of Class
com.openinventor.inventor.events.SoLocation2Event
-
Packages that use SoLocation2Event Package Description com.openinventor.inventor.viewercomponents Viewer components contains helpful tools to implement a custom viewer.com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas com.openinventor.inventor.viewercomponents.awt.newt.renderareas com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas com.openinventor.remoteviz.clients.nodes -
-
Uses of SoLocation2Event in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SoLocation2Event Modifier and Type Method Description SoLocation2Event
SoEventBuilder. getMouseEnterEvent(int x, int y, boolean isAltDown, boolean isCtrlDown, boolean isShiftDown)
Return anSoLocation2Event
corresponding to given parameters.SoLocation2Event
SoEventBuilder. getMouseLeaveEvent(int x, int y, boolean isAltDown, boolean isCtrlDown, boolean isShiftDown)
Return anSoLocation2Event
corresponding to given parameters.SoLocation2Event
SoEventBuilder. getMouseMoveEvent(int x, int y, boolean isAltDown, boolean isCtrlDown, boolean isShiftDown)
Return anSoLocation2Event
corresponding to given parameters. -
Uses of SoLocation2Event in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas that return SoLocation2Event Modifier and Type Method Description static SoLocation2Event
AWTEventToSoEvent. getMouseEnterEvent(java.awt.event.MouseEvent event, java.awt.Component source)
static SoLocation2Event
AWTEventToSoEvent. getMouseLeaveEvent(java.awt.event.MouseEvent event, java.awt.Component source)
static SoLocation2Event
AWTEventToSoEvent. getMouseMoveEvent(java.awt.event.MouseEvent event, java.awt.Component source)
-
Uses of SoLocation2Event in com.openinventor.inventor.viewercomponents.awt.newt.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.newt.renderareas that return SoLocation2Event Modifier and Type Method Description static SoLocation2Event
NewtEventToSoEvent. getMouseEnterEvent(com.jogamp.newt.event.MouseEvent event, java.awt.Component source)
static SoLocation2Event
NewtEventToSoEvent. getMouseLeaveEvent(com.jogamp.newt.event.MouseEvent event, java.awt.Component source)
static SoLocation2Event
NewtEventToSoEvent. getMouseMoveEvent(com.jogamp.newt.event.MouseEvent event, java.awt.Component source)
-
Uses of SoLocation2Event in com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas
Methods in com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas that return SoLocation2Event Modifier and Type Method Description static SoLocation2Event
SWTEventToSoEvent. getMouseEnterEvent(org.eclipse.swt.events.MouseEvent event, org.eclipse.swt.widgets.Composite source)
static SoLocation2Event
SWTEventToSoEvent. getMouseLeaveEvent(org.eclipse.swt.events.MouseEvent event, org.eclipse.swt.widgets.Composite source)
static SoLocation2Event
SWTEventToSoEvent. getMouseMoveEvent(org.eclipse.swt.events.MouseEvent event, org.eclipse.swt.widgets.Composite source)
-
Uses of SoLocation2Event in com.openinventor.remoteviz.clients.nodes
Methods in com.openinventor.remoteviz.clients.nodes that return SoLocation2Event Modifier and Type Method Description SoLocation2Event
SoRemoteVizClient.MouseLocationEventArg. getMouseLocationEvent()
Returns the mouse location event.Constructors in com.openinventor.remoteviz.clients.nodes with parameters of type SoLocation2Event Constructor Description MouseLocationEventArg(SoRemoteVizClient source, SoLocation2Event mouseLocationEvent)
Default constructor.
-