Uses of Enum
org.scilab.forge.scirenderer.texture.Texture.Wrap
Packages that use Texture.Wrap
-
Uses of Texture.Wrap in org.scilab.forge.scirenderer.texture
Subclasses with type arguments of type Texture.Wrap in org.scilab.forge.scirenderer.textureMethods in org.scilab.forge.scirenderer.texture that return Texture.WrapModifier and TypeMethodDescriptionAbstractTexture.getSWrappingMode()Texture.getSWrappingMode()Wrapping mode on the first texture coordinate getter.AbstractTexture.getTWrappingMode()Texture.getTWrappingMode()Wrapping mode on the second dimension getter.static Texture.WrapReturns the enum constant of this type with the specified name.static Texture.Wrap[]Texture.Wrap.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.scilab.forge.scirenderer.texture with parameters of type Texture.WrapModifier and TypeMethodDescriptionvoidAbstractTexture.setSWrappingMode(Texture.Wrap sWrappingMode) voidTexture.setSWrappingMode(Texture.Wrap wrappingMode) Wrapping mode on the first texture coordinate.voidAbstractTexture.setTWrappingMode(Texture.Wrap tWrappingMode) voidTexture.setTWrappingMode(Texture.Wrap wrappingMode) Wrapping mode on the second texture coordinate.