|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.WrapMode
public final class WrapMode
Specifies how a texture or gradient is tiled when it is smaller than the area being filled.
Field Summary | |
---|---|
static int |
Clamp
The texture or gradient is not tiled. |
static int |
Tile
Tiles the gradient or texture. |
static int |
TileFlipX
Reverses the texture or gradient horizontally and then tiles the texture or gradient. |
static int |
TileFlipXY
Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient. |
static int |
TileFlipY
Reverses the texture or gradient vertically and then tiles the texture or gradient. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int Clamp
The texture or gradient is not tiled.
public static final int Tile
Tiles the gradient or texture.
public static final int TileFlipX
Reverses the texture or gradient horizontally and then tiles the texture or gradient.
public static final int TileFlipXY
Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
public static final int TileFlipY
Reverses the texture or gradient vertically and then tiles the texture or gradient.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |