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 style -
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.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Composite Modifier and Type Method Description static ArrayList<Drawable>Decomposition. getDecomposition(Composite input)Recursively expand all monotype Drawables from the given Composite. -
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)
-