|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsOutputDevice | |
---|---|
org.j3d.aviatrix3d.output.graphics | Implementations of graphics output devices types for rendering the OpenGL output. |
org.j3d.aviatrix3d.pipeline.graphics | Implementations of the various pipeline pieces. |
org.j3d.renderer.aviatrix3d.device.input.mouse | Generic mouse input device. |
org.j3d.renderer.aviatrix3d.swt.draw2d | Lightweight output device implementation for SWT's Draw2D framework. |
Uses of GraphicsOutputDevice in org.j3d.aviatrix3d.output.graphics |
---|
Subinterfaces of GraphicsOutputDevice in org.j3d.aviatrix3d.output.graphics | |
---|---|
interface |
ElumensOutputDevice
An extended form of the GraphicsOutputDevice interface that adds
methods that are specific to managing Elumens setup functionality. |
Classes in org.j3d.aviatrix3d.output.graphics that implement GraphicsOutputDevice | |
---|---|
class |
BaseAWTSurface
Implementation of the most basic drawable surface extended to provide AWT-specific features. |
class |
BaseSurface
Implementation of the most basic drawable surface, supporting the minimal number of features that is to be used by other, more complete implementations. |
class |
BaseSWTSurface
Deprecated. Class is moving to a new package org.j3d.renderer.aviatrix3d.swt.output |
class |
DebugAWTSurface
Implementation of drawable surface with the key mapping defined to allow the GL trace to be debugged for a single frame. |
class |
DebugSWTSurface
Deprecated. Class is moving to a new package org.j3d.renderer.aviatrix3d.swt.output |
class |
ElumensAWTSurface
A surface which uses the Elumens SPI library to output to curved surfaces. |
class |
ElumensSWTSurface
Deprecated. Elumens support is being removed for AV3D 3.0 |
class |
PbufferSurface
Implementation of a drawable surface that only renders to an offscreen pbuffer. |
class |
SimpleAWTSurface
Implementation of the most basic drawable surface, supporting the minimal number of features. |
class |
SimpleSWTSurface
Deprecated. Class is moving to a new package org.j3d.renderer.aviatrix3d.swt.output |
class |
StereoAWTSurface
Implementation of the most drawable surface, supporting stereo rendering capabilities. |
class |
StereoSWTSurface
Deprecated. Class is moving to a new package org.j3d.renderer.aviatrix3d.swt.output |
Fields in org.j3d.aviatrix3d.output.graphics declared as GraphicsOutputDevice | |
---|---|
protected GraphicsOutputDevice |
BaseRenderingProcessor.ownerDevice
The owner device of us. |
Constructors in org.j3d.aviatrix3d.output.graphics with parameters of type GraphicsOutputDevice | |
---|---|
BaseRenderingProcessor(javax.media.opengl.GLContext parentCtx,
GraphicsOutputDevice owner)
Construct handler for rendering objects to the main screen. |
|
DebugRenderingProcessor(javax.media.opengl.GLContext parentCtx,
GraphicsOutputDevice owner)
Construct handler for rendering objects to the main screen. |
|
ElumensRenderingProcessor(javax.media.opengl.GLContext context,
GraphicsOutputDevice owner)
Deprecated. Construct handler for rendering objects to the main screen. |
|
QuadBufferStereoProcessor(javax.media.opengl.GLContext context,
GraphicsOutputDevice owner)
Construct handler for rendering objects to the main screen. |
|
SingleEyeStereoProcessor(javax.media.opengl.GLContext context,
GraphicsOutputDevice owner)
Construct handler for rendering objects to the main screen. |
|
StandardRenderingProcessor(javax.media.opengl.GLContext context,
GraphicsOutputDevice owner)
Construct handler for rendering objects to the main screen. |
Uses of GraphicsOutputDevice in org.j3d.aviatrix3d.pipeline.graphics |
---|
Methods in org.j3d.aviatrix3d.pipeline.graphics that return GraphicsOutputDevice | |
---|---|
GraphicsOutputDevice |
GraphicsRenderPipeline.getGraphicsOutputDevice()
Get the currently registered drawable surface instance. |
GraphicsOutputDevice |
DefaultGraphicsPipeline.getGraphicsOutputDevice()
Get the currently registered drawable surface instance. |
Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type GraphicsOutputDevice | |
---|---|
void |
SortToSingleDrawListener.setGraphicsOutputDevice(GraphicsOutputDevice device)
Set the surfaces instance to be used as the target. |
void |
GraphicsRenderPipeline.setGraphicsOutputDevice(GraphicsOutputDevice device)
Register a drawing surface that this pipeline will send its output to. |
void |
DefaultGraphicsPipeline.setGraphicsOutputDevice(GraphicsOutputDevice device)
Register a drawing surface that this pipeline will send its output to. |
Uses of GraphicsOutputDevice in org.j3d.renderer.aviatrix3d.device.input.mouse |
---|
Constructors in org.j3d.renderer.aviatrix3d.device.input.mouse with parameters of type GraphicsOutputDevice | |
---|---|
MouseDevice(GraphicsOutputDevice surface,
java.lang.String name)
Construct a new mouse device that interacts with the given surface, and is named. |
|
MouseManager(GraphicsOutputDevice surface)
Create a basic manager for mice. |
|
MouseTracker(GraphicsOutputDevice surface,
java.lang.String id)
|
Uses of GraphicsOutputDevice in org.j3d.renderer.aviatrix3d.swt.draw2d |
---|
Classes in org.j3d.renderer.aviatrix3d.swt.draw2d that implement GraphicsOutputDevice | |
---|---|
class |
BaseDraw2DSurface
Extended base implementation of the basic drawable surface, but adding in some SWT-specific features. |
class |
DebugDraw2DSurface
Implementation of the most basic drawable surface using Draw2D figure. |
class |
SimpleDraw2DSurface
Implementation of the most basic drawable surface using Draw2D figure. |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |