public class Bitmap extends Object implements Serializable
| Constructor and Description |
|---|
Bitmap(byte[] pixels,
int width,
int height,
int ppi,
int depth,
int lossyFlag) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth() |
int |
getHeight() |
int |
getLength() |
int |
getLossyFlag() |
byte[] |
getPixels() |
int |
getPpi() |
int |
getWidth() |
Copyright © 2015. All rights reserved.