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:PickingToolsReturn the scene coordinate of the pixel under the given windows position.- Specified by:
getUnderlyingPointin interfacePickingTools- Parameters:
windowPosition- the given window position.- Returns:
- the scene coordinate of the pixel under the given windows position.
-
getCanvas
Description copied from interface:PickingToolsReturn the canvas.- Specified by:
getCanvasin interfacePickingTools- Returns:
- the canvas.
-