public class InternalRawImage extends Object
| 构造器和说明 |
|---|
InternalRawImage() |
| 限定符和类型 | 方法和说明 |
|---|---|
JPEGColorSpace |
getColorspace() |
byte[] |
getData() |
int |
getHeight() |
int |
getNumOfComponents() |
JPEGColorSpace |
getRawColorspace() |
int |
getWidth() |
void |
initData() |
void |
setColorspace(JPEGColorSpace colorspace) |
void |
setData(byte[] data) |
void |
setHeight(int height) |
void |
setNumOfComponents(int numOfComponents) |
void |
setRawColorspace(JPEGColorSpace rawColorspace) |
void |
setWidth(int width) |
public void initData()
public int getNumOfComponents()
public void setNumOfComponents(int numOfComponents)
numOfComponents - the numOfComponents to setpublic int getWidth()
public void setWidth(int width)
width - the width to setpublic int getHeight()
public void setHeight(int height)
height - the height to setpublic JPEGColorSpace getColorspace()
public void setColorspace(JPEGColorSpace colorspace)
colorspace - the colorspace to setpublic JPEGColorSpace getRawColorspace()
public void setRawColorspace(JPEGColorSpace rawColorspace)
rawColorspace - the rawColorspace to setpublic byte[] getData()
public void setData(byte[] data)
data - the data to setCopyright © 2020. All rights reserved.