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 double
getDepth(CircularRendererContext crc)
void
renderFeature(Graphics2D g, Feature f, CircularRendererContext context)
-
-
-
Method Detail
-
renderFeature
void renderFeature(Graphics2D g, Feature f, CircularRendererContext context)
-
getDepth
double getDepth(CircularRendererContext crc)
-
-