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. 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
Methods in org.jzy3d.chart.controllers.mouse.camera.adaptive with parameters of type Wireframeable Modifier and Type Method Description protected abstract void
AbstractAdativeRenderingHandler. applyOptimisation(Wireframeable w)
protected Toggle
AbstractAdativeRenderingHandler. 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 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
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives Modifier and Type Class Description 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
CroppableLineStrip
class
CubeComposite
A cube defined by aBoundingBox3d
class
CubeGLUT
A cube rendered with OpenGL GLUT.class
Cylinder
class
Disk
class
DrawableBoundingBox
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
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
Polygon
Supports additional settingsclass
Quad
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 styleMethods in org.jzy3d.plot3d.primitives that return Wireframeable Modifier and Type Method Description Wireframeable
Drawable. asWireframeable()
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.contour
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.contour Modifier and Type Class Description class
ContourLevel
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.enlightables
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.enlightables Modifier and Type Class Description class
AbstractEnlightable
class
EnlightableBar
class
EnlightableDisk
class
EnlightablePolygon
class
EnlightableSphere
A 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 class
ParametricDrawable
class
ParametricDrawable2
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.pickable
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.pickable Modifier and Type Class Description class
PickablePolygon
class
PickableSphere
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.selectable
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.selectable Modifier and Type Class Description class
SelectableSphere
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.textured
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.textured Modifier and Type Class Description class
TexturedCube
class
TexturedCylinder
class
TranslucentQuad
-
Uses of Wireframeable in org.jzy3d.plot3d.primitives.vbo.drawable
Subclasses of Wireframeable in org.jzy3d.plot3d.primitives.vbo.drawable Modifier and Type Class Description class
DrawableVBO2
ADrawableVBO2
is 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.annotation Modifier and Type Class Description class
BarycenterAnnotation
Draws the barycenter of anGeometry
and a line each point and the barycenter.class
CameraPathAnnotation
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
Methods in org.jzy3d.plot3d.rendering.view.lod with parameters of type Wireframeable Modifier and Type Method Description void
LODSetting. apply(Wireframeable wireframeable)
LODSetting
LODPerf. applyBestCandidateBelow(double maxMili, Wireframeable wireframeable)
-