java.lang.Object
javafx.scene.paint.Material
- Direct Known Subclasses:
- PhongMaterial
public abstract class Material extends Object
Base class for representing the material of a 3D surface.
 Note that this is a conditional feature. See
 
ConditionalFeature.SCENE3D
 for more information.- Since:
- JavaFX 8.0
- 
Constructor SummaryConstructors Modifier Constructor Description protectedMaterial()
- 
Method Summary
- 
Constructor Details- 
Materialprotected Material()
 
-