Uses of Class
apps.lightrays.raytracer.scene.Light

Packages that use Light
apps.lightrays.raytracer.scene   
 

Uses of Light in apps.lightrays.raytracer.scene
 

Methods in apps.lightrays.raytracer.scene that return Light
static Light Lighting.getDefaultLight(Point lightpoint)
          Gets the default light.
 Light Lighting.getFirstLight()
          Gets the first light.
 

Methods in apps.lightrays.raytracer.scene that return types with arguments of type Light
 java.util.Iterator<Light> Lighting.getIterator()
          Gets the iterator.
 

Methods in apps.lightrays.raytracer.scene with parameters of type Light
 void Lighting.addLight(Light light)
          Adds the light.