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 class

Sampler.Builder

extends Object
java.lang.Object
   ↳ android.support.v8.renderscript.Sampler.Builder

Class Overview

Builder for creating non-standard samplers. This is only necessary if a Sampler with different min and mag modes is desired.

Summary

Public Constructors
Sampler.Builder ( RenderScript rs)
Public Methods
Sampler create ()
void setAnisotropy (float v)
void setMagnification ( Sampler.Value v)
void setMinification ( Sampler.Value v)
void setWrapS ( Sampler.Value v)
void setWrapT ( Sampler.Value v)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Sampler.Builder ( RenderScript rs)

Public Methods

public Sampler create ()

public void setAnisotropy (float v)

public void setMagnification ( Sampler.Value v)

public void setMinification ( Sampler.Value v)

public void setWrapS ( Sampler.Value v)

public void setWrapT ( Sampler.Value v)