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.paint
Subclasses of Material in javafx.scene.paintModifier and TypeClassDescriptionclass
ThePhongMaterial
class provides definitions of properties that represent a Phong shaded material. -
Uses of Material in javafx.scene.shape
Methods in javafx.scene.shape that return MaterialModifier and TypeMethodDescriptionfinal Material
Shape3D.getMaterial()
Gets the value of thematerial
property.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 void
Shape3D.setMaterial
(Material value) Sets the value of thematerial
property.