Class AWTImage
- java.lang.Object
-
- nl.colorize.multimedialib.renderer.java2d.AWTImage
-
-
Constructor Summary
Constructors Constructor Description AWTImage(java.awt.image.BufferedImage image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAlpha(int x, int y)Returns the alpha of a pixel within the image.ColorRGBgetColor(int x, int y)intgetHeight()java.awt.image.BufferedImagegetImage()ImagegetRegion(Rect region)Returns anImageinstance that only contains the specified region from within this image.intgetWidth()
-