Uses of Interface
org.jzy3d.plot3d.primitives.ISortableDraw
-
-
Uses of ISortableDraw in <Unnamed>
Classes in <Unnamed> that implement ISortableDraw Modifier and Type Class Description class
MonitorScatter
-
Uses of ISortableDraw in org.jzy3d.plot3d.primitives
Classes in org.jzy3d.plot3d.primitives that implement ISortableDraw Modifier and Type Class Description class
AWTScatterMultiColor
class
AWTScatterMultiColorList
A scatter plot supporting a Listas input. class
ColoredWireframePolygon
class
CompileableComposite
ACompileableComposite
allows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.class
Composite
class
ConcurrentLineStrip
class
ConcurrentLineStripSplitted
class
ConcurrentScatterMultiColor
class
ConcurrentScatterMultiColorList
class
ConcurrentScatterPoint
class
CoplanarityManager
This pseudo-drawable will handle drawing outlines (such as polygon border), contour line (lying exactly ON a polygon), or text which position is ON a polygon) that may be coplanar or partially hidden by a collection of polygons.class
CroppableLineStrip
class
CubeComposite
A cube defined by aBoundingBox3d
class
CubeGLUT
A cube rendered with OpenGL GLUT.class
Cylinder
class
Disk
class
Drawable
class
DrawableBoundingBox
class
DrawableImage
class
EmulGLDrawableImage
Renders an image at the specified 3d position.class
FlatLine2d
class
Geometry
class
HistogramBar
class
LineStrip
Color works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.class
LineStripInterpolated
Creates an interpolated line to make a smooth 3d curve based on control points.class
MultiDrawable
class
Parallelepiped
A Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.class
ParallelepipedComposite
A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.class
Point
A Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.class
Polygon
Supports additional settingsclass
Quad
class
Scatter
A collection of coordinates rendered as dots.class
ScatterMultiColor
A scatter plot supporting a colormap for shading each dot color and alpha.class
ScatterMultiColorList
A scatter plot supporting a Listas input. class
ScatterPoint
Experimental 3d object.class
Shape
class
SimplePolygon
ASimplePolygon
makes the simplest possible GL rendering with especially no: gl.glPolygonMode(GL2.GL_FRONT_AND_BACK, GL2.GL_FILL); gl.glEnable(GL2.GL_POLYGON_OFFSET_FILL);class
Sphere
Allows rendering a sphere.class
Teapot
class
TesselatedPolygon
A polygon made of two triangles with no wireframe on their adjacent side.class
Triangle
class
Tube
ATube
may be used to render cylinders or pyramids, according to its input parameters.class
WaterfallComposite
A drawable Waterfall using Matlab styleclass
Wireframeable
AnWireframeable
is aDrawable
that has a wireframe mode for display, i.e. almost all objects exceptPoint
. -
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.contour
Classes in org.jzy3d.plot3d.primitives.contour that implement ISortableDraw Modifier and Type Class Description class
ContourLevel
-
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.enlightables
Classes in org.jzy3d.plot3d.primitives.enlightables that implement ISortableDraw Modifier and Type Class Description class
AbstractEnlightable
class
EnlightableBar
class
EnlightableDisk
class
EnlightablePolygon
class
EnlightableSphere
A Sphere allows rendering a sphere. -
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.graphs
Classes in org.jzy3d.plot3d.primitives.graphs that implement ISortableDraw Modifier and Type Class Description class
AbstractDrawableGraph2d<V,E>
An implementation based onPickable
objects should register mapping between vertex model and vertex representation through {@link PickSupport.registerPickableObject(IPickable pickable, V v)} Registration should be done by overriding setGraphModel. -
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.graphs.impl
Classes in org.jzy3d.plot3d.primitives.graphs.impl that implement ISortableDraw Modifier and Type Class Description class
DefaultDrawableGraph2d<V,E>
class
PointGraph2d<V,E>
class
TextureGraph2d<V,E>
-
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.parameq
Classes in org.jzy3d.plot3d.primitives.parameq that implement ISortableDraw Modifier and Type Class Description class
ParametricDrawable
class
ParametricDrawable2
-
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.pickable
Classes in org.jzy3d.plot3d.primitives.pickable that implement ISortableDraw Modifier and Type Class Description class
PickablePoint
class
PickablePolygon
class
PickableSphere
class
PickableTexture
-
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.selectable
Classes in org.jzy3d.plot3d.primitives.selectable that implement ISortableDraw Modifier and Type Class Description class
SelectableScatter
A Scatter that supports an "highlighted status" to change selected point colorclass
SelectableSphere
-
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.textured
Classes in org.jzy3d.plot3d.primitives.textured that implement ISortableDraw Modifier and Type Class Description class
NativeDrawableImage
ANativeDrawableImage
can only mount its texture while the GL2 thread is current, so the best is to let draw() automount texture file the first time the resource is required.class
TexturedCube
class
TexturedCylinder
class
TranslucentQuad
-
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.vbo
Classes in org.jzy3d.plot3d.primitives.vbo that implement ISortableDraw Modifier and Type Class Description class
ShaderMeshDrawableVBO
class
ShaderWaterfallDrawableVBO
-
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.vbo.drawable
Classes in org.jzy3d.plot3d.primitives.vbo.drawable that implement ISortableDraw Modifier and Type Class Description class
BarVBO
class
DrawableVBO
ADrawableVBO
is able to efficiently draw a large collection of geometries.class
DrawableVBO2
ADrawableVBO2
is able to efficiently draw a large collection of geometries.class
PolygonVBO
class
ScatterVBO
class
SphereVBO
Warning!class
TriangleStripVBO
class
TriangleVBO
-
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.volume
Classes in org.jzy3d.plot3d.primitives.volume that implement ISortableDraw Modifier and Type Class Description class
CubeVBO
class
Texture3D
class
Volume
https://developer.nvidia.com/gpugems/gpugems/part-vi-beyond-triangles/chapter-39-volume-rendering-techniques https://www.codeproject.com/Articles/352270/Getting-Started-with-Volume-Rendering-using-OpenGL https://community.khronos.org/t/volume-rendering-with-3d-textures/73681 -
Uses of ISortableDraw in org.jzy3d.plot3d.primitives.volume.textured
Classes in org.jzy3d.plot3d.primitives.volume.textured that implement ISortableDraw Modifier and Type Class Description class
AWTNativeDrawableImage
-
Uses of ISortableDraw in org.jzy3d.plot3d.rendering.view.annotation
Classes in org.jzy3d.plot3d.rendering.view.annotation that implement ISortableDraw Modifier and Type Class Description class
BarycenterAnnotation
Draws the barycenter of anGeometry
and a line each point and the barycenter.class
CameraDistanceAnnotation
Draws the distance of every scene graph drawable object to camera eye.class
CameraPathAnnotation
Record the camera position at regular interval and draws the path based on these point accumulation. -
Uses of ISortableDraw in org.jzy3d.plot3d.text.drawable
Classes in org.jzy3d.plot3d.text.drawable that implement ISortableDraw Modifier and Type Class Description class
DrawableText
class
DrawableTextBillboard
Deprecated.class
DrawableTextTexture
class
DrawableTextWrapper
ADrawableTextWrapper
wraps any text rendered by anITextRenderer
into anDrawable
, meaning it can be injected in the scene graph, and be transformed. -
Uses of ISortableDraw in org.jzy3d.plot3d.text.drawable.cells
Classes in org.jzy3d.plot3d.text.drawable.cells that implement ISortableDraw Modifier and Type Class Description class
DrawableTextCell
-