- DCT_FILTERS - Static variable in class com.sun.pdfview.decode.PDFDecoder
-
- DCTDecode - Class in com.sun.pdfview.decode
-
decode a DCT encoded array into a byte array.
- DCTDecode() - Constructor for class com.sun.pdfview.decode.DCTDecode
-
- debug(String, int) - Static method in class com.sun.pdfview.PDFParser
-
- DEBUG_DCTDECODE_DATA - Static variable in class com.sun.pdfview.PDFParser
-
emit a file of DCT stream data.
- debuglevel - Static variable in class com.sun.pdfview.PDFParser
-
- decode(ByteBuffer, PDFObject) - Static method in class com.sun.pdfview.decode.ASCII85Decode
-
decode an array of bytes in ASCII85 format.
- decode(ByteBuffer, PDFObject) - Static method in class com.sun.pdfview.decode.ASCIIHexDecode
-
decode an array of bytes in ASCIIHex format.
- decode(PDFObject, ByteBuffer, PDFObject) - Static method in class com.sun.pdfview.decode.CCITTFaxDecode
-
- decode(PDFObject, byte[]) - Static method in class com.sun.pdfview.decode.CCITTFaxDecode
-
- decode(PDFObject, ByteBuffer, PDFObject) - Static method in class com.sun.pdfview.decode.DCTDecode
-
decode an array of bytes in DCT format.
- decode(PDFObject, ByteBuffer, PDFObject) - Static method in class com.sun.pdfview.decode.FlateDecode
-
decode a byte buffer in Flate format.
- decode(ByteBuffer, PDFObject) - Static method in class com.sun.pdfview.decode.LZWDecode
-
decode an array of LZW-encoded bytes to a byte array.
- decode(ByteBuffer, PDFObject) - Static method in class com.sun.pdfview.decode.RunLengthDecode
-
decode an array of bytes in RunLength format.
- decodeNextScanline(byte[], int, int) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
-
- decodeStream(PDFObject, ByteBuffer, Set<String>) - Static method in class com.sun.pdfview.decode.PDFDecoder
-
decode a byte[] stream using the filters specified in the object's
dictionary (passed as argument 1).
- decodeT41D(byte[], byte[], int, int) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
-
- decodeT42D(byte[], byte[], int, int) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
-
- decodeT6(byte[], byte[], int, int) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
-
- decryptBuffer(String, PDFObject, ByteBuffer) - Method in class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
- decryptBuffer(String, PDFObject, ByteBuffer) - Method in class com.sun.pdfview.decrypt.IdentityDecrypter
-
- decryptBuffer(String, PDFObject, ByteBuffer) - Method in interface com.sun.pdfview.decrypt.PDFDecrypter
-
Decrypt a buffer of data
- decryptBuffer(String, PDFObject, ByteBuffer) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
- decryptString(int, int, String) - Method in class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
- decryptString(int, int, String) - Method in class com.sun.pdfview.decrypt.IdentityDecrypter
-
- decryptString(int, int, String) - Method in interface com.sun.pdfview.decrypt.PDFDecrypter
-
- decryptString(int, int, String) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
- dereference(PDFXref, PDFDecrypter) - Method in class com.sun.pdfview.PDFFile
-
Used internally to track down PDFObject references.
- dereference() - Method in class com.sun.pdfview.PDFObject
-
Make sure that this object is dereferenced.
- DICTIONARY - Static variable in class com.sun.pdfview.PDFObject
-
a Hashmap that maps String names to PDFObjects
- doAverageLine(byte[], byte[]) - Method in class com.sun.pdfview.decode.PNGPredictor
-
Return the value of the average algorithm on the line (compare
bytes to the average of the previous byte of the same color and
the same byte on the previous line)
- doFunction(float[], int, float[], int) - Method in class com.sun.pdfview.function.FunctionType0
-
Map from m input values to n output values.
- doFunction(float[], int, float[], int) - Method in class com.sun.pdfview.function.FunctionType2
-
Calculate the function value for the input.
- doFunction(float[], int, float[], int) - Method in class com.sun.pdfview.function.FunctionType3
-
Map from m input values to n output values.
- doFunction(float[], int, float[], int) - Method in class com.sun.pdfview.function.FunctionType4
-
Map from m input values to n output values.
- doFunction(float[], int, float[], int) - Method in class com.sun.pdfview.function.PDFFunction
-
Subclasses must implement this method to perform the actual function
on the given set of data.
- doPaethLine(byte[], byte[]) - Method in class com.sun.pdfview.decode.PNGPredictor
-
Return the value of the average algorithm on the line (compare
bytes to the average of the previous byte of the same color and
the same byte on the previous line)
- doSubLine(byte[]) - Method in class com.sun.pdfview.decode.PNGPredictor
-
Return the value of the Sub algorithm on the line (compare bytes to
the previous byte of the same color on this line).
- doText(PDFPage, String) - Method in class com.sun.pdfview.PDFTextFormat
-
add some text to the page.
- doText(PDFPage, Object[]) - Method in class com.sun.pdfview.PDFTextFormat
-
add some text to the page.
- doUpLine(byte[], byte[]) - Method in class com.sun.pdfview.decode.PNGPredictor
-
Return the value of the up algorithm on the line (compare bytes to
the same byte in the previous line)
- draw(GeneralPath, BasicStroke) - Method in class com.sun.pdfview.PDFRenderer
-
draw an outline.
- drawImage(PDFImage) - Method in class com.sun.pdfview.PDFRenderer
-
draw an image.
- drawPoint(Graphics2D, int, float, float, boolean) - Method in class test.FontToy
-
Draw and label a point
- dump(PDFObject) - Static method in class com.sun.pdfview.PDFImage
-
- dumpStream() - Method in class com.sun.pdfview.PDFParser
-
- dumpStreamToError() - Method in class com.sun.pdfview.PDFParser
-