Uses of Class
org.jzy3d.plot3d.rendering.lights.Light
- 
Packages that use Light Package Description org.jzy3d.chart org.jzy3d.chart.controllers.keyboard.lights org.jzy3d.plot3d.rendering.lights org.jzy3d.plot3d.rendering.scene org.jzy3d.ui.editors  - 
- 
Uses of Light in org.jzy3d.chart
Methods in org.jzy3d.chart that return Light Modifier and Type Method Description LightChart. addLight(Coord3d position)LightChart. addLight(Coord3d position, Color ambiant, Color diffuse, Color specular, float radius) - 
Uses of Light in org.jzy3d.chart.controllers.keyboard.lights
Constructors in org.jzy3d.chart.controllers.keyboard.lights with parameters of type Light Constructor Description AWTLightKeyController(Chart chart, Light light)NewtLightKeyController(Chart chart, Light light) - 
Uses of Light in org.jzy3d.plot3d.rendering.lights
Fields in org.jzy3d.plot3d.rendering.lights with type parameters of type Light Modifier and Type Field Description protected List<Light>LightSet. lightsMethods in org.jzy3d.plot3d.rendering.lights that return Light Modifier and Type Method Description LightLightSet. get(int id)Methods in org.jzy3d.plot3d.rendering.lights with parameters of type Light Modifier and Type Method Description voidLightSet. add(Light light)voidLightSet. remove(Light light)Constructor parameters in org.jzy3d.plot3d.rendering.lights with type arguments of type Light Constructor Description LightSet(List<Light> lights) - 
Uses of Light in org.jzy3d.plot3d.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Light Modifier and Type Method Description voidScene. add(Light drawable)Add a light to the scene.voidScene. remove(Light drawable)Remove a drawable from the scene. - 
Uses of Light in org.jzy3d.ui.editors
Fields in org.jzy3d.ui.editors declared as Light Modifier and Type Field Description protected LightLightEditor. lightMethods in org.jzy3d.ui.editors with parameters of type Light Modifier and Type Method Description voidLightEditor. setTarget(Light light) 
 -