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 Composite
Histogram2d. drawable
Methods in org.jzy3d.plot2d.primitives that return Composite Modifier and Type Method Description protected Composite
Histogram2d. buildDrawable(Histogram model)
Composite
Histogram2d. getDrawable()
-
Uses of Composite in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder that return Composite Modifier and Type Method Description abstract Composite
Tessellator. build(float[] x, float[] y, float[] z)
Composite
Tessellator. build(List<Coord3d> coordinates)
Methods in org.jzy3d.plot3d.builder with parameters of type Composite Modifier and Type Method Description void
Mapper. 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 Composite
OldRingTesselator. build(List<Coord3d> coordinates)
Deprecated.Composite
OrthonormalTessellator. build(float[] x, float[] y, float[] z)
Composite
RingExtrapolator. build(float[] x, float[] y, float[] z)
Composite
RingTessellator. 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 Composite
DelaunayTessellator. build(float[] x, float[] y, float[] z)
Composite
DelaunayTessellator. 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 class
CubeComposite
A cube defined by aBoundingBox3d
class
Cylinder
class
FlatLine2d
class
HistogramBar
class
LineStripInterpolated
Creates an interpolated line to make a smooth 3d curve based on control points.class
ParallelepipedComposite
A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.class
Shape
class
TesselatedPolygon
A polygon made of two triangles with no wireframe on their adjacent side.class
WaterfallComposite
A drawable Waterfall using Matlab styleMethods in org.jzy3d.plot3d.primitives that return Composite Modifier and Type Method Description Composite
RandomGeom. cube()
Composite
RandomGeom. cube(int xyz)
Composite
RandomGeom. cube(int x, int y, int z)
Composite
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 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 class
ContourLevel
-
Uses of Composite in org.jzy3d.plot3d.primitives.enlightables
Subclasses of Composite in org.jzy3d.plot3d.primitives.enlightables Modifier and Type Class Description class
EnlightableBar
-
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 class
TexturedCube
class
TexturedCylinder
-
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 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 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 class
BarycenterAnnotation
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 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 Composite
RingInterpolator. build(float[] x, float[] y, float[] z)
-