com.sun.jimi.core.util
Class StampImageFilter
java.lang.Object
|
+--java.awt.image.ImageFilter
|
+--com.sun.jimi.core.util.StampImageFilter
- public class StampImageFilter
- extends java.awt.image.ImageFilter
ImageFilter for applying the "JIMI stamp". Applies the stamp only to int-based
images and uses ARGB values. Designed specifically for use with built-in
JPEG images.
Fields inherited from class java.awt.image.ImageFilter |
consumer |
Method Summary |
void |
setDimensions(int width,
int height)
|
void |
setPixels(int x,
int y,
int width,
int height,
java.awt.image.ColorModel model,
int[] pixels,
int offset,
int scansize)
|
Methods inherited from class java.awt.image.ImageFilter |
clone,
getFilterInstance,
imageComplete,
resendTopDownLeftRight,
setColorModel,
setHints,
setPixels,
setProperties |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
stampx
protected int stampx
stampy
protected int stampy
stampwidth
protected int stampwidth
stampheight
protected int stampheight
StampImageFilter
public StampImageFilter()
setPixels
public void setPixels(int x,
int y,
int width,
int height,
java.awt.image.ColorModel model,
int[] pixels,
int offset,
int scansize)
- Overrides:
- setPixels in class java.awt.image.ImageFilter
setDimensions
public void setDimensions(int width,
int height)
- Overrides:
- setDimensions in class java.awt.image.ImageFilter