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 TypeClassDescriptionclassDefault implementation of ILcdGLCapabilitiesChooser.Methods in com.luciad.view.opengl.binding with parameters of type ILcdGLCapabilitiesChooserModifier and TypeMethodDescriptiondefault TLcdGLDrawableHolderILcdGLDrawableFactory.createGLDrawable(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser) Creates a new ILcdGLDrawable with the specified capabilities.default TLcdGLDrawableHolderILcdGLDrawableFactory.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 ILcdGLOffScreenDrawableILcdGLDrawableFactory.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 TLcdGLDrawableHolderILcdGLDrawableFactory.createLightweightGLDrawable(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser) Creates a new ILcdGLDrawable with the specified capabilities.default TLcdGLDrawableHolderILcdGLDrawableFactory.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.