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)
CircularRenderergetDepth in interface CircularRenderercrc - the CircularRendererContext to render information frompublic void paint(Graphics2D g2, CircularRendererContext crc)
CircularRendererpaint in interface CircularRendererg2 - the graphics to paint tocrc - the context giving the data to paintCopyright © 2020 BioJava. All rights reserved.