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
Fields in org.jzy3d.chart declared as Light Modifier and Type Field Description protected LightChart. lightOnCameraprotected Light[]Chart. lightPairOnCameraMethods in org.jzy3d.chart that return Light Modifier and Type Method Description LightChart. addLight(Coord3d position)Add a light at the given position, using theDEFAULT_COLORfor the three coloring settings.LightChart. addLight(Coord3d position, Color colorForAll)LightChart. addLight(Coord3d position, Color ambiant, Color diffuse, Color specular)Add a light at the given position.LightChart. addLight(Coord3d position, Color ambiant, Color diffuse, Color specular, float radius)Add a light at the given position.LightChart. addLightOnCamera()Add a light that is attached to camera, which is moved as soon as the viewpoint changes, using theDEFAULT_COLORfor the three coloring settings.LightChart. addLightOnCamera(Color colorForAll)LightChart. addLightOnCamera(Color ambiant, Color diffuse, Color specular)Add a light that is attached to camera, which is moved as soon as the viewpoint changes.Light[]Chart. addLightPairOnCamera()Light[]Chart. addLightPairOnCamera(Color colorForAll)Light[]Chart. addLightPairOnCamera(Color ambiant, Color diffuse, Color specular)Add a light pair syncronized to camera. -
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 that return types with arguments of type Light Modifier and Type Method Description List<Light>LightSet. getLights()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)
-