Package org.biojava.bio.gui.sequence
Interface ImageMapRenderer
-
- All Superinterfaces:
FeatureRenderer
- All Known Implementing Classes:
BasicImapRenderer
,RectangularImapRenderer
,ZiggyImapRenderer
public interface ImageMapRenderer extends FeatureRenderer
ImageMapRenderer
s create strings representingFeature
s suitable for use in HTML image maps. Typically anImageMapRenderer
will be used as a decorator on aFeatureRenderer
which will draw the corresponding image area(s).- Since:
- 1.3
- Author:
- Keith James
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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 Detail
-
renderImageMap
void renderImageMap(Graphics2D g2, Feature f, SequenceRenderContext context)
renderImageMap
renders theFeature
as set of image map hotspots.- Parameters:
g2
- aGraphics2D
.f
- aFeature
.context
- aSequenceRenderContext
.
-
-