Uses of Class
visad.java2d.VisADCanvasJ2D

Packages that use VisADCanvasJ2D
visad.java2d Provides support for two-dimensional VisAD Displays using Java2D. 
 

Uses of VisADCanvasJ2D in visad.java2d
 

Methods in visad.java2d that return VisADCanvasJ2D
 VisADCanvasJ2D DisplayRendererJ2D.getCanvas()
           
 

Methods in visad.java2d with parameters of type VisADCanvasJ2D
 VisADGroup DisplayRendererJ2D.createBasicSceneGraph(VisADCanvasJ2D c, MouseBehaviorJ2D m)
          Deprecated. use createBasicSceneGraph(VisADCanvasJ2D c, MouseBehaviorJ2D m, VisADAppearance bx, VisADAppearance cr) instead
 VisADGroup DisplayRendererJ2D.createBasicSceneGraph(VisADCanvasJ2D c, MouseBehaviorJ2D m, VisADAppearance bx, VisADAppearance cr)
          Create scene graph root, if none exists, with Transform and direct manipulation root.
abstract  VisADGroup DisplayRendererJ2D.createSceneGraph(VisADCanvasJ2D c)
          Create scene graph root, if none exists, with Transform, direct manipulation root, and non-direct-manipulation root; create special graphics (e.g., 3-D box, SkewT background), any lights, any user interface embedded in scene.
 VisADGroup DefaultDisplayRendererJ2D.createSceneGraph(VisADCanvasJ2D c)
          Create scene graph root, if none exists, with Transform and direct manipulation root; create 3-D box, lights and MouseBehaviorJ2D for embedded user interface.