- BaseWatchable - Class in com.sun.pdfview
-
An abstract implementation of the watchable interface, that is extended
by the parser and renderer to do their thing.
- BaseWatchable() - Constructor for class com.sun.pdfview.BaseWatchable
-
Creates a new instance of BaseWatchable
- BOOLEAN - Static variable in class com.sun.pdfview.PDFObject
-
a Boolean
- BOTH - Static variable in class com.sun.pdfview.PDFShapeCmd
-
perform both stroke and fill
- BuiltinFont - Class in com.sun.pdfview.font
-
This class represents the 14 built-in fonts.
- BuiltinFont(String, PDFObject) - Constructor for class com.sun.pdfview.font.BuiltinFont
-
Create a new Builtin object based on the name of a built-in font
This must be the name of one of the 14 built-in fonts!
- BuiltinFont(String, PDFObject, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.BuiltinFont
-
create a new BuiltingFont object based on a description of the
font from the PDF file.
- ByteBufferInputStream - Class in com.sun.pdfview
-
Exposes a ByteBuffer
as an InputStream
.
- ByteBufferInputStream(ByteBuffer) - Constructor for class com.sun.pdfview.ByteBufferInputStream
-
Class constructor