Uses of Class
org.jzy3d.plot3d.primitives.Composite
Packages that use Composite
Package
Description
-
Uses of Composite in org.jzy3d.plot2d.primitives
Fields in org.jzy3d.plot2d.primitives declared as CompositeMethods in org.jzy3d.plot2d.primitives that return CompositeModifier and TypeMethodDescriptionprotected Composite
Histogram2d.buildDrawable
(Histogram model) Histogram2d.getDrawable()
-
Uses of Composite in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder that return CompositeModifier and TypeMethodDescriptionabstract Composite
Tessellator.build
(float[] x, float[] y, float[] z) Methods in org.jzy3d.plot3d.builder with parameters of type Composite -
Uses of Composite in org.jzy3d.plot3d.builder.concrete
Methods in org.jzy3d.plot3d.builder.concrete that return Composite -
Uses of Composite in org.jzy3d.plot3d.builder.delaunay
Methods in org.jzy3d.plot3d.builder.delaunay that return Composite -
Uses of Composite in org.jzy3d.plot3d.primitives
Subclasses of Composite in org.jzy3d.plot3d.primitivesModifier and TypeClassDescriptionclass
class
class
A cube defined by aBoundingBox3d
class
class
class
class
Creates an interpolated line to make a smooth 3d curve based on control points.class
A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.class
class
A polygon made of two triangles with no wireframe on their adjacent side.class
A drawable Waterfall using Matlab styleMethods in org.jzy3d.plot3d.primitives that return CompositeModifier and TypeMethodDescriptionRandomGeom.cube()
RandomGeom.cube
(int xyz) RandomGeom.cube
(int x, int y, int z) RandomGeom.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 CompositeModifier and TypeMethodDescriptionRandomGeom.cubes
(int cubes) RandomGeom.spinningCubes
(int cubes, float spin) 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.contourModifier and TypeClassDescriptionclass
-
Uses of Composite in org.jzy3d.plot3d.primitives.enlightables
Subclasses of Composite in org.jzy3d.plot3d.primitives.enlightables -
Uses of Composite in org.jzy3d.plot3d.primitives.interactive.tools
Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type Composite -
Uses of Composite in org.jzy3d.plot3d.primitives.textured
Subclasses of Composite in org.jzy3d.plot3d.primitives.textured -
Uses of Composite in org.jzy3d.plot3d.primitives.vbo.drawable
Method parameters in org.jzy3d.plot3d.primitives.vbo.drawable with type arguments of type CompositeModifier and TypeMethodDescriptionstatic DrawableVBO2
DrawableVBO2.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 CompositeModifierConstructorDescriptionDrawableVBO2
(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 CompositeModifier and TypeMethodDescriptionDecomposition.getDecomposition
(Composite input) Decomposition.getPolygonDecomposition
(Composite input) -
Uses of Composite in org.jzy3d.plot3d.rendering.view.annotation
Subclasses of Composite in org.jzy3d.plot3d.rendering.view.annotationModifier and TypeClassDescriptionclass
Draws the barycenter of anGeometry
and a line each point and the barycenter.Methods in org.jzy3d.plot3d.rendering.view.annotation with parameters of type Composite -
Uses of Composite in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos that return Composite