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 TypeMethodDescriptionvoidEmulGLPainter.glLightModel(LightModel model, boolean value) voidEmulGLPainter.glLightModel(LightModel model, Color color) voidIPainter.glLightModel(LightModel model, boolean value) voidIPainter.glLightModel(LightModel model, Color color) voidNativeDesktopPainter.glLightModel(LightModel model, boolean value) voidNativeDesktopPainter.glLightModel(LightModel model, Color color) voidNativeEmbeddedPainter.glLightModel(LightModel model, boolean value) voidNativeEmbeddedPainter.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 LightModelReturns 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.