Class JoGLPickingTools
java.lang.Object
org.scilab.forge.scirenderer.implementation.jogl.picking.JoGLPickingTools
- All Implemented Interfaces:
PickingTools
JoGL implementation of
PickingTools
- Author:
- Pierre Lando
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the canvas.getUnderlyingPoint
(Point windowPosition) Return the scene coordinate of the pixel under the given windows position.
-
Constructor Details
-
JoGLPickingTools
Default constructor.- Parameters:
drawingTools
- the drawing tools to use.
-
-
Method Details
-
getUnderlyingPoint
Description copied from interface:PickingTools
Return the scene coordinate of the pixel under the given windows position.- Specified by:
getUnderlyingPoint
in interfacePickingTools
- Parameters:
windowPosition
- the given window position.- Returns:
- the scene coordinate of the pixel under the given windows position.
-
getCanvas
Description copied from interface:PickingTools
Return the canvas.- Specified by:
getCanvas
in interfacePickingTools
- Returns:
- the canvas.
-