|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassificationFeatureDrawing
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D g2d,
java.util.List<java.lang.Integer> list)
This method draws the scores assigned to each feature, that is generated by this corresponding ClassificationFeature. |
void |
draw(org.apache.batik.svggen.SVGGraphics2D svg,
java.util.List<java.lang.Double> list,
int blocksize,
int splicesite_increase)
This method draws the scores assigned to each feature, that is generated by this corresponding ClassificationFeature. |
Method Detail |
---|
void draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list) throws IncorrectClassificationFeatureException
g2d
- list
-
IncorrectClassificationFeatureException
void draw(org.apache.batik.svggen.SVGGraphics2D svg, java.util.List<java.lang.Double> list, int blocksize, int splicesite_increase) throws IncorrectClassificationFeatureException
svg
- list
-
IncorrectClassificationFeatureException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |