|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |