gama.flowviz
Class Utils

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

public class Utils
extends java.lang.Object

Some utilities. Creation date: (21.01.2002 02:47:18)


Constructor Summary
protected Utils()
          Utils constructor comment.
 
Method Summary
static void DDA(float xa, float ya, float xb, float yb, int color, DrawingArea drawingArea)
          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
 

Constructor Detail

Utils

protected Utils()
Utils constructor comment.
Method Detail

DDA

public static void DDA(float xa,
                       float ya,
                       float xb,
                       float yb,
                       int color,
                       DrawingArea drawingArea)
Insert the method's description here. Creation date: (21.01.2002 02:47:49)