Byte2public class Byte2 extends Object Class for exposing the native RenderScript byte2 type back to the Android system. |
Fields Summary |
---|
public byte | x | public byte | y |
Constructors Summary |
---|
public Byte2()
| public Byte2(byte initX, byte initY)
x = initX;
y = initY;
|
|