JDK-8096637 : PixelFormat class has not documented members
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 7u6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-08-17
  • Updated: 2015-06-12
  • Resolved: 2013-08-01
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
Duplicate :  
Relates :  
Relates :  
Description
Javadoc for PixelFormat class has a number of methods without javadoc:

method	javafx.scene.image.PixelFormat.getIntArgbInstance()
method	javafx.scene.image.PixelFormat.getIntArgbPreInstance()
method	javafx.scene.image.PixelFormat.getByteBgraInstance()
method	javafx.scene.image.PixelFormat.getByteBgraPreInstance()
method	javafx.scene.image.PixelFormat.getByteRgbInstance()
method	javafx.scene.image.PixelFormat.createByteIndexedPremultipliedInstance(int[])
method	javafx.scene.image.PixelFormat.createByteIndexedInstance(int[])
method	javafx.scene.image.PixelFormat.getType()
method	javafx.scene.image.PixelFormat.isWritable()
method	javafx.scene.image.PixelFormat.isPremultiplied()
Comments
Verified for 8.0 b122
08-01-2014

Fixed in the 8.0 graphics scrum with the following changeset: changeset: 4529:469677a7c799 date: Thu Aug 01 16:07:49 2013 -0700 summary: Fix RT-24343: missing doc comments in PixelFormat classes http://jfxsrc.us.oracle.com/javafx/8.0/scrum/graphics/rt/rev/469677a7c799
01-08-2013

Also, PixelFormat.Type has no class comment and WritablePixelFormat.isWritable() has no doc comment to inherit from PixelFormat. These issues were mentioned in the related bugs RT-30853, RT-31833, and RT-25978 linked above.
01-08-2013