JDK-8123813 : PixelFormat not properly documented
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-07-22
  • Updated: 2015-06-17
  • Resolved: 2013-08-01
Related Reports
Duplicate :  
Duplicate :  
Description
Here is a SQE-generated list of undocumented stuff (taken from RT-31686):

javafx.scene.image.PixelFormat

method: public static PixelFormat createByteIndexedInstance ( int[] colors )
method: public static PixelFormat createByteIndexedPremultipliedInstance ( int[] colors )
method: public static WritablePixelFormat getByteBgraInstance ( )
method: public static WritablePixelFormat getByteBgraPreInstance ( )
method: public static PixelFormat getByteRgbInstance ( )
method: public static WritablePixelFormat getIntArgbInstance ( )
method: public static WritablePixelFormat getIntArgbPreInstance ( )
method: public Type getType ( )
method: public abstract boolean isPremultiplied ( )
method: public abstract boolean isWritable ( )

javafx.scene.image.PixelFormat.Type
class: public static final PixelFormat.Type

javafx.scene.image.WritablePixelFormat
method: public boolean isWritable ( ) 
Comments
This duplicates issues already documented under RT-30853 and RT-24343. The fixes for all of these related APIs will be integrated under the original RT-24343 issue number.
01-08-2013