| |
|
| javax.swing.JInternalFrame org.jdesktop.j3d.examples.jcanvas3d.JInternalWorld
JInternalWorld | public class JInternalWorld extends JInternalFrame (Code) | | This is a JInternalFrame holding an universe, which can be configured to
be interactive -that is, where user can interact with object- or automatic
-where the object spins only-. When in automatic mode, spinning speed is
changed so that they look less the same. Changing the spinning start angle
helps unsynchronizing the rotations too.
author: pepe |
Constructor Summary | |
public | JInternalWorld(boolean isInteractive, boolean isDelayed, boolean isRandom) Creates a new JInternalWorld object. |
JInternalWorld | public JInternalWorld(boolean isInteractive, boolean isDelayed, boolean isRandom)(Code) | | Creates a new JInternalWorld object.
Parameters: isInteractive - tells the world to be constructed as interactive Parameters: isDelayed - tells the rotator to start at a random alpha. |
|
|
|