public class Byte2
extends Object
| java.lang.Object | |
| android.support.v8.renderscript.Byte2 | |
用于将本机RenderScript byte2类型暴露给Android系统的类。
Fields |
|
|---|---|
public byte |
x |
public byte |
y |
Public constructors |
|
|---|---|
Byte2() |
|
Byte2(byte initX, byte initY) |
|
继承方法(Inherited methods) |
|
|---|---|
java.lang.Object
|
|
byte x
byte y
Byte2 ()
Byte2 (byte initX,
byte initY)
| 参数(Parameters) | |
|---|---|
initX |
byte
|
initY |
byte
|