org.apache.fop.render.pcl
public interface MonochromeBitmapConverter
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.RenderedImage |
convertToMonochrome(java.awt.image.BufferedImage img)
Converts a grayscale bitmap image to a monochrome (1-bit) b/w bitmap image.
|
void |
setHint(java.lang.String name,
java.lang.String value)
Sets a hint to the implementation
|
void setHint(java.lang.String name,
java.lang.String value)
name - the name of the hintvalue - the valuejava.awt.image.RenderedImage convertToMonochrome(java.awt.image.BufferedImage img)
img - the grayscale imageCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.