<h2>org.das2.event.CutoffMouseModule</h2><p></p> <h2>CutoffMouseModule( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasPlot.html'>org.das2.graph.DasPlot</a> parent, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/dataset/DataSetConsumer.html'>org.das2.dataset.DataSetConsumer</a> consumer )</h2> <p></p> <hr> <a name="addDataSetUpdateListener"></a> <h2>addDataSetUpdateListener</h2> addDataSetUpdateListener( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/dataset/DataSetUpdateListener.html'>org.das2.dataset.DataSetUpdateListener</a> listener ) → void <p></p> <h3>Parameters</h3> listener - a DataSetUpdateListener <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=addDataSetUpdateListener&unscoped_q=addDataSetUpdateListener">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#addDataSetUpdateListener">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="addPropertyChangeListener"></a> <h2>addPropertyChangeListener</h2> addPropertyChangeListener( <a href='https://docs.oracle.com/javase/8/docs/api/java/beans/PropertyChangeListener.html'>java.beans.PropertyChangeListener</a> listener ) → void <p>Registers PropertyChangeListener to receive events.</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=addPropertyChangeListener&unscoped_q=addPropertyChangeListener">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#addPropertyChangeListener">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="cutoff"></a> <h2>cutoff</h2> cutoff( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> ds, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> slopeMin, int nave, int mult, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> levelMin ) → int <p>slopeMin in the y units of ds. levelMin in the y units of ds. mult=-1 high cutoff, =1 low cutoff</p> <h3>Parameters</h3> ds - a QDataSet <br> slopeMin - a Datum <br> nave - an int <br> mult - an int <br> levelMin - a Datum <h3>Returns:</h3> int <br><br> <a href="https://github.com/autoplot/dev/search?q=cutoff&unscoped_q=cutoff">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#cutoff">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="getLevelMin"></a> <h2>getLevelMin</h2> getLevelMin( ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> <p>Getter for property levelMin.</p> <h3>Returns:</h3> Value of property levelMin. <br><br> <a href="https://github.com/autoplot/dev/search?q=getLevelMin&unscoped_q=getLevelMin">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#getLevelMin">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="getNave"></a> <h2>getNave</h2> getNave( ) → int <p>Getter for property nave.</p> <h3>Returns:</h3> Value of property nave. <br><br> <a href="https://github.com/autoplot/dev/search?q=getNave&unscoped_q=getNave">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#getNave">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="getSlicer"></a> <h2>getSlicer</h2> getSlicer( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasPlot.html'>org.das2.graph.DasPlot</a> plot, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/dataset/TableDataSetConsumer.html'>org.das2.dataset.TableDataSetConsumer</a> consumer ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/event/DataPointSelectionListener.html'>org.das2.event.DataPointSelectionListener</a> <p></p> <h3>Parameters</h3> plot - a DasPlot <br> consumer - a TableDataSetConsumer <h3>Returns:</h3> org.das2.event.DataPointSelectionListener <br><br> <a href="https://github.com/autoplot/dev/search?q=getSlicer&unscoped_q=getSlicer">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#getSlicer">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="getSlopeMin"></a> <h2>getSlopeMin</h2> getSlopeMin( ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> <p>Getter for property slopeMin.</p> <h3>Returns:</h3> Value of property slopeMin. <br><br> <a href="https://github.com/autoplot/dev/search?q=getSlopeMin&unscoped_q=getSlopeMin">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#getSlopeMin">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="getXResolution"></a> <h2>getXResolution</h2> getXResolution( ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> <p></p> <h3>Returns:</h3> org.das2.datum.Datum <br><br> <a href="https://github.com/autoplot/dev/search?q=getXResolution&unscoped_q=getXResolution">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#getXResolution">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="isLowCutoff"></a> <h2>isLowCutoff</h2> isLowCutoff( ) → boolean <p>Getter for property lowCutoff.</p> <h3>Returns:</h3> Value of property lowCutoff. <br><br> <a href="https://github.com/autoplot/dev/search?q=isLowCutoff&unscoped_q=isLowCutoff">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#isLowCutoff">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="removeDataSetUpdateListener"></a> <h2>removeDataSetUpdateListener</h2> removeDataSetUpdateListener( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/dataset/DataSetUpdateListener.html'>org.das2.dataset.DataSetUpdateListener</a> listener ) → void <p></p> <h3>Parameters</h3> listener - a DataSetUpdateListener <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=removeDataSetUpdateListener&unscoped_q=removeDataSetUpdateListener">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#removeDataSetUpdateListener">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="removePropertyChangeListener"></a> <h2>removePropertyChangeListener</h2> removePropertyChangeListener( <a href='https://docs.oracle.com/javase/8/docs/api/java/beans/PropertyChangeListener.html'>java.beans.PropertyChangeListener</a> listener ) → void <p>Removes PropertyChangeListener 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=removePropertyChangeListener&unscoped_q=removePropertyChangeListener">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#removePropertyChangeListener">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="setLevelMin"></a> <h2>setLevelMin</h2> setLevelMin( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> levelMin ) → void <p>Setter for property levelMin.</p> <h3>Parameters</h3> levelMin - New value of property levelMin. <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setLevelMin&unscoped_q=setLevelMin">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#setLevelMin">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="setLowCutoff"></a> <h2>setLowCutoff</h2> setLowCutoff( boolean lowCutoff ) → void <p>Setter for property lowCutoff.</p> <h3>Parameters</h3> lowCutoff - New value of property lowCutoff. <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setLowCutoff&unscoped_q=setLowCutoff">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#setLowCutoff">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="setNave"></a> <h2>setNave</h2> setNave( int nave ) → void <p>Setter for property nave.</p> <h3>Parameters</h3> nave - New value of property nave. <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setNave&unscoped_q=setNave">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#setNave">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="setSlopeMin"></a> <h2>setSlopeMin</h2> setSlopeMin( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> slopeMin ) → void <p>Setter for property slopeMin.</p> <h3>Parameters</h3> slopeMin - New value of property slopeMin. <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setSlopeMin&unscoped_q=setSlopeMin">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#setSlopeMin">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br> <hr> <a name="setXResolution"></a> <h2>setXResolution</h2> setXResolution( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> xResolution ) → void <p></p> <h3>Parameters</h3> xResolution - a Datum <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setXResolution&unscoped_q=setXResolution">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/event/CutoffMouseModule.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/event/CutoffMouseModule.html#setXResolution">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/event/CutoffMouseModule.java">[view source]</a> <br> <br>