class javafx.scene.shape.Shape$StrokeAttributes$6 extends javafx.css.StyleableDoubleProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Shape$StrokeAttributes$6
  super_class: javafx.css.StyleableDoubleProperty
{
  final javafx.scene.shape.Shape$StrokeAttributes this$1;
    descriptor: Ljavafx/scene/shape/Shape$StrokeAttributes;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(javafx.scene.shape.Shape$StrokeAttributes, double);
    descriptor: (Ljavafx/scene/shape/Shape$StrokeAttributes;D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
        start local 2 // double $anonymous0
         0: .line 1412
            aload 0 /* this */
            aload 1
            putfield javafx.scene.shape.Shape$StrokeAttributes$6.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
            aload 0 /* this */
            dload 2 /* $anonymous0 */
            invokespecial javafx.css.StyleableDoubleProperty.<init>:(D)V
            return
        end local 2 // double $anonymous0
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/shape/Shape$StrokeAttributes$6;
            0    1     2  $anonymous0  D
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void invalidated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
         0: .line 1417
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$StrokeAttributes$6.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
         1: .line 1418
            getstatic javafx.scene.shape.Shape$StyleableProperties.STROKE_DASH_OFFSET:Ljavafx/css/CssMetaData;
         2: .line 1417
            invokevirtual javafx.scene.shape.Shape$StrokeAttributes.invalidated:(Ljavafx/css/CssMetaData;)V
         3: .line 1419
            return
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$6;

  public javafx.css.CssMetaData<javafx.scene.shape.Shape, java.lang.Number> getCssMetaData();
    descriptor: ()Ljavafx/css/CssMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
         0: .line 1423
            getstatic javafx.scene.shape.Shape$StyleableProperties.STROKE_DASH_OFFSET:Ljavafx/css/CssMetaData;
            areturn
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$6;
    Signature: ()Ljavafx/css/CssMetaData<Ljavafx/scene/shape/Shape;Ljava/lang/Number;>;

  public java.lang.Object getBean();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
         0: .line 1428
            aload 0 /* this */
            getfield javafx.scene.shape.Shape$StrokeAttributes$6.this$1:Ljavafx/scene/shape/Shape$StrokeAttributes;
            invokestatic javafx.scene.shape.Shape$StrokeAttributes.access$0:(Ljavafx/scene/shape/Shape$StrokeAttributes;)Ljavafx/scene/shape/Shape;
            areturn
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$6;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
         0: .line 1433
            ldc "strokeDashOffset"
            areturn
        end local 0 // javafx.scene.shape.Shape$StrokeAttributes$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Shape$StrokeAttributes$6;
}
SourceFile: "Shape.java"
EnclosingMethod: javafx.scene.shape.Shape$StrokeAttributes.dashOffsetProperty:()Ljavafx/beans/property/DoubleProperty;
NestHost: javafx.scene.shape.Shape
InnerClasses:
  private final StrokeAttributes = javafx.scene.shape.Shape$StrokeAttributes of javafx.scene.shape.Shape
  javafx.scene.shape.Shape$StrokeAttributes$6
  private StyleableProperties = javafx.scene.shape.Shape$StyleableProperties of javafx.scene.shape.Shape