下面的Java的构造方法是什么意思
BufferedImage(intwidth,intheight,intimageType)请详细解释一下...
BufferedImage(int width,
int height, int imageType)
请详细解释一下 展开
int height, int imageType)
请详细解释一下 展开
展开全部
Image是一个抽象列,BufferedImage是Image的实现。
Image和BufferedImage的主要作用就是将一副图片加载到内存中
百度下吧 这种东西百度上都有的 不要什么问题都问别人
Image和BufferedImage的主要作用就是将一副图片加载到内存中
百度下吧 这种东西百度上都有的 不要什么问题都问别人
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
//这是 API DOC 的解释
/**
* Constructs a <code>BufferedImage</code> of one of the predefined
* image types. The <code>ColorSpace</code> for the image is the
* default sRGB space.
* @param width width of the created image
* @param height height of the created image
* @param imageType type of the created image
* @see ColorSpace
* @see #TYPE_INT_RGB
* @see #TYPE_INT_ARGB
* @see #TYPE_INT_ARGB_PRE
* @see #TYPE_INT_BGR
* @see #TYPE_3BYTE_BGR
* @see #TYPE_4BYTE_ABGR
* @see #TYPE_4BYTE_ABGR_PRE
* @see #TYPE_BYTE_GRAY
* @see #TYPE_USHORT_GRAY
* @see #TYPE_BYTE_BINARY
* @see #TYPE_BYTE_INDEXED
* @see #TYPE_USHORT_565_RGB
* @see #TYPE_USHORT_555_RGB
*/
BufferedImage(int width, int height, int imageType)
//BufferedImage为名
//width、heigh、imageType 等都为其参数
//就是创建一个BufferedImage对象
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询