javax.media.j3d
Class ShaderAttributeValueRetained.Tuple3iWrapper

java.lang.Object
  extended by javax.media.j3d.ShaderAttributeObjectRetained.AttrWrapper
      extended by javax.media.j3d.ShaderAttributeValueRetained.ValueWrapper
          extended by javax.media.j3d.ShaderAttributeValueRetained.Tuple3iWrapper
Enclosing class:
ShaderAttributeValueRetained

static class ShaderAttributeValueRetained.Tuple3iWrapper
extends ShaderAttributeValueRetained.ValueWrapper


Field Summary
private  int[] value
           
 
Constructor Summary
ShaderAttributeValueRetained.Tuple3iWrapper()
           
 
Method Summary
(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(java.lang.Object value)
          Stores a copy of the specified object in the wrapper object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private int[] value
Constructor Detail

ShaderAttributeValueRetained.Tuple3iWrapper

ShaderAttributeValueRetained.Tuple3iWrapper()
Method Detail

set

void set(java.lang.Object value)
Description copied from class: ShaderAttributeObjectRetained.AttrWrapper
Stores a copy of the specified object in the wrapper object

Specified by:
set in class ShaderAttributeObjectRetained.AttrWrapper

get

java.lang.Object get()
Description copied from class: ShaderAttributeObjectRetained.AttrWrapper
Returns a copy of the wrapped object

Specified by:
get in class ShaderAttributeObjectRetained.AttrWrapper

getRef

java.lang.Object getRef()
Description copied from class: ShaderAttributeObjectRetained.AttrWrapper
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. It is intended only as a means to pass data down to native methods.

Specified by:
getRef in class ShaderAttributeObjectRetained.AttrWrapper


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.