Uses of Enum
org.jzy3d.plot3d.rendering.lights.LightModel
Packages that use LightModel
-
Uses of LightModel in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type LightModelModifier 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
Methods in org.jzy3d.plot3d.rendering.lights that return LightModelModifier 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.