org.jzy3d.plot3d.builder
Class Builder
- java.lang.Object
-
- org.jzy3d.plot3d.builder.Builder
-
public class Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ShapeapplyStyling(Shape s)static ShapebuildDelaunay(java.util.List<Coord3d> coordinates)static ShapebuildOrthonormal(Mapper mapper, Range range, int steps)static ShapebuildOrthonormal(OrthonormalGrid grid, Mapper mapper)static CompileableCompositebuildOrthonormalBig(OrthonormalGrid grid, Mapper mapper)static CompileableCompositebuildOrthonormalBigLog(OrthonormalGrid grid, Mapper mapper, SpaceTransformer transformers)static ShapebuildOrthonormalLog(OrthonormalGrid grid, Mapper mapper, SpaceTransformer transformers)static ShapebuildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax)static ShapebuildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor)
-
-
-
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)
-
buildOrthonormalBig
public static CompileableComposite buildOrthonormalBig(OrthonormalGrid grid, Mapper mapper)
-
buildOrthonormalLog
public static Shape buildOrthonormalLog(OrthonormalGrid grid, Mapper mapper, SpaceTransformer transformers)
-
buildOrthonormalBigLog
public static CompileableComposite buildOrthonormalBigLog(OrthonormalGrid grid, Mapper mapper, SpaceTransformer transformers)
-
-
DMelt 3.0 © DataMelt by jWork.ORG