Uses of Class
javafx.scene.paint.Material
Packages that use 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.paintSubclasses of Material in javafx.scene.paintModifier and TypeClassDescriptionclassA material based on the Phong shading model.
- 
Uses of Material in javafx.scene.shapeMethods in javafx.scene.shape that return MaterialModifier and TypeMethodDescriptionfinal MaterialShape3D.getMaterial()Gets the value of thematerialproperty.Methods in javafx.scene.shape that return types with arguments of type MaterialModifier and TypeMethodDescriptionfinal ObjectProperty<Material> Shape3D.materialProperty()Defines the material thisShape3D.Methods in javafx.scene.shape with parameters of type MaterialModifier and TypeMethodDescriptionfinal voidShape3D.setMaterial(Material value) Sets the value of thematerialproperty.