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