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 TypeClassDescriptionclassThePhongMaterialclass provides definitions of properties that represent a Phong shaded material. -
Uses of Material in javafx.scene.shape
Methods in javafx.scene.shape that return MaterialMethods in javafx.scene.shape that return types with arguments of type MaterialMethods in javafx.scene.shape with parameters of type MaterialModifier and TypeMethodDescriptionvoidShape3D.setMaterial(Material value)Sets the value of the property material.