Uses of Class
org.jzy3d.plot3d.primitives.Shape
-
Packages that use Shape Package Description org.jzy3d.chart.factories org.jzy3d.colors org.jzy3d.plot3d.builder org.jzy3d.plot3d.builder.concrete org.jzy3d.plot3d.primitives org.jzy3d.svm.demos -
-
Uses of Shape in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Shape Modifier and Type Method Description ShapeIDrawableFactory. newSurface() -
Uses of Shape in org.jzy3d.colors
Methods in org.jzy3d.colors with parameters of type Shape Modifier and Type Method Description static voidOrderingScoreColormapper. setup(Shape surface, Chart chart)static voidOrderingScoreColormapper. standard(Shape surface) -
Uses of Shape in org.jzy3d.plot3d.builder
Fields in org.jzy3d.plot3d.builder declared as Shape Modifier and Type Field Description protected ShapeAbstractRemapTask. surfaceMethods in org.jzy3d.plot3d.builder that return Shape Modifier and Type Method Description ShapeSurfaceBuilder. applyStyling(Shape s)ShapeSurfaceBuilder. delaunay(List<Coord3d> coordinates)Build a surface out of an disordered point mesh.ShapeAbstractRemapTask. getSurface()ShapeSurfaceBuilder. orthonormal(OrthonormalGrid grid, Mapper mapper)Apply a function to an orthonormal grid and return a drawable surface object.ShapeSurfaceBuilder. orthonormal(Mapper mapper, Range range, int steps)Apply a function to an orthonormal grid and return a drawable surface object.ShapeSurfaceBuilder. ring(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax)Apply a function to an orthonormal grid and then slice a ring from it between a min and max radiusShapeSurfaceBuilder. ring(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor)Apply a function to an orthonormal grid and then slice a ring from it between a min and max radiusMethods in org.jzy3d.plot3d.builder with parameters of type Shape Modifier and Type Method Description ShapeSurfaceBuilder. applyStyling(Shape s)CompileableCompositeSurfaceBuilder. buildComposite(Shape s)Build aCompileableCompositeout of aShape, which allows faster rendering.voidAbstractRemapTask. setSurface(Shape surface)Constructors in org.jzy3d.plot3d.builder with parameters of type Shape Constructor Description AbstractRemapTask(Shape surface, SingleParameterMapper mapper)IncreaseParamRemapTask(Shape surface, SingleParameterMapper mapper) -
Uses of Shape in org.jzy3d.plot3d.builder.concrete
Methods in org.jzy3d.plot3d.builder.concrete that return Shape Modifier and Type Method Description ShapeWaterfallTessellator. build(float[] x, float[] y, float[] z) -
Uses of Shape in org.jzy3d.plot3d.primitives
Subclasses of Shape in org.jzy3d.plot3d.primitives Modifier and Type Class Description classWaterfallCompositeA drawable Waterfall using Matlab styleMethods in org.jzy3d.plot3d.primitives that return Shape Modifier and Type Method Description static ShapeSurface. shape(List<Coord3d> coordinates, IColorMap colormap, float alpha)static ShapeSurface. shape(Mapper f1, Range xyRange, int steps, IColorMap colormap, float alpha)static ShapeSurface. shape(Mapper f1, Range xRange, Range yRange, int steps, IColorMap colormap, float alpha)Methods in org.jzy3d.plot3d.primitives with parameters of type Shape Modifier and Type Method Description voidWaterfallComposite. add(ColoredWireframePolygon outline, Shape fill) -
Uses of Shape in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos that return Shape Modifier and Type Method Description static ShapeAbstract3dDemo. getRingSurface(Mapper mapper, Range xrange, Range yrange, Range zrange, int steps)static ShapeAbstract3dDemo. getSquareSurface(Chart chart, Mapper mapper, Range xrange, Range yrange, int steps)
-