public interface ImageMapRenderer extends FeatureRenderer
ImageMapRenderers create strings representing
Features 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, renderFeaturevoid 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 © 2020 BioJava. All rights reserved.