public final class javafx.scene.shape.VertexFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.shape.VertexFormat
  super_class: java.lang.Object
{
  public static final javafx.scene.shape.VertexFormat POINT_TEXCOORD;
    descriptor: Ljavafx/scene/shape/VertexFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final javafx.scene.shape.VertexFormat POINT_NORMAL_TEXCOORD;
    descriptor: Ljavafx/scene/shape/VertexFormat;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static final int POINT_ELEMENT_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int NORMAL_ELEMENT_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int TEXCOORD_ELEMENT_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 38
            new javafx.scene.shape.VertexFormat
            dup
            ldc "POINT_TEXCOORD"
            iconst_2
            iconst_0
            iconst_m1
            iconst_1
            invokespecial javafx.scene.shape.VertexFormat.<init>:(Ljava/lang/String;IIII)V
            putstatic javafx.scene.shape.VertexFormat.POINT_TEXCOORD:Ljavafx/scene/shape/VertexFormat;
         1: .line 43
            new javafx.scene.shape.VertexFormat
            dup
            ldc "POINT_NORMAL_TEXCOORD"
            iconst_3
            iconst_0
            iconst_1
            iconst_2
            invokespecial javafx.scene.shape.VertexFormat.<init>:(Ljava/lang/String;IIII)V
            putstatic javafx.scene.shape.VertexFormat.POINT_NORMAL_TEXCOORD:Ljavafx/scene/shape/VertexFormat;
         2: .line 48
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int, int, int);
    descriptor: (Ljava/lang/String;IIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // javafx.scene.shape.VertexFormat this
        start local 1 // java.lang.String name
        start local 2 // int vertexIndexSize
        start local 3 // int pointIndexOffset
        start local 4 // int normalIndexOffset
        start local 5 // int texCoordIndexOffset
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* name */
            putfield javafx.scene.shape.VertexFormat.name:Ljava/lang/String;
         2: .line 59
            aload 0 /* this */
            iload 2 /* vertexIndexSize */
            putfield javafx.scene.shape.VertexFormat.vertexIndexSize:I
         3: .line 60
            aload 0 /* this */
            iload 3 /* pointIndexOffset */
            putfield javafx.scene.shape.VertexFormat.pointIndexOffset:I
         4: .line 61
            aload 0 /* this */
            iload 4 /* normalIndexOffset */
            putfield javafx.scene.shape.VertexFormat.normalIndexOffset:I
         5: .line 62
            aload 0 /* this */
            iload 5 /* texCoordIndexOffset */
            putfield javafx.scene.shape.VertexFormat.texCoordIndexOffset:I
         6: .line 63
            return
        end local 5 // int texCoordIndexOffset
        end local 4 // int normalIndexOffset
        end local 3 // int pointIndexOffset
        end local 2 // int vertexIndexSize
        end local 1 // java.lang.String name
        end local 0 // javafx.scene.shape.VertexFormat this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    7     0                 this  Ljavafx/scene/shape/VertexFormat;
            0    7     1                 name  Ljava/lang/String;
            0    7     2      vertexIndexSize  I
            0    7     3     pointIndexOffset  I
            0    7     4    normalIndexOffset  I
            0    7     5  texCoordIndexOffset  I
    MethodParameters:
                     Name  Flags
      name                 
      vertexIndexSize      
      pointIndexOffset     
      normalIndexOffset    
      texCoordIndexOffset  

  int getPointElementSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.VertexFormat this
         0: .line 66
            iconst_3
            ireturn
        end local 0 // javafx.scene.shape.VertexFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/VertexFormat;

  int getNormalElementSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.VertexFormat this
         0: .line 70
            iconst_3
            ireturn
        end local 0 // javafx.scene.shape.VertexFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/VertexFormat;

  int getTexCoordElementSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.VertexFormat this
         0: .line 74
            iconst_2
            ireturn
        end local 0 // javafx.scene.shape.VertexFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/VertexFormat;

  public int getVertexIndexSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.VertexFormat this
         0: .line 85
            aload 0 /* this */
            getfield javafx.scene.shape.VertexFormat.vertexIndexSize:I
            ireturn
        end local 0 // javafx.scene.shape.VertexFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/VertexFormat;

  public int getPointIndexOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.VertexFormat this
         0: .line 95
            aload 0 /* this */
            getfield javafx.scene.shape.VertexFormat.pointIndexOffset:I
            ireturn
        end local 0 // javafx.scene.shape.VertexFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/VertexFormat;

  public int getNormalIndexOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.VertexFormat this
         0: .line 105
            aload 0 /* this */
            getfield javafx.scene.shape.VertexFormat.normalIndexOffset:I
            ireturn
        end local 0 // javafx.scene.shape.VertexFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/VertexFormat;

  public int getTexCoordIndexOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.VertexFormat this
         0: .line 115
            aload 0 /* this */
            getfield javafx.scene.shape.VertexFormat.texCoordIndexOffset:I
            ireturn
        end local 0 // javafx.scene.shape.VertexFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/VertexFormat;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.VertexFormat this
         0: .line 120
            aload 0 /* this */
            getfield javafx.scene.shape.VertexFormat.name:Ljava/lang/String;
            areturn
        end local 0 // javafx.scene.shape.VertexFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/VertexFormat;
}
SourceFile: "VertexFormat.java"