Package panoramajoinner
Class PanoramatImage
- java.lang.Object
-
- panoramajoinner.PanoramatImage
-
public class PanoramatImage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PanoramatImage()PanoramatImage(java.io.File f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsGlobalPixel(int x, int y)intgetBotomBrightnes()intgetBottomAlpha()intgetHeight()java.awt.image.BufferedImagegetImage()intgetLeft()intgetLeftAlpha()intgetLeftBrightnes()intgetRightAlpha()intgetRightBrightnes()java.io.FilegetSrc()intgetTop()intgetTopAlpha()intgetTopBrightnes()intgetWidth()voidreload()voidsetBotomBrightnes(int botomBrightnes)voidsetBottomAlpha(int bottomAlpha)voidsetLeft(int left)voidsetLeftAlpha(int leftAlpha)intsetLeftBrightnes(int leftBrightnes)voidsetRightAlpha(int rightAlpha)intsetRightBrightnes(int rightBrightnes)voidsetTop(int top)voidsetTopAlpha(int topAlpha)voidsetTopBrightnes(int topBrightnes)
-
-
-
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)
-
-