A B C D E F G H I K L M N O P R S T U V W X Y

D

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
 
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 a buffer bits to a bitmap image using the CCITT Group 4 fax encoding.
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.
decodeStream(PDFObject, ByteBuffer) - 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).
dereference(PDFXref) - 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.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
dumpStream() - Method in class com.sun.pdfview.PDFParser
 
dumpStreamToError() - Method in class com.sun.pdfview.PDFParser
 

A B C D E F G H I K L M N O P R S T U V W X Y