|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.DisplayRenderer visad.java3d.DisplayRendererJ3D visad.java3d.DefaultDisplayRendererJ3D
public class DefaultDisplayRendererJ3D
DefaultDisplayRendererJ3D
is the VisAD class for the
default background and metadata rendering algorithm under Java3D.
Constructor Summary | |
---|---|
DefaultDisplayRendererJ3D()
This is the default DisplayRenderer used by the
DisplayImplJ3D constructor. |
|
DefaultDisplayRendererJ3D(Class mbj3dClass)
|
Method Summary | |
---|---|
BranchGroup |
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 |
destroy()
|
void |
setBoxAspect(double[] aspect)
set the aspect for the containing box aspect double[3] array used to scale x, y and z box sizes |
void |
setLineWidth(float width)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultDisplayRendererJ3D()
DisplayRenderer
used by the
DisplayImplJ3D
constructor.
It draws a 3-D cube around the scene.The left mouse button controls the projection as follows:
Data
object and dragging or re-drawing
it.Cursor and direct manipulation locations are displayed in RealType values.
BadMappingExceptions
and
UnimplementedExceptions
are displayed
public DefaultDisplayRendererJ3D(Class mbj3dClass)
mbj3dClass
- - sub Class of MouseBehaviorJ3DMethod Detail |
---|
public void destroy()
destroy
in class DisplayRendererJ3D
public BranchGroup createSceneGraph(View v, TransformGroup vpt, VisADCanvasJ3D c)
MouseBehaviorJ3D
for
embedded user interface.
createSceneGraph
in class DisplayRendererJ3D
v
- vpt
- c
-
public void setBoxAspect(double[] aspect)
setBoxAspect
in class DisplayRenderer
public void setLineWidth(float width)
setLineWidth
in class DisplayRendererJ3D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |