|
Aviatrix3D 2.0 Beta 2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsOutputDevice | |
org.j3d.aviatrix3d.management | Interfaces and classes that provide the high level management of the integration between the scene graph and rendering pipeline. |
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.swt.draw2d | Lightweight output device implementation for SWT's Draw2D framework. |
Uses of GraphicsOutputDevice in org.j3d.aviatrix3d.management |
Methods in org.j3d.aviatrix3d.management with parameters of type GraphicsOutputDevice | |
void |
SingleThreadRenderManager.setGraphicsOutputDevice(GraphicsOutputDevice surface)
Set the graphicsDevice surface that is the output for this render manager. |
Constructors in org.j3d.aviatrix3d.management with parameters of type GraphicsOutputDevice | |
SingleThreadRenderManager(GraphicsRenderPipeline graphicsPipe,
GraphicsOutputDevice graphicsDev)
Constructs a new DefaultRenderManager for a single channel |
|
SingleThreadRenderManager(GraphicsRenderPipeline graphicsPipe,
AudioRenderPipeline audioPipe,
GraphicsOutputDevice graphicsDev,
AudioOutputDevice audioDev)
Constructs a new DefaultRenderManager for a single channel |
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
Extended base implementation of the basic drawable surface, but adding in some SWT-specific features. |
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
Implementation of the surface using SWT that allows for single-shot debugging output.. |
class |
ElumensAWTSurface
A surface which uses the Elumens SPI library to output to curved surfaces. |
class |
ElumensSWTSurface
Implementation of a surface using SWT that can render to an elumens output device. |
class |
SimpleAWTSurface
Implementation of the most basic drawable surface, supporting the minimal number of features. |
class |
SimpleSWTSurface
Implementation of the most basic drawable surface using SWT. |
class |
StereoAWTSurface
Implementation of the most drawable surface, supporting stereo rendering capabilities. |
class |
StereoSWTSurface
Implementation of the most drawable surface, supporting stereo rendering capabilities. |
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.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.0 Beta 2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |