|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.chaos.CantorDust
public abstract class CantorDust
The CantorDust class provides an object that encapsulates the Cantor dust fractal.
| Constructor Summary | |
|---|---|
CantorDust()
Creates a new CantorDust object. |
|
| Method Summary | |
|---|---|
protected abstract void |
eraseLine(double start,
double end)
Erases a line segment. |
double |
hausdorffDimension()
DOCUMENT ME! |
void |
recurse(double start,
double end,
int n)
The recursive algorithm for Cantor dust. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CantorDust()
| Method Detail |
|---|
public double hausdorffDimension()
public void recurse(double start,
double end,
int n)
start - the start of the line.end - the end of the line.n - the number of recursions.
protected abstract void eraseLine(double start,
double end)
start - DOCUMENT ME!end - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||