Uses of Enum
org.jzy3d.plot3d.rendering.lights.MaterialProperty
-
Uses of MaterialProperty in org.jzy3d.painters
Modifier and TypeMethodDescriptionvoid
EmulGLPainter.glMaterial
(MaterialProperty material, float[] color, boolean isFront) void
EmulGLPainter.glMaterial
(MaterialProperty material, Color color, boolean isFront) void
IPainter.glMaterial
(MaterialProperty material, float[] value, boolean b) void
IPainter.glMaterial
(MaterialProperty material, Color color, boolean b) void
NativeDesktopPainter.glMaterial
(MaterialProperty material, float[] color, boolean isFront) void
NativeDesktopPainter.glMaterial
(MaterialProperty material, Color color, boolean isFront) void
NativeEmbeddedPainter.glMaterial
(MaterialProperty material, float[] color, boolean isFront) void
NativeEmbeddedPainter.glMaterial
(MaterialProperty material, Color color, boolean isFront) protected int
EmulGLPainter.materialProperty
(MaterialProperty material) protected int
NativeDesktopPainter.materialProperty
(MaterialProperty material) protected int
NativeEmbeddedPainter.materialProperty
(MaterialProperty material) -
Uses of MaterialProperty in org.jzy3d.plot3d.rendering.lights
Modifier and TypeMethodDescriptionstatic MaterialProperty
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.