org.jzy3d.plot3d.builder.delaunay
Class DelaunayTessellator

java.lang.Object
  extended by org.jzy3d.plot3d.builder.delaunay.DelaunayTessellator
All Implemented Interfaces:
Tessellator

public class DelaunayTessellator
extends java.lang.Object
implements Tessellator

Author:
Mo

Constructor Summary
DelaunayTessellator(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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelaunayTessellator

public DelaunayTessellator(CoordinateValidator cv,
                           Triangulation triangulator)
Method Detail

buildDrawable

public AbstractDrawable buildDrawable()
Specified by:
buildDrawable in interface Tessellator

setX

public void setX(float[] x)
Specified by:
setX in interface Tessellator

setY

public void setY(float[] y)
Specified by:
setY in interface Tessellator

set_Z_as_fxy

public void set_Z_as_fxy(float[][] z_as_fxy)
Specified by:
set_Z_as_fxy in interface Tessellator