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) |
protected static CompileableComposite |
buildComposite(Shape s) |
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 CompileableComposite |
buildOrthonormalBigLog(OrthonormalGrid grid,
Mapper mapper,
SpaceTransformer transformers) |
static Shape |
buildOrthonormalLog(OrthonormalGrid grid,
Mapper mapper,
SpaceTransformer transformers) |
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)
protected static CompileableComposite buildComposite(Shape s)
public static Shape buildOrthonormalLog(OrthonormalGrid grid, Mapper mapper, SpaceTransformer transformers)
public static CompileableComposite buildOrthonormalBigLog(OrthonormalGrid grid, Mapper mapper, SpaceTransformer transformers)
Copyright © 2016. All rights reserved.