| Package | Description |
|---|---|
| visad.java2d |
Provides support for two-dimensional VisAD Displays using Java2D.
|
| Modifier and Type | Method and Description |
|---|---|
VisADCanvasJ2D |
DisplayRendererJ2D.getCanvas() |
| Modifier and Type | Method and Description |
|---|---|
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. |