Package gama.flowviz

Interface Summary
Integrator Abstract interface for integrators.
Monitorable Defines an interface for types that can update a ProgressMonitor.
Plotter Abstract Plotter.
StreamlinePlotter Abstract plotter for plotting streamlines.
 

Class Summary
ArrowPlotter This class is capable of plotting Hedgehog Plots (Arrow Plots).
CartesianGrid This class contains the data in a cartesian grid.
ColorPlotter Plots velocity, pressure and vorticity.
DrawingArea Component for drawing an image.
ESSPlotter A plotter for drawing evenly spaced streamlines, as described in [Jobard, Lefer] Creation date: (16.01.2002 10:29:13)
EulerIntegrator Euler integrator.
FileLoader Loads a data file.
Point A Point.
RungeKuttaIntegrator Runge Kutta numerical integrator.
SingleStreamlinePlotter A plotter capable of plotting single streamlines through a given point.
StreamlineBuffer A buffer containing the points of streamlines.
Utils Some utilities.