public abstract class AbstractSurface extends Object implements Surface
| 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) |
int |
getWidth() |
void |
setRGB(int[] argb,
int offset,
int scanLength,
int x,
int y,
int width,
int height) |
Copyright © 2025. All rights reserved.