public interface com.sun.javafx.scene.text.TextLayoutFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.javafx.scene.text.TextLayoutFactory
  super_class: java.lang.Object
{
  public abstract com.sun.javafx.scene.text.TextLayout createLayout();
    descriptor: ()Lcom/sun/javafx/scene/text/TextLayout;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.sun.javafx.scene.text.TextLayout getLayout();
    descriptor: ()Lcom/sun/javafx/scene/text/TextLayout;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void disposeLayout(com.sun.javafx.scene.text.TextLayout);
    descriptor: (Lcom/sun/javafx/scene/text/TextLayout;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      layout  
}
SourceFile: "TextLayoutFactory.java"