djfractal
Class FractalData
java.lang.Object
djfractal.FractalData
- All Implemented Interfaces:
- java.io.Serializable
- public class FractalData
- extends java.lang.Object
- implements java.io.Serializable
Defines a fractal data to compute.
A fractal data is defined by:
- the rectangular region of pixels (startX, startY, width, height);
- the corner already computed;
- Version:
- 1.0
- Author:
- eipi
- See Also:
Bounds
,
Serialized Form
Constructor Summary |
FractalData(int startX,
int startY,
int width,
int height,
int cornerType,
int cornerValue)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NONE
public static final int NONE
- See Also:
- Constant Field Values
LEFT_TOP
public static final int LEFT_TOP
- See Also:
- Constant Field Values
RIGHT_TOP
public static final int RIGHT_TOP
- See Also:
- Constant Field Values
LEFT_BOTTOM
public static final int LEFT_BOTTOM
- See Also:
- Constant Field Values
RIGHT_BOTTOM
public static final int RIGHT_BOTTOM
- See Also:
- Constant Field Values
cornerType
public int cornerType
cornerValues
public int[] cornerValues
startX
public int startX
startY
public int startY
width
public int width
height
public int height
size
public int size
submittedDate
public long submittedDate
FractalData
public FractalData(int startX,
int startY,
int width,
int height,
int cornerType,
int cornerValue)
toString
public java.lang.String toString()
DJFractal help mailing list