Class LightSet
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.lights.LightSet
-
public class LightSet extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanlazyLightInitprotected List<Light>lights
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Light light)voidapply(IPainter painter, Coord3d scale)voiddisable(IPainter painter)voidenable(IPainter painter, boolean onlyIfAtLeastOneLight)voidenableLightIfThereAreLights(IPainter painter)Lightget(int id)List<Light>getLights()voidinit(IPainter painter)protected voidinitLight(IPainter painter)protected voidqueryLazyLightInit()voidremove(Light light)
-
-
-
Method Detail
-
init
public void init(IPainter painter)
-
initLight
protected void initLight(IPainter painter)
-
enableLightIfThereAreLights
public void enableLightIfThereAreLights(IPainter painter)
-
enable
public void enable(IPainter painter, boolean onlyIfAtLeastOneLight)
-
disable
public void disable(IPainter painter)
-
get
public Light get(int id)
-
add
public void add(Light light)
-
remove
public void remove(Light light)
-
queryLazyLightInit
protected void queryLazyLightInit()
-
-