Uses of Class
com.luciad.view.lightspeed.util.opengl.texture.ALsp2DTextureObject
Packages that use ALsp2DTextureObject
Package
Description
Provides a generic model for styles.
Provides support for working with textures.
-
Uses of ALsp2DTextureObject in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return ALsp2DTextureObjectModifier and TypeMethodDescriptionILspTexturedStyle.getTextureObject()
Returns the texture object to be used.TLspFillStyle.getTextureObject()
TLspLineStyle.getTextureObject()
Methods in com.luciad.view.lightspeed.style with parameters of type ALsp2DTextureObjectModifier and TypeMethodDescriptionILspTexturedStyle.Builder.textureObject
(ALsp2DTextureObject aTextureObject) Specifies the texture object to be used.TLspFillStyle.Builder.textureObject
(ALsp2DTextureObject aTextureObject) TLspLineStyle.Builder.textureObject
(ALsp2DTextureObject aTextureObject) -
Uses of ALsp2DTextureObject in com.luciad.view.lightspeed.util.opengl.texture
Subclasses of ALsp2DTextureObject in com.luciad.view.lightspeed.util.opengl.textureModifier and TypeClassDescriptionclass
Texture object representation of a buffered image.