All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.image.ImageFilter | +----Acme.JPM.Filters.ImageFilterPlus | +----Acme.JPM.Filters.Margin
Adds a margin of a specified color and width around an image. The output uses the same color model as the input. This filter is very fast.
Fetch the software.
Fetch the entire Acme package.
public Margin(ImageProducer producer, Color color, int size)
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