to top
Android APIs
Added in API level 11
Deprecated since API level 16
public static class

ProgramFragment.Builder

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

This class was deprecated in API level 16.
in API 16

Summary

Public Constructors

? Examples
ProgramFragment.Builder( RenderScript rs)
This constructor was deprecated in API level 16. in API 16 Create a builder object.
Public Methods

? Examples
ProgramFragment create()
This method was deprecated in API level 16. 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)

Added in API level 11

This constructor was deprecated in API level 16.
in API 16 Create a builder object.

Parameters
rs Context to which the program will belong.

Public Methods

public ProgramFragment create ()

Added in API level 11

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

Returns
  • ProgramFragment
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.