public abstract class javafx.scene.image.WritablePixelFormat<T extends java.nio.Buffer> extends javafx.scene.image.PixelFormat<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.scene.image.WritablePixelFormat
  super_class: javafx.scene.image.PixelFormat
{
  void <init>(javafx.scene.image.PixelFormat$Type);
    descriptor: (Ljavafx/scene/image/PixelFormat$Type;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.image.WritablePixelFormat this
        start local 1 // javafx.scene.image.PixelFormat$Type type
         0: .line 42
            aload 0 /* this */
            aload 1 /* type */
            invokespecial javafx.scene.image.PixelFormat.<init>:(Ljavafx/scene/image/PixelFormat$Type;)V
         1: .line 43
            return
        end local 1 // javafx.scene.image.PixelFormat$Type type
        end local 0 // javafx.scene.image.WritablePixelFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/image/WritablePixelFormat<TT;>;
            0    2     1  type  Ljavafx/scene/image/PixelFormat$Type;
    Signature: (Ljavafx/scene/image/PixelFormat$Type;)V
    MethodParameters:
      Name  Flags
      type  

  public boolean isWritable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.image.WritablePixelFormat this
         0: .line 47
            iconst_1
            ireturn
        end local 0 // javafx.scene.image.WritablePixelFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/image/WritablePixelFormat<TT;>;

  public abstract void setArgb(T, int, int, int, );
    descriptor: (Ljava/nio/Buffer;IIII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;IIII)V
    MethodParameters:
                Name  Flags
      buf             
      x               
      y               
      scanlineStride  
      argb            
}
Signature: <T:Ljava/nio/Buffer;>Ljavafx/scene/image/PixelFormat<TT;>;
SourceFile: "WritablePixelFormat.java"
NestMembers:
  javafx.scene.image.WritablePixelFormat$ByteBgra  javafx.scene.image.WritablePixelFormat$ByteBgraPre  javafx.scene.image.WritablePixelFormat$IntArgb  javafx.scene.image.WritablePixelFormat$IntArgbPre
InnerClasses:
  public final Type = javafx.scene.image.PixelFormat$Type of javafx.scene.image.PixelFormat
  ByteBgra = javafx.scene.image.WritablePixelFormat$ByteBgra of javafx.scene.image.WritablePixelFormat
  ByteBgraPre = javafx.scene.image.WritablePixelFormat$ByteBgraPre of javafx.scene.image.WritablePixelFormat
  IntArgb = javafx.scene.image.WritablePixelFormat$IntArgb of javafx.scene.image.WritablePixelFormat
  IntArgbPre = javafx.scene.image.WritablePixelFormat$IntArgbPre of javafx.scene.image.WritablePixelFormat