Class BufferedImage


  • public class BufferedImage
    extends java.lang.Object
    • Constructor Detail

      • BufferedImage

        public BufferedImage()
      • BufferedImage

        public BufferedImage​(int columns,
                             int lines,
                             int typeIntRgb)
      • BufferedImage

        public BufferedImage​(java.awt.image.BufferedImage read)
    • Method Detail

      • setRGB

        public void setRGB​(int i,
                           int j,
                           int anInt)
      • setRgb

        public void setRgb​(int i,
                           int j,
                           int anInt)
      • getBufferedImage

        public java.awt.image.BufferedImage getBufferedImage()
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getRGB

        public int getRGB​(int x,
                          int y)
      • drawImage

        public void drawImage​(BufferedImage img,
                              int x,
                              int y,
                              int w,
                              int h)
      • createGraphics

        public Graphics2D createGraphics()
      • drawImage

        public void drawImage​(BufferedImage total,
                              int x,
                              int y)
      • setColor

        public void setColor​(int x,
                             int y,
                             int color)
      • drawLine

        public void drawLine​(int x1,
                             int y1,
                             int x2,
                             int y2,
                             int color)
      • drawOval

        public void drawOval​(int i,
                             int i1,
                             int i2,
                             int i3)
      • drawRect

        public void drawRect​(int x,
                             int y1,
                             int width,
                             int height,
                             ITexture texture)
      • getRgb

        public int getRgb​(int i,
                          int j)
      • setPixel

        public void setPixel​(int i,
                             int j,
                             int anInt)
      • getPixel

        public int getPixel​(int i,
                            int j)