|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Scheduler interface.
Scheduler implementation may provide a constructor which takes an
EngineStatsFrames in parameter. This
EngineStatsFrames may be contacted through its EngineStatsFrames.updateStats(FractalData fd, jaya.djfractal.FractalComputer
fc) in order to gather statistics.
Scheduler specific information can be displayed on the JPanel returned by
EngineStatsFrames.getSpecificPanel().
EngineStatsFrames,
FractalComputer,
FractalData| Method Summary | |
void |
initFCS(int iterations,
java.math.BigDecimal bailout,
int scale,
Bounds bounds,
int[] colors,
boolean verbose)
Initialize any FractalComputer. |
jaya.djfractal.FractalComputer |
nextFC(FractalData fd)
Returns the next FractalComputer for the given
FractalData. |
void |
prepareComputation(java.util.Collection fcs)
Prepare the computation. |
| Method Detail |
public void prepareComputation(java.util.Collection fcs)
Prepare the computation.
Sets the FractalComputer collection.
fcs - a java.util.Collection value
public void initFCS(int iterations,
java.math.BigDecimal bailout,
int scale,
Bounds bounds,
int[] colors,
boolean verbose)
Initialize any FractalComputer.
iterations - an int valuebailout - a java.math.BigDecimal valuescale - an int valuebounds - a Bounds valuecolors - an int[] valueverbose - a boolean valuepublic jaya.djfractal.FractalComputer nextFC(FractalData fd)
Returns the next FractalComputer for the given
FractalData.
The EngineStatsFrames sets with the constructor any
Scheduler instance may provide may be contacted through its EngineStatsFrames.updateStats(FractalData fd,
jaya.djfractal.FractalComputer fc) method.
fd - a FractalData value
jaya.djfractal.FractalComputer value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||