Uses of Class
org.jzy3d.plot3d.primitives.Wireframeable
-
-
Uses of Wireframeable in org.jzy3d.chart.controllers.mouse.camera
Fields in org.jzy3d.chart.controllers.mouse.camera with type parameters of type Wireframeable Modifier and Type Field Description protected List<Wireframeable>AdaptiveMouseController. droppedFaceAndColoredWireframeToResetKeep track of drawable that have had their face disabled for optimization in order to re-activate at mouse release.protected List<Wireframeable>AdaptiveMouseController. droppedWireframeToResetKeep track of drawable that have had their wireframe disabled for optimization in order to re-activate at mouse release. -
Uses of Wireframeable in org.jzy3d.chart.controllers.mouse.camera.adaptive
Methods in org.jzy3d.chart.controllers.mouse.camera.adaptive with parameters of type Wireframeable Modifier and Type Method Description protected abstract voidAbstractAdativeRenderingHandler. applyOptimisation(Wireframeable w)protected ToggleAbstractAdativeRenderingHandler. makeToggle(Wireframeable w)Constructors in org.jzy3d.chart.controllers.mouse.camera.adaptive with parameters of type Wireframeable Constructor Description Toggle(Wireframeable d) -
Uses of Wireframeable in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers
Methods in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers with parameters of type Wireframeable Modifier and Type Method Description protected voidAdaptByDroppingFaceAndKeepingWireframe. applyOptimisation(Wireframeable w)protected voidAdaptByDroppingFaceAndKeepingWireframeWithColor. applyOptimisation(Wireframeable w)protected voidAdaptByDroppingHiDPI. applyOptimisation(Wireframeable w)protected voidAdaptByDroppingWireframe. applyOptimisation(Wireframeable w)protected ToggleAdaptByDroppingHiDPI. makeToggle(Wireframeable w) -
Uses of Wireframeable in org.jzy3d.plot3d.primitives
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives Modifier and Type Class Description classColoredWireframePolygonclassCompileableCompositeACompileableCompositeallows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.classCompositeclassConcurrentLineStripclassConcurrentLineStripSplittedclassCroppableLineStripclassCubeCompositeA cube defined by aBoundingBox3dclassCubeGLUTA cube rendered with OpenGL GLUT.classCylinderclassDiskclassFlatLine2dclassGeometryclassHistogramBarclassLineStripColor 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.classPolygonSupports additional settingsclassQuadclassShapeclassSimplePolygonASimplePolygonmakes 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 style -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.contour
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.contour Modifier and Type Class Description classContourLevel -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.enlightables
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.enlightables Modifier and Type Class Description classAbstractEnlightableclassEnlightableBarclassEnlightableDiskclassEnlightablePolygonclassEnlightableSphereA Sphere allows rendering a sphere. -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.parameq
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.parameq Modifier and Type Class Description classParametricDrawableclassParametricDrawable2 -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.pickable
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.pickable Modifier and Type Class Description classPickablePolygonclassPickableSphere -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.selectable
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.selectable Modifier and Type Class Description classSelectableSphere -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.textured
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.textured Modifier and Type Class Description classTexturedCubeclassTexturedCylinderclassTranslucentQuad -
Uses of Wireframeable in org.jzy3d.plot3d.rendering.view.annotation
Subclasses of Wireframeable in org.jzy3d.plot3d.rendering.view.annotation Modifier and Type Class Description classBarycenterAnnotationDraws the barycenter of anGeometryand a line each point and the barycenter.classCameraPathAnnotationRecord the camera position at regular interval and draws the path based on these point accumulation.
-