All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Canvas | +----phaser.view.ViewXiVsTime
public static final boolean DEFAULT_DIRECTION_FIELD_ENABLED
public static final Color DEFAULT_DIRECTION_FIELD_COLOR
public static final double DEFAULT_DIRECTION_FIELD_SCALE
public static final int DEFAULT_DIRECTION_FIELD_MIDPOINT_SIZE
public ViewXiVsTime(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 flagColor)
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 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 undo(int action)
public void run()
public void paint(Graphics gc)
public synchronized void update(Graphics gc)
public void setGraphParameters(ViewXiVsTimeParameters vxvtp)
All Packages Class Hierarchy This Package Previous Next Index