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

Packages that use LightSet
org.jzy3d.plot3d.rendering.scene   
 

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

Fields in org.jzy3d.plot3d.rendering.scene declared as LightSet
protected  LightSet Scene.lightSet
           
 

Methods in org.jzy3d.plot3d.rendering.scene that return LightSet
 LightSet Scene.getLightSet()
          Get the light set attached to this scene.
 

Methods in org.jzy3d.plot3d.rendering.scene with parameters of type LightSet
 void Scene.setLightSet(LightSet lightSet)
          Attach a light set to this scene.