[]
        
(Showing Draft Content)

org.jpedal.jbig2.image.JBIG2Bitmap.-ctor

JBIG2Bitmap Constructor

JBIG2Bitmap(int, int, ArithmeticDecoder, HuffmanDecoder, MMRDecoder)

Declaration
public JBIG2Bitmap(int width, int height, ArithmeticDecoder arithmeticDecoder, HuffmanDecoder huffmanDecoder, MMRDecoder mmrDecoder)
Public Sub New(width As Integer, height As Integer, arithmeticDecoder As ArithmeticDecoder, huffmanDecoder As HuffmanDecoder, mmrDecoder As MMRDecoder)
Parameters
Type Name Description
int width
int height
ArithmeticDecoder arithmeticDecoder
HuffmanDecoder huffmanDecoder
MMRDecoder mmrDecoder