Example usage for Java javax.media.j3d Canvas3D fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
void | addKeyListener(KeyListener l) Adds the specified key listener to receive key events from this component. |
void | addMouseListener(MouseListener l) Adds the specified mouse listener to receive mouse events from this component. |
Screen3D | getScreen3D() Retrieve the Screen3D object that this Canvas3D is attached to. |
void | setCursor(Cursor cursor) Sets the cursor image to the specified cursor. |
void | setSize(int width, int height) Resizes this component so that it has width width and height height . |
void | setStereoEnable(boolean flag) Turns stereo on or off. |