Uses of Interface
com.luciad.view.opengl.binding.ILcdGLCapabilitiesChooser
-
Uses of ILcdGLCapabilitiesChooser in com.luciad.view.opengl.binding
Modifier and TypeClassDescriptionclass
Default implementation of ILcdGLCapabilitiesChooser.Modifier and TypeMethodDescriptiondefault TLcdGLDrawableHolder
ILcdGLDrawableFactory.createGLDrawable
(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser) Creates a new ILcdGLDrawable with the specified capabilities.default TLcdGLDrawableHolder
ILcdGLDrawableFactory.createGLDrawable
(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser, GraphicsDevice aGraphicsDevice) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.ILcdGLDrawableFactory.createGLDrawable
(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser, GraphicsDevice aGraphicsDevice, ILcdGLDrawable aShareWith) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.default ILcdGLOffScreenDrawable
ILcdGLDrawableFactory.createGLOffScreenDrawable
(int aWidth, int aHeight, ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser) Creates a new offscreen ILcdGLDrawable with the specified size and capabilities.ILcdGLDrawableFactory.createGLOffScreenDrawable
(int aWidth, int aHeight, ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser, ILcdGLDrawable aShareWith) Creates a new offscreen ILcdGLDrawable with the specified size and capabilities.default TLcdGLDrawableHolder
ILcdGLDrawableFactory.createLightweightGLDrawable
(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser) Creates a new ILcdGLDrawable with the specified capabilities.default TLcdGLDrawableHolder
ILcdGLDrawableFactory.createLightweightGLDrawable
(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser, GraphicsDevice aGraphicsDevice) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.ILcdGLDrawableFactory.createLightweightGLDrawable
(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser, GraphicsDevice aGraphicsDevice, ILcdGLDrawable aShareWith) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.