|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.monkeycoder.monkeyfractal.base.FractalPlugin
com.monkeycoder.monkeyfractal.plugin.JuliaPlugin
public class JuliaPlugin
This is a FractalPlugin that generates Julia fractals.
Originally part of the MonkeyFractal project.
| Field Summary |
|---|
| Fields inherited from class com.monkeycoder.monkeyfractal.base.FractalPlugin |
|---|
params, threadManager |
| Constructor Summary | |
|---|---|
JuliaPlugin()
Creates a new JuliaPlugin. |
|
| Method Summary | |
|---|---|
FractalBuffer |
generateFractal()
Generates a Julia fractal using the current parameters. |
ComplexRange |
getComplexRange()
This function gets the current ComplexRange used internally by the FractalPlugin. |
ComplexRange |
getComplexRange(java.awt.Rectangle inPixelRect)
Calculates a new ComplexRange based on a Rectangle of pixels. |
java.lang.String |
getHelpAboutInfo()
This method returns a String containing Help About information about this plugin. |
void |
resetParameterList()
Creates the default required parameters for the JuliaPlugin. |
void |
setComplexRange(ComplexRange inComplexRange)
This function sets the ComplexRange used internally by the FractalPlugin. |
void |
setComplexRange(java.awt.Rectangle inPixelRect)
This function sets the ComplexRange used internally by the FractalPlugin. |
void |
setPixelDimensions(java.awt.Dimension inPixelDim)
This method sets the Dimensions of the FractalBuffer that will be generated by generateFractal(). |
| Methods inherited from class com.monkeycoder.monkeyfractal.base.FractalPlugin |
|---|
getParameterList, setParameterList, setThreadManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JuliaPlugin()
| Method Detail |
|---|
public void resetParameterList()
resetParameterList in class FractalPluginpublic FractalBuffer generateFractal()
generateFractal in class FractalPluginFractalThreadManager.getFractalBuffer()public ComplexRange getComplexRange()
FractalPlugin
getComplexRange in class FractalPluginpublic ComplexRange getComplexRange(java.awt.Rectangle inPixelRect)
FractalPlugin
getComplexRange in class FractalPluginpublic void setComplexRange(ComplexRange inComplexRange)
FractalPlugin
setComplexRange in class FractalPlugininComplexRange - The new ComplexRange to be loaded into the internal ParameterList.FractalPlugin.generateFractal()public void setComplexRange(java.awt.Rectangle inPixelRect)
FractalPlugin
setComplexRange in class FractalPlugininPixelRect - A Rectangle of pixels to use to create a new ComplexRange to be loaded into the internal ParameterList.FractalPlugin.getComplexRange(Rectangle),
FractalPlugin.setComplexRange(ComplexRange)public void setPixelDimensions(java.awt.Dimension inPixelDim)
FractalPlugin
setPixelDimensions in class FractalPlugininPixelDim - A Dimension of pixels that represents how large a FractalBuffer will be generated.FractalPlugin.generateFractal()public java.lang.String getHelpAboutInfo()
FractalPlugin
getHelpAboutInfo in class FractalPlugin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||