Uses of Interface
org.biojava.bio.gui.sequence.ImageMapRenderer
-
Packages that use ImageMapRenderer Package Description org.biojava.bio.gui.sequence Graphical displays of biological sequences and associated annotations. -
-
Uses of ImageMapRenderer in org.biojava.bio.gui.sequence
Classes in org.biojava.bio.gui.sequence that implement ImageMapRenderer Modifier and Type Class Description class
BasicImapRenderer
BasicImapRenderer
is a decorator forBasicFeatureRenderer
which adds the ability to create HTML image map coordinates which correspond to the feature rendering produced by theBasicFeatureRenderer
.class
RectangularImapRenderer
RectangularImapRenderer
is a decorator forRectangularBeadRenderer
which adds the ability to create HTML image map coordinates which correspond to the feature rendering produced by theRectangularBeadRenderer
.class
ZiggyImapRenderer
ZiggyImapRenderer
is a decorator forZiggyFeatureRenderer
which adds the ability to create HTML image map coordinates which correspond to the feature rendering produced by theZiggyFeatureRenderer
.
-