panoramajoinner
public class MyRGBFilter extends RGBImageFilter
| Constructor Summary | |
|---|---|
| MyRGBFilter() Creates a new instance of MyRGBFilter | |
| Method Summary | |
|---|---|
| int | filterRGB(int x, int y, int pixel) |
| static void | main(String[] args) |
| void | setBottomC(int bottomC) |
| void | setImageHeight(int imageHeight) |
| void | setImwid(int imwid) |
| void | setS1(int s1) |
| void | setS2(int s2) |
| void | setTopC(int topC) |