Uses of Class
javafx.scene.paint.Material
Package
Description
Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
-
Uses of Material in javafx.scene.paint
Modifier and TypeClassDescriptionclass
ThePhongMaterial
class provides definitions of properties that represent a Phong shaded material. -
Uses of Material in javafx.scene.shape
Modifier and TypeMethodDescriptionfinal Material
Shape3D.getMaterial()
Gets the value of thematerial
property.Modifier and TypeMethodDescriptionfinal ObjectProperty<Material>
Shape3D.materialProperty()
Defines the material thisShape3D
.Modifier and TypeMethodDescriptionfinal void
Shape3D.setMaterial
(Material value) Sets the value of thematerial
property.