public abstract class AbstractSurface extends java.lang.Object implements Surface
Modifier and Type | Field and Description |
---|---|
private int |
height |
private long |
nativePtr |
private int |
width |
Constructor and Description |
---|
AbstractSurface(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
int |
getHeight() |
void |
getRGB(int[] argb,
int offset,
int scanLength,
int x,
int y,
int width,
int height) |
private void |
getRGBImpl(int[] argb,
int offset,
int scanLength,
int x,
int y,
int width,
int height) |
int |
getWidth() |
private void |
nativeFinalize() |
private void |
rgbCheck(int arr_length,
int offset,
int scanLength,
int x,
int y,
int width,
int height) |
void |
setRGB(int[] argb,
int offset,
int scanLength,
int x,
int y,
int width,
int height) |
private void |
setRGBImpl(int[] argb,
int offset,
int scanLength,
int x,
int y,
int width,
int height) |
public final void getRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height)
private void getRGBImpl(int[] argb, int offset, int scanLength, int x, int y, int width, int height)
public final void setRGB(int[] argb, int offset, int scanLength, int x, int y, int width, int height)
private void setRGBImpl(int[] argb, int offset, int scanLength, int x, int y, int width, int height)
private void rgbCheck(int arr_length, int offset, int scanLength, int x, int y, int width, int height)
protected void finalize()
finalize
in class java.lang.Object
private void nativeFinalize()