Package panoramajoinner
Class PanoramatImage
java.lang.Object
panoramajoinner.PanoramatImage
public class PanoramatImage
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsGlobalPixel
(int x, int y) int
int
int
java.awt.image.BufferedImage
getImage()
int
getLeft()
int
int
int
int
java.io.File
getSrc()
int
getTop()
int
int
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 Details
-
PanoramatImage
public PanoramatImage() -
PanoramatImage
public PanoramatImage(java.io.File f)
-
-
Method Details
-
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)
-