|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Texture.Wrap | |
|---|---|
| org.scilab.forge.scirenderer.texture | |
| Uses of Texture.Wrap in org.scilab.forge.scirenderer.texture |
|---|
| Methods in org.scilab.forge.scirenderer.texture that return Texture.Wrap | |
|---|---|
Texture.Wrap |
AbstractTexture.getSWrappingMode()
|
Texture.Wrap |
Texture.getSWrappingMode()
Wrapping mode on the first texture coordinate getter. |
Texture.Wrap |
AbstractTexture.getTWrappingMode()
|
Texture.Wrap |
Texture.getTWrappingMode()
Wrapping mode on the second dimension getter. |
static Texture.Wrap |
Texture.Wrap.valueOf(java.lang.String name)
Returns 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.Wrap | |
|---|---|
void |
AbstractTexture.setSWrappingMode(Texture.Wrap sWrappingMode)
|
void |
Texture.setSWrappingMode(Texture.Wrap wrappingMode)
Wrapping mode on the first texture coordinate. |
void |
AbstractTexture.setTWrappingMode(Texture.Wrap tWrappingMode)
|
void |
Texture.setTWrappingMode(Texture.Wrap wrappingMode)
Wrapping mode on the second texture coordinate. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||