|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CircularRenderer
Render information from a CircularRendererContext onto a graphics context.
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().
Method Summary | |
---|---|
double |
getDepth(CircularRendererContext crc)
Get the depth needed for this renderer. |
void |
paint(java.awt.Graphics2D g2,
CircularRendererContext crc)
Paint this renderer. |
Method Detail |
---|
double getDepth(CircularRendererContext crc)
crc
- the CircularRendererContext to render information from
void paint(java.awt.Graphics2D g2, CircularRendererContext crc)
g2
- the graphics to paint tocrc
- the context giving the data to paint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |