com.alibaba.simpleimage.codec.jpeg
类 InternalRawImage
java.lang.Object
com.alibaba.simpleimage.codec.jpeg.InternalRawImage
public class InternalRawImage
- extends Object
TODO Comment of RawImage
- 作者:
- wendell
InternalRawImage
public InternalRawImage()
initData
public void initData()
getNumOfComponents
public int getNumOfComponents()
- 返回:
- the numOfComponents
setNumOfComponents
public void setNumOfComponents(int numOfComponents)
- 参数:
numOfComponents - the numOfComponents to set
getWidth
public int getWidth()
- 返回:
- the width
setWidth
public void setWidth(int width)
- 参数:
width - the width to set
getHeight
public int getHeight()
- 返回:
- the height
setHeight
public void setHeight(int height)
- 参数:
height - the height to set
getColorspace
public JPEGColorSpace getColorspace()
- 返回:
- the colorspace
setColorspace
public void setColorspace(JPEGColorSpace colorspace)
- 参数:
colorspace - the colorspace to set
getRawColorspace
public JPEGColorSpace getRawColorspace()
- 返回:
- the rawColorspace
setRawColorspace
public void setRawColorspace(JPEGColorSpace rawColorspace)
- 参数:
rawColorspace - the rawColorspace to set
getData
public byte[] getData()
- 返回:
- the data
setData
public void setData(byte[] data)
- 参数:
data - the data to set
Copyright © 2012–2015 Alibaba Group. All rights reserved.