to top
Android APIs
public static class

ProgramFragment.Builder

extends Program.BaseProgramBuilder
java.lang.Object
   ↳ android.renderscript.Program.BaseProgramBuilder
     ↳ android.renderscript.ProgramFragment.Builder

This class is deprecated.
in API 16

Summary

Public Constructors
ProgramFragment.Builder(RenderScript rs)
This constructor is deprecated. in API 16 Create a builder object.
Public Methods
ProgramFragment create()
This method is deprecated. in API 16 Creates ProgramFragment from the current state of the builder
[Expand]
Inherited Methods
From class android.renderscript.Program.BaseProgramBuilder
From class java.lang.Object

Public Constructors

public ProgramFragment.Builder (RenderScript rs)

Since: API Level 11

This constructor is deprecated.
in API 16 Create a builder object.

Parameters
rs Context to which the program will belong.

Public Methods

public ProgramFragment create ()

Since: API Level 11

This method is deprecated.
in API 16 Creates ProgramFragment from the current state of the builder

Returns
  • ProgramFragment