Uses of Interface
org.jzy3d.plot3d.primitives.IGLRenderer
-
-
Uses of IGLRenderer in <Unnamed>
Classes in <Unnamed> that implement IGLRenderer Modifier and Type Class Description classMonitorScatter -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives
Classes in org.jzy3d.plot3d.primitives that implement IGLRenderer Modifier and Type Class Description classAWTScatterMultiColorclassAWTScatterMultiColorListA scatter plot supporting a Listas input. classColoredWireframePolygonclassCompileableCompositeACompileableCompositeallows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.classCompositeclassConcurrentLineStripclassConcurrentLineStripSplittedclassConcurrentScatterMultiColorclassConcurrentScatterMultiColorListclassConcurrentScatterPointclassCroppableLineStripclassCubeCompositeA cube defined by aBoundingBox3dclassCubeGLUTA cube rendered with OpenGL GLUT.classCylinderclassDiskclassDrawableclassDrawableImageclassEmulGLDrawableImageRenders an image at the specified 3d position.classFlatLine2dclassGeometryclassHistogramBarclassLineStripColor works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.classLineStripInterpolatedCreates an interpolated line to make a smooth 3d curve based on control points.classParallelepipedA Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.classParallelepipedCompositeA composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.classPointA Point3d is a storage for a Coord3d and a Color that represents a drawable 3d point.classPolygonSupports additional settingsclassQuadclassScatterExperimental 3d object.classScatterMultiColorA scatter plot supporting a colormap for shading each dot color and alpha.classScatterMultiColorListA scatter plot supporting a Listas input. classScatterPointExperimental 3d object.classShapeclassSimplePolygonASimplePolygonmakes 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);classSphereAllows rendering a sphere.classTesselatedPolygonA polygon made of two triangles with no wireframe on their adjacent side.classTriangleclassTubeATubemay be used to render cylinders or pyramids, according to its input parameters.classWaterfallCompositeA drawable Waterfall using Matlab styleclassWireframeableAnWireframeableis aDrawablethat has a wireframe mode for display. -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.contour
Classes in org.jzy3d.plot3d.primitives.contour that implement IGLRenderer Modifier and Type Class Description classContourLevel -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.enlightables
Classes in org.jzy3d.plot3d.primitives.enlightables that implement IGLRenderer Modifier and Type Class Description classAbstractEnlightableclassEnlightableBarclassEnlightableDiskclassEnlightablePolygonclassEnlightableSphereA Sphere allows rendering a sphere. -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.graphs
Classes in org.jzy3d.plot3d.primitives.graphs that implement IGLRenderer Modifier and Type Class Description classAbstractDrawableGraph2d<V,E>An implementation based onPickableobjects 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 IGLRenderer in org.jzy3d.plot3d.primitives.graphs.impl
Classes in org.jzy3d.plot3d.primitives.graphs.impl that implement IGLRenderer Modifier and Type Class Description classDefaultDrawableGraph2d<V,E>classPointGraph2d<V,E>classTextureGraph2d<V,E> -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.parameq
Classes in org.jzy3d.plot3d.primitives.parameq that implement IGLRenderer Modifier and Type Class Description classParametricDrawableclassParametricDrawable2 -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.pickable
Subinterfaces of IGLRenderer in org.jzy3d.plot3d.primitives.pickable Modifier and Type Interface Description interfacePickableClasses in org.jzy3d.plot3d.primitives.pickable that implement IGLRenderer Modifier and Type Class Description classPickablePointclassPickablePolygonclassPickableSphereclassPickableTexture -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.selectable
Classes in org.jzy3d.plot3d.primitives.selectable that implement IGLRenderer Modifier and Type Class Description classSelectableScatterA Scatter that supports an "highlighted status" to change selected point colorclassSelectableSphere -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.textured
Classes in org.jzy3d.plot3d.primitives.textured that implement IGLRenderer Modifier and Type Class Description classNativeDrawableImageANativeDrawableImagecan 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.classTexturedCubeclassTexturedCylinderclassTranslucentQuad -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.vbo
Classes in org.jzy3d.plot3d.primitives.vbo that implement IGLRenderer Modifier and Type Class Description classShaderMeshDrawableVBOclassShaderWaterfallDrawableVBO -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.vbo.drawable
Classes in org.jzy3d.plot3d.primitives.vbo.drawable that implement IGLRenderer Modifier and Type Class Description classBarVBOclassDrawableVBOADrawableVBOis able to efficiently draw a large collection of geometries.classPolygonVBOclassScatterVBOclassSphereVBOWarning!classTriangleStripVBOclassTriangleVBO -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.volume
Classes in org.jzy3d.plot3d.primitives.volume that implement IGLRenderer Modifier and Type Class Description classCubeVBOclassTexture3D -
Uses of IGLRenderer in org.jzy3d.plot3d.primitives.volume.textured
Classes in org.jzy3d.plot3d.primitives.volume.textured that implement IGLRenderer Modifier and Type Class Description classAWTNativeDrawableImage -
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.ddp
Methods in org.jzy3d.plot3d.rendering.ddp that return IGLRenderer Modifier and Type Method Description static IGLRendererDepthPeelingRenderer3d. getDepthPeelingContentRenderer(View view)IGLRendererAbstractDepthPeelingAlgorithm. getTasksToRender()Methods in org.jzy3d.plot3d.rendering.ddp with parameters of type IGLRenderer Modifier and Type Method Description voidAbstractDepthPeelingAlgorithm. setTasksToRender(IGLRenderer tasksToRender) -
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.shaders
Methods in org.jzy3d.plot3d.rendering.shaders that return IGLRenderer Modifier and Type Method Description static IGLRendererShaderRenderer3d. getShaderContentRenderer(View view)IGLRendererIShaderable. getTasksToRender()IGLRendererShaderable. getTasksToRender()Methods in org.jzy3d.plot3d.rendering.shaders with parameters of type IGLRenderer Modifier and Type Method Description voidIShaderable. setTasksToRender(IGLRenderer tasksToRender)voidShaderable. setTasksToRender(IGLRenderer tasksToRender) -
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.shaders.mandelbrot
Classes in org.jzy3d.plot3d.rendering.shaders.mandelbrot that implement IGLRenderer Modifier and Type Class Description classTexSurface -
Uses of IGLRenderer in org.jzy3d.plot3d.rendering.view.annotation
Classes in org.jzy3d.plot3d.rendering.view.annotation that implement IGLRenderer Modifier and Type Class Description classBarycenterAnnotationDraws the barycenter of anGeometryand a line each point and the barycenter.classCameraDistanceAnnotationDraws the distance of every scene graph drawable object to camera eye.classCameraPathAnnotationRecord the camera position at regular interval and draws the path based on these point accumulation. -
Uses of IGLRenderer in org.jzy3d.plot3d.text
Classes in org.jzy3d.plot3d.text that implement IGLRenderer Modifier and Type Class Description classDrawableTextWrapperADrawableTextWrapperwraps any text rendered by anITextRendererinto anDrawable, meaning it can be injected in the scene graph, and be transformed. -
Uses of IGLRenderer in org.jzy3d.plot3d.text.drawable
Classes in org.jzy3d.plot3d.text.drawable that implement IGLRenderer Modifier and Type Class Description classDrawableTextBillboardclassDrawableTextBitmapclassDrawableTextTexture -
Uses of IGLRenderer in org.jzy3d.plot3d.text.drawable.cells
Classes in org.jzy3d.plot3d.text.drawable.cells that implement IGLRenderer Modifier and Type Class Description classDrawableTextCell
-