Uses of Interface
com.luciad.view.opengl.binding.ILcdGLCapabilities
Packages that use 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
Methods in com.luciad.view.lightspeed with parameters of type ILcdGLCapabilitiesModifier and TypeMethodDescriptionTLspViewBuilder.capabilities(ILcdGLCapabilities aGLCapabilities) Sets the OpenGL capabilities with which to initialize the view.protected TLcdGLDrawableHolderTLspAWTView.createGLDrawable(ILcdGLCapabilities aCapabilities, GraphicsDevice aGraphicsDevice, ILcdGLDrawable aShareWith) Creates an ILcdGLDrawable for this view canvas.protected TLcdGLDrawableHolderTLspSwingView.createGLDrawable(ILcdGLCapabilities aCapabilities, GraphicsDevice aGraphicsDevice, ILcdGLDrawable aShareWith) Creates an ILcdGLDrawable for this view panel. -
Uses of ILcdGLCapabilities in com.luciad.view.opengl.binding
Methods in com.luciad.view.opengl.binding that return ILcdGLCapabilitiesModifier and TypeMethodDescriptionILcdGLDrawableFactory.createGLCapabilities()Creates a new ILcdGLCapabilities object with default parameters.ILcdGLDrawable.getChosenGLCapabilities()Returns theILcdGLCapabilitiesthat were used to construct this drawable.Methods in com.luciad.view.opengl.binding with parameters of type ILcdGLCapabilitiesModifier and TypeMethodDescriptionintILcdGLCapabilitiesChooser.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.intTLcdGLCapabilitiesChooser.chooseGLCapabilities(ILcdGLCapabilities aRequestedCapabilities, ILcdGLCapabilities[] aAvailableCapabilities, int aRecommendedChoice) default TLcdGLDrawableHolderILcdGLDrawableFactory.createGLDrawable(ILcdGLCapabilities aGLCapabilities) Creates a new ILcdGLDrawable with the specified capabilities.default 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 TLcdGLDrawableHolderILcdGLDrawableFactory.createGLDrawable(ILcdGLCapabilities aGLCapabilities, GraphicsDevice aGraphicsDevice) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.default ILcdGLOffScreenDrawableILcdGLDrawableFactory.createGLOffScreenDrawable(int aWidth, int aHeight, ILcdGLCapabilities aGLCapabilities) Creates a new offscreen ILcdGLDrawable with the specified size and capabilities.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) Creates a new ILcdGLDrawable with the specified 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.default TLcdGLDrawableHolderILcdGLDrawableFactory.createLightweightGLDrawable(ILcdGLCapabilities aGLCapabilities, GraphicsDevice aGraphicsDevice) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.