javax.media.j3d
Class ShaderProgramRetained.AttrNameInfo

java.lang.Object
  extended by javax.media.j3d.ShaderProgramRetained.AttrNameInfo
Enclosing class:
ShaderProgramRetained

 class ShaderProgramRetained.AttrNameInfo
extends java.lang.Object


Field Summary
private  boolean isArray
           
private  ShaderAttrLoc loc
           
private  int type
           
 
Constructor Summary
ShaderProgramRetained.AttrNameInfo()
           
 
Method Summary
(package private)  ShaderAttrLoc getLocation()
           
(package private)  int getType()
           
(package private)  boolean isArray()
           
(package private)  void setArray(boolean isArray)
           
(package private)  void setLocation(ShaderAttrLoc loc)
           
(package private)  void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loc

private ShaderAttrLoc loc

isArray

private boolean isArray

type

private int type
Constructor Detail

ShaderProgramRetained.AttrNameInfo

ShaderProgramRetained.AttrNameInfo()
Method Detail

setLocation

void setLocation(ShaderAttrLoc loc)

getLocation

ShaderAttrLoc getLocation()

setType

void setType(int type)

getType

int getType()

isArray

boolean isArray()

setArray

void setArray(boolean isArray)


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