org.jzy3d.plot3d.builder
Class Builder

java.lang.Object
  extended by org.jzy3d.plot3d.builder.Builder

public class Builder
extends java.lang.Object


Constructor Summary
Builder()
           
 
Method Summary
static AbstractDrawable build(float[] x, float[] y, float[] z, Tesselator tesselator)
           
static AbstractDrawable build(float[] x, float[] y, float[] z, Tessellator tesselator)
           
static AbstractDrawable build(Grid grid, Mapper mapper, Tesselator tesselator)
           
static AbstractDrawable build(Grid grid, Mapper mapper, Tessellator tesselator)
           
static AbstractDrawable build(java.util.List<Coord3d> coordinates, Tesselator tesselator)
           
static AbstractDrawable build(java.util.List<Coord3d> coordinates, Tessellator tesselator)
           
static AbstractDrawable buildDelaunay(java.util.List<Coord3d> coordinates)
           
static AbstractDrawable buildOrthonormal(OrthonormalGrid grid, Mapper mapper)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Builder

public Builder()
Method Detail

build

public static AbstractDrawable build(Grid grid,
                                     Mapper mapper,
                                     Tesselator tesselator)

build

public static AbstractDrawable build(java.util.List<Coord3d> coordinates,
                                     Tesselator tesselator)

build

public static AbstractDrawable build(float[] x,
                                     float[] y,
                                     float[] z,
                                     Tesselator tesselator)

build

public static AbstractDrawable build(Grid grid,
                                     Mapper mapper,
                                     Tessellator tesselator)

build

public static AbstractDrawable build(java.util.List<Coord3d> coordinates,
                                     Tessellator tesselator)

build

public static AbstractDrawable build(float[] x,
                                     float[] y,
                                     float[] z,
                                     Tessellator tesselator)

buildDelaunay

public static AbstractDrawable buildDelaunay(java.util.List<Coord3d> coordinates)

buildOrthonormal

public static AbstractDrawable buildOrthonormal(OrthonormalGrid grid,
                                                Mapper mapper)