Uses of Interface
com.luciad.view.opengl.binding.ILcdGLDrawable
Packages that use ILcdGLDrawable
Package
Description
Painters for OpenFlight models.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides support for OpenGL-based 2D and 3D visualization of data.
Contains view world transformations.
Provides support for handling user interaction on an
ILspView.Provides controllers for the manipulation of domain objects in a view.
Provides controls for navigation in a Lightspeed view.
This package provides support for measuring distances in a view.
Provides functionality for selection of domain objects in a view.
Provides controller implementations that work with touch input instead of
mouse input.
Provides layering support for
ILspView.Provides support for visualizing
ILcdGXYLayer instances in an
ILspView.Painter interfaces and implementations for visualizing objects in an
ILspView.Provides support for the visualization of density plots.
Provides support for painting labels for objects.
Provides a painting support for 3D meshes.
Provides support for painting of vector shapes.
Provides a mechanism for caching OpenGL resources used in a
view.
This package provides
vertex arrays and the vertex array renderer.Contains utility classes related to Lightspeed views.
Contains convenience classes for working with the OpenGL Shading Language
(GLSL).
Provides an abstraction of OpenGL state.
Describes the concept of a "render target", which is the destination framebuffer of OpenGL rendering
operation.
Provides support for working with textures.
Contains a utility class for drawing text to a ILcdGLDrawable using a "texture font".
Abstract binding for the OpenGL API.
This package contains a painter that visualizes
ALcdWMSProxy
instances in a Lightspeed view using a tiled approach.-
Uses of ILcdGLDrawable in com.luciad.format.object3d.openflight.lightspeed
Methods in com.luciad.format.object3d.openflight.lightspeed with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionvoidTLspOpenFlight3DIcon.paint(ILspGLState aGLState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) TLspOpenFlightPainter.paintObjects(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) -
Uses of ILcdGLDrawable in com.luciad.tea.lightspeed.los.view
Methods in com.luciad.tea.lightspeed.los.view with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionTLspLOSCoveragePainter.paintObjects(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return ILcdGLDrawableModifier and TypeMethodDescriptionALspAWTView.getGLDrawable()default ILcdGLDrawableILspView.getGLDrawable()Returns the OpenGL drawable associated with this view.TLspFXView.getGLDrawable()TLspOffscreenView.getGLDrawable()Methods in com.luciad.view.lightspeed with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionprotected 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.booleanTLspOpenGLProfile.isCompatible(ILcdGLDrawable aGLDrawable) Determines whether or not the suppliedILcdGLDrawablemeets all the requirements of this OpenGL profile.static booleanTLspOpenGLProfile.isExtensionAvailable(ILcdGLDrawable aGLDrawable, String aExtension) Determines whether the specified OpenGL extension is supported in the givenILcdGLDrawable.voidALspViewAdapter.postInit(ILspView aView, ILcdGLDrawable aGLDrawable) voidILspViewListener.postInit(ILspView aView, ILcdGLDrawable aGLDrawable) Called after the view is initialized to initialize this listener.voidALspViewAdapter.postPaintPhase(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) voidILspViewListener.postPaintPhase(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) Called after the view's layers are painted for the given paint phase.voidALspViewAdapter.postRender(ILspView aView, ILcdGLDrawable aGLDrawable) voidILspViewListener.postRender(ILspView aView, ILcdGLDrawable aGLDrawable) Called after the view's layers are rendered.voidALspViewAdapter.preDispose(ILspView aView, ILcdGLDrawable aGLDrawable) voidILspViewListener.preDispose(ILspView aView, ILcdGLDrawable aGLDrawable) Called before the view is disposed to dispose of any resources held by this listener.voidALspViewAdapter.prePaintPhase(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) voidILspViewListener.prePaintPhase(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) Called before the view's layers are painted for the given paint phase.voidALspViewAdapter.preRender(ILspView aView, ILcdGLDrawable aGLDrawable) voidILspViewListener.preRender(ILspView aView, ILcdGLDrawable aGLDrawable) Called before the view's layers are rendered.TLspViewBuilder.shareGLContext(ILcdGLDrawable aGLDrawable) Sets anILcdGLDrawablewith which new views should share an OpenGL context. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.camera
Methods in com.luciad.view.lightspeed.camera with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionabstract voidALspViewXYZWorldTransformation.apply(ILcdGLDrawable aGLDrawable) Applies the current world-to-view transformation to the specifiedILcdGLDrawable.voidTLspViewXYZWorldTransformation2D.apply(ILcdGLDrawable aGLDrawable) voidTLspViewXYZWorldTransformation3D.apply(ILcdGLDrawable aGLDrawable) abstract voidALspViewXYZWorldTransformation.applyLocalOrigin(ILcdGLDrawable aGLDrawable, ILcdPoint aOrigin) Modifies the OpenGLMODELVIEWmatrix so that the given point is the origin.voidTLspViewXYZWorldTransformation2D.applyLocalOrigin(ILcdGLDrawable aGLDrawable, ILcdPoint aOrigin) Modifies the OpenGLMODELVIEWmatrix so that the given point is the origin.voidTLspViewXYZWorldTransformation3D.applyLocalOrigin(ILcdGLDrawable aGLDrawable, ILcdPoint aOrigin) Applies a local coordinate origin to the viewer.abstract voidALspViewXYZWorldTransformation.restoreLocalOrigin(ILcdGLDrawable aGLDrawable) Undoes a previously applied local coordinate origin.voidTLspViewXYZWorldTransformation2D.restoreLocalOrigin(ILcdGLDrawable aGLDrawable) Restores the OpenGLMODELVIEWmatrix stack so that the local origin is again (0,0,0).voidTLspViewXYZWorldTransformation3D.restoreLocalOrigin(ILcdGLDrawable aGLDrawable) Undoes a previously applied local coordinate origin. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.controller
Methods in com.luciad.view.lightspeed.controller with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionALspController.paint(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) Paints the visual feedback of this controller.ILspController.paint(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) Paints the visual feedback of this controller.protected TLspPaintProgressALspController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) The specific implementation ofpaintfor this controller. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.controller.manipulation
Methods in com.luciad.view.lightspeed.controller.manipulation with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionTLspCreateController.paint(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgressTLspInteractiveLabelsController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.controller.ruler
Methods in com.luciad.view.lightspeed.controller.ruler with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionTLspRulerController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.controller.selection
Methods in com.luciad.view.lightspeed.controller.selection with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionprotected TLspPaintProgressTLspSelectController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.controller.touch
Methods in com.luciad.view.lightspeed.controller.touch with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionTLspTouchSelectEditController.paint(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgressALspTouchController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgressTLspTouchAndHoldActionController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgressTLspTouchAndHoldActionController.paintTouchAndHoldIndication(ILcdGLDrawable aGLDrawable) This method will be called in the paint method while the touch and hold is detected and not released. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionILspPaintableLayer.paint(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Renders the specified paint representation of this layer into a view.TLspLayer.paint(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionTLspGXYLayerAdapter.paint(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Deprecated. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.painter
Methods in com.luciad.view.lightspeed.painter with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionILspPainter.paintObjects(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) Paints the specified groups of objects into a view. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.painter.density
Methods in com.luciad.view.lightspeed.painter.density with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionTLspDensityPainter.paintObjects(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) Deprecated. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.painter.label
Methods in com.luciad.view.lightspeed.painter.label with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionTLspLabelPainter.paintObjects(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.painter.mesh
Methods in com.luciad.view.lightspeed.painter.mesh with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionvoidILsp3DIcon.paint(ILspGLState aIconState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) Paints the icon to the specified ILcdGLDrawable.voidTLspBounds3DIcon.paint(ILspGLState aGLState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) final voidTLspMesh3DIcon.paint(ILspGLState aIconTransformationState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) Paints the icon to the specified ILcdGLDrawable.TLsp3DMeshPainter.paintObjects(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) Deprecated. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.painter.shape
Methods in com.luciad.view.lightspeed.painter.shape with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionTLspShapePainter.paintObjects(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.services.glcache
Methods in com.luciad.view.lightspeed.services.glcache with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionvoidALspGLResource.bind(ILcdGLDrawable aGLDrawable) Binds this GL resource for use with the givenILcdGLDrawable.voidALspGLResource.destroy(ILcdGLDrawable aGLDrawable) Destroys the OpenGL resource so that it becomes no longer available nor valid to use.voidILspGLResourceCache.destroy(ILcdGLDrawable aGLDrawable) Frees all resources stored in the cache.voidALspGLResource.unbind(ILcdGLDrawable aGLDrawable) Unbinds this GL resource from the givenILcdGLDrawable. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.services.vertexarray
Methods in com.luciad.view.lightspeed.services.vertexarray with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionvoidILspVertexArrayRenderer.applyLocalOrigin(ILcdGLDrawable aGLDrawable, ILspView aView, ILcdPoint aPoint) Applies the given point as the local origin.voidILspVertexArrayRenderer.dispose(ILcdGLDrawable aGLDrawable) Disposes this vertex array renderer.voidILspVertexArrayRenderer.init(ILcdGLDrawable aGLDrawable) Initializes this vertex array renderer.voidILspVertexArrayRenderer.popGLState(ILcdGLDrawable aGLDrawable) Removes the last pushed state from the stack.voidILspVertexArrayRenderer.pushGLState(ILcdGLDrawable aGLDrawable, ILspGLState aGLState) Pushes a state object on stack.voidILspVertexArrayRenderer.restoreLocalOrigin(ILcdGLDrawable aGLDrawable, ILspView aView, ILcdPoint aPoint) Restores a previously set local origin.voidILspVertexArrayRenderer.submitVertexArray(ILcdGLDrawable aGLDrawable, ILspView aView, ILspVertexArray aArray) Submits a vertex array to be rendered with the sequence of states pushed using thepushGLStatemethod. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.util
Methods in com.luciad.view.lightspeed.util with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionstatic voidTLspViewPaintUtil.beginOrthoRendering(ILcdGLDrawable aGLDrawable) Sets up orthographic rendering such that OpenGL coordinates match pixel coordinates in the givenILcdGLDrawable.static voidTLspViewPaintUtil.endOrthoRendering(ILcdGLDrawable aGLDrawable) Undoes a previously set orthographic projection.static StringTLspPlatformInfo.getReport(ILcdGLDrawable aGLDrawable) Returns a string containing a detailed report with information about the platform on which the givenILcdGLDrawableis running. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.util.opengl.glsl
Methods in com.luciad.view.lightspeed.util.opengl.glsl with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionvoidTLspShaderProgram.bind(ILcdGLDrawable aGLDrawable) voidTLspSimpleShaderProgram.bind(ILcdGLDrawable aGLDrawable) voidTLspShaderProgram.destroy(ILcdGLDrawable aGLDrawable) voidTLspSimpleShaderProgram.destroy(ILcdGLDrawable aGLDrawable) Destroy the shader program and all shaders attached to it.voidTLspShaderProgram.unbind(ILcdGLDrawable aGLDrawable) voidTLspSimpleShaderProgram.unbind(ILcdGLDrawable aGLDrawable) -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.util.opengl.glstate
Methods in com.luciad.view.lightspeed.util.opengl.glstate with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionvoidILspGLState.cleanUp(ILcdGLDrawable aGLDrawable) Reverts any settings that have been set insetUp().voidILspGLState.setUp(ILcdGLDrawable aGLDrawable) Applies the OpenGL state to the given drawable. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.util.opengl.rendertarget
Methods in com.luciad.view.lightspeed.util.opengl.rendertarget with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionvoidILspRenderTarget.bind(ILcdGLDrawable aGLDrawable) Binds the render target for use.voidTLspTextureRenderTarget.bind(ILcdGLDrawable aGLDrawable) voidILspRenderTarget.destroy(ILcdGLDrawable aGLDrawable) Destroys the render target.voidTLspTextureRenderTarget.destroy(ILcdGLDrawable aGLDrawable) voidILspRenderTarget.init(ILcdGLDrawable aGLDrawable) Initializes the render target.voidTLspTextureRenderTarget.init(ILcdGLDrawable aGLDrawable) voidILspRenderTarget.unbind(ILcdGLDrawable aGLDrawable) Unbinds the render target.voidTLspTextureRenderTarget.unbind(ILcdGLDrawable aGLDrawable) voidTLspTextureRenderTarget.useColorTexture(ILcdGLDrawable aGLDrawable) Binds the texture for use. -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.util.opengl.texture
Methods in com.luciad.view.lightspeed.util.opengl.texture with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionvoidALspTextureObject.bind(ILcdGLDrawable aGLDrawable) Binds the texture object to its appropriate target.voidTLsp2DImageTextureObject.bind(ILcdGLDrawable aGLDrawable) voidALspTextureObject.destroy(ILcdGLDrawable aGLDrawable) Deletes the texture object owned by thisALspTextureObject.voidTLsp2DImageTextureObject.destroy(ILcdGLDrawable aGLDrawable) protected voidALspTextureObject.init(ILcdGLDrawable aGLDrawable) Creates a new OpenGL texture object.protected voidTLsp2DImageTextureObject.init(ILcdGLDrawable aGLDrawable) voidALspTextureObject.unbind(ILcdGLDrawable aGLDrawable) Unbinds the texture object from its target (by binding texture object 0). -
Uses of ILcdGLDrawable in com.luciad.view.lightspeed.util.opengl.texturefont
Methods in com.luciad.view.lightspeed.util.opengl.texturefont with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionvoidTLspTextureFont.bind(ILcdGLDrawable aGLDrawable) voidTLspTextureFont.destroy(ILcdGLDrawable aGLDrawable) voidTLspTextureFont.drawString(ILcdGLDrawable aGLDrawable, double aX, double aY, double aZ, double aSize, String aString) Draws a string at the specified location and with the given size.voidTLspTextureFont.drawString(ILcdGLDrawable aGLDrawable, double aX, double aY, double aZ, String aString) Draws a string at the specified location with the font's native size.voidTLspTextureFont.drawString(ILcdGLDrawable aGLDrawable, ILcdPoint aLocation, ILcdBounds aBounds, double aSize, String aString, TLspContext aContext) Draws a string at the specified location and with the given size.voidTLspTextureFont.drawString(ILcdGLDrawable aGLDrawable, ILcdPoint aLocation, String aString) Draws a string at the specified location with the font's native size.voidTLspTextureFont.drawStrings(ILcdGLDrawable aGLDrawable, List<ILcdPoint> aPositions, List<ILcdBounds> aBounds, double aSize, List<String> aStrings, TLspContext aContext) voidTLspTextureFont.unbind(ILcdGLDrawable aGLDrawable) -
Uses of ILcdGLDrawable in com.luciad.view.opengl.binding
Subinterfaces of ILcdGLDrawable in com.luciad.view.opengl.bindingModifier and TypeInterfaceDescriptioninterfaceRepresents an ILcdGLDrawable which is associated with an externally created OpenGL context.interfaceILcdGLDrawable that works on an offscreen image rather than a visible GUI component.Methods in com.luciad.view.opengl.binding that return ILcdGLDrawableModifier and TypeMethodDescriptiondefault ILcdGLDrawableILcdGLDrawableFactory.createJavaFXDrawable()Creates a newILcdGLDrawablefor use in JavaFX applications.default ILcdGLDrawableILcdGLDrawableFactory.createJavaFXDrawable(int aWidth, int aHeight) Creates a newILcdGLDrawablewith the specified size, for use in JavaFX applications.TLcdGLDrawableHolder.getGLDrawable()Returns an ILcdGLDrawable.Methods in com.luciad.view.opengl.binding with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionILcdGLDrawableFactory.createGLDrawable(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser, GraphicsDevice aGraphicsDevice, ILcdGLDrawable aShareWith) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.static PropertiesTLcdGLInformationUtil.createGLInformation(ILcdGLDrawable aGLDrawable) Returns a properties object containing information about the underlying OpenGL implementation that is being used.ILcdGLDrawableFactory.createGLOffScreenDrawable(int aWidth, int aHeight, ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser, ILcdGLDrawable aShareWith) Creates a new offscreen ILcdGLDrawable with the specified size and capabilities.ILcdGLDrawableFactory.createLightweightGLDrawable(ILcdGLCapabilities aGLCapabilities, ILcdGLCapabilitiesChooser aGLCapabilitiesChooser, GraphicsDevice aGraphicsDevice, ILcdGLDrawable aShareWith) Creates a new ILcdGLDrawable with the specified capabilities for the given GraphicsDevice.voidALcdGLEventAdapter.display(ILcdGLDrawable aDrawable) voidILcdGLEventListener.display(ILcdGLDrawable aDrawable) Called by the ILcdGLDrawable when it requires repainting.voidALcdGLEventAdapter.dispose(ILcdGLDrawable aDrawable) voidILcdGLEventListener.dispose(ILcdGLDrawable aDrawable) voidALcdGLEventAdapter.init(ILcdGLDrawable aDrawable) voidILcdGLEventListener.init(ILcdGLDrawable aDrawable) Called by the ILcdGLDrawable after its OpenGL context has been initialized.voidALcdGLEventAdapter.postDisplay(ILcdGLDrawable aDrawable) default voidILcdGLEventListener.postDisplay(ILcdGLDrawable aDrawable) voidALcdGLEventAdapter.preDisplay(ILcdGLDrawable aDrawable) default voidILcdGLEventListener.preDisplay(ILcdGLDrawable aDrawable) voidALcdGLEventAdapter.reshape(ILcdGLDrawable aDrawable, int aX, int aY, int aWidth, int aHeight) voidILcdGLEventListener.reshape(ILcdGLDrawable aDrawable, int aX, int aY, int aWidth, int aHeight) Called by the ILcdGLDrawable when it has been resized.booleanILcdGLRunnable.run(ILcdGLDrawable aGLDrawable) This method is called byinvokeAndWait(ILcdGLRunnable)orinvokeLater(ILcdGLRunnable).Constructors in com.luciad.view.opengl.binding with parameters of type ILcdGLDrawableModifierConstructorDescriptionTLcdGLDrawableHolder(Component aComponent, ILcdGLDrawable aGLDrawable) Creates a new drawable holder -
Uses of ILcdGLDrawable in com.luciad.wms.client.lightspeed.tiled
Methods in com.luciad.wms.client.lightspeed.tiled with parameters of type ILcdGLDrawableModifier and TypeMethodDescriptionTLspTiledWMSProxyPainter.paintObjects(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext)