站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.1 API 英文版文档

Uses of Class org.jboss.seam.core.Image (JBoss Seam API Documentation) - JBoss Seam 1.2.1 API 英文版文档


Uses of Class
org.jboss.seam.core.Image

Packages that use Image
org.jboss.seam.core   
 

Uses of Image in org.jboss.seam.core
 

Methods in org.jboss.seam.core that return Image
 Image Image.adjustRatio(double desiredRatio, double precision)
          Alter the ratio of the output image without altering the ratio of the input by adding transparent strips.
 Image Image.blur(int radius)
          Blur the output image using a convolution
static Image Image.instance()
           
 Image Image.resize(int width, int height)
          Resize the image to the given width and height, changing the ratio if necessary
 Image Image.scale(double factor)
          Scale the image by the given factor
 Image Image.scaleToHeight(int height)
          Scale the image to the given height
 Image Image.scaleToWidth(int width)
          Scale the image to the given width
 Image Image.setInput(Object value)
          Set the image.