public final class javafx.scene.layout.Background
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.layout.Background
  super_class: java.lang.Object
{
  static final javafx.css.CssMetaData<javafx.scene.Node, javafx.scene.paint.Paint[]> BACKGROUND_COLOR;
    descriptor: Ljavafx/css/CssMetaData;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/Node;[Ljavafx/scene/paint/Paint;>;

  static final javafx.css.CssMetaData<javafx.scene.Node, javafx.scene.layout.CornerRadii[]> BACKGROUND_RADIUS;
    descriptor: Ljavafx/css/CssMetaData;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/Node;[Ljavafx/scene/layout/CornerRadii;>;

  static final javafx.css.CssMetaData<javafx.scene.Node, javafx.geometry.Insets[]> BACKGROUND_INSETS;
    descriptor: Ljavafx/css/CssMetaData;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/Node;[Ljavafx/geometry/Insets;>;

  static final javafx.css.CssMetaData<javafx.scene.Node, javafx.scene.image.Image[]> BACKGROUND_IMAGE;
    descriptor: Ljavafx/css/CssMetaData;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/Node;[Ljavafx/scene/image/Image;>;

  static final javafx.css.CssMetaData<javafx.scene.Node, com.sun.javafx.scene.layout.region.RepeatStruct[]> BACKGROUND_REPEAT;
    descriptor: Ljavafx/css/CssMetaData;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/Node;[Lcom/sun/javafx/scene/layout/region/RepeatStruct;>;

  static final javafx.css.CssMetaData<javafx.scene.Node, javafx.scene.layout.BackgroundPosition[]> BACKGROUND_POSITION;
    descriptor: Ljavafx/css/CssMetaData;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/Node;[Ljavafx/scene/layout/BackgroundPosition;>;

  static final javafx.css.CssMetaData<javafx.scene.Node, javafx.scene.layout.BackgroundSize[]> BACKGROUND_SIZE;
    descriptor: Ljavafx/css/CssMetaData;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljavafx/css/CssMetaData<Ljavafx/scene/Node;[Ljavafx/scene/layout/BackgroundSize;>;

  private static final java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable, ?>> STYLEABLES;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;

  public static final javafx.scene.layout.Background EMPTY;
    descriptor: Ljavafx/scene/layout/Background;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  final java.util.List<javafx.scene.layout.BackgroundFill> fills;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljavafx/scene/layout/BackgroundFill;>;

  final java.util.List<javafx.scene.layout.BackgroundImage> images;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljavafx/scene/layout/BackgroundImage;>;

  final javafx.geometry.Insets outsets;
    descriptor: Ljavafx/geometry/Insets;
    flags: (0x0010) ACC_FINAL

  private final boolean hasOpaqueFill;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double opaqueFillTop;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double opaqueFillRight;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double opaqueFillBottom;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double opaqueFillLeft;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final boolean hasPercentageBasedOpaqueFills;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean hasPercentageBasedFills;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  private final int hash;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=11, locals=0, args_size=0
         0: .line 75
            new com.sun.javafx.css.SubCssMetaData
            dup
            ldc "-fx-background-color"
         1: .line 76
            invokestatic javafx.css.converter.PaintConverter$SequenceConverter.getInstance:()Ljavafx/css/converter/PaintConverter$SequenceConverter;
         2: .line 77
            iconst_1
            anewarray javafx.scene.paint.Paint
            dup
            iconst_0
            getstatic javafx.scene.paint.Color.TRANSPARENT:Ljavafx/scene/paint/Color;
            aastore
         3: .line 75
            invokespecial com.sun.javafx.css.SubCssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;Ljava/lang/Object;)V
         4: .line 74
            putstatic javafx.scene.layout.Background.BACKGROUND_COLOR:Ljavafx/css/CssMetaData;
         5: .line 80
            new com.sun.javafx.css.SubCssMetaData
            dup
            ldc "-fx-background-radius"
         6: .line 81
            invokestatic com.sun.javafx.scene.layout.region.CornerRadiiConverter.getInstance:()Lcom/sun/javafx/scene/layout/region/CornerRadiiConverter;
         7: .line 82
            iconst_1
            anewarray javafx.scene.layout.CornerRadii
            dup
            iconst_0
            getstatic javafx.scene.layout.CornerRadii.EMPTY:Ljavafx/scene/layout/CornerRadii;
            aastore
         8: .line 80
            invokespecial com.sun.javafx.css.SubCssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;Ljava/lang/Object;)V
         9: .line 79
            putstatic javafx.scene.layout.Background.BACKGROUND_RADIUS:Ljavafx/css/CssMetaData;
        10: .line 85
            new com.sun.javafx.css.SubCssMetaData
            dup
            ldc "-fx-background-insets"
        11: .line 86
            invokestatic javafx.css.converter.InsetsConverter$SequenceConverter.getInstance:()Ljavafx/css/converter/InsetsConverter$SequenceConverter;
        12: .line 87
            iconst_1
            anewarray javafx.geometry.Insets
            dup
            iconst_0
            getstatic javafx.geometry.Insets.EMPTY:Ljavafx/geometry/Insets;
            aastore
        13: .line 85
            invokespecial com.sun.javafx.css.SubCssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;Ljava/lang/Object;)V
        14: .line 84
            putstatic javafx.scene.layout.Background.BACKGROUND_INSETS:Ljavafx/css/CssMetaData;
        15: .line 90
            new com.sun.javafx.css.SubCssMetaData
            dup
            ldc "-fx-background-image"
        16: .line 91
            invokestatic javafx.css.converter.URLConverter$SequenceConverter.getInstance:()Ljavafx/css/converter/URLConverter$SequenceConverter;
        17: .line 90
            invokespecial com.sun.javafx.css.SubCssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;)V
        18: .line 89
            putstatic javafx.scene.layout.Background.BACKGROUND_IMAGE:Ljavafx/css/CssMetaData;
        19: .line 94
            new com.sun.javafx.css.SubCssMetaData
            dup
            ldc "-fx-background-repeat"
        20: .line 95
            invokestatic com.sun.javafx.scene.layout.region.RepeatStructConverter.getInstance:()Lcom/sun/javafx/scene/layout/region/RepeatStructConverter;
        21: .line 96
            iconst_1
            anewarray com.sun.javafx.scene.layout.region.RepeatStruct
            dup
            iconst_0
            new com.sun.javafx.scene.layout.region.RepeatStruct
            dup
            getstatic javafx.scene.layout.BackgroundRepeat.REPEAT:Ljavafx/scene/layout/BackgroundRepeat;
        22: .line 97
            getstatic javafx.scene.layout.BackgroundRepeat.REPEAT:Ljavafx/scene/layout/BackgroundRepeat;
        23: .line 96
            invokespecial com.sun.javafx.scene.layout.region.RepeatStruct.<init>:(Ljavafx/scene/layout/BackgroundRepeat;Ljavafx/scene/layout/BackgroundRepeat;)V
            aastore
        24: .line 94
            invokespecial com.sun.javafx.css.SubCssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;Ljava/lang/Object;)V
        25: .line 93
            putstatic javafx.scene.layout.Background.BACKGROUND_REPEAT:Ljavafx/css/CssMetaData;
        26: .line 100
            new com.sun.javafx.css.SubCssMetaData
            dup
            ldc "-fx-background-position"
        27: .line 101
            invokestatic com.sun.javafx.scene.layout.region.LayeredBackgroundPositionConverter.getInstance:()Lcom/sun/javafx/scene/layout/region/LayeredBackgroundPositionConverter;
        28: .line 102
            iconst_1
            anewarray javafx.scene.layout.BackgroundPosition
            dup
            iconst_0
            getstatic javafx.scene.layout.BackgroundPosition.DEFAULT:Ljavafx/scene/layout/BackgroundPosition;
            aastore
        29: .line 100
            invokespecial com.sun.javafx.css.SubCssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;Ljava/lang/Object;)V
        30: .line 99
            putstatic javafx.scene.layout.Background.BACKGROUND_POSITION:Ljavafx/css/CssMetaData;
        31: .line 105
            new com.sun.javafx.css.SubCssMetaData
            dup
            ldc "-fx-background-size"
        32: .line 106
            invokestatic com.sun.javafx.scene.layout.region.LayeredBackgroundSizeConverter.getInstance:()Lcom/sun/javafx/scene/layout/region/LayeredBackgroundSizeConverter;
        33: .line 107
            iconst_1
            anewarray javafx.scene.layout.BackgroundSize
            dup
            iconst_0
            getstatic javafx.scene.layout.BackgroundSize.DEFAULT:Ljavafx/scene/layout/BackgroundSize;
            aastore
        34: .line 105
            invokespecial com.sun.javafx.css.SubCssMetaData.<init>:(Ljava/lang/String;Ljavafx/css/StyleConverter;Ljava/lang/Object;)V
        35: .line 104
            putstatic javafx.scene.layout.Background.BACKGROUND_SIZE:Ljavafx/css/CssMetaData;
        36: .line 110
            bipush 7
            anewarray javafx.css.CssMetaData
            dup
            iconst_0
        37: .line 112
            getstatic javafx.scene.layout.Background.BACKGROUND_COLOR:Ljavafx/css/CssMetaData;
            aastore
            dup
            iconst_1
        38: .line 113
            getstatic javafx.scene.layout.Background.BACKGROUND_INSETS:Ljavafx/css/CssMetaData;
            aastore
            dup
            iconst_2
        39: .line 114
            getstatic javafx.scene.layout.Background.BACKGROUND_RADIUS:Ljavafx/css/CssMetaData;
            aastore
            dup
            iconst_3
        40: .line 115
            getstatic javafx.scene.layout.Background.BACKGROUND_IMAGE:Ljavafx/css/CssMetaData;
            aastore
            dup
            iconst_4
        41: .line 116
            getstatic javafx.scene.layout.Background.BACKGROUND_REPEAT:Ljavafx/css/CssMetaData;
            aastore
            dup
            iconst_5
        42: .line 117
            getstatic javafx.scene.layout.Background.BACKGROUND_POSITION:Ljavafx/css/CssMetaData;
            aastore
            dup
            bipush 6
        43: .line 118
            getstatic javafx.scene.layout.Background.BACKGROUND_SIZE:Ljavafx/css/CssMetaData;
            aastore
        44: .line 112
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
        45: .line 110
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
        46: .line 109
            putstatic javafx.scene.layout.Background.STYLEABLES:Ljava/util/List;
        47: .line 131
            new javafx.scene.layout.Background
            dup
            aconst_null
            aconst_null
            invokespecial javafx.scene.layout.Background.<init>:([Ljavafx/scene/layout/BackgroundFill;[Ljavafx/scene/layout/BackgroundImage;)V
            putstatic javafx.scene.layout.Background.EMPTY:Ljavafx/scene/layout/Background;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.util.List<javafx.css.CssMetaData<? extends javafx.css.Styleable, ?>> getClassCssMetaData();
    descriptor: ()Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 125
            getstatic javafx.scene.layout.Background.STYLEABLES:Ljava/util/List;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/List<Ljavafx/css/CssMetaData<+Ljavafx/css/Styleable;*>;>;

  public final java.util.List<javafx.scene.layout.BackgroundFill> getFills();
    descriptor: ()Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.Background this
         0: .line 139
            aload 0 /* this */
            getfield javafx.scene.layout.Background.fills:Ljava/util/List;
            areturn
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/Background;
    Signature: ()Ljava/util/List<Ljavafx/scene/layout/BackgroundFill;>;

  public final java.util.List<javafx.scene.layout.BackgroundImage> getImages();
    descriptor: ()Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.Background this
         0: .line 148
            aload 0 /* this */
            getfield javafx.scene.layout.Background.images:Ljava/util/List;
            areturn
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/Background;
    Signature: ()Ljava/util/List<Ljavafx/scene/layout/BackgroundImage;>;

  public final javafx.geometry.Insets getOutsets();
    descriptor: ()Ljavafx/geometry/Insets;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.Background this
         0: .line 160
            aload 0 /* this */
            getfield javafx.scene.layout.Background.outsets:Ljavafx/geometry/Insets;
            areturn
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/Background;

  public final boolean isEmpty();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.Background this
         0: .line 168
            aload 0 /* this */
            getfield javafx.scene.layout.Background.fills:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            aload 0 /* this */
            getfield javafx.scene.layout.Background.images:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/layout/Background;

  public void <init>(javafx.scene.layout.BackgroundFill[]);
    descriptor: ([Ljavafx/scene/layout/BackgroundFill;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.layout.Background this
        start local 1 // javafx.scene.layout.BackgroundFill[] fills
         0: .line 210
            aload 0 /* this */
            aload 1 /* fills */
            aconst_null
            invokespecial javafx.scene.layout.Background.<init>:([Ljavafx/scene/layout/BackgroundFill;[Ljavafx/scene/layout/BackgroundImage;)V
         1: .line 211
            return
        end local 1 // javafx.scene.layout.BackgroundFill[] fills
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/layout/Background;
            0    2     1  fills  [Ljavafx/scene/layout/BackgroundFill;
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "fills")
    MethodParameters:
       Name  Flags
      fills  final

  public void <init>(javafx.scene.layout.BackgroundImage[]);
    descriptor: ([Ljavafx/scene/layout/BackgroundImage;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.scene.layout.Background this
        start local 1 // javafx.scene.layout.BackgroundImage[] images
         0: .line 223
            aload 0 /* this */
            aconst_null
            aload 1 /* images */
            invokespecial javafx.scene.layout.Background.<init>:([Ljavafx/scene/layout/BackgroundFill;[Ljavafx/scene/layout/BackgroundImage;)V
         1: .line 224
            return
        end local 1 // javafx.scene.layout.BackgroundImage[] images
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/scene/layout/Background;
            0    2     1  images  [Ljavafx/scene/layout/BackgroundImage;
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "images")
    MethodParameters:
        Name  Flags
      images  final

  public void <init>(java.util.List<javafx.scene.layout.BackgroundFill>, java.util.List<javafx.scene.layout.BackgroundImage>);
    descriptor: (Ljava/util/List;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javafx.scene.layout.Background this
        start local 1 // java.util.List fills
        start local 2 // java.util.List images
         0: .line 246
            aload 0 /* this */
            aload 1 /* fills */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aload 1 /* fills */
            aload 1 /* fills */
            invokeinterface java.util.List.size:()I
            anewarray javafx.scene.layout.BackgroundFill
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast javafx.scene.layout.BackgroundFill[]
         2: .line 247
      StackMap locals: uninitialized-this java.util.List java.util.List
      StackMap stack: uninitialized-this javafx.scene.layout.BackgroundFill[]
            aload 2 /* images */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals: uninitialized-this java.util.List java.util.List
      StackMap stack: uninitialized-this javafx.scene.layout.BackgroundFill[]
         3: aload 2 /* images */
            aload 2 /* images */
            invokeinterface java.util.List.size:()I
            anewarray javafx.scene.layout.BackgroundImage
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast javafx.scene.layout.BackgroundImage[]
      StackMap locals: uninitialized-this java.util.List java.util.List
      StackMap stack: uninitialized-this javafx.scene.layout.BackgroundFill[] javafx.scene.layout.BackgroundImage[]
         4: invokespecial javafx.scene.layout.Background.<init>:([Ljavafx/scene/layout/BackgroundFill;[Ljavafx/scene/layout/BackgroundImage;)V
         5: .line 248
            return
        end local 2 // java.util.List images
        end local 1 // java.util.List fills
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljavafx/scene/layout/Background;
            0    6     1   fills  Ljava/util/List<Ljavafx/scene/layout/BackgroundFill;>;
            0    6     2  images  Ljava/util/List<Ljavafx/scene/layout/BackgroundImage;>;
    Signature: (Ljava/util/List<Ljavafx/scene/layout/BackgroundFill;>;Ljava/util/List<Ljavafx/scene/layout/BackgroundImage;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "fills")
      1:
        javafx.beans.NamedArg(value = "images")
    MethodParameters:
        Name  Flags
      fills   final
      images  final

  public void <init>(javafx.scene.layout.BackgroundFill[], javafx.scene.layout.BackgroundImage[]);
    descriptor: ([Ljavafx/scene/layout/BackgroundFill;[Ljavafx/scene/layout/BackgroundImage;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=28, args_size=3
        start local 0 // javafx.scene.layout.Background this
        start local 1 // javafx.scene.layout.BackgroundFill[] fills
        start local 2 // javafx.scene.layout.BackgroundImage[] images
         0: .line 264
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 266
            dconst_0
            dstore 3 /* outerTop */
        start local 3 // double outerTop
         2: dconst_0
            dstore 5 /* outerRight */
        start local 5 // double outerRight
         3: dconst_0
            dstore 7 /* outerBottom */
        start local 7 // double outerBottom
         4: dconst_0
            dstore 9 /* outerLeft */
        start local 9 // double outerLeft
         5: .line 267
            iconst_0
            istore 11 /* hasPercentOpaqueInsets */
        start local 11 // boolean hasPercentOpaqueInsets
         6: .line 268
            iconst_0
            istore 12 /* hasPercentFillRadii */
        start local 12 // boolean hasPercentFillRadii
         7: .line 269
            iconst_0
            istore 13 /* opaqueFill */
        start local 13 // boolean opaqueFill
         8: .line 273
            aload 1 /* fills */
            ifnull 9
            aload 1 /* fills */
            arraylength
            ifne 11
         9: .line 274
      StackMap locals: javafx.scene.layout.Background javafx.scene.layout.BackgroundFill[] javafx.scene.layout.BackgroundImage[] double double double double int int int
      StackMap stack:
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield javafx.scene.layout.Background.fills:Ljava/util/List;
        10: .line 275
            goto 44
        11: .line 279
      StackMap locals:
      StackMap stack:
            aload 1 /* fills */
            arraylength
            anewarray javafx.scene.layout.BackgroundFill
            astore 14 /* noNulls */
        start local 14 // javafx.scene.layout.BackgroundFill[] noNulls
        12: .line 280
            iconst_0
            istore 15 /* size */
        start local 15 // int size
        13: .line 281
            iconst_0
            istore 16 /* i */
        start local 16 // int i
        14: goto 42
        15: .line 282
      StackMap locals: javafx.scene.layout.BackgroundFill[] int int
      StackMap stack:
            aload 1 /* fills */
            iload 16 /* i */
            aaload
            astore 17 /* fill */
        start local 17 // javafx.scene.layout.BackgroundFill fill
        16: .line 283
            aload 17 /* fill */
            ifnull 41
        17: .line 284
            aload 14 /* noNulls */
            iload 15 /* size */
            iinc 15 /* size */ 1
            aload 17 /* fill */
            aastore
        18: .line 285
            aload 17 /* fill */
            invokevirtual javafx.scene.layout.BackgroundFill.getInsets:()Ljavafx/geometry/Insets;
            astore 18 /* fillInsets */
        start local 18 // javafx.geometry.Insets fillInsets
        19: .line 286
            aload 18 /* fillInsets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            dstore 19 /* fillTop */
        start local 19 // double fillTop
        20: .line 287
            aload 18 /* fillInsets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            dstore 21 /* fillRight */
        start local 21 // double fillRight
        21: .line 288
            aload 18 /* fillInsets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            dstore 23 /* fillBottom */
        start local 23 // double fillBottom
        22: .line 289
            aload 18 /* fillInsets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            dstore 25 /* fillLeft */
        start local 25 // double fillLeft
        23: .line 290
            dload 3 /* outerTop */
            dload 19 /* fillTop */
            dcmpg
            ifgt 24
            dload 3 /* outerTop */
            goto 25
      StackMap locals: javafx.scene.layout.Background javafx.scene.layout.BackgroundFill[] javafx.scene.layout.BackgroundImage[] double double double double int int int javafx.scene.layout.BackgroundFill[] int int javafx.scene.layout.BackgroundFill javafx.geometry.Insets double double double double
      StackMap stack:
        24: dload 19 /* fillTop */
      StackMap locals:
      StackMap stack: double
        25: dstore 3 /* outerTop */
        26: .line 291
            dload 5 /* outerRight */
            dload 21 /* fillRight */
            dcmpg
            ifgt 27
            dload 5 /* outerRight */
            goto 28
      StackMap locals:
      StackMap stack:
        27: dload 21 /* fillRight */
      StackMap locals:
      StackMap stack: double
        28: dstore 5 /* outerRight */
        29: .line 292
            dload 7 /* outerBottom */
            dload 23 /* fillBottom */
            dcmpg
            ifgt 30
            dload 7 /* outerBottom */
            goto 31
      StackMap locals:
      StackMap stack:
        30: dload 23 /* fillBottom */
      StackMap locals:
      StackMap stack: double
        31: dstore 7 /* outerBottom */
        32: .line 293
            dload 9 /* outerLeft */
            dload 25 /* fillLeft */
            dcmpg
            ifgt 33
            dload 9 /* outerLeft */
            goto 34
      StackMap locals:
      StackMap stack:
        33: dload 25 /* fillLeft */
      StackMap locals:
      StackMap stack: double
        34: dstore 9 /* outerLeft */
        35: .line 296
            aload 17 /* fill */
            invokevirtual javafx.scene.layout.BackgroundFill.getRadii:()Ljavafx/scene/layout/CornerRadii;
            getfield javafx.scene.layout.CornerRadii.hasPercentBasedRadii:Z
            istore 27 /* b */
        start local 27 // boolean b
        36: .line 297
            iload 12 /* hasPercentFillRadii */
            iload 27 /* b */
            ior
            istore 12 /* hasPercentFillRadii */
        37: .line 298
            aload 17 /* fill */
            getfield javafx.scene.layout.BackgroundFill.fill:Ljavafx/scene/paint/Paint;
            invokevirtual javafx.scene.paint.Paint.isOpaque:()Z
            ifeq 41
        38: .line 299
            iconst_1
            istore 13 /* opaqueFill */
        39: .line 300
            iload 27 /* b */
            ifeq 41
        40: .line 301
            iconst_1
            istore 11 /* hasPercentOpaqueInsets */
        end local 27 // boolean b
        end local 25 // double fillLeft
        end local 23 // double fillBottom
        end local 21 // double fillRight
        end local 19 // double fillTop
        end local 18 // javafx.geometry.Insets fillInsets
        end local 17 // javafx.scene.layout.BackgroundFill fill
        41: .line 281
      StackMap locals: javafx.scene.layout.Background javafx.scene.layout.BackgroundFill[] javafx.scene.layout.BackgroundImage[] double double double double int int int javafx.scene.layout.BackgroundFill[] int int
      StackMap stack:
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        42: iload 16 /* i */
            aload 1 /* fills */
            arraylength
            if_icmplt 15
        end local 16 // int i
        43: .line 306
            aload 0 /* this */
            new com.sun.javafx.UnmodifiableArrayList
            dup
            aload 14 /* noNulls */
            iload 15 /* size */
            invokespecial com.sun.javafx.UnmodifiableArrayList.<init>:([Ljava/lang/Object;I)V
            putfield javafx.scene.layout.Background.fills:Ljava/util/List;
        end local 15 // int size
        end local 14 // javafx.scene.layout.BackgroundFill[] noNulls
        44: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 12 /* hasPercentFillRadii */
            putfield javafx.scene.layout.Background.hasPercentageBasedFills:Z
        45: .line 312
            aload 0 /* this */
            new javafx.geometry.Insets
            dup
        46: .line 313
            dconst_0
            dload 3 /* outerTop */
            dneg
            invokestatic java.lang.Math.max:(DD)D
        47: .line 314
            dconst_0
            dload 5 /* outerRight */
            dneg
            invokestatic java.lang.Math.max:(DD)D
        48: .line 315
            dconst_0
            dload 7 /* outerBottom */
            dneg
            invokestatic java.lang.Math.max:(DD)D
        49: .line 316
            dconst_0
            dload 9 /* outerLeft */
            dneg
            invokestatic java.lang.Math.max:(DD)D
            invokespecial javafx.geometry.Insets.<init>:(DDDD)V
        50: .line 312
            putfield javafx.scene.layout.Background.outsets:Ljavafx/geometry/Insets;
        51: .line 319
            aload 2 /* images */
            ifnull 52
            aload 2 /* images */
            arraylength
            ifne 54
        52: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield javafx.scene.layout.Background.images:Ljava/util/List;
        53: .line 321
            goto 63
        54: .line 323
      StackMap locals:
      StackMap stack:
            aload 2 /* images */
            arraylength
            anewarray javafx.scene.layout.BackgroundImage
            astore 14 /* noNulls */
        start local 14 // javafx.scene.layout.BackgroundImage[] noNulls
        55: .line 324
            iconst_0
            istore 15 /* size */
        start local 15 // int size
        56: .line 325
            iconst_0
            istore 16 /* i */
        start local 16 // int i
        57: goto 61
        58: .line 326
      StackMap locals: javafx.scene.layout.BackgroundImage[] int int
      StackMap stack:
            aload 2 /* images */
            iload 16 /* i */
            aaload
            astore 17 /* image */
        start local 17 // javafx.scene.layout.BackgroundImage image
        59: .line 327
            aload 17 /* image */
            ifnull 60
            aload 14 /* noNulls */
            iload 15 /* size */
            iinc 15 /* size */ 1
            aload 17 /* image */
            aastore
        end local 17 // javafx.scene.layout.BackgroundImage image
        60: .line 325
      StackMap locals:
      StackMap stack:
            iinc 16 /* i */ 1
      StackMap locals:
      StackMap stack:
        61: iload 16 /* i */
            aload 2 /* images */
            arraylength
            if_icmplt 58
        end local 16 // int i
        62: .line 329
            aload 0 /* this */
            new com.sun.javafx.UnmodifiableArrayList
            dup
            aload 14 /* noNulls */
            iload 15 /* size */
            invokespecial com.sun.javafx.UnmodifiableArrayList.<init>:([Ljava/lang/Object;I)V
            putfield javafx.scene.layout.Background.images:Ljava/util/List;
        end local 15 // int size
        end local 14 // javafx.scene.layout.BackgroundImage[] noNulls
        63: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 13 /* opaqueFill */
            putfield javafx.scene.layout.Background.hasOpaqueFill:Z
        64: .line 333
            iload 11 /* hasPercentOpaqueInsets */
            ifeq 70
        65: .line 334
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.Background.opaqueFillTop:D
        66: .line 335
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.Background.opaqueFillRight:D
        67: .line 336
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.Background.opaqueFillBottom:D
        68: .line 337
            aload 0 /* this */
            ldc NaN
            putfield javafx.scene.layout.Background.opaqueFillLeft:D
        69: .line 338
            goto 76
        70: .line 339
      StackMap locals:
      StackMap stack:
            iconst_4
            newarray 7
            astore 14 /* trbl */
        start local 14 // double[] trbl
        71: .line 340
            aload 0 /* this */
            dconst_1
            dconst_1
            iconst_1
            aload 14 /* trbl */
            invokevirtual javafx.scene.layout.Background.computeOpaqueInsets:(DDZ[D)V
        72: .line 341
            aload 0 /* this */
            aload 14 /* trbl */
            iconst_0
            daload
            putfield javafx.scene.layout.Background.opaqueFillTop:D
        73: .line 342
            aload 0 /* this */
            aload 14 /* trbl */
            iconst_1
            daload
            putfield javafx.scene.layout.Background.opaqueFillRight:D
        74: .line 343
            aload 0 /* this */
            aload 14 /* trbl */
            iconst_2
            daload
            putfield javafx.scene.layout.Background.opaqueFillBottom:D
        75: .line 344
            aload 0 /* this */
            aload 14 /* trbl */
            iconst_3
            daload
            putfield javafx.scene.layout.Background.opaqueFillLeft:D
        end local 14 // double[] trbl
        76: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 11 /* hasPercentOpaqueInsets */
            putfield javafx.scene.layout.Background.hasPercentageBasedOpaqueFills:Z
        77: .line 351
            aload 0 /* this */
            getfield javafx.scene.layout.Background.fills:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            istore 14 /* result */
        start local 14 // int result
        78: .line 352
            bipush 31
            iload 14 /* result */
            imul
            aload 0 /* this */
            getfield javafx.scene.layout.Background.images:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 14 /* result */
        79: .line 353
            aload 0 /* this */
            iload 14 /* result */
            putfield javafx.scene.layout.Background.hash:I
        80: .line 354
            return
        end local 14 // int result
        end local 13 // boolean opaqueFill
        end local 12 // boolean hasPercentFillRadii
        end local 11 // boolean hasPercentOpaqueInsets
        end local 9 // double outerLeft
        end local 7 // double outerBottom
        end local 5 // double outerRight
        end local 3 // double outerTop
        end local 2 // javafx.scene.layout.BackgroundImage[] images
        end local 1 // javafx.scene.layout.BackgroundFill[] fills
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   81     0                    this  Ljavafx/scene/layout/Background;
            0   81     1                   fills  [Ljavafx/scene/layout/BackgroundFill;
            0   81     2                  images  [Ljavafx/scene/layout/BackgroundImage;
            2   81     3                outerTop  D
            3   81     5              outerRight  D
            4   81     7             outerBottom  D
            5   81     9               outerLeft  D
            6   81    11  hasPercentOpaqueInsets  Z
            7   81    12     hasPercentFillRadii  Z
            8   81    13              opaqueFill  Z
           12   44    14                 noNulls  [Ljavafx/scene/layout/BackgroundFill;
           13   44    15                    size  I
           14   43    16                       i  I
           16   41    17                    fill  Ljavafx/scene/layout/BackgroundFill;
           19   41    18              fillInsets  Ljavafx/geometry/Insets;
           20   41    19                 fillTop  D
           21   41    21               fillRight  D
           22   41    23              fillBottom  D
           23   41    25                fillLeft  D
           36   41    27                       b  Z
           55   63    14                 noNulls  [Ljavafx/scene/layout/BackgroundImage;
           56   63    15                    size  I
           57   62    16                       i  I
           59   60    17                   image  Ljavafx/scene/layout/BackgroundImage;
           71   76    14                    trbl  [D
           78   81    14                  result  I
    RuntimeVisibleParameterAnnotations: 
      0:
        javafx.beans.NamedArg(value = "fills")
      1:
        javafx.beans.NamedArg(value = "images")
    MethodParameters:
        Name  Flags
      fills   final
      images  final

  public boolean isFillPercentageBased();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.Background this
         0: .line 365
            aload 0 /* this */
            getfield javafx.scene.layout.Background.hasPercentageBasedFills:Z
            ireturn
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/Background;

  void computeOpaqueInsets(double, double, double[]);
    descriptor: (DD[D)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // javafx.scene.layout.Background this
        start local 1 // double width
        start local 3 // double height
        start local 5 // double[] trbl
         0: .line 381
            aload 0 /* this */
            dload 1 /* width */
            dload 3 /* height */
            iconst_0
            aload 5 /* trbl */
            invokevirtual javafx.scene.layout.Background.computeOpaqueInsets:(DDZ[D)V
         1: .line 382
            return
        end local 5 // double[] trbl
        end local 3 // double height
        end local 1 // double width
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/scene/layout/Background;
            0    2     1   width  D
            0    2     3  height  D
            0    2     5    trbl  [D
    MethodParameters:
        Name  Flags
      width   
      height  
      trbl    

  private void computeOpaqueInsets(double, double, boolean, double[]);
    descriptor: (DDZ[D)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=56, args_size=5
        start local 0 // javafx.scene.layout.Background this
        start local 1 // double width
        start local 3 // double height
        start local 5 // boolean firstTime
        start local 6 // double[] trbl
         0: .line 404
            ldc NaN
            dstore 7 /* opaqueRegionTop */
        start local 7 // double opaqueRegionTop
         1: .line 405
            ldc NaN
            dstore 9 /* opaqueRegionRight */
        start local 9 // double opaqueRegionRight
         2: .line 406
            ldc NaN
            dstore 11 /* opaqueRegionBottom */
        start local 11 // double opaqueRegionBottom
         3: .line 407
            ldc NaN
            dstore 13 /* opaqueRegionLeft */
        start local 13 // double opaqueRegionLeft
         4: .line 411
            aload 0 /* this */
            getfield javafx.scene.layout.Background.hasOpaqueFill:Z
            ifeq 93
         5: .line 415
            iload 5 /* firstTime */
            ifne 11
            aload 0 /* this */
            getfield javafx.scene.layout.Background.hasPercentageBasedOpaqueFills:Z
            ifne 11
         6: .line 416
            aload 0 /* this */
            getfield javafx.scene.layout.Background.opaqueFillTop:D
            dstore 7 /* opaqueRegionTop */
         7: .line 417
            aload 0 /* this */
            getfield javafx.scene.layout.Background.opaqueFillRight:D
            dstore 9 /* opaqueRegionRight */
         8: .line 418
            aload 0 /* this */
            getfield javafx.scene.layout.Background.opaqueFillBottom:D
            dstore 11 /* opaqueRegionBottom */
         9: .line 419
            aload 0 /* this */
            getfield javafx.scene.layout.Background.opaqueFillLeft:D
            dstore 13 /* opaqueRegionLeft */
        10: .line 420
            goto 93
        11: .line 427
      StackMap locals: javafx.scene.layout.Background double double int double[] double double double double
      StackMap stack:
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        12: aload 0 /* this */
            getfield javafx.scene.layout.Background.fills:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 16 /* max */
        start local 16 // int max
        13: goto 92
        14: .line 428
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.Background.fills:Ljava/util/List;
            iload 15 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast javafx.scene.layout.BackgroundFill
            astore 17 /* fill */
        start local 17 // javafx.scene.layout.BackgroundFill fill
        15: .line 429
            aload 17 /* fill */
            invokevirtual javafx.scene.layout.BackgroundFill.getInsets:()Ljavafx/geometry/Insets;
            astore 18 /* fillInsets */
        start local 18 // javafx.geometry.Insets fillInsets
        16: .line 430
            aload 18 /* fillInsets */
            invokevirtual javafx.geometry.Insets.getTop:()D
            dstore 19 /* fillTop */
        start local 19 // double fillTop
        17: .line 431
            aload 18 /* fillInsets */
            invokevirtual javafx.geometry.Insets.getRight:()D
            dstore 21 /* fillRight */
        start local 21 // double fillRight
        18: .line 432
            aload 18 /* fillInsets */
            invokevirtual javafx.geometry.Insets.getBottom:()D
            dstore 23 /* fillBottom */
        start local 23 // double fillBottom
        19: .line 433
            aload 18 /* fillInsets */
            invokevirtual javafx.geometry.Insets.getLeft:()D
            dstore 25 /* fillLeft */
        start local 25 // double fillLeft
        20: .line 435
            aload 17 /* fill */
            getfield javafx.scene.layout.BackgroundFill.fill:Ljavafx/scene/paint/Paint;
            invokevirtual javafx.scene.paint.Paint.isOpaque:()Z
            ifeq 91
        21: .line 442
            aload 17 /* fill */
            invokevirtual javafx.scene.layout.BackgroundFill.getRadii:()Ljavafx/scene/layout/CornerRadii;
            astore 27 /* radii */
        start local 27 // javafx.scene.layout.CornerRadii radii
        22: .line 443
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.isTopLeftHorizontalRadiusAsPercentage:()Z
            ifeq 24
        23: .line 444
            dload 1 /* width */
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getTopLeftHorizontalRadius:()D
            dmul
            goto 25
      StackMap locals: javafx.scene.layout.Background double double int double[] double double double double int int javafx.scene.layout.BackgroundFill javafx.geometry.Insets double double double double javafx.scene.layout.CornerRadii
      StackMap stack:
        24: aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getTopLeftHorizontalRadius:()D
        25: .line 443
      StackMap locals:
      StackMap stack: double
            dstore 28 /* topLeftHorizontalRadius */
        start local 28 // double topLeftHorizontalRadius
        26: .line 445
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.isTopLeftVerticalRadiusAsPercentage:()Z
            ifeq 28
        27: .line 446
            dload 3 /* height */
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getTopLeftVerticalRadius:()D
            dmul
            goto 29
      StackMap locals: double
      StackMap stack:
        28: aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getTopLeftVerticalRadius:()D
        29: .line 445
      StackMap locals:
      StackMap stack: double
            dstore 30 /* topLeftVerticalRadius */
        start local 30 // double topLeftVerticalRadius
        30: .line 447
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.isTopRightVerticalRadiusAsPercentage:()Z
            ifeq 32
        31: .line 448
            dload 3 /* height */
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getTopRightVerticalRadius:()D
            dmul
            goto 33
      StackMap locals: double
      StackMap stack:
        32: aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getTopRightVerticalRadius:()D
        33: .line 447
      StackMap locals:
      StackMap stack: double
            dstore 32 /* topRightVerticalRadius */
        start local 32 // double topRightVerticalRadius
        34: .line 449
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.isTopRightHorizontalRadiusAsPercentage:()Z
            ifeq 36
        35: .line 450
            dload 1 /* width */
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getTopRightHorizontalRadius:()D
            dmul
            goto 37
      StackMap locals: double
      StackMap stack:
        36: aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getTopRightHorizontalRadius:()D
        37: .line 449
      StackMap locals:
      StackMap stack: double
            dstore 34 /* topRightHorizontalRadius */
        start local 34 // double topRightHorizontalRadius
        38: .line 451
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.isBottomRightHorizontalRadiusAsPercentage:()Z
            ifeq 40
        39: .line 452
            dload 1 /* width */
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getBottomRightHorizontalRadius:()D
            dmul
            goto 41
      StackMap locals: double
      StackMap stack:
        40: aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getBottomRightHorizontalRadius:()D
        41: .line 451
      StackMap locals:
      StackMap stack: double
            dstore 36 /* bottomRightHorizontalRadius */
        start local 36 // double bottomRightHorizontalRadius
        42: .line 453
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.isBottomRightVerticalRadiusAsPercentage:()Z
            ifeq 44
        43: .line 454
            dload 3 /* height */
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getBottomRightVerticalRadius:()D
            dmul
            goto 45
      StackMap locals: double
      StackMap stack:
        44: aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getBottomRightVerticalRadius:()D
        45: .line 453
      StackMap locals:
      StackMap stack: double
            dstore 38 /* bottomRightVerticalRadius */
        start local 38 // double bottomRightVerticalRadius
        46: .line 455
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.isBottomLeftVerticalRadiusAsPercentage:()Z
            ifeq 48
        47: .line 456
            dload 3 /* height */
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getBottomLeftVerticalRadius:()D
            dmul
            goto 49
      StackMap locals: double
      StackMap stack:
        48: aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getBottomLeftVerticalRadius:()D
        49: .line 455
      StackMap locals:
      StackMap stack: double
            dstore 40 /* bottomLeftVerticalRadius */
        start local 40 // double bottomLeftVerticalRadius
        50: .line 457
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.isBottomLeftHorizontalRadiusAsPercentage:()Z
            ifeq 52
        51: .line 458
            dload 1 /* width */
            aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getBottomLeftHorizontalRadius:()D
            dmul
            goto 53
      StackMap locals: double
      StackMap stack:
        52: aload 27 /* radii */
            invokevirtual javafx.scene.layout.CornerRadii.getBottomLeftHorizontalRadius:()D
        53: .line 457
      StackMap locals:
      StackMap stack: double
            dstore 42 /* bottomLeftHorizontalRadius */
        start local 42 // double bottomLeftHorizontalRadius
        54: .line 460
            dload 19 /* fillTop */
            dload 30 /* topLeftVerticalRadius */
            dload 32 /* topRightVerticalRadius */
            invokestatic java.lang.Math.max:(DD)D
            ldc 2.0
            ddiv
            dadd
            dstore 44 /* t */
        start local 44 // double t
        55: .line 461
            dload 21 /* fillRight */
            dload 34 /* topRightHorizontalRadius */
            dload 36 /* bottomRightHorizontalRadius */
            invokestatic java.lang.Math.max:(DD)D
            ldc 2.0
            ddiv
            dadd
            dstore 46 /* r */
        start local 46 // double r
        56: .line 462
            dload 23 /* fillBottom */
            dload 40 /* bottomLeftVerticalRadius */
            dload 38 /* bottomRightVerticalRadius */
            invokestatic java.lang.Math.max:(DD)D
            ldc 2.0
            ddiv
            dadd
            dstore 48 /* b */
        start local 48 // double b
        57: .line 463
            dload 25 /* fillLeft */
            dload 28 /* topLeftHorizontalRadius */
            dload 42 /* bottomLeftHorizontalRadius */
            invokestatic java.lang.Math.max:(DD)D
            ldc 2.0
            ddiv
            dadd
            dstore 50 /* l */
        start local 50 // double l
        58: .line 464
            dload 7 /* opaqueRegionTop */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 64
        59: .line 466
            dload 44 /* t */
            dstore 7 /* opaqueRegionTop */
        60: .line 467
            dload 46 /* r */
            dstore 9 /* opaqueRegionRight */
        61: .line 468
            dload 48 /* b */
            dstore 11 /* opaqueRegionBottom */
        62: .line 469
            dload 50 /* l */
            dstore 13 /* opaqueRegionLeft */
        63: .line 470
            goto 91
        64: .line 471
      StackMap locals: javafx.scene.layout.Background double double int double[] double double double double int int javafx.scene.layout.BackgroundFill javafx.geometry.Insets double double double double javafx.scene.layout.CornerRadii double double double double double double double double double double double double
      StackMap stack:
            dload 44 /* t */
            dload 7 /* opaqueRegionTop */
            dcmpl
            iflt 65
            iconst_1
            goto 66
      StackMap locals:
      StackMap stack:
        65: iconst_0
      StackMap locals:
      StackMap stack: int
        66: istore 52 /* largerTop */
        start local 52 // boolean largerTop
        67: .line 472
            dload 46 /* r */
            dload 9 /* opaqueRegionRight */
            dcmpl
            iflt 68
            iconst_1
            goto 69
      StackMap locals: int
      StackMap stack:
        68: iconst_0
      StackMap locals:
      StackMap stack: int
        69: istore 53 /* largerRight */
        start local 53 // boolean largerRight
        70: .line 473
            dload 48 /* b */
            dload 11 /* opaqueRegionBottom */
            dcmpl
            iflt 71
            iconst_1
            goto 72
      StackMap locals: int
      StackMap stack:
        71: iconst_0
      StackMap locals:
      StackMap stack: int
        72: istore 54 /* largerBottom */
        start local 54 // boolean largerBottom
        73: .line 474
            dload 50 /* l */
            dload 13 /* opaqueRegionLeft */
            dcmpl
            iflt 74
            iconst_1
            goto 75
      StackMap locals: int
      StackMap stack:
        74: iconst_0
      StackMap locals:
      StackMap stack: int
        75: istore 55 /* largerLeft */
        start local 55 // boolean largerLeft
        76: .line 475
            iload 52 /* largerTop */
            ifeq 78
            iload 53 /* largerRight */
            ifeq 78
            iload 54 /* largerBottom */
            ifeq 78
            iload 55 /* largerLeft */
            ifeq 78
        77: .line 477
            goto 91
        78: .line 478
      StackMap locals: int
      StackMap stack:
            iload 52 /* largerTop */
            ifne 84
            iload 53 /* largerRight */
            ifne 84
            iload 54 /* largerBottom */
            ifne 84
            iload 55 /* largerLeft */
            ifne 84
        79: .line 481
            dload 19 /* fillTop */
            dstore 7 /* opaqueRegionTop */
        80: .line 482
            dload 21 /* fillRight */
            dstore 9 /* opaqueRegionRight */
        81: .line 483
            dload 23 /* fillBottom */
            dstore 11 /* opaqueRegionBottom */
        82: .line 484
            dload 25 /* fillLeft */
            dstore 13 /* opaqueRegionLeft */
        83: .line 485
            goto 91
      StackMap locals:
      StackMap stack:
        84: dload 50 /* l */
            dload 13 /* opaqueRegionLeft */
            dcmpl
            ifne 88
            dload 46 /* r */
            dload 9 /* opaqueRegionRight */
            dcmpl
            ifne 88
        85: .line 488
            dload 44 /* t */
            dload 7 /* opaqueRegionTop */
            invokestatic java.lang.Math.min:(DD)D
            dstore 7 /* opaqueRegionTop */
        86: .line 489
            dload 48 /* b */
            dload 11 /* opaqueRegionBottom */
            invokestatic java.lang.Math.min:(DD)D
            dstore 11 /* opaqueRegionBottom */
        87: .line 490
            goto 91
      StackMap locals:
      StackMap stack:
        88: dload 44 /* t */
            dload 7 /* opaqueRegionTop */
            dcmpl
            ifne 91
            dload 48 /* b */
            dload 11 /* opaqueRegionBottom */
            dcmpl
            ifne 91
        89: .line 493
            dload 50 /* l */
            dload 13 /* opaqueRegionLeft */
            invokestatic java.lang.Math.min:(DD)D
            dstore 13 /* opaqueRegionLeft */
        90: .line 494
            dload 46 /* r */
            dload 9 /* opaqueRegionRight */
            invokestatic java.lang.Math.min:(DD)D
            dstore 9 /* opaqueRegionRight */
        end local 55 // boolean largerLeft
        end local 54 // boolean largerBottom
        end local 53 // boolean largerRight
        end local 52 // boolean largerTop
        end local 50 // double l
        end local 48 // double b
        end local 46 // double r
        end local 44 // double t
        end local 42 // double bottomLeftHorizontalRadius
        end local 40 // double bottomLeftVerticalRadius
        end local 38 // double bottomRightVerticalRadius
        end local 36 // double bottomRightHorizontalRadius
        end local 34 // double topRightHorizontalRadius
        end local 32 // double topRightVerticalRadius
        end local 30 // double topLeftVerticalRadius
        end local 28 // double topLeftHorizontalRadius
        end local 27 // javafx.scene.layout.CornerRadii radii
        end local 25 // double fillLeft
        end local 23 // double fillBottom
        end local 21 // double fillRight
        end local 19 // double fillTop
        end local 18 // javafx.geometry.Insets fillInsets
        end local 17 // javafx.scene.layout.BackgroundFill fill
        91: .line 427
      StackMap locals: javafx.scene.layout.Background double double int double[] double double double double int int
      StackMap stack:
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        92: iload 15 /* i */
            iload 16 /* max */
            if_icmplt 14
        end local 16 // int max
        end local 15 // int i
        93: .line 510
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.javafx.tk.Toolkit.getImageAccessor:()Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
            astore 15 /* acc */
        start local 15 // com.sun.javafx.tk.Toolkit$ImageAccessor acc
        94: .line 511
            aload 0 /* this */
            getfield javafx.scene.layout.Background.images:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 17
            goto 185
      StackMap locals: javafx.scene.layout.Background double double int double[] double double double double com.sun.javafx.tk.Toolkit$ImageAccessor top java.util.Iterator
      StackMap stack:
        95: aload 17
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.scene.layout.BackgroundImage
            astore 16 /* bi */
        start local 16 // javafx.scene.layout.BackgroundImage bi
        96: .line 512
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.opaque:Ljava/lang/Boolean;
            ifnonnull 101
        97: .line 515
            aload 15 /* acc */
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.image:Ljavafx/scene/image/Image;
            invokeinterface com.sun.javafx.tk.Toolkit$ImageAccessor.getImageProperty:(Ljavafx/scene/image/Image;)Ljavafx/beans/property/ReadOnlyObjectProperty;
            invokevirtual javafx.beans.property.ReadOnlyObjectProperty.get:()Ljava/lang/Object;
            checkcast com.sun.javafx.tk.PlatformImage
            astore 18 /* platformImage */
        start local 18 // com.sun.javafx.tk.PlatformImage platformImage
        98: .line 516
            aload 18 /* platformImage */
            ifnonnull 99
            goto 185
        99: .line 519
      StackMap locals: javafx.scene.layout.Background double double int double[] double double double double com.sun.javafx.tk.Toolkit$ImageAccessor javafx.scene.layout.BackgroundImage java.util.Iterator com.sun.javafx.tk.PlatformImage
      StackMap stack:
            aload 18 /* platformImage */
            instanceof com.sun.prism.Image
            ifeq 185
       100: .line 520
            aload 16 /* bi */
            aload 18 /* platformImage */
            checkcast com.sun.prism.Image
            invokevirtual com.sun.prism.Image.isOpaque:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield javafx.scene.layout.BackgroundImage.opaque:Ljava/lang/Boolean;
        end local 18 // com.sun.javafx.tk.PlatformImage platformImage
       101: .line 521
      StackMap locals:
      StackMap stack:
            aload 16 /* bi */
       102: .line 529
            getfield javafx.scene.layout.BackgroundImage.opaque:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 185
       103: .line 530
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.cover:Z
            ifne 106
       104: .line 531
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.height:D
            ldc -1.0
            dcmpl
            ifne 119
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.width:D
            ldc -1.0
            dcmpl
            ifne 119
       105: .line 532
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.widthAsPercentage:Z
            ifeq 119
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.heightAsPercentage:Z
            ifeq 119
       106: .line 535
      StackMap locals:
      StackMap stack:
            dload 7 /* opaqueRegionTop */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 107
            dconst_0
            goto 108
      StackMap locals:
      StackMap stack:
       107: dconst_0
            dload 7 /* opaqueRegionTop */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       108: dstore 7 /* opaqueRegionTop */
       109: .line 536
            dload 9 /* opaqueRegionRight */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 110
            dconst_0
            goto 111
      StackMap locals:
      StackMap stack:
       110: dconst_0
            dload 9 /* opaqueRegionRight */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       111: dstore 9 /* opaqueRegionRight */
       112: .line 537
            dload 11 /* opaqueRegionBottom */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 113
            dconst_0
            goto 114
      StackMap locals:
      StackMap stack:
       113: dconst_0
            dload 11 /* opaqueRegionBottom */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       114: dstore 11 /* opaqueRegionBottom */
       115: .line 538
            dload 13 /* opaqueRegionLeft */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 116
            dconst_0
            goto 117
      StackMap locals:
      StackMap stack:
       116: dconst_0
            dload 13 /* opaqueRegionLeft */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       117: dstore 13 /* opaqueRegionLeft */
       118: .line 539
            goto 186
       119: .line 548
      StackMap locals:
      StackMap stack:
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.repeatX:Ljavafx/scene/layout/BackgroundRepeat;
            getstatic javafx.scene.layout.BackgroundRepeat.SPACE:Ljavafx/scene/layout/BackgroundRepeat;
            if_acmpeq 120
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.repeatY:Ljavafx/scene/layout/BackgroundRepeat;
            getstatic javafx.scene.layout.BackgroundRepeat.SPACE:Ljavafx/scene/layout/BackgroundRepeat;
            if_acmpne 122
       120: .line 549
      StackMap locals:
      StackMap stack:
            aload 16 /* bi */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield javafx.scene.layout.BackgroundImage.opaque:Ljava/lang/Boolean;
       121: .line 550
            goto 185
       122: .line 556
      StackMap locals:
      StackMap stack:
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.repeatX:Ljavafx/scene/layout/BackgroundRepeat;
            getstatic javafx.scene.layout.BackgroundRepeat.REPEAT:Ljavafx/scene/layout/BackgroundRepeat;
            if_acmpeq 123
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.repeatX:Ljavafx/scene/layout/BackgroundRepeat;
            getstatic javafx.scene.layout.BackgroundRepeat.ROUND:Ljavafx/scene/layout/BackgroundRepeat;
            if_acmpeq 123
            iconst_0
            goto 124
      StackMap locals:
      StackMap stack:
       123: iconst_1
      StackMap locals:
      StackMap stack: int
       124: istore 18 /* filledX */
        start local 18 // boolean filledX
       125: .line 557
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.repeatY:Ljavafx/scene/layout/BackgroundRepeat;
            getstatic javafx.scene.layout.BackgroundRepeat.REPEAT:Ljavafx/scene/layout/BackgroundRepeat;
            if_acmpeq 126
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.repeatY:Ljavafx/scene/layout/BackgroundRepeat;
            getstatic javafx.scene.layout.BackgroundRepeat.ROUND:Ljavafx/scene/layout/BackgroundRepeat;
            if_acmpeq 126
            iconst_0
            goto 127
      StackMap locals: int
      StackMap stack:
       126: iconst_1
      StackMap locals:
      StackMap stack: int
       127: istore 19 /* filledY */
        start local 19 // boolean filledY
       128: .line 558
            iload 18 /* filledX */
            ifeq 142
            iload 19 /* filledY */
            ifeq 142
       129: .line 559
            dload 7 /* opaqueRegionTop */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 130
            dconst_0
            goto 131
      StackMap locals: int
      StackMap stack:
       130: dconst_0
            dload 7 /* opaqueRegionTop */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       131: dstore 7 /* opaqueRegionTop */
       132: .line 560
            dload 9 /* opaqueRegionRight */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 133
            dconst_0
            goto 134
      StackMap locals:
      StackMap stack:
       133: dconst_0
            dload 9 /* opaqueRegionRight */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       134: dstore 9 /* opaqueRegionRight */
       135: .line 561
            dload 11 /* opaqueRegionBottom */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 136
            dconst_0
            goto 137
      StackMap locals:
      StackMap stack:
       136: dconst_0
            dload 11 /* opaqueRegionBottom */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       137: dstore 11 /* opaqueRegionBottom */
       138: .line 562
            dload 13 /* opaqueRegionLeft */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 139
            dconst_0
            goto 140
      StackMap locals:
      StackMap stack:
       139: dconst_0
            dload 13 /* opaqueRegionLeft */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       140: dstore 13 /* opaqueRegionLeft */
       141: .line 563
            goto 186
       142: .line 568
      StackMap locals:
      StackMap stack:
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.widthAsPercentage:Z
            ifeq 143
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.width:D
            dload 1 /* width */
            dmul
            goto 144
      StackMap locals:
      StackMap stack:
       143: aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.width:D
      StackMap locals:
      StackMap stack: double
       144: dstore 20 /* w */
        start local 20 // double w
       145: .line 569
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.heightAsPercentage:Z
            ifeq 146
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.height:D
            dload 3 /* height */
            dmul
            goto 147
      StackMap locals: double
      StackMap stack:
       146: aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.height:D
      StackMap locals:
      StackMap stack: double
       147: dstore 22 /* h */
        start local 22 // double h
       148: .line 570
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.image:Ljavafx/scene/image/Image;
            invokevirtual javafx.scene.image.Image.getWidth:()D
            dstore 24 /* imgUnscaledWidth */
        start local 24 // double imgUnscaledWidth
       149: .line 571
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.image:Ljavafx/scene/image/Image;
            invokevirtual javafx.scene.image.Image.getHeight:()D
            dstore 26 /* imgUnscaledHeight */
        start local 26 // double imgUnscaledHeight
       150: .line 577
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.contain:Z
            ifeq 157
       151: .line 581
            dload 1 /* width */
            dload 24 /* imgUnscaledWidth */
            ddiv
            dstore 32 /* scaleX */
        start local 32 // double scaleX
       152: .line 582
            dload 3 /* height */
            dload 26 /* imgUnscaledHeight */
            ddiv
            dstore 34 /* scaleY */
        start local 34 // double scaleY
       153: .line 583
            dload 32 /* scaleX */
            dload 34 /* scaleY */
            invokestatic java.lang.Math.min:(DD)D
            dstore 36 /* scale */
        start local 36 // double scale
       154: .line 584
            dload 36 /* scale */
            dload 24 /* imgUnscaledWidth */
            dmul
            invokestatic java.lang.Math.ceil:(D)D
            dstore 28 /* tileWidth */
        start local 28 // double tileWidth
       155: .line 585
            dload 36 /* scale */
            dload 26 /* imgUnscaledHeight */
            dmul
            invokestatic java.lang.Math.ceil:(D)D
            dstore 30 /* tileHeight */
        end local 36 // double scale
        end local 34 // double scaleY
        end local 32 // double scaleX
        start local 30 // double tileHeight
       156: .line 586
            goto 173
        end local 30 // double tileHeight
        end local 28 // double tileWidth
      StackMap locals: double double double
      StackMap stack:
       157: aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.width:D
            dconst_0
            dcmpl
            iflt 161
            aload 16 /* bi */
            getfield javafx.scene.layout.BackgroundImage.size:Ljavafx/scene/layout/BackgroundSize;
            getfield javafx.scene.layout.BackgroundSize.height:D
            dconst_0
            dcmpl
            iflt 161
       158: .line 590
            dload 20 /* w */
            dstore 28 /* tileWidth */
        start local 28 // double tileWidth
       159: .line 591
            dload 22 /* h */
            dstore 30 /* tileHeight */
        start local 30 // double tileHeight
       160: .line 592
            goto 173
        end local 30 // double tileHeight
        end local 28 // double tileWidth
      StackMap locals:
      StackMap stack:
       161: dload 20 /* w */
            dconst_0
            dcmpl
            iflt 166
       162: .line 594
            dload 20 /* w */
            dstore 28 /* tileWidth */
        start local 28 // double tileWidth
       163: .line 595
            dload 28 /* tileWidth */
            dload 24 /* imgUnscaledWidth */
            ddiv
            dstore 32 /* scale */
        start local 32 // double scale
       164: .line 596
            dload 26 /* imgUnscaledHeight */
            dload 32 /* scale */
            dmul
            dstore 30 /* tileHeight */
        end local 32 // double scale
        start local 30 // double tileHeight
       165: .line 597
            goto 173
        end local 30 // double tileHeight
        end local 28 // double tileWidth
      StackMap locals:
      StackMap stack:
       166: dload 22 /* h */
            dconst_0
            dcmpl
            iflt 171
       167: .line 599
            dload 22 /* h */
            dstore 30 /* tileHeight */
        start local 30 // double tileHeight
       168: .line 600
            dload 30 /* tileHeight */
            dload 26 /* imgUnscaledHeight */
            ddiv
            dstore 32 /* scale */
        start local 32 // double scale
       169: .line 601
            dload 24 /* imgUnscaledWidth */
            dload 32 /* scale */
            dmul
            dstore 28 /* tileWidth */
        end local 32 // double scale
        start local 28 // double tileWidth
       170: .line 602
            goto 173
        end local 30 // double tileHeight
        end local 28 // double tileWidth
       171: .line 604
      StackMap locals:
      StackMap stack:
            dload 24 /* imgUnscaledWidth */
            dstore 28 /* tileWidth */
        start local 28 // double tileWidth
       172: .line 605
            dload 26 /* imgUnscaledHeight */
            dstore 30 /* tileHeight */
        start local 30 // double tileHeight
       173: .line 608
      StackMap locals: double double
      StackMap stack:
            dload 7 /* opaqueRegionTop */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 174
            dconst_0
            goto 175
      StackMap locals:
      StackMap stack:
       174: dconst_0
            dload 7 /* opaqueRegionTop */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       175: dstore 7 /* opaqueRegionTop */
       176: .line 609
            dload 9 /* opaqueRegionRight */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 177
            dload 1 /* width */
            dload 28 /* tileWidth */
            dsub
            goto 178
      StackMap locals:
      StackMap stack:
       177: dload 1 /* width */
            dload 28 /* tileWidth */
            dsub
            dload 9 /* opaqueRegionRight */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       178: dstore 9 /* opaqueRegionRight */
       179: .line 610
            dload 11 /* opaqueRegionBottom */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 180
            dload 3 /* height */
            dload 30 /* tileHeight */
            dsub
            goto 181
      StackMap locals:
      StackMap stack:
       180: dload 3 /* height */
            dload 30 /* tileHeight */
            dsub
            dload 11 /* opaqueRegionBottom */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       181: dstore 11 /* opaqueRegionBottom */
       182: .line 611
            dload 13 /* opaqueRegionLeft */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 183
            dconst_0
            goto 184
      StackMap locals:
      StackMap stack:
       183: dconst_0
            dload 13 /* opaqueRegionLeft */
            invokestatic java.lang.Math.min:(DD)D
      StackMap locals:
      StackMap stack: double
       184: dstore 13 /* opaqueRegionLeft */
        end local 30 // double tileHeight
        end local 28 // double tileWidth
        end local 26 // double imgUnscaledHeight
        end local 24 // double imgUnscaledWidth
        end local 22 // double h
        end local 20 // double w
        end local 19 // boolean filledY
        end local 18 // boolean filledX
        end local 16 // javafx.scene.layout.BackgroundImage bi
       185: .line 511
      StackMap locals: javafx.scene.layout.Background double double int double[] double double double double com.sun.javafx.tk.Toolkit$ImageAccessor top java.util.Iterator
      StackMap stack:
            aload 17
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 95
       186: .line 616
      StackMap locals: javafx.scene.layout.Background double double int double[] double double double double com.sun.javafx.tk.Toolkit$ImageAccessor
      StackMap stack:
            aload 6 /* trbl */
            iconst_0
            dload 7 /* opaqueRegionTop */
            dastore
       187: .line 617
            aload 6 /* trbl */
            iconst_1
            dload 9 /* opaqueRegionRight */
            dastore
       188: .line 618
            aload 6 /* trbl */
            iconst_2
            dload 11 /* opaqueRegionBottom */
            dastore
       189: .line 619
            aload 6 /* trbl */
            iconst_3
            dload 13 /* opaqueRegionLeft */
            dastore
       190: .line 620
            return
        end local 15 // com.sun.javafx.tk.Toolkit$ImageAccessor acc
        end local 13 // double opaqueRegionLeft
        end local 11 // double opaqueRegionBottom
        end local 9 // double opaqueRegionRight
        end local 7 // double opaqueRegionTop
        end local 6 // double[] trbl
        end local 5 // boolean firstTime
        end local 3 // double height
        end local 1 // double width
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0  191     0                         this  Ljavafx/scene/layout/Background;
            0  191     1                        width  D
            0  191     3                       height  D
            0  191     5                    firstTime  Z
            0  191     6                         trbl  [D
            1  191     7              opaqueRegionTop  D
            2  191     9            opaqueRegionRight  D
            3  191    11           opaqueRegionBottom  D
            4  191    13             opaqueRegionLeft  D
           12   93    15                            i  I
           13   93    16                          max  I
           15   91    17                         fill  Ljavafx/scene/layout/BackgroundFill;
           16   91    18                   fillInsets  Ljavafx/geometry/Insets;
           17   91    19                      fillTop  D
           18   91    21                    fillRight  D
           19   91    23                   fillBottom  D
           20   91    25                     fillLeft  D
           22   91    27                        radii  Ljavafx/scene/layout/CornerRadii;
           26   91    28      topLeftHorizontalRadius  D
           30   91    30        topLeftVerticalRadius  D
           34   91    32       topRightVerticalRadius  D
           38   91    34     topRightHorizontalRadius  D
           42   91    36  bottomRightHorizontalRadius  D
           46   91    38    bottomRightVerticalRadius  D
           50   91    40     bottomLeftVerticalRadius  D
           54   91    42   bottomLeftHorizontalRadius  D
           55   91    44                            t  D
           56   91    46                            r  D
           57   91    48                            b  D
           58   91    50                            l  D
           67   91    52                    largerTop  Z
           70   91    53                  largerRight  Z
           73   91    54                 largerBottom  Z
           76   91    55                   largerLeft  Z
           94  191    15                          acc  Lcom/sun/javafx/tk/Toolkit$ImageAccessor;
           96  185    16                           bi  Ljavafx/scene/layout/BackgroundImage;
           98  101    18                platformImage  Lcom/sun/javafx/tk/PlatformImage;
          125  185    18                      filledX  Z
          128  185    19                      filledY  Z
          145  185    20                            w  D
          148  185    22                            h  D
          149  185    24             imgUnscaledWidth  D
          150  185    26            imgUnscaledHeight  D
          155  157    28                    tileWidth  D
          159  161    28                    tileWidth  D
          163  166    28                    tileWidth  D
          170  171    28                    tileWidth  D
          172  185    28                    tileWidth  D
          156  157    30                   tileHeight  D
          160  161    30                   tileHeight  D
          165  166    30                   tileHeight  D
          168  171    30                   tileHeight  D
          173  185    30                   tileHeight  D
          152  156    32                       scaleX  D
          153  156    34                       scaleY  D
          154  156    36                        scale  D
          164  165    32                        scale  D
          169  170    32                        scale  D
    MethodParameters:
           Name  Flags
      width      
      height     
      firstTime  
      trbl       

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.scene.layout.Background this
        start local 1 // java.lang.Object o
         0: .line 626
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 627
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 628
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast javafx.scene.layout.Background
            astore 2 /* that */
        start local 2 // javafx.scene.layout.Background that
         4: .line 630
            aload 0 /* this */
            getfield javafx.scene.layout.Background.hash:I
            aload 2 /* that */
            getfield javafx.scene.layout.Background.hash:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 631
      StackMap locals: javafx.scene.layout.Background
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.Background.fills:Ljava/util/List;
            aload 2 /* that */
            getfield javafx.scene.layout.Background.fills:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 6
            iconst_0
            ireturn
         6: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.layout.Background.images:Ljava/util/List;
            aload 2 /* that */
            getfield javafx.scene.layout.Background.images:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 7
            iconst_0
            ireturn
         7: .line 634
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // javafx.scene.layout.Background that
        end local 1 // java.lang.Object o
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/layout/Background;
            0    8     1     o  Ljava/lang/Object;
            4    8     2  that  Ljavafx/scene/layout/Background;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.layout.Background this
         0: .line 641
            aload 0 /* this */
            getfield javafx.scene.layout.Background.hash:I
            ireturn
        end local 0 // javafx.scene.layout.Background this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/layout/Background;
}
SourceFile: "Background.java"
InnerClasses:
  public abstract ImageAccessor = com.sun.javafx.tk.Toolkit$ImageAccessor of com.sun.javafx.tk.Toolkit
  public final SequenceConverter = javafx.css.converter.InsetsConverter$SequenceConverter of javafx.css.converter.InsetsConverter
  public final SequenceConverter = javafx.css.converter.PaintConverter$SequenceConverter of javafx.css.converter.PaintConverter
  public final SequenceConverter = javafx.css.converter.URLConverter$SequenceConverter of javafx.css.converter.URLConverter