panoramajoinner
Class PanoramatImage

java.lang.Object
  extended by panoramajoinner.PanoramatImage

public class PanoramatImage
extends java.lang.Object


Constructor Summary
PanoramatImage()
           
PanoramatImage(java.io.File f)
           
 
Method Summary
 boolean containsGlobalPixel(int x, int y)
           
 int getBotomBrightnes()
           
 int getBottomAlpha()
           
 int getHeight()
           
 java.awt.image.BufferedImage getImage()
           
 int getLeft()
           
 int getLeftAlpha()
           
 int getLeftBrightnes()
           
 int getRightAlpha()
           
 int getRightBrightnes()
           
 java.io.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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanoramatImage

public PanoramatImage()

PanoramatImage

public PanoramatImage(java.io.File f)
Method Detail

getRightAlpha

public int getRightAlpha()

getRightBrightnes

public int getRightBrightnes()

setTopBrightnes

public void setTopBrightnes(int topBrightnes)

getTopBrightnes

public int getTopBrightnes()

setBotomBrightnes

public void setBotomBrightnes(int botomBrightnes)

getBotomBrightnes

public int getBotomBrightnes()

getSrc

public java.io.File getSrc()

setLeftAlpha

public void setLeftAlpha(int leftAlpha)

setLeftBrightnes

public int setLeftBrightnes(int leftBrightnes)

setRightAlpha

public void setRightAlpha(int rightAlpha)

setRightBrightnes

public int setRightBrightnes(int rightBrightnes)

setTop

public void setTop(int top)

setLeft

public void setLeft(int left)

getTop

public int getTop()

getLeft

public int getLeft()

getLeftBrightnes

public int getLeftBrightnes()

setBottomAlpha

public void setBottomAlpha(int bottomAlpha)

setTopAlpha

public void setTopAlpha(int topAlpha)

getBottomAlpha

public int getBottomAlpha()

getTopAlpha

public int getTopAlpha()

getLeftAlpha

public int getLeftAlpha()

getImage

public java.awt.image.BufferedImage getImage()

reload

public void reload()

getWidth

public int getWidth()

getHeight

public int getHeight()

containsGlobalPixel

public boolean containsGlobalPixel(int x,
                                   int y)