|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttasks.MbrotEvent
public class MbrotEvent
Solution object for a MandelbrotSetTask
Constructor Summary | |
---|---|
MbrotEvent()
Creates a new instance of MandelbrotSolution |
|
MbrotEvent(int rowStart,
int colStart,
double[][] mbSet)
Creates a new instance of MandelbrotSolution |
Method Summary | |
---|---|
int |
getColStart()
|
double[][] |
getMBSet()
|
int |
getResolution()
|
int |
getRowStart()
|
void |
integrate(MbrotEvent subSolution)
Integrates the passed subSolution with this solution. |
void |
setMBSet(double[][] m)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MbrotEvent()
public MbrotEvent(int rowStart, int colStart, double[][] mbSet)
rowStart
- The row index of this solution in the over-all solutioncolStart
- The column index of this solution in the over-all solutionmbSet
- The calculated Mandelbrot set.Method Detail |
---|
public int getResolution()
public int getRowStart()
public int getColStart()
public double[][] getMBSet()
public void setMBSet(double[][] m)
public void integrate(MbrotEvent subSolution)
subSolution
- MandelbrotSolution to integrate with this MandelbrotSolutionpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |