org.autoplot.LayoutPanel

LayoutPanel shows all the plots and plot elements on the canvas.

LayoutPanel( )

Creates new form LayoutPanel


getSelectedPlots

getSelectedPlots( ) → List

return a list of the selected plots, with the primary selection the first item.

Returns:

the selected plots.

[search for examples] [view on GitHub] [view on old javadoc] [view source]


paint

paint( java.awt.Graphics g ) → void

Parameters

g - a Graphics

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setApplication

setApplication( org.autoplot.dom.Application app ) → void

Parameters

app - an Application

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setApplicationModel

setApplicationModel( org.autoplot.ApplicationModel applicationModel ) → void

set the applicationModel for access to history.

Parameters

applicationModel - an ApplicationModel

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]