javax.media.j3d
Class ShaderAttributeArrayRetained.ArrayWrapper

java.lang.Object
  extended by javax.media.j3d.ShaderAttributeObjectRetained.AttrWrapper
      extended by javax.media.j3d.ShaderAttributeArrayRetained.ArrayWrapper
Direct Known Subclasses:
ShaderAttributeArrayRetained.FloatArrayWrapper, ShaderAttributeArrayRetained.IntegerArrayWrapper, ShaderAttributeArrayRetained.Matrix3fArrayWrapper, ShaderAttributeArrayRetained.Matrix4fArrayWrapper, ShaderAttributeArrayRetained.Tuple2fArrayWrapper, ShaderAttributeArrayRetained.Tuple2iArrayWrapper, ShaderAttributeArrayRetained.Tuple3fArrayWrapper, ShaderAttributeArrayRetained.Tuple3iArrayWrapper, ShaderAttributeArrayRetained.Tuple4fArrayWrapper, ShaderAttributeArrayRetained.Tuple4iArrayWrapper
Enclosing class:
ShaderAttributeArrayRetained

abstract static class ShaderAttributeArrayRetained.ArrayWrapper
extends ShaderAttributeObjectRetained.AttrWrapper


Field Summary
(package private)  int length
           
 
Constructor Summary
ShaderAttributeArrayRetained.ArrayWrapper()
           
 
Method Summary
(package private)  int length()
          Returns the length of the array
(package private) abstract  void set(int index, java.lang.Object value)
          Sets the specified array element of the value of this shader attribute to the specified value.
 
Methods inherited from class javax.media.j3d.ShaderAttributeObjectRetained.AttrWrapper
get, getRef, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

int length
Constructor Detail

ShaderAttributeArrayRetained.ArrayWrapper

ShaderAttributeArrayRetained.ArrayWrapper()
Method Detail

length

int length()
Returns the length of the array


set

abstract void set(int index,
                  java.lang.Object value)
Sets the specified array element of the value of this shader attribute to the specified value.



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