What is BufferedImage getTile()? I see that is returns a Raster object. Is this another form of an image or graphical object? If so, what advantages / disadvantages are there to using getTile() vs using getSubImage()? Answer The BufferedImage.getTile(int, int) method is inherited from the RenderedImage interface, and allows you to get a specific tile to work on. All tiles