- Identity8BitCharsetEncoder - Class in com.sun.pdfview
-
A CharsetEncoder
that attempts to write out the lower 8 bits
of any character.
- Identity8BitCharsetEncoder() - Constructor for class com.sun.pdfview.Identity8BitCharsetEncoder
-
- IdentityDecrypter - Class in com.sun.pdfview.decrypt
-
Performs identity decryption; that is, inputs aren't encrypted and
are returned right back.
- IdentityDecrypter() - Constructor for class com.sun.pdfview.decrypt.IdentityDecrypter
-
- ImageInfo - Class in com.sun.pdfview
-
- ImageInfo(int, int, Rectangle2D) - Constructor for class com.sun.pdfview.ImageInfo
-
- ImageInfo(int, int, Rectangle2D, Color) - Constructor for class com.sun.pdfview.ImageInfo
-
- IndexedColor - Class in com.sun.pdfview.colorspace
-
A PDFColorSpace for an IndexedColor model
- IndexedColor(PDFColorSpace, int, PDFObject) - Constructor for class com.sun.pdfview.colorspace.IndexedColor
-
create a new IndexColor PDFColorSpace based on another PDFColorSpace,
a count of colors, and a stream of values.
- IndexedColor(Color[]) - Constructor for class com.sun.pdfview.colorspace.IndexedColor
-
create a new IndexColor PDFColorSpace based on a table of colors.
- INDIRECT - Static variable in class com.sun.pdfview.PDFObject
-
an indirect reference
- interpolate(float, float, float, float, float) - Static method in class com.sun.pdfview.function.FunctionType0
-
Perform a linear interpolation.
- isAlign() - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
-
- isCompound() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get whether this is a simple or compound glyf
- isDelimiter(int) - Static method in class com.sun.pdfview.PDFFile
-
Is the argument a delimiter according to the PDF spec?
- isDictType(String) - Method in class com.sun.pdfview.PDFObject
-
returns true only if this object is a DICTIONARY or a
STREAM, and the "Type" entry in the dictionary matches a
given value.
- isEncrypted(PDFObject) - Static method in class com.sun.pdfview.decode.PDFDecoder
-
Determines whether a stream is encrypted or not; note that encodings
(e.g., Flate, LZW) are not considered encryptions.
- isEncryptionPresent() - Method in class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
- isEncryptionPresent(String) - Method in class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
- isEncryptionPresent() - Method in class com.sun.pdfview.decrypt.IdentityDecrypter
-
- isEncryptionPresent(String) - Method in class com.sun.pdfview.decrypt.IdentityDecrypter
-
- isEncryptionPresent() - Method in interface com.sun.pdfview.decrypt.PDFDecrypter
-
Determine whether this actually applies a decryption other than
identity decryption.
- isEncryptionPresent(String) - Method in interface com.sun.pdfview.decrypt.PDFDecrypter
-
Determines whether decryption applies for a given crypt filter name
- isEncryptionPresent() - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
- isEncryptionPresent(String) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
- isExecutable() - Method in class com.sun.pdfview.BaseWatchable
-
return true if this watchable is ready to be executed
- isFillBits() - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
-
- isFinished() - Method in class com.sun.pdfview.BaseWatchable
-
Return whether this watchable has finished.
- isFinished() - Method in class com.sun.pdfview.PDFPage
-
get whether parsing for this PDFPage has been completed and all
commands are in place.
- isIdentityEncoding(char) - Static method in class com.sun.pdfview.PDFDocCharsetEncoder
-
Identify whether a particular character preserves the same byte value
upon encoding in PDFDocEncoding
- isImageMask() - Method in class com.sun.pdfview.PDFImage
-
Return whether or not this is an image mask
- isIndirect() - Method in class com.sun.pdfview.PDFObject
-
Identify whether the object is currently an indirect/cross-reference
- isLastFilter(PDFObject, Set<String>) - Static method in class com.sun.pdfview.decode.PDFDecoder
-
- isLegalReplacement(byte[]) - Method in class com.sun.pdfview.Identity8BitCharsetEncoder
-
- isLegalReplacement(byte[]) - Method in class com.sun.pdfview.PDFDocCharsetEncoder
-
- isLongFormat() - Method in class com.sun.pdfview.font.ttf.LocaTable
-
Return true if the glyphs arte in long (int) format, or
false if they are in short (short) format
- isoLatin1Encoding - Static variable in class com.sun.pdfview.font.FontSupport
-
character mapping from values to glyphs for the isoLatin1Encoding
- isOwnerAuthorised() - Method in class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
- isOwnerAuthorised() - Method in class com.sun.pdfview.decrypt.IdentityDecrypter
-
- isOwnerAuthorised() - Method in interface com.sun.pdfview.decrypt.PDFDecrypter
-
Determine whether the password known by the decrypter indicates that
the user is the owner of the document.
- isOwnerAuthorised() - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
- isPrintable() - Method in class com.sun.pdfview.PDFFile
-
Gets whether the owner of the file has given permission to print
the file.
- isRegularCharacter(int) - Static method in class com.sun.pdfview.PDFFile
-
return true if the character is neither a whitespace or a delimiter.
- isRequestFocusEnabled() - Method in class test.TestType1CFont
-
- isSaveable() - Method in class com.sun.pdfview.PDFFile
-
Gets whether the owner of the file has given permission to save
a copy of the file.
- isSuppressSetErrorStackTrace() - Static method in class com.sun.pdfview.BaseWatchable
-
return true if we would be suppressing setError stack traces.
- isWhiteSpace(int) - Static method in class com.sun.pdfview.PDFFile
-
Is the argument a white space character according to the PDF spec?.
- ITALIC - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Glyphs have dominant vertical strokes that are slanted.
- iterate() - Method in class com.sun.pdfview.BaseWatchable
-
Perform a single iteration of this watchable.
- iterate() - Method in class com.sun.pdfview.PDFParser
-
parse the stream.
- iterate() - Method in class com.sun.pdfview.PDFRenderer
-
Draws the next command in the PDFPage to the buffered image.