public class ArrowedFeatureRenderer extends Object implements FeatureRenderer
Constructor and Description |
---|
ArrowedFeatureRenderer() |
Modifier and Type | Method and Description |
---|---|
double |
getArrowHeadSize() |
double |
getArrowScoop() |
double |
getArrowSize() |
double |
getDepth(SequenceRenderContext src) |
Paint |
getFill() |
Paint |
getOutline() |
FeatureHolder |
processMouseEvent(FeatureHolder hits,
SequenceRenderContext src,
MouseEvent me) |
void |
renderFeature(Graphics2D g,
Feature f,
SequenceRenderContext src) |
void |
setArrowHeadSize(double d) |
void |
setArrowScoop(double arrowScoop) |
void |
setArrowSize(double arrowSize) |
void |
setFill(Paint p) |
void |
setOutline(Paint p) |
public ArrowedFeatureRenderer()
public void setOutline(Paint p)
public Paint getOutline()
public void setArrowSize(double arrowSize)
public double getArrowSize()
public void setArrowScoop(double arrowScoop)
public double getArrowScoop()
public void setArrowHeadSize(double d)
public double getArrowHeadSize()
public void renderFeature(Graphics2D g, Feature f, SequenceRenderContext src)
renderFeature
in interface FeatureRenderer
public double getDepth(SequenceRenderContext src)
getDepth
in interface FeatureRenderer
public FeatureHolder processMouseEvent(FeatureHolder hits, SequenceRenderContext src, MouseEvent me)
processMouseEvent
in interface FeatureRenderer
Copyright © 2014 BioJava. All rights reserved.