public interface ImageInfo
| Modifier and Type | Method and Description |
|---|---|
ImageBitDepth |
getBitDepth() |
ImageFormat |
getFormat() |
int |
getHeight() |
int |
getWidth() |
void |
setBitDepth(ImageBitDepth bitDepth) |
void |
setFormat(ImageFormat format) |
void |
setHeight(int height) |
void |
setWidth(int width) |
ImageBitDepth getBitDepth()
void setBitDepth(ImageBitDepth bitDepth)
ImageFormat getFormat()
void setFormat(ImageFormat format)
int getHeight()
void setHeight(int height)
int getWidth()
void setWidth(int width)
Copyright © 2016. All rights reserved.