Uses of Class
org.jzy3d.plot3d.rendering.lights.Light

Packages that use Light
org.jzy3d.plot3d.rendering.lights   
org.jzy3d.plot3d.rendering.scene   
org.jzy3d.ui.editors   
 

Uses of Light in org.jzy3d.plot3d.rendering.lights
 

Methods in org.jzy3d.plot3d.rendering.lights that return Light
 Light LightSet.get(int id)
           
 

Methods in org.jzy3d.plot3d.rendering.lights with parameters of type Light
 void LightSet.add(Light light)
           
 void LightSet.remove(Light light)
           
 

Constructor parameters in org.jzy3d.plot3d.rendering.lights with type arguments of type Light
LightSet(java.util.List<Light> lights)
           
 

Uses of Light in org.jzy3d.plot3d.rendering.scene
 

Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Light
 void Scene.add(Light drawable)
          Add a light to the scene.
 void Scene.remove(Light drawable)
          Remove a drawable from the scene.
 

Uses of Light in org.jzy3d.ui.editors
 

Methods in org.jzy3d.ui.editors with parameters of type Light
 void LightEditor.setTarget(Light light)