Uses of Class
gata.plotter.ToolsFrame

Packages that use ToolsFrame
gata.main Main app, utility, and params for GATAPlotter. 
gata.plotter GATAPlotter primary panel, sliders, tools, and conservation panels. 
 

Uses of ToolsFrame in gata.main
 

Methods in gata.main that return ToolsFrame
 ToolsFrame GATAParams.getToolsFrameRef()
           
 

Methods in gata.main with parameters of type ToolsFrame
 void GATAParams.setToolsFrameRef(ToolsFrame aTF)
           
 

Uses of ToolsFrame in gata.plotter
 

Methods in gata.plotter with parameters of type ToolsFrame
 void AlignPanel.setToolsRef(ToolsFrame aTF)