Class BufferedImage

java.lang.Object
javaAnd.awt.image.BufferedImage

public class BufferedImage extends Object
  • Field Details

  • Constructor Details

    • BufferedImage

      public BufferedImage()
    • BufferedImage

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

      public BufferedImage(BufferedImage read)
  • Method Details

    • setRGB

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

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

      public 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)
    • getGraphics

      public BufferedImage getGraphics()
    • 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)