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()
           
 
方法摘要
 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)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

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–2013 Alibaba Group. All rights reserved.