|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JuliaFractalGenerator
The JuliaFractalGenerator interface provides a means of controlling the operation of a Julia fractal generator.
Method Summary | |
---|---|
Complex |
getDefiningPoint()
Gets the defining point on the complex plane. |
void |
setDefiningPoint(Complex definingPoint)
Sets the defining point on the complex plane to the specified defining point. |
Methods inherited from interface infpp.fractal.FractalGenerator |
---|
calculateComplexFromScreenCoordinates, getComplexOrigin, getNumberOfIterationsAtPixel, getRealDimension, getScreenHeight, getScreenWidth, setComplexOrigin, setRealDimension, setScreenDimension |
Method Detail |
---|
Complex getDefiningPoint()
void setDefiningPoint(Complex definingPoint)
definingPoint
- the specified defining point
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |