panoramajoinner

Class CuttingDrawer

public class CuttingDrawer extends JComponent

Constructor Summary
CuttingDrawer(BufferedImage bi, AffineTransform af)
Creates a new instance of CuttingDrawer
Method Summary
intgetH()
intgetW()
intgetXX()
intgetYY()
doublegetZoom()
voidpaint(Graphics g)
voidpaintComponent(Graphics g)
voidsetH(int h)
voidsetW(int h)
voidsetXX(int x)
voidsetYY(int y)
voidsetZoom(double zoom)

Constructor Detail

CuttingDrawer

public CuttingDrawer(BufferedImage bi, AffineTransform af)
Creates a new instance of CuttingDrawer

Method Detail

getH

public int getH()

getW

public int getW()

getXX

public int getXX()

getYY

public int getYY()

getZoom

public double getZoom()

paint

public void paint(Graphics g)

paintComponent

public void paintComponent(Graphics g)

setH

public void setH(int h)

setW

public void setW(int h)

setXX

public void setXX(int x)

setYY

public void setYY(int y)

setZoom

public void setZoom(double zoom)