Uses of Interface
org.biojava.bio.gui.sequence.ImageMap
Packages that use ImageMap
Package
Description
Graphical displays of biological sequences and associated annotations.
-
Uses of ImageMap in org.biojava.bio.gui.sequence
Classes in org.biojava.bio.gui.sequence that implement ImageMapModifier and TypeClassDescriptionstatic class
ClientSide
represents a client-side style image map.static class
ServerSide
represents a server-side style image map.Methods in org.biojava.bio.gui.sequence that return ImageMapModifier and TypeMethodDescriptionBasicImapRenderer.getImageMap()
getImageMap
returns the current image map.RectangularImapRenderer.getImageMap()
getImageMap
returns the current image map.ZiggyImapRenderer.getImageMap()
getImageMap
returns the current image map.Methods in org.biojava.bio.gui.sequence with parameters of type ImageMapModifier and TypeMethodDescriptionvoid
BasicImapRenderer.setImageMap
(ImageMap imageMap) setImageMap
sets the current image map.void
RectangularImapRenderer.setImageMap
(ImageMap imageMap) setImageMap
sets the current image map.void
ZiggyImapRenderer.setImageMap
(ImageMap imageMap) setImageMap
sets the current image map.Constructors in org.biojava.bio.gui.sequence with parameters of type ImageMapModifierConstructorDescriptionBasicImapRenderer
(BasicFeatureRenderer renderer, ImageMap imageMap, URLFactory urlFactory) Creates a newBasicImapRenderer
.RectangularImapRenderer
(RectangularBeadRenderer renderer, ImageMap imageMap, URLFactory urlFactory) Creates a newRectangularImapRenderer
.ZiggyImapRenderer
(ZiggyFeatureRenderer renderer, ImageMap imageMap, URLFactory urlFactory) Creates a newZiggyImapRenderer
.