org.jzy3d.plot3d.builder
Class Builder

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

public class Builder
extends Object


Field Summary
protected static Color colorFactor
           
protected static IColorMap colorMap
           
protected static boolean faceDisplayed
           
protected static Color wireframeColor
           
protected static boolean wireframeDisplayed
           
 
Constructor Summary
Builder()
           
 
Method Summary
static Shape applyStyling(Shape s)
           
protected static CompileableComposite buildComposite(Shape s)
           
static Shape buildDelaunay(List<Coord3d> coordinates)
           
static Shape buildOrthonormal(OrthonormalGrid grid, Mapper mapper)
           
static CompileableComposite buildOrthonormalBig(OrthonormalGrid grid, Mapper mapper)
           
static Shape buildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax)
           
static Shape buildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colorMap

protected static IColorMap colorMap

colorFactor

protected static Color colorFactor

faceDisplayed

protected static boolean faceDisplayed

wireframeDisplayed

protected static boolean wireframeDisplayed

wireframeColor

protected static Color wireframeColor
Constructor Detail

Builder

public Builder()
Method Detail

buildOrthonormal

public static Shape buildOrthonormal(OrthonormalGrid grid,
                                     Mapper mapper)

buildRing

public static Shape buildRing(OrthonormalGrid grid,
                              Mapper mapper,
                              float ringMin,
                              float ringMax)

buildRing

public static Shape buildRing(OrthonormalGrid grid,
                              Mapper mapper,
                              float ringMin,
                              float ringMax,
                              ColorMapper cmap,
                              Color factor)

buildDelaunay

public static Shape buildDelaunay(List<Coord3d> coordinates)

buildOrthonormalBig

public static CompileableComposite buildOrthonormalBig(OrthonormalGrid grid,
                                                       Mapper mapper)

applyStyling

public static Shape applyStyling(Shape s)

buildComposite

protected static CompileableComposite buildComposite(Shape s)