Class Map1DBin
java.lang.Object
|
+----Map1DDiagnostics
|
+----Map1DBin
- public class Map1DBin
- extends Map1DDiagnostics
Diagnostics for Map1D
Plots histogram of x values.
Region of x-axis can be enlarged using mouse drag.
- Version:
- 10 October 1997
- Author:
- Michael Cross
-
Map1DBin(Map1D)
-
-
iterate()
- Iterates Map equations and updates graph
-
restart()
- Restarts
-
setDelay(int)
- Sets number of points plotted to histogram each update
-
setPlotDefaults()
- Sets default values of parameters depending on plot type
-
updateParameters()
- Updates parameters from the text controls in parent class
Map1DBin
public Map1DBin(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 depending on plot type
- Overrides:
- setPlotDefaults in class Map1DDiagnostics
setDelay
public void setDelay(int inDelay)
- Sets number of points plotted to histogram each update
- Overrides:
- setDelay in class Map1DDiagnostics