Uses of Class
org.jzy3d.plot3d.rendering.lights.MaterialProperty
-
Packages that use MaterialProperty Package Description org.jzy3d.painters org.jzy3d.plot3d.rendering.lights -
-
Uses of MaterialProperty in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type MaterialProperty Modifier and Type Method Description voidEmulGLPainter. glMaterial(MaterialProperty material, float[] color, boolean isFront)voidEmulGLPainter. glMaterial(MaterialProperty material, Color color, boolean isFront)voidIPainter. glMaterial(MaterialProperty material, float[] value, boolean b)voidIPainter. glMaterial(MaterialProperty material, Color color, boolean b)voidNativeDesktopPainter. glMaterial(MaterialProperty material, float[] color, boolean isFront)voidNativeDesktopPainter. glMaterial(MaterialProperty material, Color color, boolean isFront)voidNativeEmbeddedPainter. glMaterial(MaterialProperty material, float[] color, boolean isFront)voidNativeEmbeddedPainter. glMaterial(MaterialProperty material, Color color, boolean isFront)protected intEmulGLPainter. materialProperty(MaterialProperty material)protected intNativeDesktopPainter. materialProperty(MaterialProperty material)protected intNativeEmbeddedPainter. materialProperty(MaterialProperty material) -
Uses of MaterialProperty in org.jzy3d.plot3d.rendering.lights
Methods in org.jzy3d.plot3d.rendering.lights that return MaterialProperty Modifier and Type Method Description static MaterialPropertyMaterialProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static MaterialProperty[]MaterialProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.
-