Package | Description |
---|---|
javax.media.j3d |
Modifier and Type | Method and Description |
---|---|
Canvas3D.ScreenMode |
Canvas3D.getScreenMode()
Retrieve the immutable screen mode of this Canvas3D object.
|
static Canvas3D.ScreenMode |
Canvas3D.ScreenMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Canvas3D.ScreenMode[] |
Canvas3D.ScreenMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Canvas3D(java.awt.GraphicsConfiguration graphicsConfiguration,
Canvas3D.ScreenMode screenMode)
Constructs and initializes a new Canvas3D object that J3D
can render into.
|