public class com.sun.webkit.graphics.WCCamera extends com.sun.javafx.sg.prism.NGDefaultCamera
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.webkit.graphics.WCCamera
  super_class: com.sun.javafx.sg.prism.NGDefaultCamera
{
  public static final com.sun.javafx.sg.prism.NGCamera INSTANCE;
    descriptor: Lcom/sun/javafx/sg/prism/NGCamera;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 56
            new com.sun.webkit.graphics.WCCamera
            dup
            invokespecial com.sun.webkit.graphics.WCCamera.<init>:()V
            putstatic com.sun.webkit.graphics.WCCamera.INSTANCE:Lcom/sun/javafx/sg/prism/NGCamera;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.WCCamera this
         0: .line 54
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGDefaultCamera.<init>:()V
            return
        end local 0 // com.sun.webkit.graphics.WCCamera this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/WCCamera;

  public void validate(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=3, args_size=3
        start local 0 // com.sun.webkit.graphics.WCCamera this
        start local 1 // int w
        start local 2 // int h
         0: .line 59
            iload 1 /* w */
            i2d
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCCamera.viewWidth:D
            dcmpl
            ifne 1
            iload 2 /* h */
            i2d
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCCamera.viewHeight:D
            dcmpl
            ifeq 4
         1: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* w */
            i2d
            invokevirtual com.sun.webkit.graphics.WCCamera.setViewWidth:(D)V
         2: .line 61
            aload 0 /* this */
            iload 2 /* h */
            i2d
            invokevirtual com.sun.webkit.graphics.WCCamera.setViewHeight:(D)V
         3: .line 63
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCCamera.projViewTx:Lcom/sun/javafx/geom/transform/GeneralTransform3D;
            dconst_0
            iload 1 /* w */
            i2d
            iload 2 /* h */
            i2d
            dconst_0
            ldc -9999999.0
            ldc 99999.0
            invokevirtual com.sun.javafx.geom.transform.GeneralTransform3D.ortho:(DDDDDD)Lcom/sun/javafx/geom/transform/GeneralTransform3D;
            pop
         4: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int h
        end local 1 // int w
        end local 0 // com.sun.webkit.graphics.WCCamera this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/webkit/graphics/WCCamera;
            0    5     1     w  I
            0    5     2     h  I
    MethodParameters:
      Name  Flags
      w     final
      h     final
}
SourceFile: "WCCamera.java"