Uses of Enum
org.jzy3d.painters.ColorModel
Packages that use ColorModel
Package
Description
-
Uses of ColorModel in org.jzy3d.painters
Methods in org.jzy3d.painters that return ColorModelModifier and TypeMethodDescriptionstatic ColorModelReturns 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.Methods in org.jzy3d.painters with parameters of type ColorModelModifier and TypeMethodDescriptionvoidEmulGLPainter.glShadeModel(ColorModel colorModel) voidIPainter.glShadeModel(ColorModel colorModel) voidNativeDesktopPainter.glShadeModel(ColorModel colorModel) voidNativeEmbeddedPainter.glShadeModel(ColorModel colorModel) -
Uses of ColorModel in org.jzy3d.plot3d.rendering.canvas
Methods in org.jzy3d.plot3d.rendering.canvas that return ColorModelMethods in org.jzy3d.plot3d.rendering.canvas with parameters of type ColorModel -
Uses of ColorModel in org.jzy3d.plot3d.rendering.view.lod
Methods in org.jzy3d.plot3d.rendering.view.lod that return ColorModelMethods in org.jzy3d.plot3d.rendering.view.lod with parameters of type ColorModelConstructors in org.jzy3d.plot3d.rendering.view.lod with parameters of type ColorModelModifierConstructorDescriptionLODSetting(String name, LODSetting.FaceColor face, LODSetting.WireColor wire, ColorModel colorModel)