Uses of Class
gata.plotter.Console

Packages that use Console
gata.geneGlyphs For representing annotation, scale bars, and generic tracks. 
gata.main Main app, utility, and params for GATAPlotter. 
gata.plotter GATAPlotter primary panel, sliders, tools, and conservation panels. 
 

Uses of Console in gata.geneGlyphs
 

Methods in gata.geneGlyphs with parameters of type Console
 void GlyphPanel.setConsole(Console console)
           
 

Uses of Console in gata.main
 

Methods in gata.main that return Console
 Console GATAParams.getConsole()
           
 

Methods in gata.main with parameters of type Console
 void GATAParams.setConsole(Console console)
           
 

Uses of Console in gata.plotter
 

Methods in gata.plotter that return Console
 Console ConservedSeqs.getConsole()
           
 

Methods in gata.plotter with parameters of type Console
 void AlignPanel.setConsole(Console console)