Uses of Class
org.jzy3d.plot3d.rendering.lights.LightModel
-
Packages that use LightModel Package Description org.jzy3d.painters org.jzy3d.plot3d.rendering.lights -
-
Uses of LightModel in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type LightModel Modifier and Type Method Description voidEmulGLPainter. glLightModel(LightModel model, boolean value)voidIPainter. glLightModel(LightModel model, boolean value)voidNativeDesktopPainter. glLightModel(LightModel model, boolean value)voidNativeEmbeddedPainter. glLightModel(LightModel model, boolean value) -
Uses of LightModel in org.jzy3d.plot3d.rendering.lights
Methods in org.jzy3d.plot3d.rendering.lights that return LightModel Modifier and Type Method Description static LightModelLightModel. valueOf(String name)Returns the enum constant of this type with the specified name.static LightModel[]LightModel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-