|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.gui.sequence.CircularMLR
public class CircularMLR
Renders multiple renderers, each in their own concentric rings.
Constructor Summary | |
---|---|
CircularMLR()
|
Method Summary | |
---|---|
void |
addRenderer(CircularRenderer renderer)
|
double |
getDepth(CircularRendererContext crc)
Get the depth needed for this renderer. |
void |
paint(java.awt.Graphics2D g2,
CircularRendererContext crc)
Paint this renderer. |
void |
removeRenderer(CircularRenderer renderer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CircularMLR()
Method Detail |
---|
public void addRenderer(CircularRenderer renderer)
public void removeRenderer(CircularRenderer renderer)
public double getDepth(CircularRendererContext crc)
CircularRenderer
getDepth
in interface CircularRenderer
crc
- the CircularRendererContext to render information from
public void paint(java.awt.Graphics2D g2, CircularRendererContext crc)
CircularRenderer
paint
in interface CircularRenderer
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 |