|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Light | |
---|---|
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 | |
---|---|
Light |
Chart.addLight(Coord3d position)
|
Light |
Chart.addLight(Coord3d position,
Color ambiant,
Color diffuse,
Color specular,
int radius)
|
Uses of Light in org.jzy3d.chart.controllers.keyboard.lights |
---|
Constructors in org.jzy3d.chart.controllers.keyboard.lights with parameters of type Light | |
---|---|
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 | |
---|---|
protected List<Light> |
LightSet.lights
|
Methods in org.jzy3d.plot3d.rendering.lights that return Light | |
---|---|
Light |
LightSet.get(int id)
|
Methods in org.jzy3d.plot3d.rendering.lights with parameters of type Light | |
---|---|
void |
LightSet.add(Light light)
|
void |
LightSet.remove(Light light)
|
Constructor parameters in org.jzy3d.plot3d.rendering.lights with type arguments of type Light | |
---|---|
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 | |
---|---|
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 | |
---|---|
protected Light |
LightEditor.light
|
Methods in org.jzy3d.ui.editors with parameters of type Light | |
---|---|
void |
LightEditor.setTarget(Light light)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |