Uses of Interface
org.biojava.bio.program.blast2html.URLGeneratorFactory
-
Packages that use URLGeneratorFactory Package Description 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 Modifier and Type Class Description class
DefaultURLGeneratorFactory
A simple defaultURLGeneratorFactory
which returns a singleNcbiDatabaseURLGenerator
instance.Constructors in org.biojava.bio.program.blast2html with parameters of type URLGeneratorFactory Constructor Description HTMLRenderer(PrintWriter poPrintWriter, String poStyleDef, int piAlignmentWidth, URLGeneratorFactory poFactory, AlignmentMarker poAlignmentMarker, Properties poOptions)
Creates an HTMLRenderer, that outputs the HTML to the specified PrintWriter.
-