Uses of Class
omix.lang.Texture.Scaling
Package | Description |
---|---|
omix.lang |
This package contains types used in OVL.
|
-
Uses of Texture.Scaling in omix.lang
Methods in omix.lang that return Texture.Scaling Modifier and Type Method Description Texture.Scaling
Texture. getScaling()
static Texture.Scaling
Texture.Scaling. valueOf(String name)
Returns the enum constant of this type with the specified name.static Texture.Scaling[]
Texture.Scaling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in omix.lang with parameters of type Texture.Scaling Constructor Description Texture(Image image, Texture.Scaling scaling)
The same as Texture(image, scaling, true)Texture(Image image, Texture.Scaling scaling, boolean centered)
creates a new texture from image with the specified scaling and centering