Package org.biojava.bio.gui.sequence
Class CircularFeaturesRenderer
- java.lang.Object
-
- org.biojava.bio.gui.sequence.CircularFeaturesRenderer
-
- All Implemented Interfaces:
CircularRenderer
public class CircularFeaturesRenderer extends Object implements CircularRenderer
- Author:
- Matthew Pocock
-
-
Constructor Summary
Constructors Constructor Description CircularFeaturesRenderer()CircularFeaturesRenderer(CircularFeatureRenderer renderer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDepth(CircularRendererContext crc)Get the depth needed for this renderer.CircularFeatureRenderergetRenderer()voidpaint(Graphics2D g2, CircularRendererContext crc)Paint this renderer.voidsetRenderer(CircularFeatureRenderer renderer)
-
-
-
Constructor Detail
-
CircularFeaturesRenderer
public CircularFeaturesRenderer()
-
CircularFeaturesRenderer
public CircularFeaturesRenderer(CircularFeatureRenderer renderer)
-
-
Method Detail
-
getRenderer
public CircularFeatureRenderer getRenderer()
-
setRenderer
public void setRenderer(CircularFeatureRenderer renderer)
-
getDepth
public double getDepth(CircularRendererContext crc)
Description copied from interface:CircularRendererGet the depth needed for this renderer.- Specified by:
getDepthin interfaceCircularRenderer- Parameters:
crc- the CircularRendererContext to render information from- Returns:
- the depth required to render the context
-
paint
public void paint(Graphics2D g2, CircularRendererContext crc)
Description copied from interface:CircularRendererPaint this renderer.- Specified by:
paintin interfaceCircularRenderer- Parameters:
g2- the graphics to paint tocrc- the context giving the data to paint
-
-