Uses of Interface
com.luciad.view.opengl.binding.ILcdGLCapabilitiesChooser
Packages that use ILcdGLCapabilitiesChooser
-
Uses of ILcdGLCapabilitiesChooser in com.luciad.view.opengl.binding
Classes in com.luciad.view.opengl.binding that implement ILcdGLCapabilitiesChooserModifier and TypeClassDescriptionclass
Default implementation of ILcdGLCapabilitiesChooser.Methods in com.luciad.view.opengl.binding with parameters of type ILcdGLCapabilitiesChooserModifier 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.