panoramajoinner
public class CuttingDrawer extends JComponent
| Constructor Summary | |
|---|---|
| CuttingDrawer(BufferedImage bi, AffineTransform af) Creates a new instance of CuttingDrawer | |
| Method Summary | |
|---|---|
| int | getH() |
| int | getW() |
| int | getXX() |
| int | getYY() |
| double | getZoom() |
| void | paint(Graphics g) |
| void | paintComponent(Graphics g) |
| void | setH(int h) |
| void | setW(int h) |
| void | setXX(int x) |
| void | setYY(int y) |
| void | setZoom(double zoom) |