Uses of Class
org.jzy3d.plot3d.primitives.Shape

Packages that use Shape
org.jzy3d.plot3d.builder   
 

Uses of Shape in org.jzy3d.plot3d.builder
 

Methods in org.jzy3d.plot3d.builder that return Shape
static Shape Builder.applyStyling(Shape s)
           
static Shape Builder.buildDelaunay(List<Coord3d> coordinates)
           
static Shape Builder.buildOrthonormal(OrthonormalGrid grid, Mapper mapper)
           
static Shape Builder.buildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax)
           
static Shape Builder.buildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor)
           
 

Methods in org.jzy3d.plot3d.builder with parameters of type Shape
static Shape Builder.applyStyling(Shape s)
           
protected static CompileableComposite Builder.buildComposite(Shape s)