All Packages Class Hierarchy This Package Previous Next Index
Class phaser.view.ViewXiVsTime
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----phaser.view.ViewXiVsTime
- public class ViewXiVsTime
- extends Canvas
- implements IfView, IfNotifiable, SimpleGraphController, PhaserToolBarController, Runnable, Undoable
ViewXiVsTime: View which does the Xi versus Time
-
DEFAULT_DIRECTION_FIELD_COLOR
-
-
DEFAULT_DIRECTION_FIELD_ENABLED
-
-
DEFAULT_DIRECTION_FIELD_MIDPOINT_SIZE
-
-
DEFAULT_DIRECTION_FIELD_SCALE
-
-
ViewXiVsTime(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(ViewXiVsTimeParameters)
-
-
setNumerics(Numerics)
-
-
setParameterValues(double[])
-
-
stop()
-
-
suspend()
-
-
undo(int)
-
-
update(Graphics)
-
-
updateNotify(int)
-
-
updateProjection()
-
DEFAULT_DIRECTION_FIELD_ENABLED
public static final boolean DEFAULT_DIRECTION_FIELD_ENABLED
DEFAULT_DIRECTION_FIELD_COLOR
public static final Color DEFAULT_DIRECTION_FIELD_COLOR
DEFAULT_DIRECTION_FIELD_SCALE
public static final double DEFAULT_DIRECTION_FIELD_SCALE
DEFAULT_DIRECTION_FIELD_MIDPOINT_SIZE
public static final int DEFAULT_DIRECTION_FIELD_MIDPOINT_SIZE
ViewXiVsTime
public ViewXiVsTime(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 flagColor)
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()
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()
undo
public void undo(int action)
run
public void run()
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(ViewXiVsTimeParameters vxvtp)
All Packages Class Hierarchy This Package Previous Next Index