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.


Variable Index

 o IGNORE_REPAINT_INTERVAL
 o PARAMETER_INDEX
 o PARAMETER_SAMPLE_SIZE
 o REPAINT_INTERVAL
 o RESET_XI

Constructor Index

 o ViewBifurcationDiagram(Phaser, int)

Method Index

 o clear()
 o flagPoint(double, double, int, Color)
 o getGraphX(double)
 o getGraphX(int)
 o getGraphY(double)
 o getGraphY(int)
 o getParameterNames()
 o getParameterValues()
 o getProjection()
 o getToolBarViewAdapter()
 o getViewImage()
 o go()
 o paint(Graphics)
 o reChargeGraphicParameters(boolean)
 o reScaleViewPort()
 o resume()
 o run()
 o setGraphParameters(ViewBifurcationDiagramParameters)
 o setNumerics(Numerics)
 o setParameterValues(double[])
 o stop()
 o suspend()
 o undo(int)
 o update(Graphics)
 o updateNotify(int)
 o updateProjection()

Variables

 o RESET_XI
 public static final boolean RESET_XI
 o PARAMETER_INDEX
 public static final int PARAMETER_INDEX
 o PARAMETER_SAMPLE_SIZE
 public static final int PARAMETER_SAMPLE_SIZE
 o REPAINT_INTERVAL
 public static final int REPAINT_INTERVAL
 o IGNORE_REPAINT_INTERVAL
 public static final boolean IGNORE_REPAINT_INTERVAL

Constructors

 o ViewBifurcationDiagram
 public ViewBifurcationDiagram(Phaser phaser,
                               int id)

Methods

 o updateNotify
 public void updateNotify(int id)
 o getParameterNames
 public String[] getParameterNames()
 o getParameterValues
 public double[] getParameterValues()
 o setParameterValues
 public void setParameterValues(double d[])
 o reScaleViewPort
 public void reScaleViewPort()
 o reChargeGraphicParameters
 public void reChargeGraphicParameters(boolean clearViewRequested)
 o flagPoint
 public void flagPoint(double x,
                       double y,
                       int flagSize,
                       Color color)
 o getGraphX
 public double getGraphX(int x)
 o getGraphX
 public double getGraphX(double x)
 o getGraphY
 public double getGraphY(int y)
 o getGraphY
 public double getGraphY(double y)
 o getProjection
 public Projection getProjection()
 o updateProjection
 public void updateProjection()
 o undo
 public void undo(int action)
 o run
 public void run()
 o go
 public synchronized void go()
 o clear
 public synchronized void clear()
 o stop
 public synchronized void stop()
 o suspend
 public synchronized void suspend()
 o resume
 public synchronized void resume()
 o getViewImage
 public Image getViewImage()
 o setNumerics
 public void setNumerics(Numerics numerics)
 o getToolBarViewAdapter
 public PhaserToolBarViewAdapter getToolBarViewAdapter()
 o paint
 public void paint(Graphics gc)
Overrides:
paint in class Canvas
 o update
 public synchronized void update(Graphics gc)
Overrides:
update in class Component
 o setGraphParameters
 public void setGraphParameters(ViewBifurcationDiagramParameters vbdp)

All Packages  Class Hierarchy  This Package  Previous  Next  Index