Android
android.graphics
public static final enum

android.graphics.Shader.TileMode

java.lang.Object
java.lang.Enum<E extends java.lang.Enum<E>> Serializable Comparable<T>
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

      static    Shader.TileMode  valueOf(String name)
    final  static    TileMode[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final Shader.TileMode CLAMP

replicate the edge color if the shader draws outside of its original bounds

public static final Shader.TileMode MIRROR

repeat the shader's image horizontally and vertically, alternating mirror images so that adjacent images always seam

public static final Shader.TileMode REPEAT

repeat the shader's image horizontally and vertically

Public Methods

public static Shader.TileMode valueOf(String name)

public static final TileMode[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48