Uses of Class
org.jzy3d.plot3d.primitives.Wireframeable
Package
Description
-
Uses of Wireframeable in org.jzy3d.chart.controllers.mouse.camera
Modifier and TypeFieldDescriptionprotected List<Wireframeable>
AdaptiveMouseController.droppedFaceAndColoredWireframeToReset
Keep track of drawable that have had their face disabled for optimization in order to re-activate at mouse release.protected List<Wireframeable>
AdaptiveMouseController.droppedWireframeToReset
Keep 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
Modifier and TypeMethodDescriptionprotected abstract void
AbstractAdativeRenderingHandler.applyOptimisation
(Wireframeable w) protected Toggle
AbstractAdativeRenderingHandler.makeToggle
(Wireframeable w) -
Uses of Wireframeable in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers
Modifier and TypeMethodDescriptionprotected void
AdaptByDroppingFaceAndKeepingWireframe.applyOptimisation
(Wireframeable w) protected void
AdaptByDroppingFaceAndKeepingWireframeWithColor.applyOptimisation
(Wireframeable w) protected void
AdaptByDroppingHiDPI.applyOptimisation
(Wireframeable w) protected void
AdaptByDroppingSmoothColor.applyOptimisation
(Wireframeable w) protected void
AdaptByDroppingWireframe.applyOptimisation
(Wireframeable w) protected void
AdaptByKeepingBoundingBoxOnly.applyOptimisation
(Wireframeable w) protected void
AdaptByPerformanceKnowledge.applyOptimisation
(Wireframeable w) Apply a drawing setting per object -
Uses of Wireframeable in org.jzy3d.plot3d.primitives
Modifier and TypeClassDescriptionclass
class
class
ACompileableComposite
allows storage and subsequent faster execution of individual contained instances drawing routines in an OpenGL display list.class
class
class
class
class
class
A cube defined by aBoundingBox3d
class
A cube rendered with OpenGL GLUT.class
class
class
class
class
class
class
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
Creates an interpolated line to make a smooth 3d curve based on control points.class
A Parallelepiped is a parallelepiped rectangle that is Drawable and Wireframeable.class
A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.class
Supports additional settingsclass
class
class
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
Allows rendering a sphere.class
class
A polygon made of two triangles with no wireframe on their adjacent side.class
class
ATube
may be used to render cylinders or pyramids, according to its input parameters.class
A drawable Waterfall using Matlab style -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.contour
Modifier and TypeClassDescriptionclass
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.enlightables
Modifier and TypeClassDescriptionclass
class
class
class
class
A Sphere allows rendering a sphere. -
Uses of Wireframeable in org.jzy3d.plot3d.primitives.parameq
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.pickable
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.selectable
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.textured
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.vbo.drawable
Modifier and TypeClassDescriptionclass
ADrawableVBO2
is able to efficiently draw a large collection of geometries. -
Uses of Wireframeable in org.jzy3d.plot3d.rendering.view.annotation
Modifier and TypeClassDescriptionclass
Draws the barycenter of anGeometry
and a line each point and the barycenter.class
Record 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
Modifier and TypeMethodDescriptionvoid
LODSetting.apply
(Wireframeable wireframeable) LODPerf.applyBestCandidateBelow
(double maxMili, Wireframeable wireframeable)