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 TypeClassDescriptionclass
Fields in org.jzy3d.chart declared as ViewModifier and TypeFieldDescriptionprotected View
Chart.view
protected View
ChartScene.view
Deprecated.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 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
Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type ViewModifier and TypeMethodDescriptionvoid
PickingSupport.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 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
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) 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)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 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
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 View
HiDPIProportionalFontSizePolicy.view
protected View
HiDPITwoFontSizesPolicy.view
Constructors 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 View
CanvasAWT.view
protected View
CanvasNewtAwt.view
protected View
CanvasSwing.view
protected View
EmulGLCanvas.view
protected View
OffscreenCanvas.view
Methods 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 IGLRenderer
DepthPeelingRenderer3d.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 TypeClassDescriptionclass
class
class
An 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 View
NativeRenderer.view
protected View
Renderer3d.view
protected View
View2DProcessing.view
Methods in org.jzy3d.plot3d.rendering.view that return ViewMethods in org.jzy3d.plot3d.rendering.view with parameters of type ViewModifier 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
Constructors 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 View
CameraDistanceAnnotation.view
protected View
CameraEyeOverlayAnnotation.view
protected View
CameraPathAnnotation.view
Constructors 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