Uses of Class
org.jzy3d.plot3d.rendering.lights.Light
Packages that use Light
Package
Description
-
Uses of Light in org.jzy3d.chart
Fields in org.jzy3d.chart declared as LightModifier and TypeFieldDescriptionprotected Light
Chart.lightOnCamera
protected Light[]
Chart.lightPairOnCamera
Methods in org.jzy3d.chart that return LightModifier and TypeMethodDescriptionAdd a light at the given position, using theDEFAULT_COLOR
for the three coloring settings.Add a light at the given position.Add a light at the given position.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.Chart.addLightOnCamera
(Color colorForAll) 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 LightModifierConstructorDescriptionAWTLightKeyController
(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 LightMethods in org.jzy3d.plot3d.rendering.lights that return LightMethods in org.jzy3d.plot3d.rendering.lights that return types with arguments of type LightMethods in org.jzy3d.plot3d.rendering.lights with parameters of type LightModifier and TypeMethodDescriptionvoid
void
Constructor parameters in org.jzy3d.plot3d.rendering.lights with type arguments of type Light -
Uses of Light in org.jzy3d.plot3d.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Light -
Uses of Light in org.jzy3d.ui.editors
Fields in org.jzy3d.ui.editors declared as LightMethods in org.jzy3d.ui.editors with parameters of type Light