|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectapollo.gui.ScoreCalculator
apollo.gui.WindowScoreCalculator
public abstract class WindowScoreCalculator
| Field Summary |
|---|
| Fields inherited from class apollo.gui.ScoreCalculator |
|---|
factor |
| Constructor Summary | |
|---|---|
WindowScoreCalculator(int winSize)
|
|
| Method Summary | |
|---|---|
javax.swing.BoundedRangeModel |
getModel()
By default returns null. |
protected void |
getWindowExtents(int pos,
int[] extents,
int min,
int max)
|
int |
getWinSize()
|
boolean |
hasModel()
Whether getModel() is non null |
void |
setWinSize(int size)
|
| Methods inherited from class apollo.gui.ScoreCalculator |
|---|
getFactor, getScoreForPosition, getScoresForPositions, getXRange, getYRange, setXOrientation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowScoreCalculator(int winSize)
| Method Detail |
|---|
public void setWinSize(int size)
public int getWinSize()
protected void getWindowExtents(int pos,
int[] extents,
int min,
int max)
public boolean hasModel()
ScoreCalculator
hasModel in class ScoreCalculatorpublic javax.swing.BoundedRangeModel getModel()
ScoreCalculator
getModel in class ScoreCalculator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||