|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractComposite in org.jzy3d.plot3d.builder |
|---|
| Methods in org.jzy3d.plot3d.builder that return AbstractComposite | |
|---|---|
abstract AbstractComposite |
Tessellator.build(float[] x,
float[] y,
float[] z)
|
AbstractComposite |
Tessellator.build(List<Coord3d> coordinates)
|
| Methods in org.jzy3d.plot3d.builder with parameters of type AbstractComposite | |
|---|---|
void |
Mapper.remap(AbstractComposite shape)
Update the shape by remapping its polygon points' z coordinate according to f(x,y) |
| Uses of AbstractComposite in org.jzy3d.plot3d.builder.concrete |
|---|
| Methods in org.jzy3d.plot3d.builder.concrete that return AbstractComposite | |
|---|---|
AbstractComposite |
RingTessellator.build(float[] x,
float[] y,
float[] z)
|
AbstractComposite |
RingExtrapolator.build(float[] x,
float[] y,
float[] z)
|
AbstractComposite |
OrthonormalTessellator.build(float[] x,
float[] y,
float[] z)
|
AbstractComposite |
OldRingTesselator.build(List<Coord3d> coordinates)
Deprecated. |
| Uses of AbstractComposite in org.jzy3d.plot3d.builder.delaunay |
|---|
| Methods in org.jzy3d.plot3d.builder.delaunay that return AbstractComposite | |
|---|---|
AbstractComposite |
DelaunayTessellator.build(float[] x,
float[] y,
float[] z)
|
AbstractComposite |
DelaunayTessellator.build(List<Coord3d> coordinates)
|
| Uses of AbstractComposite in org.jzy3d.plot3d.primitives |
|---|
| Subclasses of AbstractComposite in org.jzy3d.plot3d.primitives | |
|---|---|
class |
Cylinder
|
class |
FlatLine2d
|
class |
HistogramBar
|
class |
LineStripInterpolated
|
class |
ParallelepipedComposite
A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering. |
class |
Shape
Allows building custom shapes defined by an ArrayList of Polygons. |
class |
TesselatedPolygon
A polygon made of two triangles with no wireframe on their adjacent side. |
| Methods in org.jzy3d.plot3d.primitives with parameters of type AbstractComposite | |
|---|---|
static void |
AbstractGeometry.setPolygonOffsetFillEnable(AbstractComposite composite,
boolean polygonOffsetFillEnable)
A utility to change polygon offset fill status of a AbstractComposite containing AbstractGeometrys. |
| Uses of AbstractComposite in org.jzy3d.plot3d.primitives.contour |
|---|
| Subclasses of AbstractComposite in org.jzy3d.plot3d.primitives.contour | |
|---|---|
class |
ContourLevel
A ContourLevel is an AbstractComposite gathering a collection of
LineStrips for a given contour level. |
| Uses of AbstractComposite in org.jzy3d.plot3d.primitives.enlightables |
|---|
| Subclasses of AbstractComposite in org.jzy3d.plot3d.primitives.enlightables | |
|---|---|
class |
EnlightableBar
|
| Uses of AbstractComposite in org.jzy3d.plot3d.primitives.interactive.tools |
|---|
| Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type AbstractComposite | |
|---|---|
static List<PolygonProjection> |
ProjectionUtils.project(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
AbstractComposite c)
|
| Uses of AbstractComposite in org.jzy3d.plot3d.primitives.textured |
|---|
| Subclasses of AbstractComposite in org.jzy3d.plot3d.primitives.textured | |
|---|---|
class |
TexturedCube
|
class |
TexturedCylinder
|
| Uses of AbstractComposite in org.jzy3d.plot3d.rendering.scene |
|---|
| Methods in org.jzy3d.plot3d.rendering.scene with parameters of type AbstractComposite | |
|---|---|
static ArrayList<AbstractDrawable> |
Decomposition.getDecomposition(AbstractComposite input)
Recursively expand all monotype Drawables from the given Composite. |
| Uses of AbstractComposite in org.jzy3d.plot3d.rendering.view.annotation |
|---|
| Subclasses of AbstractComposite in org.jzy3d.plot3d.rendering.view.annotation | |
|---|---|
class |
BarycenterAnnotation
Draws the barycenter of an AbstractGeometry
and a line each point and the barycenter. |
| Methods in org.jzy3d.plot3d.rendering.view.annotation with parameters of type AbstractComposite | |
|---|---|
static List<BarycenterAnnotation> |
BarycenterAnnotation.annotate(AbstractComposite composite)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||