|
|||||||||
| 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.StoredScoreCalculator
apollo.gui.SgrScoreCalculator
public class SgrScoreCalculator
Gets the score for a given position from a sgr file
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
logger
|
| Fields inherited from class apollo.gui.StoredScoreCalculator |
|---|
maxScore, minScore, scoreMap |
| Fields inherited from class apollo.gui.ScoreCalculator |
|---|
factor |
| Constructor Summary | |
|---|---|
SgrScoreCalculator(java.lang.String data,
int winSize,
CurationSet curation)
Builds a SgrScoreCalculator object |
|
| Method Summary |
|---|
| Methods inherited from class apollo.gui.StoredScoreCalculator |
|---|
getMaxScore, getMinScore, getScoreForPosition, getScoresForPositions, getXRange, getYRange |
| Methods inherited from class apollo.gui.WindowScoreCalculator |
|---|
getModel, getWindowExtents, getWinSize, hasModel, setWinSize |
| Methods inherited from class apollo.gui.ScoreCalculator |
|---|
getFactor, setXOrientation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public SgrScoreCalculator(java.lang.String data,
int winSize,
CurationSet curation)
throws java.io.IOException
data - - name of file containing sgr datawinSize - - size of display window
java.io.IOException - - if the file cannot be accessed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||