util.classificationFeatures.implementations.test
Class SecStructEvalClassificationFeatureDrawing

java.lang.Object
  extended by util.classificationFeatures.implementations.test.SecStructEvalClassificationFeatureDrawing
All Implemented Interfaces:
ClassificationFeatureDrawing

public class SecStructEvalClassificationFeatureDrawing
extends java.lang.Object
implements ClassificationFeatureDrawing


Constructor Summary
SecStructEvalClassificationFeatureDrawing(SecStructEvalClassificationFeature sse)
           
 
Method Summary
 void draw(java.awt.Graphics2D g2d, java.util.List<java.lang.Integer> list)
          This method draws the
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecStructEvalClassificationFeatureDrawing

public SecStructEvalClassificationFeatureDrawing(SecStructEvalClassificationFeature sse)
Method Detail

draw

public void draw(java.awt.Graphics2D g2d,
                 java.util.List<java.lang.Integer> list)
          throws IncorrectClassificationFeatureException
This method draws the

Specified by:
draw in interface ClassificationFeatureDrawing
Parameters:
g2d -
list -
Throws:
IncorrectClassificationFeatureException

draw

public void draw(org.apache.batik.svggen.SVGGraphics2D svg,
                 java.util.List<java.lang.Double> list,
                 int blocksize,
                 int splicesite_increase)
          throws IncorrectClassificationFeatureException
This method draws the scores assigned to each feature, that is generated by this corresponding ClassificationFeature. The normal idea is to let certain FeatureSelection methods assign a score to each feature, and then draw these scores in a classificationfeature dependend way.

Specified by:
draw in interface ClassificationFeatureDrawing
Parameters:
svg -
list -
Throws:
IncorrectClassificationFeatureException