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. |