public class MyImage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int[] |
m_arPixels |
private int |
m_Height |
private int |
m_Width |
| Constructor and Description |
|---|
MyImage(int[] pixels,
int w,
int h) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int[] |
getPixels() |
int |
getWidth() |
Copyright © 2023. All rights reserved.