class javafx.scene.chart.Chart$1 extends javafx.scene.layout.Pane
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.chart.Chart$1
  super_class: javafx.scene.layout.Pane
{
  final javafx.scene.chart.Chart this$0;
    descriptor: Ljavafx/scene/chart/Chart;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.chart.Chart);
    descriptor: (Ljavafx/scene/chart/Chart;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.chart.Chart$1 this
         0: .line 85
            aload 0 /* this */
            aload 1
            putfield javafx.scene.chart.Chart$1.this$0:Ljavafx/scene/chart/Chart;
            aload 0 /* this */
            invokespecial javafx.scene.layout.Pane.<init>:()V
            return
        end local 0 // javafx.scene.chart.Chart$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/chart/Chart$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void layoutChildren();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=17, args_size=1
        start local 0 // javafx.scene.chart.Chart$1 this
         0: .line 87
            aload 0 /* this */
            invokevirtual javafx.scene.chart.Chart$1.snappedTopInset:()D
            dstore 1 /* top */
        start local 1 // double top
         1: .line 88
            aload 0 /* this */
            invokevirtual javafx.scene.chart.Chart$1.snappedLeftInset:()D
            dstore 3 /* left */
        start local 3 // double left
         2: .line 89
            aload 0 /* this */
            invokevirtual javafx.scene.chart.Chart$1.snappedBottomInset:()D
            dstore 5 /* bottom */
        start local 5 // double bottom
         3: .line 90
            aload 0 /* this */
            invokevirtual javafx.scene.chart.Chart$1.snappedRightInset:()D
            dstore 7 /* right */
        start local 7 // double right
         4: .line 91
            aload 0 /* this */
            invokevirtual javafx.scene.chart.Chart$1.getWidth:()D
            dstore 9 /* width */
        start local 9 // double width
         5: .line 92
            aload 0 /* this */
            invokevirtual javafx.scene.chart.Chart$1.getHeight:()D
            dstore 11 /* height */
        start local 11 // double height
         6: .line 93
            aload 0 /* this */
            dload 9 /* width */
            dload 3 /* left */
            dload 7 /* right */
            dadd
            dsub
            invokevirtual javafx.scene.chart.Chart$1.snapSizeX:(D)D
            dstore 13 /* contentWidth */
        start local 13 // double contentWidth
         7: .line 94
            aload 0 /* this */
            dload 11 /* height */
            dload 1 /* top */
            dload 5 /* bottom */
            dadd
            dsub
            invokevirtual javafx.scene.chart.Chart$1.snapSizeY:(D)D
            dstore 15 /* contentHeight */
        start local 15 // double contentHeight
         8: .line 95
            aload 0 /* this */
            getfield javafx.scene.chart.Chart$1.this$0:Ljavafx/scene/chart/Chart;
            aload 0 /* this */
            dload 1 /* top */
            invokevirtual javafx.scene.chart.Chart$1.snapPositionY:(D)D
            aload 0 /* this */
            dload 3 /* left */
            invokevirtual javafx.scene.chart.Chart$1.snapPositionX:(D)D
            dload 13 /* contentWidth */
            dload 15 /* contentHeight */
            invokevirtual javafx.scene.chart.Chart.layoutChartChildren:(DDDD)V
         9: .line 96
            return
        end local 15 // double contentHeight
        end local 13 // double contentWidth
        end local 11 // double height
        end local 9 // double width
        end local 7 // double right
        end local 5 // double bottom
        end local 3 // double left
        end local 1 // double top
        end local 0 // javafx.scene.chart.Chart$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Ljavafx/scene/chart/Chart$1;
            1   10     1            top  D
            2   10     3           left  D
            3   10     5         bottom  D
            4   10     7          right  D
            5   10     9          width  D
            6   10    11         height  D
            7   10    13   contentWidth  D
            8   10    15  contentHeight  D

  public boolean usesMirroring();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.chart.Chart$1 this
         0: .line 98
            aload 0 /* this */
            getfield javafx.scene.chart.Chart$1.this$0:Ljavafx/scene/chart/Chart;
            getfield javafx.scene.chart.Chart.useChartContentMirroring:Z
            ireturn
        end local 0 // javafx.scene.chart.Chart$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/chart/Chart$1;
}
SourceFile: "Chart.java"
EnclosingMethod: javafx.scene.chart.Chart
NestHost: javafx.scene.chart.Chart
InnerClasses:
  javafx.scene.chart.Chart$1