Most visited

Recently visited

Script.FieldBase

public static class Script.FieldBase
extends Object

java.lang.Object
    android.support.v8.renderscript.Script.FieldBase


仅用于生成反射代码。

摘要(Summary)

Fields

protected Allocation mAllocation

protected Element mElement

Protected constructors

Script.FieldBase()

公共方法(Public methods)

Allocation getAllocation()
Element getElement()
Type getType()
void updateAllocation()

Protected methods

void init(RenderScript rs, int dimx)
void init(RenderScript rs, int dimx, int usages)

继承方法(Inherited methods)

From class java.lang.Object

Fields

mAllocation

Allocation mAllocation

mElement

Element mElement

Protected constructors

Script.FieldBase

Script.FieldBase ()

公共方法(Public methods)

getAllocation

Allocation getAllocation ()

返回(Returns)
Allocation

getElement

Element getElement ()

返回(Returns)
Element

getType

Type getType ()

返回(Returns)
Type

updateAllocation

void updateAllocation ()

Protected methods

init

void init (RenderScript rs, 
                int dimx)

参数(Parameters)
rs RenderScript
dimx int

init

void init (RenderScript rs, 
                int dimx, 
                int usages)

参数(Parameters)
rs RenderScript
dimx int
usages int

Hooray!