public interface Surface
Modifier and Type | Method and Description |
---|---|
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 © 2020. All rights reserved.