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

Packages that use Graph
org.jzy3d.chart.controllers.targets   
org.jzy3d.colors The Color package provide tools for mapping colors on graphical objects in two and three dimensions 
org.jzy3d.picking   
org.jzy3d.plot3d.primitives.interactive.tools   
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 Graph in org.jzy3d.chart.controllers.targets
 

Methods in org.jzy3d.chart.controllers.targets with parameters of type Graph
static void ColorMapperUpdater.update(Graph g, Scale scale)
           
 

Uses of Graph in org.jzy3d.colors
 

Fields in org.jzy3d.colors declared as Graph
protected  Graph OrderingStrategyScoreColorMapper.sceneGraph
           
 

Constructors in org.jzy3d.colors with parameters of type Graph
OrderingStrategyScoreColorMapper(IColorMap colormap, IColorMapperUpdatePolicy policy, Graph sceneGraph, Color factor)
           
 

Uses of Graph in org.jzy3d.picking
 

Methods in org.jzy3d.picking with parameters of type Graph
 void PickingSupport.pickObjects(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, View view, Graph graph, IntegerCoord2d pickPoint)
           
 

Uses of Graph in org.jzy3d.plot3d.primitives.interactive.tools
 

Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type Graph
static List<PolygonProjection> ProjectionUtils.project(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam, Graph g)
           
 

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

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

Methods in org.jzy3d.plot3d.rendering.scene that return Graph
 Graph Scene.getGraph()
          Get the scene graph attached to this scene.
 

Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Graph
 void Scene.setGraph(Graph graph)
          Attach a scene graph to this scene.
 

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

Methods in org.jzy3d.plot3d.rendering.view that return Graph
 Graph View.getAnnotations()
           
 



Copyright © 2013. All rights reserved.