devs.visionpackage.roebi
Class ImUpdate

java.lang.Object
  extended by devs.visionpackage.roebi.ImUpdate

public class ImUpdate
extends java.lang.Object

Author:
Reto

Constructor Summary
ImUpdate(ImPanel inputImage, ImPanel outImage1)
          Creates a new instance of imageUpdate
ImUpdate(ImPanel inputImage, ImPanel outImage1, ImPanel outImage2, ImPanel outImage3)
           
ImUpdate(ImPanel inputImage, ImPanel outImage1, ImPanel outImage2, ImPanel outImage3, ImPanel outImage4)
           
 
Method Summary
 void update()
           
 void update(int im1_x, int im1_y, int im1_w, int im1_h)
           
 void update(int scale, int im1_x, int im1_y, int im2_x, int im2_y, int im3_x, int im3_y, int im4_x, int im4_y)
           
 void update(int im1_x, int im1_y, int im1_w, int im1_h, int im2_x, int im2_y, int im2_w, int im2_h, int im3_x, int im3_y, int im3_w, int im3_h, int im4_x, int im4_y, int im4_w, int im4_h)
           
 void updateNr(int imageNumber, int im_x, int im_y, int im_w, int im_h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImUpdate

public ImUpdate(ImPanel inputImage,
                ImPanel outImage1)
Creates a new instance of imageUpdate


ImUpdate

public ImUpdate(ImPanel inputImage,
                ImPanel outImage1,
                ImPanel outImage2,
                ImPanel outImage3)

ImUpdate

public ImUpdate(ImPanel inputImage,
                ImPanel outImage1,
                ImPanel outImage2,
                ImPanel outImage3,
                ImPanel outImage4)
Method Detail

update

public void update()

update

public void update(int im1_x,
                   int im1_y,
                   int im1_w,
                   int im1_h)

updateNr

public void updateNr(int imageNumber,
                     int im_x,
                     int im_y,
                     int im_w,
                     int im_h)

update

public void update(int scale,
                   int im1_x,
                   int im1_y,
                   int im2_x,
                   int im2_y,
                   int im3_x,
                   int im3_y,
                   int im4_x,
                   int im4_y)

update

public void update(int im1_x,
                   int im1_y,
                   int im1_w,
                   int im1_h,
                   int im2_x,
                   int im2_y,
                   int im2_w,
                   int im2_h,
                   int im3_x,
                   int im3_y,
                   int im3_w,
                   int im3_h,
                   int im4_x,
                   int im4_y,
                   int im4_w,
                   int im4_h)