android.renderscript
Class Byte4

java.lang.Object
  extended by android.renderscript.Byte4

public class Byte4
extends Object


Field Summary
 byte w
           
 byte x
           
 byte y
           
 byte z
           
 
Constructor Summary
Byte4()
           
Byte4(byte initX, byte initY, byte initZ, byte initW)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public byte x

y

public byte y

z

public byte z

w

public byte w
Constructor Detail

Byte4

public Byte4()

Byte4

public Byte4(byte initX,
             byte initY,
             byte initZ,
             byte initW)


Copyright © 2008-2012. All Rights Reserved.