public class CircularFeaturesRenderer extends Object implements CircularRenderer
Constructor and Description |
---|
CircularFeaturesRenderer() |
CircularFeaturesRenderer(CircularFeatureRenderer renderer) |
Modifier and Type | Method and Description |
---|---|
double |
getDepth(CircularRendererContext crc)
Get the depth needed for this renderer.
|
CircularFeatureRenderer |
getRenderer() |
void |
paint(Graphics2D g2,
CircularRendererContext crc)
Paint this renderer.
|
void |
setRenderer(CircularFeatureRenderer renderer) |
public CircularFeaturesRenderer()
public CircularFeaturesRenderer(CircularFeatureRenderer renderer)
public CircularFeatureRenderer getRenderer()
public void setRenderer(CircularFeatureRenderer renderer)
public double getDepth(CircularRendererContext crc)
CircularRenderer
getDepth
in interface CircularRenderer
crc
- the CircularRendererContext to render information frompublic void paint(Graphics2D g2, CircularRendererContext crc)
CircularRenderer
paint
in interface CircularRenderer
g2
- the graphics to paint tocrc
- the context giving the data to paintCopyright © 2014 BioJava. All rights reserved.