<h2>org.das2.event.DasSelectionEvent</h2><p></p> <h2>DasSelectionEvent( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html'>Object</a> source, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/event/DasSelectionEvent/Type.html'>org.das2.event.DasSelectionEvent.Type</a> selectionType, boolean isShiftDown, <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/Point.html'>java.awt.Point</a> dot, <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/Point.html'>java.awt.Point</a> mark )</h2> <p>Creates a new instance of DasSelectionEvent</p> <hr> <a name="clearSelection"></a> <h2>clearSelection</h2> clearSelection( ) → void <p></p> <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=clearSelection&unscoped_q=clearSelection">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#clearSelection">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br> <hr> <a name="getDot"></a> <h2>getDot</h2> getDot( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/Point.html'>java.awt.Point</a> <p></p> <h3>Returns:</h3> java.awt.Point <br><br> <a href="https://github.com/autoplot/dev/search?q=getDot&unscoped_q=getDot">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#getDot">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br> <hr> <a name="getDotX"></a> <h2>getDotX</h2> getDotX( ) → int <p></p> <h3>Returns:</h3> int <br><br> <a href="https://github.com/autoplot/dev/search?q=getDotX&unscoped_q=getDotX">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#getDotX">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br> <hr> <a name="getDotY"></a> <h2>getDotY</h2> getDotY( ) → int <p></p> <h3>Returns:</h3> int <br><br> <a href="https://github.com/autoplot/dev/search?q=getDotY&unscoped_q=getDotY">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#getDotY">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br> <hr> <a name="getMark"></a> <h2>getMark</h2> getMark( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/Point.html'>java.awt.Point</a> <p></p> <h3>Returns:</h3> java.awt.Point <br><br> <a href="https://github.com/autoplot/dev/search?q=getMark&unscoped_q=getMark">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#getMark">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br> <hr> <a name="getMarkX"></a> <h2>getMarkX</h2> getMarkX( ) → int <p></p> <h3>Returns:</h3> int <br><br> <a href="https://github.com/autoplot/dev/search?q=getMarkX&unscoped_q=getMarkX">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#getMarkX">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br> <hr> <a name="getMarkY"></a> <h2>getMarkY</h2> getMarkY( ) → int <p></p> <h3>Returns:</h3> int <br><br> <a href="https://github.com/autoplot/dev/search?q=getMarkY&unscoped_q=getMarkY">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#getMarkY">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br> <hr> <a name="getSelectionType"></a> <h2>getSelectionType</h2> getSelectionType( ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/event/DasSelectionEvent/Type.html'>org.das2.event.DasSelectionEvent.Type</a> <p></p> <h3>Returns:</h3> org.das2.event.DasSelectionEvent.Type <br><br> <a href="https://github.com/autoplot/dev/search?q=getSelectionType&unscoped_q=getSelectionType">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#getSelectionType">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br> <hr> <a name="isShiftDown"></a> <h2>isShiftDown</h2> isShiftDown( ) → boolean <p></p> <h3>Returns:</h3> boolean <br><br> <a href="https://github.com/autoplot/dev/search?q=isShiftDown&unscoped_q=isShiftDown">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#isShiftDown">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br> <hr> <a name="shouldClearSelection"></a> <h2>shouldClearSelection</h2> shouldClearSelection( ) → boolean <p></p> <h3>Returns:</h3> boolean <br><br> <a href="https://github.com/autoplot/dev/search?q=shouldClearSelection&unscoped_q=shouldClearSelection">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/DasSelectionEvent.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/DasSelectionEvent.html#shouldClearSelection">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/DasSelectionEvent.java">[view source]</a> <br> <br>