Uses of Class
org.jzy3d.painters.ColorModel
-
Packages that use ColorModel Package Description org.jzy3d.painters org.jzy3d.plot3d.rendering.canvas org.jzy3d.plot3d.rendering.view.lod -
-
Uses of ColorModel in org.jzy3d.painters
Methods in org.jzy3d.painters that return ColorModel Modifier and Type Method Description static ColorModelColorModel. valueOf(String name)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.Methods in org.jzy3d.painters with parameters of type ColorModel Modifier and Type Method Description voidEmulGLPainter. 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 ColorModel Modifier and Type Method Description ColorModelQuality. getColorModel()Methods in org.jzy3d.plot3d.rendering.canvas with parameters of type ColorModel Modifier and Type Method Description voidQuality. setColorModel(ColorModel model) -
Uses of ColorModel in org.jzy3d.plot3d.rendering.view.lod
Methods in org.jzy3d.plot3d.rendering.view.lod that return ColorModel Modifier and Type Method Description ColorModelLODSetting. getColorModel()Methods in org.jzy3d.plot3d.rendering.view.lod with parameters of type ColorModel Modifier and Type Method Description voidLODSetting. setColorModel(ColorModel colorModel)Constructors in org.jzy3d.plot3d.rendering.view.lod with parameters of type ColorModel Constructor Description LODSetting(String name, LODSetting.FaceColor face, LODSetting.WireColor wire, ColorModel colorModel)
-