gama.flowviz
Class StreamlineBuffer
java.lang.Object
|
+--gama.flowviz.StreamlineBuffer
- public class StreamlineBuffer
- extends java.lang.Object
A buffer containing the points of streamlines.
Creation date: (20.01.2002 14:59:58)
|
Field Summary |
private java.util.Vector[][] |
buffer
|
private int |
dsep
|
|
Constructor Summary |
StreamlineBuffer(int _width,
int _height,
int _dsep)
StreamlineBuffer constructor comment. |
|
Method Summary |
void |
insertStreamline(java.util.Vector streamline)
Insert the streamline's points into the streamline buffer.
|
boolean |
validatePoint(Point _point,
float _dtest)
Insert the method's description here.
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
buffer
private java.util.Vector[][] buffer
dsep
private int dsep
StreamlineBuffer
public StreamlineBuffer(int _width,
int _height,
int _dsep)
- StreamlineBuffer constructor comment.
insertStreamline
public void insertStreamline(java.util.Vector streamline)
- Insert the streamline's points into the streamline buffer.
Creation date: (19.01.2002 18:08:43)
- Parameters:
_streamline - java.util.Vector
validatePoint
public boolean validatePoint(Point _point,
float _dtest)
- Insert the method's description here.
Creation date: (19.01.2002 17:53:31)
- Parameters:
_point - gama.flowviz.Point_distance - float