All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.view.View1dStairStepper

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----phaser.view.View1dStairStepper

public class View1dStairStepper
extends Canvas
implements IfView, IfNotifiable, SimpleGraphController, PhaserToolBarController, Runnable, Undoable
View1dStairStepper: View which does the 1-D Stair Step Diagram


Variable Index

 o DEFAULT_CONNECT_POINTS
 o DEFAULT_LINE_45_COLOR
 o DEFAULT_LINE_45_ENABLED
 o DEFAULT_MAP_COLOR
 o DEFAULT_MAP_POINTSIZE
 o DEFAULT_MAP_POWERINDEX
 o DEFAULT_MAP_SAMPLE_SIZE
 o DEFAULT_REPAINT_INTERVAL

Constructor Index

 o View1dStairStepper(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(View1dStairStepperParameters)
 o setNumerics(Numerics)
 o setParameterValues(double[])
 o stop()
 o suspend()
 o undo(int)
 o update(Graphics)
 o updateNotify(int)
 o updateProjection()

Variables

 o DEFAULT_MAP_POWERINDEX
 public static int DEFAULT_MAP_POWERINDEX
 o DEFAULT_MAP_POINTSIZE
 public static int DEFAULT_MAP_POINTSIZE
 o DEFAULT_MAP_COLOR
 public static final Color DEFAULT_MAP_COLOR
 o DEFAULT_LINE_45_COLOR
 public static final Color DEFAULT_LINE_45_COLOR
 o DEFAULT_LINE_45_ENABLED
 public static final boolean DEFAULT_LINE_45_ENABLED
 o DEFAULT_MAP_SAMPLE_SIZE
 public static final int DEFAULT_MAP_SAMPLE_SIZE
 o DEFAULT_REPAINT_INTERVAL
 public static final int DEFAULT_REPAINT_INTERVAL
 o DEFAULT_CONNECT_POINTS
 public static final boolean DEFAULT_CONNECT_POINTS

Constructors

 o View1dStairStepper
 public View1dStairStepper(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(View1dStairStepperParameters vssp)

All Packages  Class Hierarchy  This Package  Previous  Next  Index