Uses of Class
org.jzy3d.plot3d.rendering.view.View
-
-
Uses of View in org.jzy3d.chart
Subclasses of View in org.jzy3d.chart Modifier and Type Class Description class
ChartView
Fields in org.jzy3d.chart declared as View Modifier and Type Field Description protected View
Chart. view
protected View
ChartScene. view
Methods in org.jzy3d.chart that return View Modifier and Type Method Description View
Chart. getView()
View
Chart. newView()
View
ChartScene. newView(ICanvas canvas, Quality quality)
View
Chart. view()
Methods in org.jzy3d.chart with parameters of type View Modifier and Type Method Description void
ChartScene. clearView(View view)
-
Uses of View in org.jzy3d.chart.controllers.mouse.picking
Methods in org.jzy3d.chart.controllers.mouse.picking with parameters of type View Modifier and Type Method Description void
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 View Modifier and Type Method Description protected 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 View Modifier and Type Field Description protected View
CanvasNewtSWT. view
Methods in org.jzy3d.chart.factories that return View Modifier and Type Method Description View
CanvasNewtSWT. getView()
Provide a reference to the View that renders into this canvas.View
AWTChartFactory. newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality)
TheAWTNativeView
returned by this factory support Java2d defined components (background images, tooltips, post-renderers and overlay)View
ChartFactory. newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality)
View
ChartFactory. newView(Scene scene, ICanvas canvas, Quality quality)
View
IChartFactory. newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality)
View
IChartFactory. newView(Scene scene, ICanvas canvas, Quality quality)
View
NewtChartFactory. newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality)
TheAWTNativeView
supports Java2d defined components (background images, tooltips, post-renderers and overlay)View
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 View Modifier and Type Method Description IAxis
ChartFactory. newAxe(BoundingBox3d box, View view)
AxisBox
ContourChartFactory. newAxe(BoundingBox3d box, View view)
IAxis
IChartFactory. newAxe(BoundingBox3d box, View view)
Renderer3d
AWTPainterFactory. newRenderer3D(View view)
Provide AWT Texture loading for screenshotsRenderer3d
NativePainterFactory. newRenderer3D(View view)
Only needed byINativeCanvas
Renderer3d
NewtPainterFactory. newRenderer3D(View view)
Provide AWT Texture loading for screenshotsRenderer3d
SWTPainterFactory. 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 Modifier and Type Method Description View
SWTBridgeChartFactory. newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality)
The AWTView support Java2d defined components (tooltips, background images) -
Uses of View in org.jzy3d.chart.fallback
Methods in org.jzy3d.chart.fallback with parameters of type View Modifier and Type Method Description Renderer3d
FallbackPainterFactory. newRenderer3D(View view)
-
Uses of View in org.jzy3d.chart2d
Subclasses of View in org.jzy3d.chart2d Modifier and Type Class Description class
View2d
Methods in org.jzy3d.chart2d with parameters of type View Modifier and Type Method Description AxisBox2d
Chart2dFactory. newAxe(BoundingBox3d box, View view)
-
Uses of View in org.jzy3d.factories
Methods in org.jzy3d.factories with parameters of type View Modifier and Type Method Description Renderer3d
DepthPeelingPainterFactory. newRenderer3D(View view)
-
Uses of View in org.jzy3d.painters
Fields in org.jzy3d.painters declared as View Modifier and Type Field Description protected View
AbstractPainter. view
Methods in org.jzy3d.painters that return View Modifier and Type Method Description View
AbstractPainter. getView()
View
IPainter. getView()
View
NativeEmbeddedPainter. getView()
Methods in org.jzy3d.painters with parameters of type View Modifier and Type Method Description void
AbstractPainter. setView(View view)
void
IPainter. setView(View view)
-
Uses of View in org.jzy3d.plot3d.primitives.axis
Fields in org.jzy3d.plot3d.primitives.axis declared as View Modifier and Type Field Description protected View
AxisBox. view
Methods in org.jzy3d.plot3d.primitives.axis that return View Modifier and Type Method Description View
AxisBox. getView()
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type View Modifier and Type Method Description void
AxisBox. setView(View view)
When setting a current view, the AxeBox can know the view is on mode CameraMode.TOP, and optimize some axis placement. -
Uses of View in org.jzy3d.plot3d.primitives.axis.layout.fonts
Fields in org.jzy3d.plot3d.primitives.axis.layout.fonts declared as View Modifier and Type Field Description protected View
HiDPIProportionalFontSizePolicy. view
protected View
HiDPITwoFontSizesPolicy. view
Constructors in org.jzy3d.plot3d.primitives.axis.layout.fonts with parameters of type View Constructor Description HiDPIProportionalFontSizePolicy(View view)
HiDPITwoFontSizesPolicy(View view)
-
Uses of View in org.jzy3d.plot3d.rendering.canvas
Fields in org.jzy3d.plot3d.rendering.canvas declared as View Modifier and Type Field Description protected 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 View Modifier and Type Method Description View
CanvasAWT. getView()
Provide a reference to the View that renders into this canvas.View
CanvasNewtAwt. getView()
Provide a reference to the View that renders into this canvas.View
CanvasSwing. getView()
Provide a reference to the View that renders into this canvas.View
EmulGLCanvas. getView()
View
ICanvas. getView()
Returns a reference to the held view.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 View Modifier and Type Method Description static IGLRenderer
DepthPeelingRenderer3d. getDepthPeelingContentRenderer(View view)
Constructors in org.jzy3d.plot3d.rendering.ddp with parameters of type View Constructor Description DepthPeelingRenderer3d(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 View Modifier and Type Field Description protected View
AbstractOrderingStrategy. view
Methods in org.jzy3d.plot3d.rendering.ordering that return View Modifier and Type Method Description View
AbstractOrderingStrategy. getView()
Methods in org.jzy3d.plot3d.rendering.ordering with parameters of type View Modifier and Type Method Description void
AbstractOrderingStrategy. setView(View view)
Constructors in org.jzy3d.plot3d.rendering.ordering with parameters of type View Constructor Description BarycentreOrderingStrategy(View view)
-
Uses of View in org.jzy3d.plot3d.rendering.scene
Fields in org.jzy3d.plot3d.rendering.scene with type parameters of type View Modifier and Type Field Description protected Vector<View>
Scene. views
Methods in org.jzy3d.plot3d.rendering.scene that return View Modifier and Type Method Description View
Scene. newView(ICanvas canvas, Quality quality)
Instantiate a View attached to the given Canvas, and return its reference.Methods in org.jzy3d.plot3d.rendering.scene with parameters of type View Modifier and Type Method Description void
Scene. clearView(View view)
-
Uses of View in org.jzy3d.plot3d.rendering.view
Subclasses of View in org.jzy3d.plot3d.rendering.view Modifier and Type Class Description class
AWTView
class
CroppingView
class
SelectableView
An {@ 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 View Modifier and Type Field Description protected View
NativeRenderer. view
protected View
Renderer3d. view
protected View
View2DLayout. view
protected View
View2DProcessing. view
Methods in org.jzy3d.plot3d.rendering.view with parameters of type View Modifier and Type Method Description protected void
AWTNativeViewOverlay. configureG2DScale(View view, ViewportConfiguration viewport, ICanvas canvas, Graphics2D g2d)
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)
Constructors in org.jzy3d.plot3d.rendering.view with parameters of type View Constructor Description AWTImageRenderer3d(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.View2DLayout(View view)
View2DProcessing(View view)
-
Uses of View in org.jzy3d.plot3d.rendering.view.annotation
Fields in org.jzy3d.plot3d.rendering.view.annotation declared as View Modifier and Type Field Description protected View
CameraDistanceAnnotation. view
protected View
CameraEyeOverlayAnnotation. view
protected View
CameraPathAnnotation. view
Constructors in org.jzy3d.plot3d.rendering.view.annotation with parameters of type View Constructor Description CameraDistanceAnnotation(View view, Color color)
CameraEyeOverlayAnnotation(View view)
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 View Modifier and Type Field Description protected List<View>
ViewCameraController. targets
Methods in org.jzy3d.plot3d.rendering.view.controllers with parameters of type View Modifier and Type Method Description void
ViewCameraController. addTarget(View target)
void
ViewCameraController. removeTarget(View target)
Constructors in org.jzy3d.plot3d.rendering.view.controllers with parameters of type View Constructor Description NewtViewCameraController(View view)
-