org.apache.fop.render.pcl

Class DefaultMonochromeBitmapConverter

Implemented Interfaces:
MonochromeBitmapConverter

public class DefaultMonochromeBitmapConverter
extends java.lang.Object
implements MonochromeBitmapConverter

Default implementation of the MonochromeBitmapConverter which uses the Java Class Library to convert grayscale bitmaps to monochrome bitmaps.

Method Summary

RenderedImage
convertToMonochrome(BufferedImage img)
void
setHint(String name, String value)

Method Details

convertToMonochrome

public RenderedImage convertToMonochrome(BufferedImage img)
Specified by:
convertToMonochrome in interface MonochromeBitmapConverter

setHint

public void setHint(String name,
                    String value)
Specified by:
setHint in interface MonochromeBitmapConverter

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.