JDK-8119313 : PhongMaterial.setSpecularMap: a typo bug
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-03-27
  • Updated: 2015-06-17
  • Resolved: 2013-03-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Blocks :  
Description
    public final void setSpecularMap(Image value) {
        diffuseMapProperty().set(value);
    } 
Comments
Verified on 8.0b106
09-09-2013

Changeset: cd1c891fe695 Date: Fri Mar 29 10:54:09 2013 -0700 URL: http://jfxsrc.us.oracle.com/javafx/8.0/scrum/graphics/rt/rev/cd1c891fe695
29-03-2013