All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.image.ImageFilter | +----Acme.JPM.Filters.ImageFilterPlus | +----Acme.JPM.Filters.Enlarge
Enlarges an image an integral factor by replicating pixels. The output uses the same color model as the input. This filter is very fast.
Fetch the software.
Fetch the entire Acme package.
public Enlarge(ImageProducer producer, int multiplier)
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