Uses of Class
org.jzy3d.plot3d.rendering.scene.Scene

Packages that use Scene
org.jzy3d.chart   
org.jzy3d.chart.controllers.mouse.selection   
org.jzy3d.chart.graphs   
org.jzy3d.factories   
org.jzy3d.plot3d.rendering.canvas   
org.jzy3d.plot3d.rendering.scene   
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
 

Uses of Scene in org.jzy3d.chart
 

Subclasses of Scene in org.jzy3d.chart
 class ChartScene
          The ChartScene provides ChartView to its target canvases and set a BarycentreOrderingStrategy as polygon ordering method.
 

Methods in org.jzy3d.chart with parameters of type Scene
protected  ICanvas Chart.initializeCanvas(Scene scene, Quality quality, String chartType)
           
protected  View ChartScene.initializeChartView(Scene scene, ICanvas canvas, Quality quality)
           
 

Constructors in org.jzy3d.chart with parameters of type Scene
ChartView(Scene scene, ICanvas canvas, Quality quality)
           
 

Uses of Scene in org.jzy3d.chart.controllers.mouse.selection
 

Methods in org.jzy3d.chart.controllers.mouse.selection with parameters of type Scene
protected  void SphereMouseSelector.processSelection(Scene scene, View view, int width, int height)
          Make projection and match points belonging to selection.
protected  void ScatterMouseSelector.processSelection(Scene scene, View view, int width, int height)
          Make projection and match points belonging to selection.
protected abstract  void AbstractMouseSelector.processSelection(Scene scene, View view, int width, int height)
           
 

Uses of Scene in org.jzy3d.chart.graphs
 

Constructors in org.jzy3d.chart.graphs with parameters of type Scene
GraphView(Scene scene, ICanvas canvas, Quality quality)
           
 

Uses of Scene in org.jzy3d.factories
 

Methods in org.jzy3d.factories with parameters of type Scene
 View ViewFactory.getInstance(Scene scene, ICanvas canvas, Quality quality)
           
 

Uses of Scene in org.jzy3d.plot3d.rendering.canvas
 

Constructors in org.jzy3d.plot3d.rendering.canvas with parameters of type Scene
CanvasAWT(Scene scene, Quality quality)
           
CanvasAWT(Scene scene, Quality quality, javax.media.opengl.GLCapabilitiesImmutable glci)
           
CanvasAWT(Scene scene, Quality quality, javax.media.opengl.GLCapabilitiesImmutable glci, boolean traceGL, boolean debugGL)
          Initialize a CanvasAWT attached to a Scene, with a given rendering Quality.
CanvasNewt(Scene scene, Quality quality, javax.media.opengl.GLCapabilitiesImmutable glci)
           
CanvasSwing(Scene scene, Quality quality)
           
CanvasSwing(Scene scene, Quality quality, javax.media.opengl.GLCapabilitiesImmutable glci)
          Initialize a Canvas3d attached to a Scene, with a given rendering Quality.
OffscreenCanvas(Scene scene, Quality quality, javax.media.opengl.GLProfile profile, int width, int height)
           
 

Uses of Scene in org.jzy3d.plot3d.rendering.scene
 

Fields in org.jzy3d.plot3d.rendering.scene declared as Scene
protected  Scene Graph.scene
           
 

Constructors in org.jzy3d.plot3d.rendering.scene with parameters of type Scene
Graph(Scene scene)
           
Graph(Scene scene, AbstractOrderingStrategy strategy)
           
Graph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)
           
Graph(Scene scene, boolean sort)
           
 

Uses of Scene in org.jzy3d.plot3d.rendering.view
 

Fields in org.jzy3d.plot3d.rendering.view declared as Scene
protected  Scene View.scene
           
 

Methods in org.jzy3d.plot3d.rendering.view that return Scene
 Scene View.getScene()
           
 

Constructors in org.jzy3d.plot3d.rendering.view with parameters of type Scene
SelectableView(Scene scene, ICanvas canvas, Quality quality)
           
View(Scene scene, ICanvas canvas, Quality quality)
          Create a view attached to a Scene, with its own Camera and Axe.