|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectapollo.gui.ScoreCalculator
apollo.gui.WindowScoreCalculator
apollo.gui.GCScoreCalculator
public class GCScoreCalculator
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 |
|---|
public GCScoreCalculator(CurationSet curation,
int winSize)
| Method Detail |
|---|
public int[] getXRange()
getXRange in class ScoreCalculatorpublic double[] getScoresForPositions(int[] positions)
getScoresForPositions in class ScoreCalculator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||