Uses of Class
javafx.scene.paint.Material
-
Packages that use Material 软件包 描述 javafx.scene.paint 提供用于在渲染场景图时填充形状和背景的颜色和渐变类的集合。javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。 -
-
Uses of Material in javafx.scene.paint
Subclasses of Material in javafx.scene.paint Modifier and Type Class 描述 class
PhongMaterial
PhongMaterial
类提供了代表Phong阴影材料的属性的定义。 -
Uses of Material in javafx.scene.shape
Methods in javafx.scene.shape that return Material Modifier and Type 方法 描述 Material
Shape3D. getMaterial()
获取物业资料的价值。Methods in javafx.scene.shape that return types with arguments of type Material Modifier and Type 方法 描述 ObjectProperty<Material>
Shape3D. materialProperty()
定义材料Shape3D
。Methods in javafx.scene.shape with parameters of type Material Modifier and Type 方法 描述 void
Shape3D. setMaterial(Material value)
设置属性材质的值。
-