Uses of Class
net.jbeans.j3d.data.AttributeArray

Packages that use AttributeArray
net.jbeans.j3d.data   
 

Uses of AttributeArray in net.jbeans.j3d.data
 

Subclasses of AttributeArray in net.jbeans.j3d.data
 class ColorLookupTable
          generally describe ColorLookupTable in here
 class DefaultColorLookupTable
          DefaultColorLookupTable is an object that maps scalar values into rgba (red-green-blue-alpha transparency) color specification, or rgba into scalar values.
 class LookupTable
          LookupTable is an object that map scalar values into other scalar or vector values.
 

Methods in net.jbeans.j3d.data that return AttributeArray
 AttributeArray DefaultColorLookupTable.makeObject()
          Virtual constructor creates object of same type as this object.
 AttributeArray ColorLookupTable.makeObject()
           
abstract  AttributeArray AttributeArray.makeObject()
          Virtual constructor creates object of same type as this object.
 

Methods in net.jbeans.j3d.data with parameters of type AttributeArray
 void AttributeArray.copy(AttributeArray aa)
           
 

Constructors in net.jbeans.j3d.data with parameters of type AttributeArray
AttributeArray(AttributeArray aa)
           
 



Copyright © 1995-2004 net.jbeans. All Rights Reserved.