static class ShaderAttributeArrayRetained.Tuple4fArrayWrapper extends ShaderAttributeArrayRetained.ArrayWrapper
| Modifier and Type | Field and Description |
|---|---|
private float[] |
value |
length| Constructor and Description |
|---|
ShaderAttributeArrayRetained.Tuple4fArrayWrapper() |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Object |
get()
Returns a copy of the wrapped object
|
(package private) java.lang.Object |
getRef()
Returns a reference to the internal primitive array used to
wrap the object; note that the caller of this method must
treat the data as read-only.
|
(package private) void |
set(int index,
java.lang.Object value)
Sets the specified array element of the value of this
shader attribute to the specified value.
|
(package private) void |
set(java.lang.Object value)
Stores a copy of the specified object in the wrapper object
|
lengthShaderAttributeArrayRetained.Tuple4fArrayWrapper()
void set(java.lang.Object value)
ShaderAttributeObjectRetained.AttrWrapperset in class ShaderAttributeObjectRetained.AttrWrappervoid set(int index,
java.lang.Object value)
ShaderAttributeArrayRetained.ArrayWrapperset in class ShaderAttributeArrayRetained.ArrayWrapperjava.lang.Object get()
ShaderAttributeObjectRetained.AttrWrapperget in class ShaderAttributeObjectRetained.AttrWrapperjava.lang.Object getRef()
ShaderAttributeObjectRetained.AttrWrappergetRef in class ShaderAttributeObjectRetained.AttrWrapperCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.