Package org.biojava.bio.gui.sequence
Interface CircularFeatureRenderer
-
public interface CircularFeatureRenderer- Author:
- Matthew Pocock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDepth(CircularRendererContext crc)voidrenderFeature(java.awt.Graphics2D g, Feature f, CircularRendererContext context)
-
-
-
Method Detail
-
renderFeature
void renderFeature(java.awt.Graphics2D g, Feature f, CircularRendererContext context)
-
getDepth
double getDepth(CircularRendererContext crc)
-
-