org.jzy3d.plot3d.builder.delaunay
Class DelaunayTriangulationManager

java.lang.Object
  extended by org.jzy3d.plot3d.builder.delaunay.DelaunayTriangulationManager

public class DelaunayTriangulationManager
extends Object

Author:
Mo

Field Summary
protected  Triangulation triangulator
           
protected  float[] x
           
protected  float[] y
           
protected  float[][] z_as_fxy
           
 
Constructor Summary
DelaunayTriangulationManager(CoordinateValidator cv, Triangulation triangulator)
           
 
Method Summary
 AbstractDrawable buildDrawable()
           
 void set_Z_as_fxy(float[][] z_as_fxy)
           
 void setX(float[] x)
           
 void setY(float[] y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected float[] x

y

protected float[] y

z_as_fxy

protected float[][] z_as_fxy

triangulator

protected final Triangulation triangulator
Constructor Detail

DelaunayTriangulationManager

public DelaunayTriangulationManager(CoordinateValidator cv,
                                    Triangulation triangulator)
Method Detail

buildDrawable

public AbstractDrawable buildDrawable()

setX

public void setX(float[] x)

setY

public void setY(float[] y)

set_Z_as_fxy

public void set_Z_as_fxy(float[][] z_as_fxy)