org.jzy3d.plot3d.builder
Class Builder
java.lang.Object
org.jzy3d.plot3d.builder.Builder
public class Builder
- extends Object
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 |
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
Builder
public Builder()
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)
Copyright © 2013. All rights reserved.