Uses of Class
org.jzy3d.plot3d.rendering.view.View
Packages that use View
Package
Description
-
Uses of View in org.jzy3d.chart
Subclasses of View in org.jzy3d.chartModifier and TypeClassDescriptionclassFields in org.jzy3d.chart declared as ViewModifier and TypeFieldDescriptionprotected ViewChart.viewprotected ViewChartScene.viewDeprecated.Methods in org.jzy3d.chart that return ViewMethods in org.jzy3d.chart with parameters of type View -
Uses of View in org.jzy3d.chart.controllers.mouse.camera
Methods in org.jzy3d.chart.controllers.mouse.camera with parameters of type ViewModifier and TypeMethodDescriptionprotected voidAWTCameraMouseController.applyMouse2DSelection(View view) Perform the actual 2D ZOOM or UNZOOM according to the recorded mouse gesture.protected voidAWTCameraMouseController.configureZoomAccordingTo2DView(View view, BoundingBox3d bounds, org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController.MouseSelection mouseSelection) Configure zoom according mouse selection, bounds, and current 2D (XY, XZ, etc) -
Uses of View in org.jzy3d.chart.controllers.mouse.picking
Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type ViewModifier and TypeMethodDescriptionvoidPickingSupport.pickObjects(IPainter painter, View view, Graph graph, IntegerCoord2d pickPoint) -
Uses of View in org.jzy3d.chart.controllers.mouse.selection
Methods in org.jzy3d.chart.controllers.mouse.selection with parameters of type ViewModifier and TypeMethodDescriptionprotected abstract voidAWTAbstractMouseSelector.processSelection(Scene scene, View view, int width, int height) protected voidAWTScatterMouseSelector.processSelection(Scene scene, View view, int width, int height) Make projection and match points belonging to selection.protected voidAWTSphereMouseSelector.processSelection(Scene scene, View view, int width, int height) Make projection and match points belonging to selection. -
Uses of View in org.jzy3d.chart.factories
Fields in org.jzy3d.chart.factories declared as ViewMethods in org.jzy3d.chart.factories that return ViewModifier and TypeMethodDescriptionCanvasNewtSWT.getView()Provide a reference to the View that renders into this canvas.AWTChartFactory.newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) Thereturned by this factory support Java2d defined components (background images, tooltips, post-renderers and overlay)invalid @link
AWTNativeViewChartFactory.newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) IChartFactory.newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) NewtChartFactory.newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) Thesupports Java2d defined components (background images, tooltips, post-renderers and overlay)invalid @link
AWTNativeViewSWTChartFactory.newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) The AWTView support Java2d defined components (tooltips, background images)Methods in org.jzy3d.chart.factories with parameters of type ViewModifier and TypeMethodDescriptionChartFactory.newAxe(BoundingBox3d box, View view) ContourChartFactory.newAxe(BoundingBox3d box, View view) IChartFactory.newAxe(BoundingBox3d box, View view) AWTPainterFactory.newRenderer3D(View view) Provide AWT Texture loading for screenshotsNativePainterFactory.newRenderer3D(View view) Only needed byINativeCanvasNewtPainterFactory.newRenderer3D(View view) Provide AWT Texture loading for screenshotsSWTPainterFactory.newRenderer3D(View view) Provide AWT Texture loading for screenshots -
Uses of View in org.jzy3d.chart.factories.bridged
Methods in org.jzy3d.chart.factories.bridged that return View -
Uses of View in org.jzy3d.chart.fallback
Methods in org.jzy3d.chart.fallback with parameters of type View -
Uses of View in org.jzy3d.chart2d
Subclasses of View in org.jzy3d.chart2dMethods in org.jzy3d.chart2d with parameters of type View -
Uses of View in org.jzy3d.factories
Methods in org.jzy3d.factories with parameters of type View -
Uses of View in org.jzy3d.javafx.offscreen
Methods in org.jzy3d.javafx.offscreen with parameters of type ViewConstructors in org.jzy3d.javafx.offscreen with parameters of type ViewModifierConstructorDescriptionJavaFXOffscreenRenderer3d(View view, boolean traceGL, boolean debugGL) -
Uses of View in org.jzy3d.painters
Fields in org.jzy3d.painters declared as ViewMethods in org.jzy3d.painters that return ViewModifier and TypeMethodDescriptionAbstractPainter.getView()IPainter.getView()NativeEmbeddedPainter.getView()Methods in org.jzy3d.painters with parameters of type View -
Uses of View in org.jzy3d.plot3d.primitives.axis
Fields in org.jzy3d.plot3d.primitives.axis declared as ViewMethods in org.jzy3d.plot3d.primitives.axis that return ViewMethods in org.jzy3d.plot3d.primitives.axis with parameters of type View -
Uses of View in org.jzy3d.plot3d.primitives.axis.layout.fonts
Fields in org.jzy3d.plot3d.primitives.axis.layout.fonts declared as ViewModifier and TypeFieldDescriptionprotected ViewHiDPIProportionalFontSizePolicy.viewprotected ViewHiDPITwoFontSizesPolicy.viewConstructors in org.jzy3d.plot3d.primitives.axis.layout.fonts with parameters of type View -
Uses of View in org.jzy3d.plot3d.rendering.canvas
Fields in org.jzy3d.plot3d.rendering.canvas declared as ViewModifier and TypeFieldDescriptionprotected ViewCanvasAWT.viewprotected ViewCanvasNewtAwt.viewprotected ViewCanvasSwing.viewprotected ViewEmulGLCanvas.viewprotected ViewOffscreenCanvas.viewMethods in org.jzy3d.plot3d.rendering.canvas that return ViewModifier and TypeMethodDescriptionCanvasAWT.getView()Provide a reference to the View that renders into this canvas.CanvasNewtAwt.getView()Provide a reference to the View that renders into this canvas.CanvasSwing.getView()Provide a reference to the View that renders into this canvas.EmulGLCanvas.getView()ICanvas.getView()Returns a reference to the held view.OffscreenCanvas.getView()Provide a reference to the View that renders into this canvas. -
Uses of View in org.jzy3d.plot3d.rendering.ddp
Methods in org.jzy3d.plot3d.rendering.ddp with parameters of type ViewModifier and TypeMethodDescriptionstatic IGLRendererDepthPeelingRenderer3d.getDepthPeelingContentRenderer(View view) Constructors in org.jzy3d.plot3d.rendering.ddp with parameters of type ViewModifierConstructorDescriptionDepthPeelingRenderer3d(PeelingMethod algorithm, View view, boolean traceGL, boolean debugGL) DepthPeelingRenderer3d(View view, boolean traceGL, boolean debugGL) -
Uses of View in org.jzy3d.plot3d.rendering.ordering
Fields in org.jzy3d.plot3d.rendering.ordering declared as ViewMethods in org.jzy3d.plot3d.rendering.ordering that return ViewMethods in org.jzy3d.plot3d.rendering.ordering with parameters of type ViewConstructors in org.jzy3d.plot3d.rendering.ordering with parameters of type View -
Uses of View in org.jzy3d.plot3d.rendering.scene
Fields in org.jzy3d.plot3d.rendering.scene with type parameters of type ViewMethods in org.jzy3d.plot3d.rendering.scene that return ViewModifier and TypeMethodDescriptionInstantiate a View attached to the given Canvas, and return its reference.Methods in org.jzy3d.plot3d.rendering.scene with parameters of type View -
Uses of View in org.jzy3d.plot3d.rendering.view
Subclasses of View in org.jzy3d.plot3d.rendering.viewModifier and TypeClassDescriptionclassclassclassAn invalid input: '{@' InteractiveView} handles 2d projection updates to ensure mouse is always computing intersection with objects in a relevant state.Fields in org.jzy3d.plot3d.rendering.view declared as ViewModifier and TypeFieldDescriptionprotected ViewNativeRenderer.viewprotected ViewRenderer3d.viewprotected ViewView2DProcessing.viewMethods in org.jzy3d.plot3d.rendering.view that return ViewMethods in org.jzy3d.plot3d.rendering.view with parameters of type ViewModifier and TypeMethodDescriptionprotected voidAWTNativeViewOverlay.configureG2DScale(View view, ViewportConfiguration viewport, ICanvas canvas, Graphics2D g2d) Enable multiple stuff for HiDPI make overlay HiDPI aware so that legend and its text content remain the same size than axis text and constant over different screen.voidAWTNativeViewOverlay.render(View view, ViewportConfiguration viewport, IPainter painter) voidEmulGLViewOverlay.render(View view, ViewportConfiguration viewport, IPainter painter) voidIViewOverlay.render(View view, ViewportConfiguration viewport, IPainter painter) voidConstructors in org.jzy3d.plot3d.rendering.view with parameters of type ViewModifierConstructorDescriptionAWTImageRenderer3d(View view) AWTImageRenderer3d(View view, boolean traceGL, boolean debugGL) AWTRenderer3d(View view) AWTRenderer3d(View view, boolean traceGL, boolean debugGL) NativeRenderer(View view) Initialize a Renderer attached to the given View.NativeRenderer(View view, boolean traceGL, boolean debugGL) Initialize a Renderer attached to the given View, and activate GL trace and errors to console.Renderer3d(View view) Initialize a Renderer attached to the given View.Renderer3d(View view, boolean traceGL, boolean debugGL) Initialize a Renderer attached to the given View, and activate GL trace and errors to console.View2DProcessing(View view) -
Uses of View in org.jzy3d.plot3d.rendering.view.annotation
Fields in org.jzy3d.plot3d.rendering.view.annotation declared as ViewModifier and TypeFieldDescriptionprotected ViewCameraDistanceAnnotation.viewprotected ViewCameraEyeOverlayAnnotation.viewprotected ViewCameraPathAnnotation.viewConstructors in org.jzy3d.plot3d.rendering.view.annotation with parameters of type ViewModifierConstructorDescriptionCameraDistanceAnnotation(View view, Color color) CameraPathAnnotation(View view, Color color) -
Uses of View in org.jzy3d.plot3d.rendering.view.controllers
Fields in org.jzy3d.plot3d.rendering.view.controllers with type parameters of type ViewMethods in org.jzy3d.plot3d.rendering.view.controllers with parameters of type ViewConstructors in org.jzy3d.plot3d.rendering.view.controllers with parameters of type View