<h2>org.das2.graph.TickMaster</h2><p>Class for managing ticks. When a set of plots shares a common column and axis setting, they should all use the same ticks. The other problem this should fix is when a stack of plots all have heights within a couple of pixels of one another, we should try to use the same ticks for them. DasAxis clients should offer their ticks to this master, which will decide which set of ticks to use.</p> <h2>TickMaster( )</h2> <p></p> <hr> <a name="getInstance"></a> <h2>getInstance</h2> getInstance( ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/TickMaster.html'>org.das2.graph.TickMaster</a> <p></p> <h3>Returns:</h3> org.das2.graph.TickMaster <br><br> <a href="https://github.com/autoplot/dev/search?q=getInstance&unscoped_q=getInstance">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/TickMaster.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/TickMaster.html#getInstance">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/TickMaster.java">[view source]</a> <br> <br> <hr> <a name="offerTickV"></a> <h2>offerTickV</h2> offerTickV( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasAxis.html'>org.das2.graph.DasAxis</a> h, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/TickVDescriptor.html'>org.das2.graph.TickVDescriptor</a> ticks ) → void <p>offer a set of ticks. This can be called from off or on the event thread, but a new thread is started so the task is performed off the event thread.</p> <h3>Parameters</h3> h - the axis <br> ticks - null or the new ticks. <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=offerTickV&unscoped_q=offerTickV">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/TickMaster.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/TickMaster.html#offerTickV">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/TickMaster.java">[view source]</a> <br> <br> <hr> <a name="register"></a> <h2>register</h2> register( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasAxis.html'>org.das2.graph.DasAxis</a> h ) → void <p></p> <h3>Parameters</h3> h - a DasAxis <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=register&unscoped_q=register">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/TickMaster.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/TickMaster.html#register">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/TickMaster.java">[view source]</a> <br> <br> <hr> <a name="requestTickV"></a> <h2>requestTickV</h2> requestTickV( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/DasAxis.html'>org.das2.graph.DasAxis</a> h ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/graph/TickVDescriptor.html'>org.das2.graph.TickVDescriptor</a> <p>kludgy solution to problems where an axis didn't get the update from its parent. This is only called as a last-ditch measure.</p> <h3>Parameters</h3> h - a DasAxis <h3>Returns:</h3> an org.das2.graph.TickVDescriptor <br><br> <a href="https://github.com/autoplot/dev/search?q=requestTickV&unscoped_q=requestTickV">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/graph/TickMaster.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/graph/TickMaster.html#requestTickV">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/graph/TickMaster.java">[view source]</a> <br> <br>