Most visited

Recently visited

Added in API level 11

Byte3

public class Byte3
extends Object

java.lang.Object
    android.renderscript.Byte3


用于将原生RenderScript byte3类型暴露给Android系统的类。

摘要(Summary)

Fields

public byte x

public byte y

public byte z

Public constructors

Byte3()
Byte3(byte initX, byte initY, byte initZ)

继承方法(Inherited methods)

From class java.lang.Object

Fields

x

Added in API level 11
byte x

y

Added in API level 11
byte y

z

Added in API level 11
byte z

Public constructors

Byte3

Added in API level 11
Byte3 ()

Byte3

Added in API level 14
Byte3 (byte initX, 
                byte initY, 
                byte initZ)

参数(Parameters)
initX byte
initY byte
initZ byte

Hooray!