org.jzy3d.plot3d.builder
Interface Tessellator

All Known Implementing Classes:
DelaunayTessellator

public interface Tessellator

Author:
Mo

Method Summary
 AbstractDrawable buildDrawable()
           
 void set_Z_as_fxy(float[][] values)
           
 void setX(float[] x)
           
 void setY(float[] y)
           
 

Method Detail

setX

void setX(float[] x)

setY

void setY(float[] y)

set_Z_as_fxy

void set_Z_as_fxy(float[][] values)

buildDrawable

AbstractDrawable buildDrawable()