Package | Description |
---|---|
com.sun.j3d.exp.swing | |
javax.media.j3d |
Constructor and Description |
---|
JCanvas3D(GraphicsConfigTemplate3D template)
Deprecated.
Constructs and initializes a new Canvas3D object that J3D
can render into, using the specified template.
|
JCanvas3D(GraphicsConfigTemplate3D template,
java.awt.GraphicsDevice device)
Deprecated.
Constructs and initializes a new Canvas3D object that J3D
can render into, using the specified template and graphics device.
|
Constructor and Description |
---|
FXCanvas3D(GraphicsConfigTemplate3D template)
Constructs and initializes a new FXCanvas3D object that J3D
can render into, using the specified template.
|
FXCanvas3D(GraphicsConfigTemplate3D template,
java.awt.GraphicsDevice device)
Constructs and initializes a new FXCanvas3D object that J3D
can render into, using the specified template and graphics device.
|
JCanvas3D(GraphicsConfigTemplate3D template)
Constructs and initializes a new JCanvas3DDL object that J3D
can render into, using the specified template.
|
JCanvas3D(GraphicsConfigTemplate3D template,
java.awt.GraphicsDevice device)
Constructs and initializes a new JCanvas3DDL object that J3D
can render into, using the specified template and graphics device.
|
JCanvas3DAbstract(GraphicsConfigTemplate3D template)
Constructs and initializes a new JCancas3DDLAbstract object that J3D
can render into, using the specified template.
|
JCanvas3DAbstract(GraphicsConfigTemplate3D template,
java.awt.GraphicsDevice device)
Constructs and initializes a new JCancas3DDLAbstract object that J3D
can render into, using the specified template and graphics device.
|