Java javax.media.j3d Canvas3D fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d Canvas3D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d Canvas3D.

The text is from its open source code.

Subclass

javax.media.j3d.Canvas3D has subclasses.
Click this link to see all its subclasses.

Constructor

Canvas3D(GraphicsConfiguration graphicsConfiguration)
Constructs and initializes a new Canvas3D object that Java 3D can render into.
Canvas3D(GraphicsConfiguration graphicsConfiguration, boolean offScreen)
Constructs and initializes a new Canvas3D object that Java 3D can render into.

Method

voidaddKeyListener(KeyListener l)
Adds the specified key listener to receive key events from this component.
voidaddMouseListener(MouseListener l)
Adds the specified mouse listener to receive mouse events from this component.
Screen3DgetScreen3D()
Retrieve the Screen3D object that this Canvas3D is attached to.
voidsetCursor(Cursor cursor)
Sets the cursor image to the specified cursor.
voidsetSize(int width, int height)
Resizes this component so that it has width width and height height .
voidsetStereoEnable(boolean flag)
Turns stereo on or off.