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 ColorModel
ColorModel. 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 void
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
Methods in org.jzy3d.plot3d.rendering.canvas that return ColorModel Modifier and Type Method Description ColorModel
Quality. getColorModel()
Methods in org.jzy3d.plot3d.rendering.canvas with parameters of type ColorModel Modifier and Type Method Description void
Quality. 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 ColorModel
LODSetting. getColorModel()
Methods in org.jzy3d.plot3d.rendering.view.lod with parameters of type ColorModel Modifier and Type Method Description void
LODSetting. 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)
-