Uses of Class
com.jme3.light.Light.Type

Packages that use Light.Type
com.jme3.light The com.jme3.light package contains various lights that can be placed in a scene. 
 

Uses of Light.Type in com.jme3.light
 

Methods in com.jme3.light that return Light.Type
 Light.Type AmbientLight.getType()
           
 Light.Type DirectionalLight.getType()
           
abstract  Light.Type Light.getType()
          Returns the light type
 Light.Type PointLight.getType()
           
 Light.Type SpotLight.getType()
           
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.