- 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)
- doCancel() - Method in class com.sun.pdfview.PDFPrintPage
-
Cancel the print job.
- doClose() - Method in class com.sun.pdfview.PDFViewer
-
Close the current document.
- doFirst() - Method in class com.sun.pdfview.PDFViewer
-
Goes to the first page
- doFitInWindow() - Method in class com.sun.pdfview.PDFViewer
-
Turns off zooming; makes the page fit in the window
- doFullScreen(boolean) - Method in class com.sun.pdfview.PDFViewer
-
Enter full screen mode
- 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.
- doLast() - Method in class com.sun.pdfview.PDFViewer
-
Goes to the last page
- doNext() - Method in class com.sun.pdfview.PDFViewer
-
Goes to the next page
- doOpen() - Method in class com.sun.pdfview.PDFViewer
-
Ask the user for a PDF file to open from the local file system
- doOpen(String) - Method in class com.sun.pdfview.PDFViewer
-
Open a local file, given a string filename
- 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)
- doPageSetup() - Method in class com.sun.pdfview.PDFViewer
-
Posts the Page Setup dialog
- doPageTyped() - Method in class com.sun.pdfview.PDFViewer
-
Goes to the page that was typed in the page number text field
- doPrev() - Method in class com.sun.pdfview.PDFViewer
-
Goes to the previous page
- doPrint() - Method in class com.sun.pdfview.PDFViewer
-
Print the current document.
- doQuit() - Method in class com.sun.pdfview.PDFViewer
-
Shuts down all known threads.
- 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.
- doThumbs(boolean) - Method in class com.sun.pdfview.PDFViewer
-
Shows or hides the thumbnails by moving the split pane divider
- 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)
- doZoom(double) - Method in class com.sun.pdfview.PDFViewer
-
- doZoomTool() - Method in class com.sun.pdfview.PDFViewer
-
Turns on zooming
- 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
-