Uses of Enum
org.jzy3d.plot3d.rendering.lights.MaterialProperty
Packages that use MaterialProperty
-
Uses of MaterialProperty in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type MaterialPropertyModifier and TypeMethodDescriptionvoidEmulGLPainter.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 MaterialPropertyModifier and TypeMethodDescriptionstatic MaterialPropertyReturns 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.