Uses of Class
compbio.runner.disorder.GlobPlot

Packages that use GlobPlot
compbio.runner.disorder   
compbio.ws.server   
 

Uses of GlobPlot in compbio.runner.disorder
 

Methods in compbio.runner.disorder that return GlobPlot
 GlobPlot GlobPlot.setInput(String inFile)
           
 

Methods in compbio.runner.disorder that return types with arguments of type GlobPlot
 Class<GlobPlot> GlobPlot.getType()
           
 

Uses of GlobPlot in compbio.ws.server
 

Method parameters in compbio.ws.server with type arguments of type GlobPlot
 String GlobPlotWS.customAnalize(List<FastaSequence> sequences, List<Option<GlobPlot>> options)
           
 String GlobPlotWS.presetAnalize(List<FastaSequence> sequences, Preset<GlobPlot> preset)