gama.flowviz
Class SingleStreamlinePlotter

java.lang.Object
  |
  +--gama.flowviz.SingleStreamlinePlotter

public class SingleStreamlinePlotter
extends java.lang.Object
implements StreamlinePlotter

A plotter capable of plotting single streamlines through a given point. Creation date: (16.01.2002 10:29:13)


Field Summary
private  DrawingArea drawingArea
           
private  CartesianGrid grid
           
private  Integrator integrator
           
private  int xmax
           
private  int ymax
           
 
Constructor Summary
SingleStreamlinePlotter(DrawingArea _drawing_area, CartesianGrid _grid)
           
 
Method Summary
private  void drawStreamline(java.util.Vector _streamline)
          Insert the method's description here.
 void plot()
          plot method comment.
 void plot(Point _seed_point)
          Insert the method's description here.
 void setIntegrator(Integrator _integrator)
           
 void update()
          update method comment.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

drawingArea

private DrawingArea drawingArea

xmax

private int xmax

ymax

private int ymax

grid

private CartesianGrid grid

integrator

private Integrator integrator
Constructor Detail

SingleStreamlinePlotter

public SingleStreamlinePlotter(DrawingArea _drawing_area,
                               CartesianGrid _grid)
Method Detail

drawStreamline

private void drawStreamline(java.util.Vector _streamline)
Insert the method's description here. Creation date: (19.01.2002 18:10:30)
Parameters:
_streamline - java.util.Vector

plot

public void plot()
plot method comment.

plot

public void plot(Point _seed_point)
Insert the method's description here. Creation date: (20.01.2002 17:57:40)
Specified by:
plot in interface StreamlinePlotter
Parameters:
_seedx - int
_seedy - int

setIntegrator

public void setIntegrator(Integrator _integrator)

update

public void update()
update method comment.