扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio类imagereader的类成员方法: gettileheight定义及介绍
发布时间:2014-2-18
本文导语:
gettileheight
public int gettileheight(int imageindex)
throws ioexception
返回给定图像中 tile 的高度。
默认实现返回 getheight(imageindex),对于非平铺图像也是如此。支持 tiling 的 reader 应该重写此方法。
参数:imageindex - 要查询...