All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VS.ImageUtils

java.lang.Object
   |
   +----VS.ImageUtils

public class ImageUtils
extends java.lang.Object

Variable Index

 o bgColor
 o centerX
 o centerY
 o pixArray

Constructor Index

 o ImageUtils()

Method Index

 o rotateImage(int[], int, int, double)
 o zoomImage(int[], int, int, int)

Variables

 o centerX
 int centerX
 o centerY
 int centerY
 o pixArray
 int pixArray[]
 o bgColor
 int bgColor

Constructors

 o ImageUtils
 public ImageUtils()

Methods

 o rotateImage
 public int[] rotateImage(int inputImage[],
                          int width,
                          int height,
                          double angle)
 o zoomImage
 public int[] zoomImage(int inputImage[],
                        int width,
                        int height,
                        int percent)

All Packages  Class Hierarchy  This Package  Previous  Next  Index