public class Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected static Color |
colorFactor |
protected static IColorMap |
colorMap |
protected static boolean |
faceDisplayed |
protected static Color |
wireframeColor |
protected static boolean |
wireframeDisplayed |
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
static Shape |
applyStyling(Shape s) |
static CompileableComposite |
buildComposite(Shape s)
Build a
CompileableComposite out of a Shape , which allows faster rendering. |
static Shape |
buildDelaunay(List<Coord3d> coordinates) |
static Shape |
buildOrthonormal(Mapper mapper,
Range range,
int steps) |
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) |
protected static IColorMap colorMap
protected static Color colorFactor
protected static boolean faceDisplayed
protected static boolean wireframeDisplayed
protected static Color wireframeColor
public static Shape buildOrthonormal(OrthonormalGrid grid, Mapper mapper)
public static Shape buildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax)
public static Shape buildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor)
public static CompileableComposite buildOrthonormalBig(OrthonormalGrid grid, Mapper mapper)
public static CompileableComposite buildComposite(Shape s)
CompileableComposite
out of a Shape
, which allows faster rendering.s
- Copyright © 2018. All rights reserved.