Uses of Class
org.jzy3d.plot3d.rendering.view.View
Package
Description
-
Uses of View in org.jzy3d.chart
Modifier and TypeClassDescriptionclass
Modifier and TypeFieldDescriptionprotected View
Chart.view
protected View
ChartScene.view
Deprecated. -
Uses of View in org.jzy3d.chart.controllers.mouse.camera
Modifier and TypeMethodDescriptionprotected void
AWTCameraMouseController.applyMouse2DSelection
(View view) Perform the actual 2D ZOOM or UNZOOM according to the recorded mouse gesture.protected void
AWTCameraMouseController.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
Modifier and TypeMethodDescriptionvoid
PickingSupport.pickObjects
(IPainter painter, View view, Graph graph, IntegerCoord2d pickPoint) -
Uses of View in org.jzy3d.chart.controllers.mouse.selection
Modifier and TypeMethodDescriptionprotected abstract void
AWTAbstractMouseSelector.processSelection
(Scene scene, View view, int width, int height) protected void
AWTScatterMouseSelector.processSelection
(Scene scene, View view, int width, int height) Make projection and match points belonging to selection.protected void
AWTSphereMouseSelector.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
Modifier and TypeMethodDescriptionCanvasNewtSWT.getView()
Provide a reference to the View that renders into this canvas.AWTChartFactory.newView
(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) Theinvalid @link
AWTNativeView
ChartFactory.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) Theinvalid @link
AWTNativeView
SWTChartFactory.newView
(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) The AWTView support Java2d defined components (tooltips, background images)Modifier 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 byINativeCanvas
NewtPainterFactory.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
-
Uses of View in org.jzy3d.chart.fallback
-
Uses of View in org.jzy3d.chart2d
-
Uses of View in org.jzy3d.factories
-
Uses of View in org.jzy3d.javafx.offscreen
ModifierConstructorDescriptionJavaFXOffscreenRenderer3d
(View view, boolean traceGL, boolean debugGL) -
Uses of View in org.jzy3d.painters
-
Uses of View in org.jzy3d.plot3d.primitives.axis
-
Uses of View in org.jzy3d.plot3d.primitives.axis.layout.fonts
Modifier and TypeFieldDescriptionprotected View
HiDPIProportionalFontSizePolicy.view
protected View
HiDPITwoFontSizesPolicy.view
-
Uses of View in org.jzy3d.plot3d.rendering.canvas
Modifier and TypeFieldDescriptionprotected View
CanvasAWT.view
protected View
CanvasNewtAwt.view
protected View
CanvasSwing.view
protected View
EmulGLCanvas.view
protected View
OffscreenCanvas.view
Modifier 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
Modifier and TypeMethodDescriptionstatic IGLRenderer
DepthPeelingRenderer3d.getDepthPeelingContentRenderer
(View view) ModifierConstructorDescriptionDepthPeelingRenderer3d
(PeelingMethod algorithm, View view, boolean traceGL, boolean debugGL) DepthPeelingRenderer3d
(View view, boolean traceGL, boolean debugGL) -
Uses of View in org.jzy3d.plot3d.rendering.ordering
-
Uses of View in org.jzy3d.plot3d.rendering.scene
Modifier and TypeMethodDescriptionInstantiate a View attached to the given Canvas, and return its reference. -
Uses of View in org.jzy3d.plot3d.rendering.view
Modifier and TypeClassDescriptionclass
class
class
An invalid input: '{@' InteractiveView} handles 2d projection updates to ensure mouse is always computing intersection with objects in a relevant state.Modifier and TypeFieldDescriptionprotected View
NativeRenderer.view
protected View
Renderer3d.view
protected View
View2DProcessing.view
Modifier and TypeMethodDescriptionprotected void
AWTNativeViewOverlay.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.void
AWTNativeViewOverlay.render
(View view, ViewportConfiguration viewport, IPainter painter) void
EmulGLViewOverlay.render
(View view, ViewportConfiguration viewport, IPainter painter) void
IViewOverlay.render
(View view, ViewportConfiguration viewport, IPainter painter) void
ModifierConstructorDescriptionAWTImageRenderer3d
(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
Modifier and TypeFieldDescriptionprotected View
CameraDistanceAnnotation.view
protected View
CameraEyeOverlayAnnotation.view
protected View
CameraPathAnnotation.view
ModifierConstructorDescriptionCameraDistanceAnnotation
(View view, Color color) CameraPathAnnotation
(View view, Color color) -
Uses of View in org.jzy3d.plot3d.rendering.view.controllers