WrapMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WrapMode extends System.Enum
Specifies how a texture or gradient is tiled when it is smaller than the area being filled.
Fields
Field | Description |
---|---|
Tile | Tiles the gradient or texture. |
TileFlipX | Reverses the texture or gradient horizontally and then tiles the texture or gradient. |
TileFlipY | Reverses the texture or gradient vertically and then tiles the texture or gradient. |
TileFlipXY | Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient. |
Clamp | The texture or gradient is not tiled. |
Tile
public static final int Tile
Tiles the gradient or texture.
TileFlipX
public static final int TileFlipX
Reverses the texture or gradient horizontally and then tiles the texture or gradient.
TileFlipY
public static final int TileFlipY
Reverses the texture or gradient vertically and then tiles the texture or gradient.
TileFlipXY
public static final int TileFlipXY
Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
Clamp
public static final int Clamp
The texture or gradient is not tiled.