All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.image.ImageFilter | +----Acme.JPM.Filters.ImageFilterPlus | +----Acme.JPM.Filters.Tile
Tiles the image onto an output image of a specified size. The output uses the same color model as the input. This filter is very fast.
Fetch the software.
Fetch the entire Acme package.
public Tile(ImageProducer producer, int newWidth, int newHeight)
public void setDimensions(int width, int height)
public void setPixels(int x, int y, int w, int h, ColorModel model, byte pixels[], int off, int scansize)
public void setPixels(int x, int y, int w, int h, ColorModel model, int pixels[], int off, int scansize)
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs