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 void
EmulGLPainter. glLightModel(LightModel model, boolean value)
void
EmulGLPainter. glLightModel(LightModel model, Color color)
void
IPainter. glLightModel(LightModel model, boolean value)
void
IPainter. glLightModel(LightModel model, Color color)
void
NativeDesktopPainter. glLightModel(LightModel model, boolean value)
void
NativeDesktopPainter. glLightModel(LightModel model, Color color)
void
NativeEmbeddedPainter. glLightModel(LightModel model, boolean value)
void
NativeEmbeddedPainter. glLightModel(LightModel model, Color color)
-
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 LightModel
LightModel. 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.
-