Uses of Class
Light

Uses of Light in <Unnamed>
 

Methods in <Unnamed> that return types with arguments of type Light
 java.util.ArrayList<Light> Scene.getLights()
          Returns the lights in the scene.
 

Constructors in <Unnamed> with parameters of type Light
Light(Light light)
          Performs a deep copy of the specified Light object.