com.anji.imaging
Interface ImageTransformer


public interface ImageTransformer

ImageTransformer


Method Summary
 int[] transform(int translateX, int translateY, double rotate, double scaleX, double scaleY)
          Transforms the underlying image given the translate, rotate, and scale parameters and returns an int array of ipxel data.
 

Method Detail

transform

public int[] transform(int translateX,
                       int translateY,
                       double rotate,
                       double scaleX,
                       double scaleY)
Transforms the underlying image given the translate, rotate, and scale parameters and returns an int array of ipxel data.

Parameters:
translateX -
translateY -
rotate -
scaleX -
scaleY -
Returns:
transformed pixels