Uses of Interface
org.biojava.bio.program.blast2html.URLGeneratorFactory

Packages that use URLGeneratorFactory
org.biojava.bio.program.blast2html Code for generating HTML reports from blast output 
 

Uses of URLGeneratorFactory in org.biojava.bio.program.blast2html
 

Classes in org.biojava.bio.program.blast2html that implement URLGeneratorFactory
 class DefaultURLGeneratorFactory
          A simple default URLGeneratorFactory which returns a single NcbiDatabaseURLGenerator instance.
 

Constructors in org.biojava.bio.program.blast2html with parameters of type URLGeneratorFactory
HTMLRenderer(PrintWriter poPrintWriter, String poStyleDef, int piAlignmentWidth, URLGeneratorFactory poFactory, AlignmentMarker poAlignmentMarker, Properties poOptions)
          Creates an HTMLRenderer, that outputs the HTML to the specified PrintWriter.