Uses of Class
org.jzy3d.plot3d.primitives.Wireframeable
Packages that use Wireframeable
Package
Description
-
Uses of Wireframeable in org.jzy3d.chart.controllers.mouse.camera
Fields in org.jzy3d.chart.controllers.mouse.camera with type parameters of type WireframeableModifier and TypeFieldDescriptionprotected 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 WireframeableModifier and TypeMethodDescriptionprotected abstract voidAbstractAdativeRenderingHandler.applyOptimisation(Wireframeable w) protected ToggleAbstractAdativeRenderingHandler.makeToggle(Wireframeable w) Constructors in org.jzy3d.chart.controllers.mouse.camera.adaptive with parameters of type Wireframeable -
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 WireframeableModifier and TypeMethodDescriptionprotected voidAdaptByDroppingFaceAndKeepingWireframe.applyOptimisation(Wireframeable w) protected voidAdaptByDroppingFaceAndKeepingWireframeWithColor.applyOptimisation(Wireframeable w) protected voidAdaptByDroppingHiDPI.applyOptimisation(Wireframeable w) protected voidAdaptByDroppingSmoothColor.applyOptimisation(Wireframeable w) protected voidAdaptByDroppingWireframe.applyOptimisation(Wireframeable w) protected voidAdaptByKeepingBoundingBoxOnly.applyOptimisation(Wireframeable w) protected voidAdaptByPerformanceKnowledge.applyOptimisation(Wireframeable w) Apply a drawing setting per object -
Uses of Wireframeable in org.jzy3d.plot3d.primitives
Subclasses of Wireframeable in org.jzy3d.plot3d.primitivesModifier and TypeClassDescriptionclassclassclassACompileableCompositeallows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.classclassclassclassclassclassA cube defined by aBoundingBox3dclassA cube rendered with OpenGL GLUT.classclassclassclassclassclassclassColor works as follow: If wireframe color is null (default), uses each point color and performs color interpolation Otherwise apply a uniform wireframe color.classCreates an interpolated line to make a smooth 3d curve based on control points.classA Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.classA composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.classSupports additional settingsclassclassclassASimplePolygonmakes 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);classAllows rendering a sphere.classclassA polygon made of two triangles with no wireframe on their adjacent side.classclassATubemay be used to render cylinders or pyramids, according to its input parameters.classA drawable Waterfall using Matlab styleMethods in org.jzy3d.plot3d.primitives that return Wireframeable -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.contour
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.contourModifier and TypeClassDescriptionclass -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.enlightables
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.enlightablesModifier and TypeClassDescriptionclassclassclassclassclassA Sphere allows rendering a sphere. -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.parameq
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.parameq -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.pickable
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.pickable -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.selectable
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.selectable -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.textured
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.textured -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.vbo.drawable
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.vbo.drawableModifier and TypeClassDescriptionclassADrawableVBO2is able to efficiently draw a large collection of geometries. -
Uses of Wireframeable in org.jzy3d.plot3d.rendering.view.annotation
Subclasses of Wireframeable in org.jzy3d.plot3d.rendering.view.annotationModifier and TypeClassDescriptionclassDraws the barycenter of anGeometryand a line each point and the barycenter.classRecord the camera position at regular interval and draws the path based on these point accumulation. -
Uses of Wireframeable in org.jzy3d.plot3d.rendering.view.lod
Methods in org.jzy3d.plot3d.rendering.view.lod with parameters of type WireframeableModifier and TypeMethodDescriptionvoidLODSetting.apply(Wireframeable wireframeable) LODPerf.applyBestCandidateBelow(double maxMili, Wireframeable wireframeable)