Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static final enum

Sampler.Value

extends Enum <E extends  Enum <E>>
java.lang.Object
   ↳ java.lang.Enum <E extends  java.lang.Enum <E>>
     ↳ android.support.v8.renderscript.Sampler.Value

Summary

Enum Values
Sampler.Value   CLAMP   
Sampler.Value   LINEAR   
Sampler.Value   LINEAR_MIP_LINEAR   
Sampler.Value   LINEAR_MIP_NEAREST   
Sampler.Value   MIRRORED_REPEAT   
Sampler.Value   NEAREST   
Sampler.Value   WRAP   
Public Methods
static Sampler.Value valueOf ( String name)
final static Value[] values ()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Sampler.Value CLAMP

public static final Sampler.Value LINEAR

public static final Sampler.Value LINEAR_MIP_LINEAR

public static final Sampler.Value LINEAR_MIP_NEAREST

public static final Sampler.Value MIRRORED_REPEAT

public static final Sampler.Value NEAREST

public static final Sampler.Value WRAP

Public Methods

public static Sampler.Value valueOf ( String name)

public static final Value[] values ()