Uses of Enum Class
com.luciad.view.lightspeed.style.ILspTexturedStyle.TextureCoordinatesMode
Packages that use ILspTexturedStyle.TextureCoordinatesMode
-
Uses of ILspTexturedStyle.TextureCoordinatesMode in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return ILspTexturedStyle.TextureCoordinatesModeModifier and TypeMethodDescriptionILspTexturedStyle.getTextureCoordinatesMode()
Specifies whether the texture coordinates computed to apply the texture map should be relative to the bounds of the object or relative to the world.TLspFillStyle.getTextureCoordinatesMode()
TLspLineStyle.getTextureCoordinatesMode()
Returns the enum constant of this class with the specified name.ILspTexturedStyle.TextureCoordinatesMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.style with parameters of type ILspTexturedStyle.TextureCoordinatesModeModifier and TypeMethodDescriptionILspTexturedStyle.Builder.textureCoordinatesMode
(ILspTexturedStyle.TextureCoordinatesMode aMode) Specifies whether the texture coordinates computed to apply the texture map should be relative to the bounds of the object or not.TLspFillStyle.Builder.textureCoordinatesMode
(ILspTexturedStyle.TextureCoordinatesMode aMode) Specifies whether the texture coordinates computed to apply the texture map should be relative to the bounds of the object or not.TLspLineStyle.Builder.textureCoordinatesMode
(ILspTexturedStyle.TextureCoordinatesMode aMode)