Uses of Enum
org.jzy3d.plot3d.rendering.lights.LightModel
-
Uses of LightModel in org.jzy3d.painters
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionstatic LightModel
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.