<h2>org.das2.event.WaypointsMouseModule</h2><p>allows a thick highway to be used for digitizing, to be used with WaypointsDragRenderer.</p> <h2>WaypointsMouseModule( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasCanvasComponent.html'>org.das2.graph.DasCanvasComponent</a> parent, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> label )</h2> <p></p> <hr> <a name="addBoxSelectionListener"></a> <h2>addBoxSelectionListener</h2> addBoxSelectionListener( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/event/BoxSelectionListener.html'>org.das2.event.BoxSelectionListener</a> listener ) → void <p>Registers BoxSelectionListener to receive events. Though a BoxSelectionEvent is fired, clients should use the whereWithin method to query which points are within the bounding box drawn.</p> <h3>Parameters</h3> listener - The listener to register. <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=addBoxSelectionListener&unscoped_q=addBoxSelectionListener">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/WaypointsMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/WaypointsMouseModule.html#addBoxSelectionListener">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/WaypointsMouseModule.java">[view source]</a> <br> <br> <hr> <a name="getDirections"></a> <h2>getDirections</h2> getDirections( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> <p></p> <h3>Returns:</h3> java.lang.String <br><br> <a href="https://github.com/autoplot/dev/search?q=getDirections&unscoped_q=getDirections">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/WaypointsMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/WaypointsMouseModule.html#getDirections">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/WaypointsMouseModule.java">[view source]</a> <br> <br> <hr> <a name="keyTyped"></a> <h2>keyTyped</h2> keyTyped( <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/event/KeyEvent.html'>java.awt.event.KeyEvent</a> keyEvent ) → void <p></p> <h3>Parameters</h3> keyEvent - a KeyEvent <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=keyTyped&unscoped_q=keyTyped">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/WaypointsMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/WaypointsMouseModule.html#keyTyped">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/WaypointsMouseModule.java">[view source]</a> <br> <br> <hr> <a name="mouseRangeSelected"></a> <h2>mouseRangeSelected</h2> mouseRangeSelected( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/event/MouseDragEvent.html'>org.das2.event.MouseDragEvent</a> e ) → void <p></p> <h3>Parameters</h3> e - a MouseDragEvent <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=mouseRangeSelected&unscoped_q=mouseRangeSelected">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/WaypointsMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/WaypointsMouseModule.html#mouseRangeSelected">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/WaypointsMouseModule.java">[view source]</a> <br> <br> <hr> <a name="removeBoxSelectionListener"></a> <h2>removeBoxSelectionListener</h2> removeBoxSelectionListener( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/event/BoxSelectionListener.html'>org.das2.event.BoxSelectionListener</a> listener ) → void <p>Removes BoxSelectionListener from the list of listeners.</p> <h3>Parameters</h3> listener - The listener to remove. <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=removeBoxSelectionListener&unscoped_q=removeBoxSelectionListener">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/WaypointsMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/WaypointsMouseModule.html#removeBoxSelectionListener">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/WaypointsMouseModule.java">[view source]</a> <br> <br> <hr> <a name="whereWithin"></a> <h2>whereWithin</h2> whereWithin( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> xx, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> yy ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> <p>returns a list of indices where the rank 1 yy is within the pathway, or null if none are found.</p> <h3>Parameters</h3> xx - the rank 0 point for the data <br> yy - the rank 1 data points <h3>Returns:</h3> a list of indices into yy. <br><br> <a href="https://github.com/autoplot/dev/search?q=whereWithin&unscoped_q=whereWithin">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/WaypointsMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/WaypointsMouseModule.html#whereWithin">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/WaypointsMouseModule.java">[view source]</a> <br> <br>