<h2>org.autoplot.LayoutPanel</h2><p>LayoutPanel shows all the plots and plot elements on the canvas.</p> <h2>LayoutPanel( )</h2> <p>Creates new form LayoutPanel</p> <hr> <a name="getSelectedPlots"></a> <h2>getSelectedPlots</h2> getSelectedPlots( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/util/List.html'>java.util.List</a> <p>return a list of the selected plots, with the primary selection the first item.</p> <h3>Returns:</h3> the selected plots. <br><br> <a href="https://github.com/autoplot/dev/search?q=getSelectedPlots&unscoped_q=getSelectedPlots">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/LayoutPanel.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/LayoutPanel.html#getSelectedPlots">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.java#l821">[view source]</a> <br> <br> <hr> <a name="paint"></a> <h2>paint</h2> paint( <a href='https://docs.oracle.com/javase/8/docs/api/java/awt/Graphics.html'>java.awt.Graphics</a> g ) → void <p></p> <h3>Parameters</h3> g - a Graphics <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=paint&unscoped_q=paint">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/LayoutPanel.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/LayoutPanel.html#paint">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.java#l224">[view source]</a> <br> <br> <hr> <a name="setApplication"></a> <h2>setApplication</h2> setApplication( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/autoplot/dom/Application.html'>org.autoplot.dom.Application</a> app ) → void <p></p> <h3>Parameters</h3> app - an Application <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setApplication&unscoped_q=setApplication">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/LayoutPanel.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/LayoutPanel.html#setApplication">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.java#l650">[view source]</a> <br> <br> <hr> <a name="setApplicationModel"></a> <h2>setApplicationModel</h2> setApplicationModel( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/autoplot/ApplicationModel.html'>org.autoplot.ApplicationModel</a> applicationModel ) → void <p>set the applicationModel for access to history.</p> <h3>Parameters</h3> applicationModel - an ApplicationModel <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setApplicationModel&unscoped_q=setApplicationModel">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/LayoutPanel.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/LayoutPanel.html#setApplicationModel">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/Autoplot/src/org/autoplot/LayoutPanel.java#l283">[view source]</a> <br> <br>