All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Canvas | +----phaser.view.View1dStairStepper
public static int DEFAULT_MAP_POWERINDEX
public static int DEFAULT_MAP_POINTSIZE
public static final Color DEFAULT_MAP_COLOR
public static final Color DEFAULT_LINE_45_COLOR
public static final boolean DEFAULT_LINE_45_ENABLED
public static final int DEFAULT_MAP_SAMPLE_SIZE
public static final int DEFAULT_REPAINT_INTERVAL
public static final boolean DEFAULT_CONNECT_POINTS
public View1dStairStepper(Phaser phaser, int id)
public void updateNotify(int id)
public String[] getParameterNames()
public double[] getParameterValues()
public void setParameterValues(double d[])
public void reScaleViewPort()
public void reChargeGraphicParameters(boolean clearViewRequested)
public void flagPoint(double x, double y, int flagSize, Color color)
public double getGraphX(int x)
public double getGraphX(double x)
public double getGraphY(int y)
public double getGraphY(double y)
public Projection getProjection()
public void updateProjection()
public void undo(int action)
public void run()
public synchronized void go()
public synchronized void clear()
public synchronized void stop()
public synchronized void suspend()
public synchronized void resume()
public Image getViewImage()
public void setNumerics(Numerics numerics)
public PhaserToolBarViewAdapter getToolBarViewAdapter()
public void paint(Graphics gc)
public synchronized void update(Graphics gc)
public void setGraphParameters(View1dStairStepperParameters vssp)
All Packages Class Hierarchy This Package Previous Next Index