public interface CircularRenderer
Every CircularRenderer paints information about a sequence, it's symbols or features or some other property, into a ring. The depth of the ring is given by getDepth().
| Modifier and Type | Method and Description | 
|---|---|
double | 
getDepth(CircularRendererContext crc)
Get the depth needed for this renderer. 
 | 
void | 
paint(Graphics2D g2,
     CircularRendererContext crc)
Paint this renderer. 
 | 
double getDepth(CircularRendererContext crc)
crc - the CircularRendererContext to render information fromvoid paint(Graphics2D g2, CircularRendererContext crc)
g2 - the graphics to paint tocrc - the context giving the data to paintCopyright © 2020 BioJava. All rights reserved.