gama.flowviz
Class ESSPlotter

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

public class ESSPlotter
extends java.lang.Object
implements StreamlinePlotter

A plotter for drawing evenly spaced streamlines, as described in [Jobard, Lefer] Creation date: (16.01.2002 10:29:13)


Field Summary
private  DrawingArea drawingArea
           
private  int dsep
           
private  float dtest
           
private  CartesianGrid grid
           
private  int height
           
private  Integrator integrator
           
private  StreamlineBuffer streamlineBuffer
           
private  int width
           
 
Constructor Summary
ESSPlotter(DrawingArea _drawing_area, CartesianGrid _grid, int _dsep, float _dtest)
           
 
Method Summary
private  void drawStreamline(java.util.Vector _streamline)
          Insert the method's description here.
 int getDsep()
          Insert the method's description here.
 float getDtest()
          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)
           
 
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

width

private int width

height

private int height

grid

private CartesianGrid grid

integrator

private Integrator integrator

dsep

private int dsep

dtest

private float dtest

streamlineBuffer

private StreamlineBuffer streamlineBuffer
Constructor Detail

ESSPlotter

public ESSPlotter(DrawingArea _drawing_area,
                  CartesianGrid _grid,
                  int _dsep,
                  float _dtest)
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

getDsep

public int getDsep()
Insert the method's description here. Creation date: (20.01.2002 14:48:35)
Returns:
int

getDtest

public float getDtest()
Insert the method's description here. Creation date: (20.01.2002 14:48:35)
Returns:
float

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:58:17)
Specified by:
plot in interface StreamlinePlotter
Parameters:
_seedx - int
_seedy - int

setIntegrator

public void setIntegrator(Integrator _integrator)