Class Map1DBifurcation
java.lang.Object
|
+----Map1DDiagnostics
|
+----Map1DBifurcation
- public class Map1DBifurcation
- extends Map1DDiagnostics
Diagnostics for Map1D
Plots the "bifurcation diagram" i.e. the values of x in the attractor
for different values of the map parameter a.
Portions of the plot can be enlarged by outlining with a mouse drag.
Points on the running plot can be read out with a mouse click.
- Version:
- 10 October 1997
- Author:
- Michael Cross
-
Map1DBifurcation(Map1D)
-
-
iterate()
- Iterates Map equations and updates graph
-
resetRange()
- Resets x-range to 0 < x < 1
-
restart()
- Restarts
-
setPlotDefaults()
- Sets default values of parameters
-
updateParameters()
- Updates parameters from the text controls in parent class
Map1DBifurcation
public Map1DBifurcation(Map1D inParent)
- Parameters:
- inParent - parent class
- See Also:
- Map1D
updateParameters
public void updateParameters()
- Updates parameters from the text controls in parent class
- Overrides:
- updateParameters in class Map1DDiagnostics
restart
public void restart()
- Restarts
- Overrides:
- restart in class Map1DDiagnostics
iterate
public boolean iterate()
- Iterates Map equations and updates graph
- Overrides:
- iterate in class Map1DDiagnostics
setPlotDefaults
public void setPlotDefaults()
- Sets default values of parameters
- Overrides:
- setPlotDefaults in class Map1DDiagnostics
resetRange
public void resetRange()
- Resets x-range to 0 < x < 1
- Overrides:
- resetRange in class Map1DDiagnostics