Uses of Enum
org.jzy3d.painters.ColorModel
Package
Description
-
Uses of ColorModel in org.jzy3d.painters
Modifier and TypeMethodDescriptionstatic ColorModel
Returns the enum constant of this type with the specified name.static ColorModel[]
ColorModel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
EmulGLPainter.glShadeModel
(ColorModel colorModel) void
IPainter.glShadeModel
(ColorModel colorModel) void
NativeDesktopPainter.glShadeModel
(ColorModel colorModel) void
NativeEmbeddedPainter.glShadeModel
(ColorModel colorModel) -
Uses of ColorModel in org.jzy3d.plot3d.rendering.canvas
-
Uses of ColorModel in org.jzy3d.plot3d.rendering.view.lod
ModifierConstructorDescriptionLODSetting
(String name, LODSetting.FaceColor face, LODSetting.WireColor wire, ColorModel colorModel)