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 |
Modifier and Type | Method and Description |
---|---|
SoLocation2Event |
SoEventBuilder.getMouseEnterEvent(int x,
int y,
boolean isAltDown,
boolean isCtrlDown,
boolean isShiftDown)
Return an
SoLocation2Event corresponding to given parameters. |
SoLocation2Event |
SoEventBuilder.getMouseLeaveEvent(int x,
int y,
boolean isAltDown,
boolean isCtrlDown,
boolean isShiftDown)
Return an
SoLocation2Event corresponding to given parameters. |
SoLocation2Event |
SoEventBuilder.getMouseMoveEvent(int x,
int y,
boolean isAltDown,
boolean isCtrlDown,
boolean isShiftDown)
Return an
SoLocation2Event corresponding to given parameters. |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
SoLocation2Event |
SoRemoteVizClient.MouseLocationEventArg.getMouseLocationEvent()
Returns the mouse location event.
|
Constructor and Description |
---|
MouseLocationEventArg(SoRemoteVizClient source,
SoLocation2Event mouseLocationEvent)
Default constructor.
|
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com