PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.imaging Package / PDFBayerDitheringFilter Class
Members
In This Topic
    PDFBayerDitheringFilter Class
    In This Topic
    Defines a binarization filter that uses a matrix of threshold values to convert grayscale data to black and white.
    Gray values above the threshold are converted to white, gray values below the threshold are converted to black.
    Object Model
    PDFBayerDitheringFilter Class
    Syntax
    public class PDFBayerDitheringFilter 
        extends PDFOrderedDitheringFilter 
    Inheritance Hierarchy

    java.lang.Object
       com.o2sol.pdf4java.render.imaging.PDFBinarizationFilter
          com.o2sol.pdf4java.render.imaging.PDFOrderedDitheringFilter
             com.o2sol.pdf4java.render.imaging.PDFBayerDitheringFilter

    See Also