panoramajoinner
public class PanoramatImage extends Object
| Constructor Summary | |
|---|---|
| PanoramatImage() | |
| PanoramatImage(File f) | |
| Method Summary | |
|---|---|
| boolean | containsGlobalPixel(int x, int y) |
| int | getBotomBrightnes() |
| int | getBottomAlpha() |
| int | getHeight() |
| BufferedImage | getImage() |
| int | getLeft() |
| int | getLeftAlpha() |
| int | getLeftBrightnes() |
| int | getRightAlpha() |
| int | getRightBrightnes() |
| File | getSrc() |
| int | getTop() |
| int | getTopAlpha() |
| int | getTopBrightnes() |
| int | getWidth() |
| void | reload() |
| void | setBotomBrightnes(int botomBrightnes) |
| void | setBottomAlpha(int bottomAlpha) |
| void | setLeft(int left) |
| void | setLeftAlpha(int leftAlpha) |
| int | setLeftBrightnes(int leftBrightnes) |
| void | setRightAlpha(int rightAlpha) |
| int | setRightBrightnes(int rightBrightnes) |
| void | setTop(int top) |
| void | setTopAlpha(int topAlpha) |
| void | setTopBrightnes(int topBrightnes) |