Java javafx.scene.paint PhongMaterial fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.paint PhongMaterial fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.paint PhongMaterial.

The text is from its open source code.

Constructor

PhongMaterial()
Creates a new instance of PhongMaterial class with a default Color.WHITE diffuseColor property.
PhongMaterial(Color diffuseColor)
Creates a new instance of PhongMaterial class using the specified color for its diffuseColor property.

Method