Uses of Class
com.clickntap.tool.types.SmartImage

Packages that use SmartImage
com.clickntap.tool.types   
 

Uses of SmartImage in com.clickntap.tool.types
 

Methods in com.clickntap.tool.types that return SmartImage
 SmartImage SmartImage.centeredSubImage(int w, int h)
           
 SmartImage SmartImage.create(int w, int h)
           
 SmartImage SmartImage.crop(float ratio)
           
 SmartImage SmartImage.crop(int w, int h)
           
 SmartImage SmartImage.cropBottom(int percentage)
           
 SmartImage SmartImage.cropRect()
           
 SmartImage SmartImage.drawImage(BufferedImage newImage)
           
 SmartImage SmartImage.drawImage(BufferedImage image2, int x, int y, int w, int h)
           
 SmartImage SmartImage.drawImage(String file)
           
 SmartImage SmartImage.drawImage(String file, int x, int y, int w, int h)
           
 SmartImage SmartImage.drawText(int x, int y, int w, int h, String s)
           
 SmartImage SmartImage.drawText(String s, int x, int y, int width, int height, float linespace, Font font, Color color)
           
 SmartImage SmartImage.expand(int w, int h)
           
 SmartImage SmartImage.expand(int w, int h, int x, int y)
           
 SmartImage SmartImage.fill(int r, int g, int b, int a)
           
 SmartImage SmartImage.letterbox(int w, int h, int r, int g, int b, int a)
           
 SmartImage SmartImage.load()
           
 SmartImage SmartImage.rotate(float degr)
           
 SmartImage SmartImage.scale(float f)
           
 SmartImage SmartImage.scale(int w, int h)
           
 SmartImage SmartImage.scaleHeight(int h)
           
 SmartImage SmartImage.scaleWidth(int w)
           
 SmartImage SmartImage.set(InputStream in)
           
 SmartImage SmartImage.setAlpha(BufferedImage alpha, int x, int y)
           
 SmartImage SmartImage.setAlpha(String alpha, int x, int y)
           
 SmartImage SmartImage.subImage(int x, int y, int w, int h)
           
 

Constructors in com.clickntap.tool.types with parameters of type SmartImage
SmartImage(SmartImage image)
           
 



Copyright © 2014. All rights reserved.