apollo.gui
Class GCScoreCalculator

java.lang.Object
  extended by apollo.gui.ScoreCalculator
      extended by apollo.gui.WindowScoreCalculator
          extended by apollo.gui.GCScoreCalculator

public class GCScoreCalculator
extends WindowScoreCalculator

changed long positions to int positions to be consistent with rest of apollo using ints for positions, hope this is ok


Field Summary
 
Fields inherited from class apollo.gui.ScoreCalculator
factor
 
Constructor Summary
GCScoreCalculator(CurationSet curation, int winSize)
           
 
Method Summary
 double[] getScoresForPositions(int[] positions)
           
 int[] getXRange()
           
 
Methods inherited from class apollo.gui.WindowScoreCalculator
getModel, getWindowExtents, getWinSize, hasModel, setWinSize
 
Methods inherited from class apollo.gui.ScoreCalculator
getFactor, getScoreForPosition, getYRange, setXOrientation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCScoreCalculator

public GCScoreCalculator(CurationSet curation,
                         int winSize)
Method Detail

getXRange

public int[] getXRange()
Specified by:
getXRange in class ScoreCalculator

getScoresForPositions

public double[] getScoresForPositions(int[] positions)
Specified by:
getScoresForPositions in class ScoreCalculator