Package org.biojava.bio.gui.sequence
Interface ImageMapRenderer
- All Superinterfaces:
FeatureRenderer
- All Known Implementing Classes:
BasicImapRenderer
,RectangularImapRenderer
,ZiggyImapRenderer
ImageMapRenderer
s create strings representing
Feature
s suitable for use in HTML image
maps. Typically an ImageMapRenderer
will be used as a
decorator on a FeatureRenderer
which will draw the
corresponding image area(s).- Since:
- 1.3
- Author:
- Keith James
-
Method Summary
Modifier and TypeMethodDescriptionvoid
renderImageMap
(Graphics2D g2, Feature f, SequenceRenderContext context) renderImageMap
renders theFeature
as set of image map hotspots.Methods inherited from interface org.biojava.bio.gui.sequence.FeatureRenderer
getDepth, processMouseEvent, renderFeature
-
Method Details
-
renderImageMap
renderImageMap
renders theFeature
as set of image map hotspots.- Parameters:
g2
- aGraphics2D
.f
- aFeature
.context
- aSequenceRenderContext
.
-