abstract static class ShaderAttributeObjectRetained.AttrWrapper
extends java.lang.Object
| Constructor and Description |
|---|
ShaderAttributeObjectRetained.AttrWrapper() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract java.lang.Object |
get()
Returns a copy of the wrapped object
|
(package private) abstract 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) abstract void |
set(java.lang.Object value)
Stores a copy of the specified object in the wrapper object
|
ShaderAttributeObjectRetained.AttrWrapper()
abstract void set(java.lang.Object value)
abstract java.lang.Object get()
abstract java.lang.Object getRef()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.