|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.monkeycoder.monkeyfractal.gui.FractalWindow
public class FractalWindow
This is the main window of MonkeyFractal. This window orchestrates the flow of
data between the User, the FractalPlugin, and the RenderPanel. It also allows
the dynamic selection of FractalPlugins and RenderPanels.
Originally part of the MonkeyFractal project.
| Constructor Summary | |
|---|---|
FractalWindow()
Creates a new FractalWindow. |
|
| Method Summary | |
|---|---|
void |
hide()
Hides the MonkeyFractal Main window. |
void |
setFractalPluginClass(java.lang.String pluginClassName)
Sets the FractalPlugin that will be used by this FractalWindow. |
void |
setRenderPanelClass(java.lang.String pluginClassName)
Sets the RenderPanel that will be used by this FractalWindow. |
void |
show()
Displays the MonkeyFractal Main window. |
void |
update(java.util.Observable inObservable,
java.lang.Object inArg)
Required to implement Observer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FractalWindow()
show()| Method Detail |
|---|
public void setFractalPluginClass(java.lang.String pluginClassName)
pluginClassName - The fully qualified name of the FractalPlugin class.public void setRenderPanelClass(java.lang.String pluginClassName)
pluginClassName - The fully qualified name of the RenderPanel class.
public void update(java.util.Observable inObservable,
java.lang.Object inArg)
update in interface java.util.ObserverinObservable - Holds the Observable this update came from.inArg - Expects an UpdateMessage object containing the arguements.UpdateMessagepublic void show()
public void hide()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||