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 Light
Chart. lightOnCamera
protected Light[]
Chart. lightPairOnCamera
Methods in org.jzy3d.chart that return Light Modifier and Type Method Description Light
Chart. addLight(Coord3d position)
Add a light at the given position, using theDEFAULT_COLOR
for the three coloring settings.Light
Chart. addLight(Coord3d position, Color colorForAll)
Light
Chart. addLight(Coord3d position, Color ambiant, Color diffuse, Color specular)
Add a light at the given position.Light
Chart. addLight(Coord3d position, Color ambiant, Color diffuse, Color specular, float radius)
Add a light at the given position.Light
Chart. addLightOnCamera()
Add a light that is attached to camera, which is moved as soon as the viewpoint changes, using theDEFAULT_COLOR
for the three coloring settings.Light
Chart. addLightOnCamera(Color colorForAll)
Light
Chart. 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. lights
Methods in org.jzy3d.plot3d.rendering.lights that return Light Modifier and Type Method Description Light
LightSet. 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 void
LightSet. add(Light light)
void
LightSet. 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 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
Fields in org.jzy3d.ui.editors declared as Light Modifier and Type Field Description protected Light
LightEditor. light
Methods in org.jzy3d.ui.editors with parameters of type Light Modifier and Type Method Description void
LightEditor. setTarget(Light light)
-