Uses of Class
org.jzy3d.plot3d.primitives.Composite
- 
- 
Uses of Composite in org.jzy3d.plot2d.primitives
Fields in org.jzy3d.plot2d.primitives declared as Composite Modifier and Type Field Description protected CompositeHistogram2d. drawableMethods in org.jzy3d.plot2d.primitives that return Composite Modifier and Type Method Description protected CompositeHistogram2d. buildDrawable(Histogram model)CompositeHistogram2d. getDrawable() - 
Uses of Composite in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder that return Composite Modifier and Type Method Description abstract CompositeTessellator. build(float[] x, float[] y, float[] z)CompositeTessellator. build(List<Coord3d> coordinates)Methods in org.jzy3d.plot3d.builder with parameters of type Composite Modifier and Type Method Description voidMapper. remap(Composite shape)Update the shape by remapping its polygon points' z coordinate according to f(x,y) - 
Uses of Composite in org.jzy3d.plot3d.builder.concrete
Methods in org.jzy3d.plot3d.builder.concrete that return Composite Modifier and Type Method Description CompositeOldRingTesselator. build(List<Coord3d> coordinates)Deprecated.CompositeOrthonormalTessellator. build(float[] x, float[] y, float[] z)CompositeRingExtrapolator. build(float[] x, float[] y, float[] z)CompositeRingTessellator. build(float[] x, float[] y, float[] z) - 
Uses of Composite in org.jzy3d.plot3d.builder.delaunay
Methods in org.jzy3d.plot3d.builder.delaunay that return Composite Modifier and Type Method Description CompositeDelaunayTessellator. build(float[] x, float[] y, float[] z)CompositeDelaunayTessellator. build(List<Coord3d> coordinates) - 
Uses of Composite in org.jzy3d.plot3d.primitives
Subclasses of Composite in org.jzy3d.plot3d.primitives Modifier and Type Class Description classCubeCompositeA cube defined by aBoundingBox3dclassCylinderclassFlatLine2dclassHistogramBarclassLineStripInterpolatedCreates an interpolated line to make a smooth 3d curve based on control points.classParallelepipedCompositeA composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.classShapeclassTesselatedPolygonA polygon made of two triangles with no wireframe on their adjacent side.classWaterfallCompositeA drawable Waterfall using Matlab styleMethods in org.jzy3d.plot3d.primitives that return Composite Modifier and Type Method Description CompositeRandomGeom. cube()CompositeRandomGeom. cube(int xyz)CompositeRandomGeom. cube(int x, int y, int z)CompositeRandomGeom. cube(int x, int y, int z, int w, int h, int d)Methods in org.jzy3d.plot3d.primitives that return types with arguments of type Composite Modifier and Type Method Description List<Composite>RandomGeom. cubes(int cubes)List<Composite>RandomGeom. spinningCubes(int cubes, float spin)List<Composite>RandomGeom. spinningCubes(int cubes, float spin, float randomize)Generate a stack of cubes, where the top face is spinned w.r.t. the bottom face. - 
Uses of Composite in org.jzy3d.plot3d.primitives.contour
Subclasses of Composite in org.jzy3d.plot3d.primitives.contour Modifier and Type Class Description classContourLevel - 
Uses of Composite in org.jzy3d.plot3d.primitives.enlightables
Subclasses of Composite in org.jzy3d.plot3d.primitives.enlightables Modifier and Type Class Description classEnlightableBar - 
Uses of Composite in org.jzy3d.plot3d.primitives.interactive.tools
Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type Composite Modifier and Type Method Description static List<PolygonProjection>ProjectionUtils. project(IPainter painter, Composite c) - 
Uses of Composite in org.jzy3d.plot3d.primitives.textured
Subclasses of Composite in org.jzy3d.plot3d.primitives.textured Modifier and Type Class Description classTexturedCubeclassTexturedCylinder - 
Uses of Composite in org.jzy3d.plot3d.primitives.vbo.drawable
Method parameters in org.jzy3d.plot3d.primitives.vbo.drawable with type arguments of type Composite Modifier and Type Method Description static DrawableVBO2DrawableVBO2. fromComposites(List<Composite> composites)Build a VBO out of a list of composites made of simple polygons.Constructors in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type Composite Constructor Description DrawableVBO2(Composite composite)Build a VBO out of a composite made of simple polygons. - 
Uses of Composite in org.jzy3d.plot3d.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Composite Modifier and Type Method Description static List<Drawable>Decomposition. getDecomposition(Composite input)static List<Polygon>Decomposition. getPolygonDecomposition(Composite input) - 
Uses of Composite in org.jzy3d.plot3d.rendering.view.annotation
Subclasses of Composite in org.jzy3d.plot3d.rendering.view.annotation Modifier and Type Class Description classBarycenterAnnotationDraws the barycenter of anGeometryand a line each point and the barycenter.Methods in org.jzy3d.plot3d.rendering.view.annotation with parameters of type Composite Modifier and Type Method Description static List<BarycenterAnnotation>BarycenterAnnotation. annotate(Composite composite) - 
Uses of Composite in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos that return Composite Modifier and Type Method Description CompositeRingInterpolator. build(float[] x, float[] y, float[] z) 
 -