Uses of Class
de.javagl.swogl.scene.Light.Type

Packages that use Light.Type
de.javagl.swogl.scene Basic classes for viewing a scene in a SwoglApplication 
 

Uses of Light.Type in de.javagl.swogl.scene
 

Methods in de.javagl.swogl.scene that return Light.Type
 Light.Type Light.getType()
          Returns the Light.Type of this Light
static Light.Type Light.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Light.Type[] Light.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.