|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisADCanvasJ3D | |
---|---|
visad.java3d | Provides support for two- and three-dimensional VisAD Displays using Java3D. |
Uses of VisADCanvasJ3D in visad.java3d |
---|
Methods in visad.java3d that return VisADCanvasJ3D | |
---|---|
VisADCanvasJ3D |
DisplayRendererJ3D.getCanvas()
Get the canvas for this renderer |
Methods in visad.java3d with parameters of type VisADCanvasJ3D | |
---|---|
BranchGroup |
DisplayRendererJ3D.createBasicSceneGraph(View v,
TransformGroup vpt,
VisADCanvasJ3D c,
MouseBehaviorJ3D m)
Deprecated. use createBasicSceneGraph(View v, TransformGroup vpt, VisADCanvasJ3D c, MouseBehaviorJ3D m, ColoringAttributes bc, ColoringAttributes cc) instead |
BranchGroup |
DisplayRendererJ3D.createBasicSceneGraph(View v,
TransformGroup vpt,
VisADCanvasJ3D c,
MouseBehaviorJ3D m,
ColoringAttributes bc,
ColoringAttributes cc)
Create scene graph root, if none exists, with Transform and direct manipulation root. |
BranchGroup |
TwoDDisplayRendererJ3D.createSceneGraph(View v,
TransformGroup vpt,
VisADCanvasJ3D c)
Create scene graph root, if none exists, with Transform and direct manipulation root; create 3-D box, lights and MouseBehaviorJ3D for embedded user interface. |
BranchGroup |
TransformOnlyDisplayRendererJ3D.createSceneGraph(View v,
TransformGroup vpt,
VisADCanvasJ3D c)
Create scene graph root, if none exists, with Transform and direct manipulation root; create 3-D box, lights and MouseBehaviorJ3D for
embedded user interface. |
BranchGroup |
ImmersaDeskDisplayRendererJ3D.createSceneGraph(View v,
TransformGroup vpt,
VisADCanvasJ3D c)
Create scene graph root, if none exists, with Transform and direct manipulation root; create 3-D box, lights and MouseBehaviorJ3D for
embedded user interface. |
abstract BranchGroup |
DisplayRendererJ3D.createSceneGraph(View v,
TransformGroup vpt,
VisADCanvasJ3D c)
Create scene graph root, if none exists, with Transform and direct manipulation root; create special graphics (e.g., 3-D box, SkewT background), any lights, any user interface embedded in scene. |
BranchGroup |
DefaultDisplayRendererJ3D.createSceneGraph(View v,
TransformGroup vpt,
VisADCanvasJ3D c)
Create scene graph root, if none exists, with Transform and direct manipulation root; create 3-D box, lights and MouseBehaviorJ3D for
embedded user interface. |
void |
TransformOnlyDisplayRendererJ3D.drawCursorStringVector(VisADCanvasJ3D canvas)
|
void |
DisplayRendererJ3D.drawCursorStringVector(VisADCanvasJ3D canvas)
Whenever cursorOn or directOn is true,
display Strings in cursorStringVector. |
Constructors in visad.java3d with parameters of type VisADCanvasJ3D | |
---|---|
DisplayImplJ3D(RemoteDisplay rmtDpy,
DisplayRendererJ3D renderer,
int api,
GraphicsConfiguration config,
VisADCanvasJ3D c)
the 'c' argument is intended to be an extension class of VisADCanvasJ3D (or null); if it is non-null, then api must be JPANEL and its super() constructor for VisADCanvasJ3D must be 'super(renderer, config)' |
|
DisplayImplJ3D(String name,
DisplayRendererJ3D renderer,
int api,
GraphicsConfiguration config,
VisADCanvasJ3D c)
the 'c' argument is intended to be an extension class of VisADCanvasJ3D (or null); if it is non-null, then api must be JPANEL and its super() constructor for VisADCanvasJ3D must be 'super(renderer, config)' |
|
DisplayImplJ3D(String name,
DisplayRendererJ3D renderer,
int width,
int height,
VisADCanvasJ3D c)
constructor for off screen; the 'c' argument is intended to be an extension class of VisADCanvasJ3D (or null); if it is non-null, then its super() constructor for VisADCanvasJ3D must be 'super(renderer, width, height)' |
|
DisplayPanelJ3D(DisplayImplJ3D d,
GraphicsConfiguration config,
VisADCanvasJ3D c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |