public interface ImageMapRenderer extends FeatureRenderer
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).Modifier and Type | Method and Description |
---|---|
void |
renderImageMap(Graphics2D g2,
Feature f,
SequenceRenderContext context)
renderImageMap renders the Feature as
set of image map hotspots. |
getDepth, processMouseEvent, renderFeature
void renderImageMap(Graphics2D g2, Feature f, SequenceRenderContext context)
renderImageMap
renders the Feature
as
set of image map hotspots.g2
- a Graphics2D
.f
- a Feature
.context
- a SequenceRenderContext
.Copyright © 2014 BioJava. All rights reserved.