com.alibaba.simpleimage.analyze.search.util
类 ImageUtil

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.search.util.ImageUtil

public class ImageUtil
extends Object


构造方法摘要
ImageUtil()
           
 
方法摘要
static void main(String[] args)
           
static BufferedImage resizeImage(BufferedImage src, int w, int h)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ImageUtil

public ImageUtil()
方法详细信息

resizeImage

public static BufferedImage resizeImage(BufferedImage src,
                                        int w,
                                        int h)

main

public static void main(String[] args)
                 throws IOException
抛出:
IOException


Copyright © 2012–2015 Alibaba Group. All rights reserved.