Uses of Interface
com.luciad.view.opengl.binding.ILcdGLCapabilities
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
Abstract binding for the OpenGL API.
-
Uses of ILcdGLCapabilities in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionTLspViewBuilder.capabilities
(ILcdGLCapabilities aGLCapabilities) Sets the OpenGL capabilities with which to initialize the view.protected TLcdGLDrawableHolder
TLspAWTView.createGLDrawable
(ILcdGLCapabilities aCapabilities, GraphicsDevice aGraphicsDevice, ILcdGLDrawable aShareWith) Creates an ILcdGLDrawable for this view canvas.protected TLcdGLDrawableHolder
TLspSwingView.createGLDrawable
(ILcdGLCapabilities aCapabilities, GraphicsDevice aGraphicsDevice, ILcdGLDrawable aShareWith) Creates an ILcdGLDrawable for this view panel. -
Uses of ILcdGLCapabilities in com.luciad.view.opengl.binding
Modifier and TypeMethodDescriptionILcdGLDrawableFactory.createGLCapabilities()
Creates a new ILcdGLCapabilities object with default parameters.ILcdGLDrawable.getChosenGLCapabilities()
Returns theILcdGLCapabilities
that were used to construct this drawable.Modifier and TypeMethodDescriptionint
ILcdGLCapabilitiesChooser.chooseGLCapabilities
(ILcdGLCapabilities aRequestedCapabilities, ILcdGLCapabilities[] aAvailableCapabilities, int aRecommendedChoice) Given a requested ILcdGLCapabilities and a list of supported capabilities, returns the index of the capabilities to be used for an ILcdGLDrawable that is about to be created.int
TLcdGLCapabilitiesChooser.chooseGLCapabilities
(ILcdGLCapabilities aRequestedCapabilities, ILcdGLCapabilities[] aAvailableCapabilities, int aRecommendedChoice) default TLcdGLDrawableHolder
ILcdGLDrawableFactory.createGLDrawable
(ILcdGLCapabilities aGLCapabilities) Creates a new ILcdGLDrawable with the specified capabilities.default 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 TLcdGLDrawableHolder
ILcdGLDrawableFactory.createGLDrawable
(ILcdGLCapabilities aGLCapabilities, GraphicsDevice aGraphicsDevice) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.default ILcdGLOffScreenDrawable
ILcdGLDrawableFactory.createGLOffScreenDrawable
(int aWidth, int aHeight, ILcdGLCapabilities aGLCapabilities) Creates a new offscreen ILcdGLDrawable with the specified size and capabilities.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) Creates a new ILcdGLDrawable with the specified 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.default TLcdGLDrawableHolder
ILcdGLDrawableFactory.createLightweightGLDrawable
(ILcdGLCapabilities aGLCapabilities, GraphicsDevice aGraphicsDevice) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.