android.graphics
public
static
final
enum
android.graphics.Shader.TileMode
Summary
Enum Values
Shader.TileMode |
CLAMP |
replicate the edge color if the shader draws outside of its
original bounds
|
Shader.TileMode |
MIRROR |
repeat the shader's image horizontally and vertically, alternating
mirror images so that adjacent images always seam
|
Shader.TileMode |
REPEAT |
repeat the shader's image horizontally and vertically
|
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
replicate the edge color if the shader draws outside of its
original bounds
repeat the shader's image horizontally and vertically, alternating
mirror images so that adjacent images always seam
repeat the shader's image horizontally and vertically
Public Methods