All Packages Class Hierarchy This Package Previous Next Index
Class phaser.view.ViewBifurcationDiagram
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----phaser.view.ViewBifurcationDiagram
- public class ViewBifurcationDiagram
- extends Canvas
- implements IfView, IfNotifiable, SimpleGraphController, PhaserToolBarController, Runnable, Undoable
ViewBifurcationDiagram - a view which renders a bifurcation diagram.
-
IGNORE_REPAINT_INTERVAL
-
-
PARAMETER_INDEX
-
-
PARAMETER_SAMPLE_SIZE
-
-
REPAINT_INTERVAL
-
-
RESET_XI
-
-
ViewBifurcationDiagram(Phaser, int)
-
-
clear()
-
-
flagPoint(double, double, int, Color)
-
-
getGraphX(double)
-
-
getGraphX(int)
-
-
getGraphY(double)
-
-
getGraphY(int)
-
-
getParameterNames()
-
-
getParameterValues()
-
-
getProjection()
-
-
getToolBarViewAdapter()
-
-
getViewImage()
-
-
go()
-
-
paint(Graphics)
-
-
reChargeGraphicParameters(boolean)
-
-
reScaleViewPort()
-
-
resume()
-
-
run()
-
-
setGraphParameters(ViewBifurcationDiagramParameters)
-
-
setNumerics(Numerics)
-
-
setParameterValues(double[])
-
-
stop()
-
-
suspend()
-
-
undo(int)
-
-
update(Graphics)
-
-
updateNotify(int)
-
-
updateProjection()
-
RESET_XI
public static final boolean RESET_XI
PARAMETER_INDEX
public static final int PARAMETER_INDEX
PARAMETER_SAMPLE_SIZE
public static final int PARAMETER_SAMPLE_SIZE
REPAINT_INTERVAL
public static final int REPAINT_INTERVAL
IGNORE_REPAINT_INTERVAL
public static final boolean IGNORE_REPAINT_INTERVAL
ViewBifurcationDiagram
public ViewBifurcationDiagram(Phaser phaser,
int id)
updateNotify
public void updateNotify(int id)
getParameterNames
public String[] getParameterNames()
getParameterValues
public double[] getParameterValues()
setParameterValues
public void setParameterValues(double d[])
reScaleViewPort
public void reScaleViewPort()
reChargeGraphicParameters
public void reChargeGraphicParameters(boolean clearViewRequested)
flagPoint
public void flagPoint(double x,
double y,
int flagSize,
Color color)
getGraphX
public double getGraphX(int x)
getGraphX
public double getGraphX(double x)
getGraphY
public double getGraphY(int y)
getGraphY
public double getGraphY(double y)
getProjection
public Projection getProjection()
updateProjection
public void updateProjection()
undo
public void undo(int action)
run
public void run()
go
public synchronized void go()
clear
public synchronized void clear()
stop
public synchronized void stop()
suspend
public synchronized void suspend()
resume
public synchronized void resume()
getViewImage
public Image getViewImage()
setNumerics
public void setNumerics(Numerics numerics)
getToolBarViewAdapter
public PhaserToolBarViewAdapter getToolBarViewAdapter()
paint
public void paint(Graphics gc)
- Overrides:
- paint in class Canvas
update
public synchronized void update(Graphics gc)
- Overrides:
- update in class Component
setGraphParameters
public void setGraphParameters(ViewBifurcationDiagramParameters vbdp)
All Packages Class Hierarchy This Package Previous Next Index