Package | Description |
---|---|
javafx.scene.material |
Provides the set of 3D classes for defining and performing operations on
objects related to three-dimensional material.
|
javafx.scene.shape3d |
Provides the set of 3D classes for defining and performing operations on
objects related to three-dimensional geometry.
|
Modifier and Type | Class and Description |
---|---|
class |
PhongMaterial
The
PhongMaterial class provides definitions of properties that
represent a form of Phong shaded material. |
Modifier and Type | Method and Description |
---|---|
void |
MaterialBuilder.applyTo(Material x) |
Modifier and Type | Field and Description |
---|---|
private Material |
Shape3DBuilder.material |
Modifier and Type | Field and Description |
---|---|
private javafx.beans.property.ObjectProperty<Material> |
Shape3D.material
Defines the material this
Shape3D . |
Modifier and Type | Method and Description |
---|---|
Material |
Shape3D.getMaterial()
Gets the value of the property material.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Material> |
Shape3D.materialProperty()
Defines the material this
Shape3D . |
Modifier and Type | Method and Description |
---|---|
B |
Shape3DBuilder.material(Material x)
Set the value of the
material property for the instance constructed by this builder. |
void |
Shape3D.setMaterial(Material value)
Sets the value of the property material.
|
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.