public interface com.sun.pisces.Surface
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.pisces.Surface
super_class: java.lang.Object
{
public abstract int getWidth();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int getHeight();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void getRGB(int[], int, int, int, int, int, int);
descriptor: ([IIIIIII)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
argb
offset
scanLength
x
y
width
height
public abstract void setRGB(int[], int, int, int, int, int, int);
descriptor: ([IIIIIII)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
argb
offset
scanLength
x
y
width
height
}
SourceFile: "Surface.java"