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 Shape
IDrawableFactoryDesign. newSurface()
-
Uses of Shape in org.jzy3d.colors
Methods in org.jzy3d.colors with parameters of type Shape Modifier and Type Method Description static void
OrderingScoreColormapper. setup(Shape surface, Chart chart)
static void
OrderingScoreColormapper. 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 Shape
AbstractRemapTask. surface
Methods in org.jzy3d.plot3d.builder that return Shape Modifier and Type Method Description Shape
SurfaceBuilder. applyStyling(Shape s)
Shape
SurfaceBuilder. delaunay(List<Coord3d> coordinates)
Build a surface out of an disordered point mesh.Shape
AbstractRemapTask. getSurface()
Shape
SurfaceBuilder. orthonormal(OrthonormalGrid grid, Mapper mapper)
Apply a function to an orthonormal grid and return a drawable surface object.Shape
SurfaceBuilder. orthonormal(Mapper mapper, Range range, int steps)
Apply a function to an orthonormal grid and return a drawable surface object.Shape
SurfaceBuilder. 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 radiusShape
SurfaceBuilder. 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 Shape
SurfaceBuilder. applyStyling(Shape s)
CompileableComposite
SurfaceBuilder. buildComposite(Shape s)
Build aCompileableComposite
out of aShape
, which allows faster rendering.void
AbstractRemapTask. 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 Shape
WaterfallTessellator. 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 class
WaterfallComposite
A drawable Waterfall using Matlab styleMethods in org.jzy3d.plot3d.primitives that return Shape Modifier and Type Method Description static Shape
Surface. shape(List<Coord3d> coordinates, IColorMap colormap, float alpha)
static Shape
Surface. shape(Mapper f1, Range xyRange, int steps, IColorMap colormap, float alpha)
static Shape
Surface. shape(Mapper f1, Range xRange, Range yRange, int steps, IColorMap colormap, float alpha)
static Shape
SampleGeom. surface()
static Shape
SampleGeom. surface(Range xRange, Range yRange)
static Shape
SampleGeom. surface(Range xRange, Range yRange, float alpha)
Methods in org.jzy3d.plot3d.primitives with parameters of type Shape Modifier and Type Method Description void
WaterfallComposite. 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 Shape
Abstract3dDemo. getRingSurface(Mapper mapper, Range xrange, Range yrange, Range zrange, int steps)
static Shape
Abstract3dDemo. getSquareSurface(Chart chart, Mapper mapper, Range xrange, Range yrange, int steps)
-