public abstract class com.sun.webkit.graphics.WCPageBackBuffer extends com.sun.webkit.graphics.Ref
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.webkit.graphics.WCPageBackBuffer
super_class: com.sun.webkit.graphics.Ref
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.sun.webkit.graphics.Ref.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/webkit/graphics/WCPageBackBuffer;
public abstract com.sun.webkit.graphics.WCGraphicsContext createGraphics();
descriptor: ()Lcom/sun/webkit/graphics/WCGraphicsContext;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void disposeGraphics(com.sun.webkit.graphics.WCGraphicsContext);
descriptor: (Lcom/sun/webkit/graphics/WCGraphicsContext;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
gc
public abstract void flush(com.sun.webkit.graphics.WCGraphicsContext, int, int, int, int);
descriptor: (Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
gc
x
y
w
h
protected abstract void copyArea(int, int, int, int, int, int);
descriptor: (IIIIII)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
x
y
w
h
dx
dy
public abstract boolean validate(int, int);
descriptor: (II)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
width
height
}
SourceFile: "WCPageBackBuffer.java"