Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addCMap(short, short, CMap) - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Add a CMap
- addCommand(PDFCmd) - Method in class com.sun.pdfview.PDFPage
-
Add a single command to the page list.
- addCommands(PDFPage) - Method in class com.sun.pdfview.PDFPage
-
add a collection of commands to the page list.
- addCommands(PDFPage, AffineTransform) - Method in class com.sun.pdfview.PDFPage
-
add a collection of commands to the page list.
- addCommands(PDFPage, AffineTransform, int) - Method in class com.sun.pdfview.font.PDFGlyph
-
Add commands for this glyph to a page
- addDash(float[], float) - Method in class com.sun.pdfview.PDFPage
-
set the dash style
- addEndCap(int) - Method in class com.sun.pdfview.PDFPage
-
set the end cap style
- addFillAlpha(float) - Method in class com.sun.pdfview.PDFPage
-
set the fill alpha
- addFillPaint(PDFPaint) - Method in class com.sun.pdfview.PDFPage
-
set the fill paint
- addImage(PDFImage) - Method in class com.sun.pdfview.PDFPage
-
draw an image
- addImage(PDFPage, ImageInfo, BufferedImage) - Method in class com.sun.pdfview.Cache
-
Add an image to the cache.
- addImage(PDFPage, ImageInfo, BufferedImage, PDFRenderer) - Method in class com.sun.pdfview.Cache
-
Add an image to the cache.
- addLineJoin(int) - Method in class com.sun.pdfview.PDFPage
-
set the line join style
- addMiterLimit(float) - Method in class com.sun.pdfview.PDFPage
-
set the miter limit
- addObserver(ImageObserver) - Method in class com.sun.pdfview.PDFRenderer
-
Add an image observer
- addPage(Integer, PDFPage) - Method in class com.sun.pdfview.Cache
-
Add a page to the cache.
- addPage(Integer, PDFPage, PDFParser) - Method in class com.sun.pdfview.Cache
-
Add a page to the cache.
- addPath(GeneralPath, int) - Method in class com.sun.pdfview.PDFPage
-
set the current path
- addPop() - Method in class com.sun.pdfview.PDFPage
-
pop the graphics state
- addPush() - Method in class com.sun.pdfview.PDFPage
-
push the graphics state
- addRecord(short, short, short, short, String) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Add a record to the table
- addSegment(short, short, char[]) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Add a segment with a map
- addSegment(short, short, short) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Add a segment with an idDelta
- addStrokeAlpha(float) - Method in class com.sun.pdfview.PDFPage
-
set the stroke alpha
- addStrokePaint(PDFPaint) - Method in class com.sun.pdfview.PDFPage
-
set the stroke paint
- addStrokeWidth(float) - Method in class com.sun.pdfview.PDFPage
-
set the stroke width
- addTable(String, TrueTypeTable) - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Add a table to the font
- addTable(String, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Add a table to the font
- addXform(AffineTransform) - Method in class com.sun.pdfview.PDFPage
-
concatenate a transform to the graphics state
- AdobeGlyphList - Class in com.sun.pdfview.font.ttf
-
Build an object which provides access to all the Adobe glyph names, using a unicode value, and which can translate a glyph name to one or more unicode values
- AESV2 - Enum constant in enum class com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
- ALLCAP - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font contains no lowercase letters.
- AlternateColorSpace - Class in com.sun.pdfview.colorspace
-
A color space that uses another color space to return values, and a function to map between values in the input and input values to the alternate color space
- AlternateColorSpace(PDFColorSpace, PDFFunction) - Constructor for class com.sun.pdfview.colorspace.AlternateColorSpace
-
Creates a new instance of AlternateColorSpace
- argsAreWords(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether args 1 and 2 are words or bytes
- argsAreXYValues(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether args 1 and 2 are xy values or point indices
- ARRAY - Static variable in class com.sun.pdfview.PDFObject
-
an array of PDFObjects
- asBasicString(byte[]) - Static method in class com.sun.pdfview.PDFStringUtil
-
Create a basic string from bytes.
- asBasicString(byte[], int, int) - Static method in class com.sun.pdfview.PDFStringUtil
-
Create a basic string from bytes.
- asBytes(String) - Static method in class com.sun.pdfview.PDFStringUtil
-
Get the corresponding byte array for a basic string.
- ASCII85Decode - Class in com.sun.pdfview.decode
-
decode ASCII85 text into a byte array.
- ASCIIHexDecode - Class in com.sun.pdfview.decode
-
decode an array of hex nybbles into a byte array
- asPDFDocEncoded(String) - Static method in class com.sun.pdfview.PDFStringUtil
-
Take a basic PDF string and produce a string of its bytes as encoded in PDFDocEncoding.
- asTextString(String) - Static method in class com.sun.pdfview.PDFStringUtil
-
Take a basic PDF string and determine if it is in UTF-16BE encoding by looking at the lead characters for a byte order marking (BOM).
- asUTF16BEEncoded(String) - Static method in class com.sun.pdfview.PDFStringUtil
-
Take a basic PDF string and produce a string from its bytes as an UTF16-BE encoding.
- AXIAL_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
B
- 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.
C
- Cache - Class in com.sun.pdfview
-
A cache of PDF pages and images.
- Cache() - Constructor for class com.sun.pdfview.Cache
-
Creates a new instance of a Cache
- calcoffset(int) - Method in class com.sun.pdfview.font.Type1CFont
-
calculate an offset code for a dictionary.
- calculate(float[]) - Method in class com.sun.pdfview.function.PDFFunction
-
Map from m input values to n output values.
- calculate(float[], int, float[], int) - Method in class com.sun.pdfview.function.PDFFunction
-
Map from m input values to n output values.
- CalGrayColor - Class in com.sun.pdfview.colorspace
-
A ColorSpace for calibrated gray
- CalGrayColor() - Constructor for class com.sun.pdfview.colorspace.CalGrayColor
-
Create a new calibrated gray color space object, with the default values for black point, white point and gamma
- CalGrayColor(PDFObject) - Constructor for class com.sun.pdfview.colorspace.CalGrayColor
-
Create a new Calibrated Gray color space object, given the description in a PDF dictionary.
- CalRGBColor - Class in com.sun.pdfview.colorspace
-
A ColorSpace for calibrated RGB
- CalRGBColor(PDFObject) - Constructor for class com.sun.pdfview.colorspace.CalRGBColor
-
Create a new Calibrated RGB color space object, given the description in a PDF dictionary.
- carriageReturn() - Method in class com.sun.pdfview.PDFTextFormat
-
perform a carriage return
- carriageReturn(float, float) - Method in class com.sun.pdfview.PDFTextFormat
-
perform a carriage return by translating by x and y.
- CCITTFaxDecode - Class in com.sun.pdfview.decode
- CCITTFaxDecode() - Constructor for class com.sun.pdfview.decode.CCITTFaxDecode
- CCITTFaxDecoder - Class in com.sun.pdfview.decode
- CCITTFaxDecoder(int, int, int) - Constructor for class com.sun.pdfview.decode.CCITTFaxDecoder
- CF_IDENTITY - Static variable in class com.sun.pdfview.decrypt.PDFDecrypterFactory
-
The name of the standard Identity CryptFilter
- CIDFontType2 - Class in com.sun.pdfview.font
-
a font object derived from a CID font.
- CIDFontType2(String, PDFObject, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.CIDFontType2
-
create a new CIDFontType2 object based on the name of a built-in font and the font descriptor
- cleanup() - Method in class com.sun.pdfview.BaseWatchable
-
Clean up after a set of iterations.
- cleanup() - Method in class com.sun.pdfview.PDFParser
-
Cleanup when iteration is done
- cleanup() - Method in class com.sun.pdfview.PDFRenderer
-
Called when iteration has stopped
- clearCommands() - Method in class com.sun.pdfview.PDFPage
-
Clear all commands off the current page
- clip(GeneralPath) - Method in class com.sun.pdfview.PDFRenderer
-
add the path to the current clip.
- CLIP - Static variable in class com.sun.pdfview.PDFShapeCmd
-
set the clip region to the path
- clone() - Method in class com.sun.pdfview.PDFTextFormat
-
Clone the text format
- CMap - Class in com.sun.pdfview.font.ttf
- CMap(short, short) - Constructor for class com.sun.pdfview.font.ttf.CMap
-
Creates a new instance of CMap Don't use this directly, use
CMap.createMap() - CMAP_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Well known tables
- CMapFormat0 - Class in com.sun.pdfview.font.ttf
- CMapFormat0(short) - Constructor for class com.sun.pdfview.font.ttf.CMapFormat0
-
Creates a new instance of CMapFormat0
- CMapFormat4 - Class in com.sun.pdfview.font.ttf
- CMapFormat4(short) - Constructor for class com.sun.pdfview.font.ttf.CMapFormat4
-
Creates a new instance of CMapFormat0
- CMapFormat6 - Class in com.sun.pdfview.font.ttf
- CMapFormat6(short) - Constructor for class com.sun.pdfview.font.ttf.CMapFormat6
-
Creates a new instance of CMapFormat0
- CmapTable - Class in com.sun.pdfview.font.ttf
-
Represents the TTF "cmap" table
- CmapTable() - Constructor for class com.sun.pdfview.font.ttf.CmapTable
-
Creates a new instance of CmapTable
- CMYKColorSpace - Class in com.sun.pdfview.colorspace
-
A ColorSpace for the CMYK color space.
- CMYKColorSpace() - Constructor for class com.sun.pdfview.colorspace.CMYKColorSpace
-
create a new CMYK color space: a ColorSpace with 4 components
- COLORSPACE_CMYK - Static variable in class com.sun.pdfview.colorspace.PDFColorSpace
-
the name of the device-dependent CMYK color space
- COLORSPACE_GRAY - Static variable in class com.sun.pdfview.colorspace.PDFColorSpace
-
the name of the device-dependent gray color space
- COLORSPACE_PATTERN - Static variable in class com.sun.pdfview.colorspace.PDFColorSpace
-
the name of the pattern color space
- COLORSPACE_RGB - Static variable in class com.sun.pdfview.colorspace.PDFColorSpace
-
the name of the device-dependent RGB color space
- com.sun.pdfrenderer.tools.charset - package com.sun.pdfrenderer.tools.charset
- com.sun.pdfview - package com.sun.pdfview
- com.sun.pdfview.action - package com.sun.pdfview.action
- com.sun.pdfview.colorspace - package com.sun.pdfview.colorspace
- com.sun.pdfview.decode - package com.sun.pdfview.decode
- com.sun.pdfview.decrypt - package com.sun.pdfview.decrypt
- com.sun.pdfview.font - package com.sun.pdfview.font
- com.sun.pdfview.font.ttf - package com.sun.pdfview.font.ttf
- com.sun.pdfview.function - package com.sun.pdfview.function
- com.sun.pdfview.pattern - package com.sun.pdfview.pattern
- COMPLETED - Static variable in interface com.sun.pdfview.Watchable
- consumeEOL() - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- controlChars - Static variable in class com.sun.pdfview.font.NativeFont
-
Control characters to filter out of the underlying font
- COONS_PATCH_MESH_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- createDecryptor(PDFObject, PDFObject, PDFPassword) - Static method in class com.sun.pdfview.decrypt.PDFDecrypterFactory
-
Create a decryptor for a given encryption dictionary.
- createGraphics() - Method in class com.sun.pdfview.RefImage
-
Create a graphics object only if it is currently null, otherwise return the existing graphics object.
- createImage(PDFObject, Map) - Static method in class com.sun.pdfview.PDFImage
-
Read a PDFImage from an image dictionary and stream
- createMap(short, short) - Static method in class com.sun.pdfview.font.ttf.CMap
-
Create a map for the given format and language
- createTable(TrueTypeFont, String) - Static method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get a new instance of an empty table by tag string
- createTable(TrueTypeFont, String, ByteBuffer) - Static method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get a new instance of a table with provided data
- CryptFilterDecrypter - Class in com.sun.pdfview.decrypt
-
Implements Version 4 standard decryption, whereby the Encrypt dictionary contains a list of named 'crypt filters', each of which is the equivalent of a
PDFDecrypter. - CryptFilterDecrypter(Map, String, String) - Constructor for class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
Class constructor
- CUBIC_INTERPOLATION - Static variable in class com.sun.pdfview.function.FunctionType0
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
- 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(PDFObject, byte[]) - Static method in class com.sun.pdfview.decode.CCITTFaxDecode
- decode(PDFObject, ByteBuffer, PDFObject) - 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.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(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) - 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
-
Decrypt a
basic string. - decryptString(int, int, String) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
- dereference() - Method in class com.sun.pdfview.PDFObject
-
Make sure that this object is dereferenced.
- dereference(PDFXref, PDFDecrypter) - Method in class com.sun.pdfview.PDFFile
-
Used internally to track down PDFObject references.
- 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, Object[]) - Method in class com.sun.pdfview.PDFTextFormat
-
add some text to the page.
- doText(PDFPage, String) - 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.
- 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
E
- emitDataFile(byte[], String) - Static method in class com.sun.pdfview.PDFParser
-
take a byte array and write a temporary file with it's data.
- EMPTY_PASSWORD - Static variable in class com.sun.pdfview.decrypt.PDFPassword
-
The empty password
- encodeLoop(CharBuffer, ByteBuffer) - Method in class com.sun.pdfview.Identity8BitCharsetEncoder
- encodeLoop(CharBuffer, ByteBuffer) - Method in class com.sun.pdfview.PDFDocCharsetEncoder
- ENCODINGID_MAC_ROMAN - Static variable in class com.sun.pdfview.font.ttf.NameTable
-
Values for platformSpecificID if platform is Mac
- ENCODINGID_UNICODE_DEFAULT - Static variable in class com.sun.pdfview.font.ttf.NameTable
-
Values for platformSpecificID if platform is Unicode
- ENCODINGID_UNICODE_V11 - Static variable in class com.sun.pdfview.font.ttf.NameTable
- ENCODINGID_UNICODE_V2 - Static variable in class com.sun.pdfview.font.ttf.NameTable
- EncryptionUnsupportedByPlatformException - Exception Class in com.sun.pdfview.decrypt
-
Identifies that the specified encryption mechanism, though supported by the product, is not supported by the platform that it is running on; i.e., that either the JCE does not support a required cipher or that its policy is such that a key of a given length can not be used.
- EncryptionUnsupportedByPlatformException(String) - Constructor for exception class com.sun.pdfview.decrypt.EncryptionUnsupportedByPlatformException
- EncryptionUnsupportedByPlatformException(String, Throwable) - Constructor for exception class com.sun.pdfview.decrypt.EncryptionUnsupportedByPlatformException
- EncryptionUnsupportedByProductException - Exception Class in com.sun.pdfview.decrypt
-
Identifies that the specified encryption mechanism is not supported by this product, that is, PDFRenderer, as opposed to a
limitation in the platform. - EncryptionUnsupportedByProductException(String) - Constructor for exception class com.sun.pdfview.decrypt.EncryptionUnsupportedByProductException
- end() - Method in class com.sun.pdfview.PDFTextFormat
-
end a span of text
- equals(Object) - Method in class com.sun.pdfview.font.PDFFont
-
Compare two fonts base on the baseFont
- equals(Object) - Method in class com.sun.pdfview.ImageInfo
- equals(Object) - Method in class com.sun.pdfview.PDFObject
-
Test whether two PDFObject are equal.
- ERROR - Static variable in interface com.sun.pdfview.Watchable
- escape(String) - Static method in class com.sun.pdfview.PDFParser
- execute(boolean) - Method in class com.sun.pdfview.BaseWatchable
-
Start executing this watchable
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFCmd
-
mark the page or change the graphics state
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFShapeCmd
-
perform the stroke and record the dirty region
F
- FF_CHAR - Static variable in class com.sun.pdfview.PDFFile
- fill(PDFRenderer, Graphics2D, GeneralPath) - Method in class com.sun.pdfview.PDFPaint
-
fill a path with the paint, and record the dirty area.
- fill(GeneralPath) - Method in class com.sun.pdfview.PDFRenderer
-
fill an outline using the current fill paint
- FILL - Static variable in class com.sun.pdfview.PDFShapeCmd
-
fill the path with the fill paint
- finalcolors - Variable in class com.sun.pdfview.colorspace.IndexedColor
-
r,g,and b components of the color table as a single array, for Java's IndexColorModel
- find(String) - Method in class com.sun.pdfview.NameTree
-
Find the PDF object corresponding to the given String in a name tree
- findName(String, int[]) - Static method in class com.sun.pdfview.font.FontSupport
-
get the encoding value of a glyph given its name and a charset.
- findName(String, String[]) - Static method in class com.sun.pdfview.font.FontSupport
-
get the encoding value a glyph given its name and a name table.
- finish() - Method in class com.sun.pdfview.PDFPage
-
The entire page is done.
- FIT - Static variable in class com.sun.pdfview.PDFDestination
- FITB - Static variable in class com.sun.pdfview.PDFDestination
- FITBH - Static variable in class com.sun.pdfview.PDFDestination
- FITBV - Static variable in class com.sun.pdfview.PDFDestination
- FITH - Static variable in class com.sun.pdfview.PDFDestination
- FITR - Static variable in class com.sun.pdfview.PDFDestination
- FITV - Static variable in class com.sun.pdfview.PDFDestination
- FIXED_PITCH - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
All glyphs have the same width.
- FlateDecode - Class in com.sun.pdfview.decode
-
decode a deFlated byte array
- FlateDecode() - Constructor for class com.sun.pdfview.decode.FlateDecode
- FlPoint - Class in com.sun.pdfview.font
-
A floating-point Point, with public fields.
- FlPoint() - Constructor for class com.sun.pdfview.font.FlPoint
- flush() - Method in class com.sun.pdfview.PDFTextFormat
-
finish any unfinished words.
- FontSupport - Class in com.sun.pdfview.font
-
some constants and utility functions for font support.
- FontSupport() - Constructor for class com.sun.pdfview.font.FontSupport
- FORCEBOLD - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Determines whether bold glyphs shall be painted with extra pixels even at very small text sizes.
- FREE_FORM_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
convert from CIEXYZ to Calibrated Gray.
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
convert from CIEXYZ to Calibrated RGB.
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
Convert from CIEXYZ to RGB.
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.LabColor
-
convert from CIEXYZ to Lab.
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.MaskColorSpace
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
convert from RGB to Calibrated Gray.
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
convert from RGB to Calibrated RGB.
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
Convert from RGB to CMYK.
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.LabColor
-
convert from RGB to Lab.
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.MaskColorSpace
- FUNCTION_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- FunctionType0 - Class in com.sun.pdfview.function
-
A sampled function maps input values to output values by interpolating along a line or cubic between two known values.
- FunctionType0() - Constructor for class com.sun.pdfview.function.FunctionType0
-
Creates a new instance of FunctionType0
- FunctionType2 - Class in com.sun.pdfview.function
-
A type 2 function is an exponential interpolation function, which maps from one input value to n output values using a simple exponential formula.
- FunctionType2() - Constructor for class com.sun.pdfview.function.FunctionType2
-
Creates a new instance of FunctionType2
- FunctionType3 - Class in com.sun.pdfview.function
-
3.9.3 - A stitching function define a stitching of the subdomains of several 1-input functions to produce a single new 1-input function.
- FunctionType3() - Constructor for class com.sun.pdfview.function.FunctionType3
-
Creates a new instance of FunctionType3
- FunctionType4 - Class in com.sun.pdfview.function
-
A PostScript function is represented as a stream containing code written in a small subset of the PostScript language.
- FunctionType4() - Constructor for class com.sun.pdfview.function.FunctionType4
-
Creates a new instance of FunctionType4
G
- getAction() - Method in class com.sun.pdfview.OutlineNode
-
Get the PDF action associated with this node
- getAction(PDFObject, PDFObject) - Static method in class com.sun.pdfview.action.PDFAction
-
Get an action of the appropriate type from a PDFObject
- getAdvance(int) - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
get the advance of a given glyph
- getAdvanceWidthMax() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property advanceWidthMax.
- getAlgorithm() - Method in class com.sun.pdfview.decode.Predictor
-
Get the algorithm in use
- getArray() - Method in class com.sun.pdfview.PDFObject
-
get the value as a PDFObject[].
- getAscent() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property ascent.
- getAscent() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property ascent.
- getAspectRatio() - Method in class com.sun.pdfview.PDFPage
-
get the aspect ratio of the correctly oriented page.
- getAt(int) - Method in class com.sun.pdfview.PDFObject
-
if this object is an ARRAY, get the PDFObject at some position in the array.
- getAvgWidth() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property avgWidth.
- getAxisEnd() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get the end of the axis
- getAxisStart() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get the start of the axis
- getBackground() - Method in class com.sun.pdfview.pattern.PDFShader
-
Get the background color
- getBase() - Method in class com.sun.pdfview.colorspace.PatternSpace
-
Get the base color space
- getBaseFont() - Method in class com.sun.pdfview.font.PDFFont
-
Get the postscript name of this font
- getBBox() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the bounding box
- getBBox() - Method in class com.sun.pdfview.pattern.PDFShader
-
Get the bounding box
- getBBox() - Method in class com.sun.pdfview.PDFPage
-
get the bounding box of the page, before any rotation.
- getBitsPerComponent() - Method in class com.sun.pdfview.decode.Predictor
-
Get the number of bits per color component
- getBitsPerComponent() - Method in class com.sun.pdfview.PDFImage
-
Get the number of bits per component sample
- getBitsPerSample() - Method in class com.sun.pdfview.function.FunctionType0
-
Get the number of bits per sample
- getBooleanValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as a boolean.
- getBottom() - Method in class com.sun.pdfview.PDFDestination
-
Get the bottom coordinate value
- getC0(int) - Method in class com.sun.pdfview.function.FunctionType2
-
Get the values at zero
- getC1(int) - Method in class com.sun.pdfview.function.FunctionType2
-
Get the values at one
- getCache() - Method in class com.sun.pdfview.PDFObject
-
get the value in the cache.
- getCachedGlyph(char, String) - Method in class com.sun.pdfview.font.PDFFont
-
Get a glyph for a given character code.
- getCapHeight() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property capHeight.
- getCaretOffset() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property caretOffset.
- getCaretSlopeRise() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property caretSlopeRise.
- getCaretSlopeRun() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property caretSlopeRun.
- getChar() - Method in class com.sun.pdfview.font.PDFGlyph
-
Get the character code of this glyph
- getCharCount() - Method in class com.sun.pdfview.font.OutlineFont
-
Get the number of characters
- getCharSet() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property charSet.
- getCharsetName(int, int) - Static method in class com.sun.pdfview.font.ttf.NameTable
-
Get the charset name for a given platform, encoding and language
- getCharSpacing() - Method in class com.sun.pdfview.PDFTextFormat
-
get the char spacing
- getChecksumAdjustment() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property checksumAdjustment.
- getCMap(short, short) - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Get a CMap by platform and specific ID
- getCMap(PDFObject) - Static method in class com.sun.pdfview.font.PDFCMap
-
Get a CMap, given a PDF object containing one of the following: a string name of a known CMap a stream containing a CMap definition
- getCMap(String) - Static method in class com.sun.pdfview.font.PDFCMap
-
Get a CMap, given a string name
- getCMaps() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Get all CMaps
- getColorComponents() - Method in class com.sun.pdfview.colorspace.IndexedColor
-
Get the table of color components
- getColorPaint(Color) - Static method in class com.sun.pdfview.PDFPaint
-
get the PDFPaint representing a solid color
- getColors() - Method in class com.sun.pdfview.decode.Predictor
-
Get the number of colors per sample
- getColorSpace() - Method in class com.sun.pdfview.colorspace.AlternateColorSpace
-
get the original Java ColorSpace.
- getColorSpace() - Method in class com.sun.pdfview.colorspace.PDFColorSpace
-
get the original Java ColorSpace.
- getColorSpace() - Method in class com.sun.pdfview.pattern.PDFShader
-
Get the color space
- getColorSpace() - Method in class com.sun.pdfview.PDFImage
-
Get the colorspace associated with this image, or null if there isn't one
- getColorSpace(int) - Static method in class com.sun.pdfview.colorspace.PDFColorSpace
-
Get a color space by name
- getColorSpace(PDFObject, Map) - Static method in class com.sun.pdfview.colorspace.PDFColorSpace
-
Get a color space specified in a PDFObject
- getColumns() - Method in class com.sun.pdfview.decode.Predictor
-
Get the number of columns
- getCommand(int) - Method in class com.sun.pdfview.PDFPage
-
get the command at a given index
- getCommandCount() - Method in class com.sun.pdfview.PDFPage
-
get the current number of commands for this page
- getCommands() - Method in class com.sun.pdfview.PDFPage
-
get all the commands in the current page
- getCommands(int) - Method in class com.sun.pdfview.PDFPage
-
get all the commands in the current page starting at the given index
- getCommands(int, int) - Method in class com.sun.pdfview.PDFPage
- getComponentPoint(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the point in the component glyph to match
- getCompoundPoint(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the point in the compound glyph to match
- getContourEndPoint(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the end point of a given contour
- getCount() - Method in class com.sun.pdfview.colorspace.IndexedColor
-
Get the number of indices
- getCount() - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get the number of records in the table
- getCreated() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property created.
- getData() - Method in class com.sun.pdfview.font.ttf.CMap
-
Get the data in this map as a byte buffer
- getData() - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the data in the map as a byte buffer
- getData() - Method in class com.sun.pdfview.font.ttf.CMapFormat6
-
Get the data in the map as a byte buffer
- getData() - Method in class com.sun.pdfview.font.ttf.CmapTable
- getData() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the data in this glyf as a byte buffer.
- getData() - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the data in this glyf as a byte buffer.
- getData() - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the data in this glyf as a byte buffer.
- getData() - Method in class com.sun.pdfview.font.ttf.GlyfTable
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Get the data we have stored
- getData() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Get the data we have stored
- getData() - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.LocaTable
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Get a buffer from the data
- getData() - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get the data in this table as a buffer
- getData() - Method in class com.sun.pdfview.font.ttf.PostTable
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get the data in the table
- getDecode() - Method in class com.sun.pdfview.PDFImage
-
Get the decode array
- getDecode(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Get the decoding for a particular input parameter
- getDecrypter() - Method in class com.sun.pdfview.PDFObject
- getDefaultDecrypter() - Method in class com.sun.pdfview.PDFFile
-
Get the default decrypter for the document
- getDefaultWidth() - Method in class com.sun.pdfview.font.CIDFontType2
-
Get the default width in text space
- getDefaultWidth() - Method in class com.sun.pdfview.font.OutlineFont
-
Get the default width in text space
- getDefaultWidthVertical() - Method in class com.sun.pdfview.font.CIDFontType2
-
Get the default vertical width in text space
- getDescendantFont(int) - Method in class com.sun.pdfview.font.Type0Font
-
Get a descendant font of this font by fontId
- getDescent() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property descent.
- getDescent() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property descent.
- getDescriptor() - Method in class com.sun.pdfview.font.PDFFont
-
Get the descriptor for this font
- getDestination() - Method in class com.sun.pdfview.action.GoToAction
-
Get the destination this action refers to
- getDestination(PDFObject, PDFObject) - Static method in class com.sun.pdfview.PDFDestination
-
Get a destination from either an array (explicit destination), a name (named destination) or a string (name tree destination).
- getDetails() - Method in class com.sun.pdfview.PDFCmd
-
the details of this command
- getDetails() - Method in class com.sun.pdfview.PDFShapeCmd
-
Get detailed information about this shape
- getDictionary() - Method in class com.sun.pdfview.PDFObject
-
get the dictionary as a HashMap.
- getDictKeys() - Method in class com.sun.pdfview.PDFObject
-
get an Iterator over all the keys in the dictionary.
- getDictRef(String) - Method in class com.sun.pdfview.PDFObject
-
get the value associated with a particular key in the dictionary.
- getDomain(int) - Method in class com.sun.pdfview.function.PDFFunction
-
Get a component of the domain of this function
- getDoubleValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as a double.
- getEncode(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Get the encoding for a particular input parameter
- getEncoding() - Method in class com.sun.pdfview.font.PDFFont
-
Get the encoding for this font
- getEntrySelector() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the entry selector
- getEntrySelector() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the entry selector
- getExtendEnd() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get whether to extend the end of the axis
- getExtendStart() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get whether to extend the start of the axis
- getFilePos() - Method in class com.sun.pdfview.PDFXref
-
get the character index into the file of the start of this object
- getFirstChar() - Method in class com.sun.pdfview.font.OutlineFont
-
Get the first character code
- getFirstChar() - Method in class com.sun.pdfview.font.Type3Font
-
Get the first character code
- getFlag(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get a given flag
- getFlag(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get a given flag
- getFlags() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property flags.
- getFlags() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property flags.
- getFloatValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as a float.
- getFont() - Method in class com.sun.pdfview.PDFTextFormat
-
get the font
- getFont(PDFObject, HashMap) - Static method in class com.sun.pdfview.font.PDFFont
-
get the PDFFont corresponding to the font described in a PDFObject.
- getFontBBox() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontBBox.
- getFontDirectionHint() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property fontDirectionHint.
- getFontFamily() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontFamily.
- getFontFile() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontFile.
- getFontFile2() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontFile2.
- getFontFile3() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontFile3.
- getFontID(char) - Method in class com.sun.pdfview.font.PDFCMap
-
Get the font number assoicated with a given source character
- getFontName() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontName.
- getFontRevision() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property fontRevision.
- getFontSize() - Method in class com.sun.pdfview.PDFTextFormat
-
get the font size
- getFontStretch() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontStretch.
- getFontWeight() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontWeight.
- getFormat() - Method in class com.sun.pdfview.font.ttf.CMap
-
Get the format of this map
- getFormat() - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get the format of this table
- getFormat() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property format.
- getFunction(PDFObject) - Static method in class com.sun.pdfview.function.PDFFunction
-
Get a PDFFunction from a PDFObject
- getFunctions() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get the functions associated with this shader
- getGeneration() - Method in class com.sun.pdfview.PDFXref
-
get the generation of this object
- getGlyf(ByteBuffer) - Static method in class com.sun.pdfview.font.ttf.Glyf
-
Get a map from the given data This method reads the format, data and length variables of the map.
- getGlyph(char, String) - Method in class com.sun.pdfview.font.OutlineFont
-
Get the glyph for a given character code and name The preferred method of getting the glyph should be by name.
- getGlyph(char, String) - Method in class com.sun.pdfview.font.PDFFont
-
Get the glyph for a given character code and name The preferred method of getting the glyph should be by name.
- getGlyph(char, String) - Method in class com.sun.pdfview.font.Type0Font
-
Get a character from the first font in the descendant fonts array
- getGlyph(char, String) - Method in class com.sun.pdfview.font.Type3Font
-
Get the glyph for a given character code and name The preferred method of getting the glyph should be by name.
- getGlyph(int) - Method in class com.sun.pdfview.font.ttf.GlyfTable
-
Get the glyph at a given index, parsing it as needed
- getGlyphDataFormat() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property glyphDataFormat.
- getGlyphIndex(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the glyf index for a given glyf
- getGlyphName(char) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Map a character code to a glyphIndex name
- getGlyphName(int) - Static method in class com.sun.pdfview.font.ttf.AdobeGlyphList
-
translate a unicode value into a glyph name.
- getGlyphNameIndex(String) - Static method in class com.sun.pdfview.font.ttf.AdobeGlyphList
-
return a single index for a glyph, though there may be multiples.
- getGlyphNameIndex(String) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Map a character name to a glyphNameIndex
- getGlyphs(PDFFont, String) - Method in class com.sun.pdfview.font.PDFFontEncoding
-
Get the glyphs associated with a given String
- getGlyphs(String) - Method in class com.sun.pdfview.font.PDFFont
-
Get the glyphs associated with a given String in this font
- getHeight() - Method in class com.sun.pdfview.PDFImage
-
Get the image's height
- getHeight() - Method in class com.sun.pdfview.PDFPage
-
get the height of this page, after rotation
- getHorizontalScale() - Method in class com.sun.pdfview.PDFTextFormat
-
Get the horizontal scale
- getID() - Method in class com.sun.pdfview.PDFXref
-
get the object number of this object
- getImage() - Method in class com.sun.pdfview.PDFImage
-
Get the image that this PDFImage generates.
- getImage(int, int, Rectangle2D, ImageObserver) - Method in class com.sun.pdfview.PDFPage
-
Get an image producer which can be used to draw the image represented by this PDFPage.
- getImage(int, int, Rectangle2D, ImageObserver, boolean, boolean) - Method in class com.sun.pdfview.PDFPage
-
Get an image producer which can be used to draw the image represented by this PDFPage.
- getImage(PDFPage, ImageInfo) - Method in class com.sun.pdfview.Cache
-
Get an image from the cache
- getImageRenderer(PDFPage, ImageInfo) - Method in class com.sun.pdfview.Cache
-
Get an image's renderer from the cache
- getIndexSize(int) - Method in class com.sun.pdfview.font.Type1CFont
-
get the size of the dictionary located within the stream at some offset.
- getIndexToLocFormat() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property indexToLocFormat.
- getInitialTransform() - Method in class com.sun.pdfview.PDFRenderer
-
get the initial transform from page space to Java space
- getInitialTransform(int, int, Rectangle2D) - Method in class com.sun.pdfview.PDFPage
-
Get the initial transform to map from a specified clip rectangle in pdf coordinates to an image of the specfied width and height in device coordinates
- getInstance() - Static method in class com.sun.pdfview.decrypt.IdentityDecrypter
- getInstruction(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get a given instruction
- getInstruction(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get a given instruction
- getIntValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as an int.
- getIsFixedPitch() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property isFixedPitch.
- getItalicAngle() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property italicAngle.
- getItalicAngle() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property italicAngle.
- getLanguage() - Method in class com.sun.pdfview.font.ttf.CMap
-
Get the language of this map
- getLastChar() - Method in class com.sun.pdfview.font.OutlineFont
-
Get the last character code
- getLastChar() - Method in class com.sun.pdfview.font.Type3Font
-
Get the last character code
- getLastShape() - Method in class com.sun.pdfview.PDFRenderer
-
Get the last shape drawn
- getLeading() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property leading.
- getLeading() - Method in class com.sun.pdfview.PDFTextFormat
-
get the leading
- getLeft() - Method in class com.sun.pdfview.PDFDestination
-
Get the left coordinate value
- getLeftSideBearing(int) - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
get the left side bearing of a given glyph
- getLength() - Method in class com.sun.pdfview.font.ttf.CMap
-
Get the length of this map
- getLength() - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.CMapFormat6
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Get the size of the table, in bytes
- getLength() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the length of this glyf.
- getLength() - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the length of this glyf.
- getLength() - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the length of this glyf.
- getLength() - Method in class com.sun.pdfview.font.ttf.GlyfTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.LocaTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get the size of the table, in bytes
- getLineGap() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property lineGap.
- getLowestRecPPem() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property lowestRecPPem.
- getMacStyle() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property macStyle.
- getMagicNumber() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property magicNumber.
- getMajorVersion() - Method in class com.sun.pdfview.PDFFile
-
return the major version of the PDF header.
- getMap() - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Get the whole map
- getMap(ByteBuffer) - Static method in class com.sun.pdfview.font.ttf.CMap
-
Get a map from the given data This method reads the format, data and length variables of the map.
- getMaxComponentContours() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxComponentContours.
- getMaxComponentDepth() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxComponentDepth.
- getMaxComponentElements() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxComponentElements.
- getMaxComponentPoints() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxComponentPoints.
- getMaxContours() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxContours.
- getMaxFunctionDefs() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxFunctionDefs.
- getMaxInstructionDefs() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxInstructionDefs.
- getMaxMemType1() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property maxMemType1.
- getMaxMemType42() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property maxMemType42.
- getMaxPoints() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxPoints.
- getMaxSizeOfInstructions() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxSizeOfInstructions.
- getMaxStackElements() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxStackElements.
- getMaxStorage() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxStorage.
- getMaxT() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get the domain maximum
- getMaxTwilightPoints() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxTwilightPoints.
- getMaxWidth() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property maxWidth.
- getMaxX() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the maximum x in this glyf
- getMaxY() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the maximum y in this glyf
- getMaxZones() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxZones.
- getMetadataKeys() - Method in class com.sun.pdfview.PDFFile
-
Get the keys into the Info metadata, for use with
PDFFile.getStringMetadata(String) - getMetricDataFormat() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property metricDataFormat.
- getMinLeftSideBearing() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property minLeftSideBearing.
- getMinMemType1() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property minMemType1.
- getMinMemType42() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property minMemType42.
- getMinorVersion() - Method in class com.sun.pdfview.PDFFile
-
return the minor version of the PDF header.
- getMinRightSideBearing() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property minRIghtSideBearing.
- getMinT() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get the domain minimum
- getMinX() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the minimum x in this glyf
- getMinY() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the minimum y in this glyf
- getMissingWidth() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property misingWidth.
- getMode() - Method in class com.sun.pdfview.PDFTextFormat
-
Get the mode of the text
- getModified() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property modified.
- getN() - Method in class com.sun.pdfview.function.FunctionType2
-
Get the exponent
- getName() - Method in class com.sun.pdfview.font.PDFGlyph
-
Get the name of this glyph
- getName(int) - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
the name of this color space
- getName(int) - Static method in class com.sun.pdfview.font.FontSupport
-
get the name of a glyph from its encoding value (NOT the character value), using the standard encoding.
- getNext() - Method in class com.sun.pdfview.action.PDFAction
-
Get the next action or array of actions
- getNumberSubtables() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Get the number of tables
- getNumComponents() - Method in class com.sun.pdfview.colorspace.AlternateColorSpace
-
get the number of components expected in the getPaint command
- getNumComponents() - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
get the number of components (1).
- getNumComponents() - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
get the number of components (3)
- getNumComponents() - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
the number of components
- getNumComponents() - Method in class com.sun.pdfview.colorspace.IndexedColor
-
get the number of components of this colorspace (1)
- getNumComponents() - Method in class com.sun.pdfview.colorspace.LabColor
-
get the number of components for this color space (3)
- getNumComponents() - Method in class com.sun.pdfview.colorspace.MaskColorSpace
- getNumComponents() - Method in class com.sun.pdfview.colorspace.PatternSpace
-
Get the number of components we want
- getNumComponents() - Method in class com.sun.pdfview.colorspace.PDFColorSpace
-
get the number of components expected in the getPaint command
- getNumComponents() - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the number of components in this compound
- getNumContours() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the number of contours in this glyf
- getNumGlyphs() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property numGlyphs.
- getNumInputs() - Method in class com.sun.pdfview.function.PDFFunction
-
Get the number of inputs, m, required by this function
- getNumInstructions() - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the number of instructions
- getNumInstructions() - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the number of instructions
- getNumOfLongHorMetrics() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property numOfLongHorMetrics.
- getNumOutputs() - Method in class com.sun.pdfview.function.PDFFunction
-
Get the number of outputs, n, returned by this function
- getNumPages() - Method in class com.sun.pdfview.PDFFile
-
return the number of pages in this PDFFile.
- getNumPoints() - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the number of points in the glyf
- getNumTables() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the number of tables
- getObject() - Method in class com.sun.pdfview.PDFXref
-
Get the object this reference refers to, or null if it hasn't been set.
- getObjGen() - Method in class com.sun.pdfview.PDFObject
-
Get the object generation number of this object; a negative value indicates that the object is not numbered, as it's not a top-level object: if the value is
PDFObject.OBJ_NUM_EMBEDDED, it is because it's embedded within another object. - getObjNum() - Method in class com.sun.pdfview.PDFObject
-
Get the object number of this object; a negative value indicates that the object is not numbered, as it's not a top-level object: if the value is
PDFObject.OBJ_NUM_EMBEDDED, it is because it's embedded within another object. - getOffset(int) - Method in class com.sun.pdfview.font.ttf.LocaTable
-
get the offset, in bytes, of a given glyph from the start of the glyph table
- getOptionFieldBoolean(PDFObject, String, boolean) - Static method in class com.sun.pdfview.decode.CCITTFaxDecode
- getOptionFieldInt(PDFObject, String, int) - Static method in class com.sun.pdfview.decode.CCITTFaxDecode
- getOrder() - Method in class com.sun.pdfview.function.FunctionType0
-
Get the interpolation type
- getOutline() - Method in class com.sun.pdfview.PDFFile
-
Gets the outline tree as a tree of OutlineNode, which is a subclass of DefaultMutableTreeNode.
- getOutline(char, float) - Method in class com.sun.pdfview.font.CIDFontType2
-
Get the outline of a character given the character code.
- getOutline(char, float) - Method in class com.sun.pdfview.font.NativeFont
-
Get a glyph outline by character code Note this method must always return an outline
- getOutline(char, float) - Method in class com.sun.pdfview.font.OutlineFont
-
Get a glyph outline by character code Note this method must always return an outline
- getOutline(char, float) - Method in class com.sun.pdfview.font.TTFFont
-
Get the outline of a character given the character code
- getOutline(char, float) - Method in class com.sun.pdfview.font.Type1CFont
-
Get a glyph outline by character code Note this method must always return an outline
- getOutline(char, float) - Method in class com.sun.pdfview.font.Type1Font
-
Get a glyph outline by character code Note this method must always return an outline
- getOutline(int, float) - Method in class com.sun.pdfview.font.TTFFont
-
Get the outline of a character given the glyph id
- getOutline(String, float) - Method in class com.sun.pdfview.font.NativeFont
-
Get a glyph outline by name
- getOutline(String, float) - Method in class com.sun.pdfview.font.OutlineFont
-
Get a glyph outline by name
- getOutline(String, float) - Method in class com.sun.pdfview.font.TTFFont
-
Get the outline of a character given the character name
- getOutline(String, float) - Method in class com.sun.pdfview.font.Type1CFont
-
Get a glyph outline by name
- getOutline(String, float) - Method in class com.sun.pdfview.font.Type1Font
-
Get a glyph outline by name
- getOutlineFromCMaps(char, float) - Method in class com.sun.pdfview.font.TTFFont
-
lookup the outline using the CMAPs, as specified in 32000-1:2008, 9.6.6.4, when an Encoding is specified.
- getPage() - Method in class com.sun.pdfview.font.PDFGlyph
-
Get the PDFPage for a type3 font glyph
- getPage() - Method in class com.sun.pdfview.PDFDestination
-
Get the PDF Page object associated with this destination
- getPage(int) - Method in class com.sun.pdfview.PDFFile
-
Get the page commands for a given page in a separate thread.
- getPage(int, boolean) - Method in class com.sun.pdfview.PDFFile
-
Get the page commands for a given page.
- getPage(Integer) - Method in class com.sun.pdfview.Cache
-
Get a page from the cache
- getPageNumber() - Method in class com.sun.pdfview.PDFPage
-
get the page number used to lookup this page
- getPageNumber(PDFObject) - Method in class com.sun.pdfview.PDFFile
-
Gets the page number (starting from 1) of the page represented by a particular PDFObject.
- getPageParser(Integer) - Method in class com.sun.pdfview.Cache
-
Get a page's parser from the cache
- getPaint() - Method in class com.sun.pdfview.pattern.PDFShader
-
Returns paint that represents the selected shader
- getPaint() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Create a paint that paints this pattern
- getPaint() - Method in class com.sun.pdfview.PDFPaint
-
get the primary color associated with this PDFPaint.
- getPaint(float[]) - Method in class com.sun.pdfview.colorspace.AlternateColorSpace
-
get the PDFPaint representing the color described by the given color components
- getPaint(float[]) - Method in class com.sun.pdfview.colorspace.IndexedColor
-
get the color represented by the index.
- getPaint(float[]) - Method in class com.sun.pdfview.colorspace.PatternSpace
-
get the PDFPaint representing the color described by the given color components
- getPaint(float[]) - Method in class com.sun.pdfview.colorspace.PDFColorSpace
-
get the PDFPaint representing the color described by the given color components
- getPaint(PDFObject, float[], Map) - Method in class com.sun.pdfview.colorspace.PatternSpace
-
Get the paint representing a pattern, optionally with the given base paint.
- getPaint(PDFPaint) - Method in class com.sun.pdfview.pattern.PatternType1
-
Create a PDFPaint from this pattern and set of components.
- getPaint(PDFPaint) - Method in class com.sun.pdfview.pattern.PDFPattern
-
Returns paint that represents the selected pattern
- getPaint(Paint) - Static method in class com.sun.pdfview.PDFPaint
-
get the PDFPaint representing a generic paint
- getPaintType() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the paint type
- getPattern(PDFObject, Map) - Static method in class com.sun.pdfview.pattern.PDFPattern
-
Read a pattern from the given pattern stream
- getPatternType() - Method in class com.sun.pdfview.pattern.PDFPattern
-
Get the type of this pattern
- getPredictor(PDFObject) - Static method in class com.sun.pdfview.decode.Predictor
-
Get an instance of a predictor
- getRange(int) - Method in class com.sun.pdfview.function.PDFFunction
-
Get a component of the range of this function
- getRangeShift() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the rangeShift()
- getRangeShift() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the range shift
- getRecord(short, short, short, short) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get a record from the table
- getResources() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the associated resources
- getRight() - Method in class com.sun.pdfview.PDFDestination
-
Get the right coordinate value
- getRise() - Method in class com.sun.pdfview.PDFTextFormat
-
Get the rise
- getRoot() - Method in class com.sun.pdfview.PDFFile
-
get the root PDFObject of this PDFFile.
- getRotation() - Method in class com.sun.pdfview.PDFPage
-
get the rotation of this image
- getSample(int[], int) - Method in class com.sun.pdfview.function.FunctionType0
-
Get a component for a sample given m indices and output dimension.
- getSearchRange() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the search range
- getSearchRange() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the search range
- getSegmentCount() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the segment count
- getShader(PDFObject, Map) - Static method in class com.sun.pdfview.pattern.PDFShader
-
Parse a pdf shader into a shader object
- getShape() - Method in class com.sun.pdfview.font.PDFGlyph
-
Get the shape of this glyph
- getSID(int) - Method in class com.sun.pdfview.font.Type1CFont
-
get the name associated with an ID.
- getSize(int) - Method in class com.sun.pdfview.font.ttf.LocaTable
-
get the size, in bytes, of the given glyph
- getSize(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Get the size of a given input dimension
- getSMask() - Method in class com.sun.pdfview.PDFImage
-
Return the soft mask associated with this image
- getStatus() - Method in class com.sun.pdfview.BaseWatchable
-
Get the status of this watchable
- getStatus() - Method in interface com.sun.pdfview.Watchable
-
Get the status of this watchable
- getStemH() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property stemH.
- getStemV() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property stemV.
- getStream() - Method in class com.sun.pdfview.PDFObject
-
get the stream from this object.
- getStreamBuffer() - Method in class com.sun.pdfview.PDFObject
-
get the stream from this object as a byte buffer.
- getStrIndex(String) - Static method in class com.sun.pdfview.font.FontSupport
-
get the encoding value of a glyph given its name, in the standard charset.
- getStringMetadata(String) - Method in class com.sun.pdfview.PDFFile
-
Get metadata (e.g., Author, Title, Creator) from the Info dictionary as a string.
- getStringValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as a String.
- getStroke() - Method in class com.sun.pdfview.PDFRenderer
-
get the current stroke as a BasicStroke
- getSubtype() - Method in class com.sun.pdfview.font.PDFFont
-
Get the subtype of this font.
- getTable(String) - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get a table by name.
- getTableLength(int) - Method in class com.sun.pdfview.font.Type1CFont
-
return the number of entries in an Index table.
- getTag() - Method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get the table's tag
- getTextStringValue() - Method in class com.sun.pdfview.PDFObject
-
Get the value as a text string; i.e., a string encoded in UTF-16BE or PDFDocEncoding.
- getTilingType() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the tiling type
- getTop() - Method in class com.sun.pdfview.PDFDestination
-
Get the top coordinate value
- getTransform() - Method in class com.sun.pdfview.pattern.PDFPattern
-
Get the transform associated with this pattern
- getTransform() - Method in class com.sun.pdfview.PDFRenderer
-
get the current affinetransform
- getTransform() - Method in class com.sun.pdfview.PDFTextFormat
-
Get the current transform
- getTransform(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the base affine transform.
- getType() - Method in class com.sun.pdfview.action.PDFAction
-
Get the type of this action
- getType() - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
get the type of this ColorSpace (TYPE_GRAY)
- getType() - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
get the type of this color space (TYPE_RGB)
- getType() - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
the type of this color space (TYPE_CMYK)
- getType() - Method in class com.sun.pdfview.colorspace.LabColor
-
get the type of this colorspace (TYPE_Lab)
- getType() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the type of this font
- getType() - Method in class com.sun.pdfview.function.PDFFunction
-
Get the type of this function
- getType() - Method in class com.sun.pdfview.pattern.PDFShader
-
Get the type
- getType() - Method in class com.sun.pdfview.PDFDestination
-
Get the type of this destination
- getType() - Method in class com.sun.pdfview.PDFObject
-
get the type of this object.
- getUnderlinePosition() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property underlinePosition.
- getUnderlineThickness() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property underlineThickness.
- getUnicodeMap() - Method in class com.sun.pdfview.font.PDFFont
-
Get the CMap which maps the characters in this font to unicode names
- getUnicodeValues(String) - Static method in class com.sun.pdfview.font.ttf.AdobeGlyphList
-
translate a glyph name into the possible unicode values that it might represent.
- getUnitsPerEm() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property unitsPerEm.
- getUnstretchedSize(int, int, Rectangle2D) - Method in class com.sun.pdfview.PDFPage
-
Get the width and height of this image in the correct aspect ratio.
- getVersion() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Getter for property version.
- getVersion() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property version.
- getVersion() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property version.
- getVersion() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property version.
- getVersionString() - Method in class com.sun.pdfview.PDFFile
-
return the version string from the PDF header.
- getWidth() - Method in class com.sun.pdfview.PDFImage
-
Get the image's width
- getWidth() - Method in class com.sun.pdfview.PDFPage
-
get the width of this page, after rotation
- getWidth(char, String) - Method in class com.sun.pdfview.font.CIDFontType2
-
Get the width of a given character
- getWidth(char, String) - Method in class com.sun.pdfview.font.OutlineFont
-
Get the width of a given character
- getWidth(char, String) - Method in class com.sun.pdfview.font.Type1Font
-
Get the width of a given character This method is overridden to work if the width array hasn't been populated (as for one of the 14 base fonts)
- getWidthVertical(char, String) - Method in class com.sun.pdfview.font.CIDFontType2
-
Get the vertical width of a given character
- getWordSpacing() - Method in class com.sun.pdfview.PDFTextFormat
-
get the word spacing
- getXCoord(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get a given x coordinate
- getXHeight() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property xHeight.
- getXMax() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property xMax.
- getXMaxExtent() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property xMaxExtent.
- getXMin() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property xMin.
- getXStep() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the x step
- getYCoord(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get a given y coordinate
- getYMax() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property yMax.
- getYMin() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property yMin.
- getYStep() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the y step
- getZoom() - Method in class com.sun.pdfview.PDFDestination
-
Get the zoom value
- Glyf - Class in com.sun.pdfview.font.ttf
-
A single glyph in a pdf font.
- Glyf() - Constructor for class com.sun.pdfview.font.ttf.Glyf
-
Creates a new instance of glyf Don't use this directly, use
Glyf.getGlyf() - GLYF_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- GlyfCompound - Class in com.sun.pdfview.font.ttf
-
A single simple glyph in a pdf font.
- GlyfCompound() - Constructor for class com.sun.pdfview.font.ttf.GlyfCompound
-
Creates a new instance of a simple glyf
- GlyfSimple - Class in com.sun.pdfview.font.ttf
-
A single simple glyph in a pdf font.
- GlyfSimple() - Constructor for class com.sun.pdfview.font.ttf.GlyfSimple
-
Creates a new instance of a simple glyf
- GlyfTable - Class in com.sun.pdfview.font.ttf
-
Model the TrueType Glyf table
- GlyfTable(TrueTypeFont) - Constructor for class com.sun.pdfview.font.ttf.GlyfTable
-
Creates a new instance of HmtxTable
- go() - Method in class com.sun.pdfview.BaseWatchable
-
Start this watchable and run in a new thread until it is finished or stopped.
- go() - Method in interface com.sun.pdfview.Watchable
-
Start this watchable and run until it is finished or stopped.
- go(boolean) - Method in class com.sun.pdfview.BaseWatchable
-
Start this watchable and run until it is finished or stopped.
- go(int) - Method in class com.sun.pdfview.BaseWatchable
-
Start this watchable and run for the given number of steps or until finished or stopped.
- go(int) - Method in interface com.sun.pdfview.Watchable
-
Start this watchable and run for the given number of steps or until finished or stopped.
- go(long) - Method in class com.sun.pdfview.BaseWatchable
-
Start this watchable and run for the given amount of time, or until finished or stopped.
- go(long) - Method in interface com.sun.pdfview.Watchable
-
Start this watchable and run for the given amount of time, or until finished or stopped.
- GoToAction - Class in com.sun.pdfview.action
-
An action which specifies going to a particular destination
- GoToAction(PDFDestination) - Constructor for class com.sun.pdfview.action.GoToAction
-
Create a new GoToAction from a destination
- GoToAction(PDFObject, PDFObject) - Constructor for class com.sun.pdfview.action.GoToAction
-
Creates a new instance of GoToAction from an object
H
- hasAScale(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether there is a simple scale
- hashCode() - Method in class com.sun.pdfview.font.PDFFont
-
Hash a font based on its base font
- hashCode() - Method in class com.sun.pdfview.ImageInfo
- hasInstructions(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether there are instructions
- hasRecords(short) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Determine if we have any records with a given platform ID
- hasRecords(short, short) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Determine if we have any records with a given platform ID and platform-specific ID
- hasTwoByTwo(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether there is a 2x2 transform
- hasXYScale(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether there are separate scales on X and Y
- HEAD_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- HeadTable - Class in com.sun.pdfview.font.ttf
- HeadTable() - Constructor for class com.sun.pdfview.font.ttf.HeadTable
-
Creates a new instance of HeadTable Makes up reasonable(?)
- HexDump - Class in com.sun.pdfview
- HexDump() - Constructor for class com.sun.pdfview.HexDump
- HHEA_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- HheaTable - Class in com.sun.pdfview.font.ttf
- HheaTable() - Constructor for class com.sun.pdfview.font.ttf.HheaTable
-
Creates a new instance of HeadTable Makes up reasonable(?)
- HMTX_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- HmtxTable - Class in com.sun.pdfview.font.ttf
-
Model the TrueType Post table
- HmtxTable(TrueTypeFont) - Constructor for class com.sun.pdfview.font.ttf.HmtxTable
-
Creates a new instance of HmtxTable
I
- Identity8BitCharsetEncoder - Class in com.sun.pdfview
-
A
CharsetEncoderthat 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.
- isEncryptionPresent() - Method in class com.sun.pdfview.decrypt.CryptFilterDecrypter
- isEncryptionPresent() - 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() - 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
- 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.
- 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.
K
- KEYWORD - Static variable in class com.sun.pdfview.PDFObject
-
a special PDF bare word, like R, obj, true, false, etc
L
- LabColor - Class in com.sun.pdfview.colorspace
-
A ColorSpace for Lab color
- LabColor(PDFObject) - Constructor for class com.sun.pdfview.colorspace.LabColor
-
Create a new Lab color space object, given the description in a PDF dictionary.
- LANGUAGEID_MAC_ENGLISH - Static variable in class com.sun.pdfview.font.ttf.NameTable
-
Values for language ID if platform is Mac
- LATTICE_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- LINEAR_INTERPOLATION - Static variable in class com.sun.pdfview.function.FunctionType0
-
the valid interpolation methods
- LOCA_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- LocaTable - Class in com.sun.pdfview.font.ttf
-
Model the TrueType Loca table
- LocaTable(TrueTypeFont) - Constructor for class com.sun.pdfview.font.ttf.LocaTable
-
Creates a new instance of HmtxTable
- LZWDecode - Class in com.sun.pdfview.decode
-
decode an LZW-encoded array of bytes.
M
- macExtras - Static variable in class com.sun.pdfview.font.FontSupport
-
extra names for the Macintosh glyph set.
- macRomanEncoding - Static variable in class com.sun.pdfview.font.FontSupport
-
character mapping from values to glyphs for the Macintosh MacRoman encoding
- main(String[]) - Static method in class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator
- main(String[]) - Static method in class com.sun.pdfview.font.ttf.TrueTypeFont
- main(String[]) - Static method in class com.sun.pdfview.HexDump
- map(byte) - Method in class com.sun.pdfview.font.ttf.CMap
-
Map an 8 bit value to another 8 bit value
- map(byte) - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Map from a byte
- map(byte) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Cannot map from a byte
- map(byte) - Method in class com.sun.pdfview.font.ttf.CMapFormat6
-
Cannot map from a byte
- map(char) - Method in class com.sun.pdfview.font.PDFCMap
-
Map a given source character to a destination character
- map(char) - Method in class com.sun.pdfview.font.ttf.CMap
-
Map a 16 bit value to another 16 but value
- map(char) - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Cannot map from short
- map(char) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Map from char
- map(char) - Method in class com.sun.pdfview.font.ttf.CMapFormat6
-
Map from char
- mapIDs - Static variable in class com.sun.pdfview.font.NativeFont
-
the ids of our favorite CMaps
- MaskColorSpace - Class in com.sun.pdfview.colorspace
-
A color space used to implement masks.
- MaskColorSpace(PDFPaint) - Constructor for class com.sun.pdfview.colorspace.MaskColorSpace
-
Creates a new instance of PaintColorSpace
- MAXP_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- MaxpTable - Class in com.sun.pdfview.font.ttf
- MaxpTable() - Constructor for class com.sun.pdfview.font.ttf.MaxpTable
-
Creates a new instance of MaxpTable
- moreComponents(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether there are more components left to read
N
- NAME - Static variable in class com.sun.pdfview.PDFObject
-
a special string, seen in PDF files as /Name
- NAME_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- NAMEID_COPYRIGHT - Static variable in class com.sun.pdfview.font.ttf.NameTable
-
Values for nameID
- NAMEID_FAMILY - Static variable in class com.sun.pdfview.font.ttf.NameTable
- NAMEID_FULL_NAME - Static variable in class com.sun.pdfview.font.ttf.NameTable
- NAMEID_POSTSCRIPT_NAME - Static variable in class com.sun.pdfview.font.ttf.NameTable
- NAMEID_SUBFAMILY - Static variable in class com.sun.pdfview.font.ttf.NameTable
- NAMEID_SUBFAMILY_UNIQUE - Static variable in class com.sun.pdfview.font.ttf.NameTable
- NAMEID_TRADEMARK - Static variable in class com.sun.pdfview.font.ttf.NameTable
- NAMEID_VERSION - Static variable in class com.sun.pdfview.font.ttf.NameTable
- NameTable - Class in com.sun.pdfview.font.ttf
- NameTable() - Constructor for class com.sun.pdfview.font.ttf.NameTable
-
Creates a new instance of NameTable
- NameTree - Class in com.sun.pdfview
-
A PDF name tree consists of three kinds of nodes: The root node contains only a kids entry, pointing to many other objects An intermediate node contains the limits of all the children in its subtree, and a kids entry for each child A leaf node contains a set of name-to-object mappings in a dictionary, as well as the limits of the data contained in that child.
- NameTree(PDFObject) - Constructor for class com.sun.pdfview.NameTree
-
Creates a new instance of NameTree
- NativeFont - Class in com.sun.pdfview.font
-
a font object derived from a true type font.
- NativeFont(String, PDFObject, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.NativeFont
-
create a new NativeFont object based on a description of the font from the PDF file.
- NEEDS_DATA - Static variable in interface com.sun.pdfview.Watchable
- NOCAP - Static variable in class com.sun.pdfview.PDFRenderer
- NODASH - Static variable in class com.sun.pdfview.PDFRenderer
- NOJOIN - Static variable in class com.sun.pdfview.PDFRenderer
- NOLIMIT - Static variable in class com.sun.pdfview.PDFRenderer
- nonNullPassword(PDFPassword) - Static method in class com.sun.pdfview.decrypt.PDFPassword
-
Ensure a non-null PDFPassword by substituting the empty password for a null password
- NONSYMBOLIC - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font uses the Adobe standard Latic character set.
- NOPHASE - Static variable in class com.sun.pdfview.PDFRenderer
- NOT_STARTED - Static variable in interface com.sun.pdfview.Watchable
- NOWIDTH - Static variable in class com.sun.pdfview.PDFRenderer
- NUL_CHAR - Static variable in class com.sun.pdfview.PDFFile
- NULL - Static variable in class com.sun.pdfview.PDFObject
-
the NULL object (there is only one)
- nullObj - Static variable in class com.sun.pdfview.PDFObject
-
the NULL PDFObject
- NUMBER - Static variable in class com.sun.pdfview.PDFObject
-
a Number, represented as a double
O
- OBJ_NUM_EMBEDDED - Static variable in class com.sun.pdfview.PDFObject
- OBJ_NUM_TRAILER - Static variable in class com.sun.pdfview.PDFObject
- onCurve(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Determine whether the given point is on the curve
- open - Variable in class com.sun.pdfview.font.FlPoint
-
whether the path this point is a part of is open or closed. used in Type1CFont.java.
- OutlineFont - Class in com.sun.pdfview.font
-
Supports width operations for Type1, Type1C, TrueType and Type3 fonts
- OutlineFont(String, PDFObject, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.OutlineFont
-
Creates a new instance of OutlineFont
- OutlineNode - Class in com.sun.pdfview
- OutlineNode(String) - Constructor for class com.sun.pdfview.OutlineNode
-
Create a new outline node
- overlapCompound(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
This component overlaps the existing compound
P
- p(String) - Static method in class com.sun.pdfview.PDFImage
- paeth(int, int, int) - Method in class com.sun.pdfview.decode.PNGPredictor
-
The paeth algorithm
- PAINT_COLORED - Static variable in class com.sun.pdfview.pattern.PatternType1
-
paint types
- PAINT_UNCOLORED - Static variable in class com.sun.pdfview.pattern.PatternType1
- parse(PDFObject) - Method in class com.sun.pdfview.function.FunctionType0
-
Read the function information from a PDF Object
- parse(PDFObject) - Method in class com.sun.pdfview.function.FunctionType2
-
Read the zeros, ones and exponent
- parse(PDFObject) - Method in class com.sun.pdfview.function.FunctionType3
-
Read the function information from a PDF Object.
- parse(PDFObject) - Method in class com.sun.pdfview.function.FunctionType4
-
Read the function information from a PDF Object
- parse(PDFObject) - Method in class com.sun.pdfview.function.PDFFunction
-
Read the function information from a PDF Object
- parse(PDFObject) - Method in class com.sun.pdfview.pattern.PDFShader
-
Parse the shader-specific data
- parse(PDFObject) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Parse the shader-specific data
- parse(PDFObject, Map) - Method in class com.sun.pdfview.pattern.PatternType1
-
Parse the pattern from the PDFObject Note the resources passed in are ignored...
- parse(PDFObject, Map) - Method in class com.sun.pdfview.pattern.PDFPattern
-
Parse the pattern-specific information from the pdf object
- parseCMap(PDFObject) - Static method in class com.sun.pdfview.font.PDFCMap
-
Parse a CMap from a CMap stream
- parseData(byte[]) - Method in class com.sun.pdfview.PDFImage
-
Parse the image stream into a buffered image.
- parseEncoding(PDFObject) - Method in class com.sun.pdfview.font.PDFFontEncoding
-
Parse a PDF encoding object for the actual encoding
- parseFont(byte[]) - Static method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Parses a TrueType font from a byte array
- parseFont(byte[], int, int) - Method in class com.sun.pdfview.font.Type1Font
-
Read a font from it's data, start position and length
- parseFont(ByteBuffer) - Static method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Parses a TrueType font from a byte buffer
- parseRect(PDFObject) - Method in class com.sun.pdfview.PDFFile
-
get a Rectangle2D.Float representation for a PDFObject that is an array of four Numbers.
- PatternSpace - Class in com.sun.pdfview.colorspace
-
A PatternSpace fills with a pattern, the name of which is specified in the call to getPaint().
- PatternSpace() - Constructor for class com.sun.pdfview.colorspace.PatternSpace
- PatternSpace(PDFColorSpace) - Constructor for class com.sun.pdfview.colorspace.PatternSpace
-
Create a pattern space with the given color space as a base
- PatternType1 - Class in com.sun.pdfview.pattern
-
A type 1 (tiling) pattern
- PatternType1() - Constructor for class com.sun.pdfview.pattern.PatternType1
-
Creates a new instance of PatternType1
- PAUSED - Static variable in interface com.sun.pdfview.Watchable
- PDFAction - Class in com.sun.pdfview.action
-
The common super-class of all PDF actions.
- PDFAction(String) - Constructor for class com.sun.pdfview.action.PDFAction
-
Creates a new instance of PDFAction
- PDFAuthenticationFailureException - Exception Class in com.sun.pdfview.decrypt
-
Identifies that the supplied password was incorrect or non-existent and required.
- PDFAuthenticationFailureException(String) - Constructor for exception class com.sun.pdfview.decrypt.PDFAuthenticationFailureException
- PDFCMap - Class in com.sun.pdfview.font
-
A CMap maps from a character in a composite font to a font/glyph number pair in a CID font.
- PDFCMap() - Constructor for class com.sun.pdfview.font.PDFCMap
-
Creates a new instance of CMap
- PDFCmd - Class in com.sun.pdfview
-
The abstract superclass of all drawing commands for a PDFPage.
- PDFCmd() - Constructor for class com.sun.pdfview.PDFCmd
- PDFColorSpace - Class in com.sun.pdfview.colorspace
-
A color space that can convert a set of color components into PDFPaint.
- PDFColorSpace(ColorSpace) - Constructor for class com.sun.pdfview.colorspace.PDFColorSpace
-
create a PDFColorSpace based on a Java ColorSpace
- PDFDecoder - Class in com.sun.pdfview.decode
-
A PDF Decoder encapsulates all the methods of decoding a stream of bytes based on all the various encoding methods.
- PDFDecrypter - Interface in com.sun.pdfview.decrypt
-
A decrypter decrypts streams and strings in a PDF document.
- PDFDecrypterFactory - Class in com.sun.pdfview.decrypt
-
Produces a
PDFDecrypterfor documents given a (possibly non-existent) Encrypt dictionary. - PDFDecrypterFactory() - Constructor for class com.sun.pdfview.decrypt.PDFDecrypterFactory
- PDFDestination - Class in com.sun.pdfview
-
Represents a destination in a PDF file.
- PDFDestination(PDFObject, int) - Constructor for class com.sun.pdfview.PDFDestination
-
Creates a new instance of PDFDestination
- PDFDocCharsetEncoder - Class in com.sun.pdfview
-
Encodes into a PDFDocEncoding representation.
- PDFDocCharsetEncoder() - Constructor for class com.sun.pdfview.PDFDocCharsetEncoder
- PDFDocEncodingMapGenerator - Class in com.sun.pdfrenderer.tools.charset
-
Parses text from the PDF reference describing the PDFDocEncoding and verifies it against standard Unicode character names and a few other heuristics to establish correctness.
- PDFDocEncodingMapGenerator() - Constructor for class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator
- PDFFile - Class in com.sun.pdfview
-
An encapsulation of a .pdf file.
- PDFFile(ByteBuffer) - Constructor for class com.sun.pdfview.PDFFile
-
get a PDFFile from a .pdf file.
- PDFFile(ByteBuffer, PDFPassword) - Constructor for class com.sun.pdfview.PDFFile
-
get a PDFFile from a .pdf file.
- PDFFont - Class in com.sun.pdfview.font
-
a Font definition for PDF files
- PDFFont(String, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.PDFFont
-
Create a PDFFont given the base font name and the font descriptor
- PDFFontDescriptor - Class in com.sun.pdfview.font
- PDFFontDescriptor(PDFObject) - Constructor for class com.sun.pdfview.font.PDFFontDescriptor
-
Creates a new instance of PDFFontDescriptor
- PDFFontDescriptor(String) - Constructor for class com.sun.pdfview.font.PDFFontDescriptor
-
Creates a new instance of PDFFontDescriptor
- PDFFontEncoding - Class in com.sun.pdfview.font
-
The PDFFont encoding encapsulates the mapping from character codes in the PDF document to glyphs of the font.
- PDFFontEncoding(String, PDFObject) - Constructor for class com.sun.pdfview.font.PDFFontEncoding
-
Creates a new instance of PDFFontEncoding
- PDFFunction - Class in com.sun.pdfview.function
-
PDF Functions are defined in the reference as Section 3.9.
- PDFFunction(int) - Constructor for class com.sun.pdfview.function.PDFFunction
-
Creates a new instance of PDFFunction
- PDFGlyph - Class in com.sun.pdfview.font
-
A single glyph in a stream of PDF text, which knows how to write itself onto a PDF command stream
- PDFGlyph(char, String, PDFPage, Point2D) - Constructor for class com.sun.pdfview.font.PDFGlyph
-
Creates a new instance of PDFGlyph based on a page
- PDFGlyph(char, String, GeneralPath, Point2D.Float) - Constructor for class com.sun.pdfview.font.PDFGlyph
-
Creates a new instance of PDFGlyph based on a shape
- PDFImage - Class in com.sun.pdfview
-
Encapsulates a PDF Image
- PDFImage(PDFObject) - Constructor for class com.sun.pdfview.PDFImage
-
Create an instance of a PDFImage
- PDFObject - Class in com.sun.pdfview
-
a class encapsulating all the possibilities of content for an object in a PDF file.
- PDFObject(PDFFile, int, Object) - Constructor for class com.sun.pdfview.PDFObject
-
create a new simple PDFObject with a type and a value
- PDFObject(PDFFile, PDFXref) - Constructor for class com.sun.pdfview.PDFObject
-
create a new PDFObject based on a PDFXref
- PDFObject(Object) - Constructor for class com.sun.pdfview.PDFObject
-
create a new PDFObject that is the closest match to a given Java object.
- PDFPage - Class in com.sun.pdfview
-
A PDFPage encapsulates the parsed commands required to render a single page from a PDFFile.
- PDFPage(int, Rectangle2D, int, Cache) - Constructor for class com.sun.pdfview.PDFPage
-
create a PDFPage with dimensions in bbox and rotation.
- PDFPage(Rectangle2D, int) - Constructor for class com.sun.pdfview.PDFPage
-
create a PDFPage with dimensions in bbox and rotation.
- PDFPaint - Class in com.sun.pdfview
-
PDFPaint is some kind of shader that knows how to fill a path.
- PDFPaint(Paint) - Constructor for class com.sun.pdfview.PDFPaint
-
create a new PDFPaint based on a solid color
- PDFParseException - Exception Class in com.sun.pdfview
-
an exception class for recording parse errors in the PDF file
- PDFParseException(String) - Constructor for exception class com.sun.pdfview.PDFParseException
- PDFParseException(String, Throwable) - Constructor for exception class com.sun.pdfview.PDFParseException
- PDFParser - Class in com.sun.pdfview
-
PDFParser is the class that parses a PDF content stream and produces PDFCmds for a PDFPage.
- PDFParser(PDFPage, byte[], HashMap) - Constructor for class com.sun.pdfview.PDFParser
-
Don't call this constructor directly.
- PDFPassword - Class in com.sun.pdfview.decrypt
-
Identifies a PDF Password, expressible either as a string or a byte sequence.
- PDFPassword(byte[]) - Constructor for class com.sun.pdfview.decrypt.PDFPassword
-
Construct a byte-based password
- PDFPassword(String) - Constructor for class com.sun.pdfview.decrypt.PDFPassword
-
Construct a string-based password
- PDFPattern - Class in com.sun.pdfview.pattern
-
The abstract superclass of all PDF Pattern types
- PDFPattern(int) - Constructor for class com.sun.pdfview.pattern.PDFPattern
-
Creates a new instance of PDFPattern
- PDFRenderer - Class in com.sun.pdfview
-
This class turns a set of PDF Commands from a PDF page into an image.
- PDFRenderer(PDFPage, ImageInfo, BufferedImage) - Constructor for class com.sun.pdfview.PDFRenderer
-
create a new PDFGraphics state
- PDFRenderer(PDFPage, Graphics2D, Rectangle, Rectangle2D, Color) - Constructor for class com.sun.pdfview.PDFRenderer
-
create a new PDFGraphics state, given a Graphics2D.
- PDFShader - Class in com.sun.pdfview.pattern
-
A PDFShader fills a given region with a shading, such as a gradient.
- PDFShader(int) - Constructor for class com.sun.pdfview.pattern.PDFShader
-
Creates a new instance of PDFShader
- PDFShapeCmd - Class in com.sun.pdfview
-
Encapsulates a path.
- PDFShapeCmd(GeneralPath, int) - Constructor for class com.sun.pdfview.PDFShapeCmd
-
create a new PDFShapeCmd and check it against the previous one to find any shared edges.
- PDFStringUtil - Class in com.sun.pdfview
-
Utility methods for dealing with PDF Strings, such as:
converting to text stringsconverting to PDFDocEncoded stringsconverting to UTF-16BE stringsconverting basic strings betweenbyteandstringrepresentations - PDFStringUtil() - Constructor for class com.sun.pdfview.PDFStringUtil
- PDFTextFormat - Class in com.sun.pdfview
-
a class encapsulating the text state
- PDFTextFormat() - Constructor for class com.sun.pdfview.PDFTextFormat
-
create a new PDFTextFormat, with initial values
- PDFXref - Class in com.sun.pdfview
-
a cross reference representing a line in the PDF cross referencing table.
- PDFXref(byte[]) - Constructor for class com.sun.pdfview.PDFXref
-
create a new PDFXref, given a sequence of bytes representing the fixed-width cross reference table line
- PDFXref(int, int) - Constructor for class com.sun.pdfview.PDFXref
-
create a new PDFXref, given a parsed id and generation.
- PLATFORMID_MACINTOSH - Static variable in class com.sun.pdfview.font.ttf.NameTable
- PLATFORMID_MICROSOFT - Static variable in class com.sun.pdfview.font.ttf.NameTable
- PLATFORMID_UNICODE - Static variable in class com.sun.pdfview.font.ttf.NameTable
-
Values for platformID
- PNG - Static variable in class com.sun.pdfview.decode.Predictor
- PNGPredictor - Class in com.sun.pdfview.decode
-
Undo prediction based on the PNG algorithm.
- PNGPredictor() - Constructor for class com.sun.pdfview.decode.PNGPredictor
-
Creates a new instance of PNGPredictor
- pop() - Method in class com.sun.pdfview.PDFRenderer
-
restore the state of this object to what it was when the previous push() was called.
- populateCache() - Static method in class com.sun.pdfview.font.PDFCMap
-
Populate the cache with well-known types
- POST_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- PostTable - Class in com.sun.pdfview.font.ttf
-
Model the TrueType Post table
- PostTable() - Constructor for class com.sun.pdfview.font.ttf.PostTable
-
Creates a new instance of PostTable
- Predictor - Class in com.sun.pdfview.decode
-
The abstract superclass of various predictor objects that undo well-known prediction algorithms.
- Predictor(int) - Constructor for class com.sun.pdfview.decode.Predictor
-
Create an instance of a predictor.
- printData(byte[]) - Static method in class com.sun.pdfview.HexDump
- push() - Method in class com.sun.pdfview.PDFRenderer
-
push the current graphics state onto the stack.
R
- RADIAL_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- RC4 - Enum constant in enum class com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
- readFNum() - Method in class com.sun.pdfview.font.Type1CFont
-
read the next funky floating point number from the input stream. value gets put into the fnum field.
- RefImage - Class in com.sun.pdfview
-
A BufferedImage subclass that holds a strong reference to its graphics object.
- RefImage(int, int, int) - Constructor for class com.sun.pdfview.RefImage
-
Creates a new instance of RefImage
- removeCMap(short, short) - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Remove a CMap
- removeImage(PDFPage, ImageInfo) - Method in class com.sun.pdfview.Cache
-
Remove an image and its associated renderer from the cache
- removeObserver(ImageObserver) - Method in class com.sun.pdfview.PDFRenderer
-
Remove an image observer
- removePage(Integer) - Method in class com.sun.pdfview.Cache
-
Remove a page and all its associated images, as well as its parser and renderers, from the cache
- removeRecord(short, short, short, short) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Remove a record from the table
- removeSegment(short, short) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Remove a segment
- removeTable(String) - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Remove a table by name
- renderCompoundGlyph(GlyfTable, GlyfCompound) - Method in class com.sun.pdfview.font.TTFFont
-
Render a compound glyf
- renderSimpleGlyph(GlyfSimple) - Method in class com.sun.pdfview.font.TTFFont
-
Render a simple glyf
- repeat(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Determine whether this flag repeats
- reset() - Method in class com.sun.pdfview.font.FlPoint
-
reset the values to (0,0) and closed
- reset() - Method in class com.sun.pdfview.PDFTextFormat
-
reset the PDFTextFormat for a new run
- reverseMap(short) - Method in class com.sun.pdfview.font.ttf.CMap
-
Get the src code which maps to the given glyphID
- reverseMap(short) - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Get the src code which maps to the given glyphID
- reverseMap(short) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the src code which maps to the given glyphID
- reverseMap(short) - Method in class com.sun.pdfview.font.ttf.CMapFormat6
-
Get the src code which maps to the given glyphID
- roundXYToGrid(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether to round XY values to the grid
- run() - Method in class com.sun.pdfview.BaseWatchable
- RunLengthDecode - Class in com.sun.pdfview.decode
-
decode an array of Run Length encoded bytes into a byte array
- RUNNING - Static variable in interface com.sun.pdfview.Watchable
S
- SCRIPT - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Glyphs resemble cursive handwriting.
- segments - Variable in class com.sun.pdfview.font.ttf.CMapFormat4
-
The segments and associated data can be a char[] or an Integer
- SERIF - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Glyphs have serifs.
- setAction(PDFAction) - Method in class com.sun.pdfview.OutlineNode
-
Set the PDF action associated with this node
- setAdvanceWidthMax(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property advanceWidthMax.
- setAlign(boolean) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- setAscent(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property ascent.
- setAscent(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property ascent.
- setAvgWidth(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property avgWidth.
- setAxisEnd(Point2D) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the start of the axis
- setAxisStart(Point2D) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the start of the axis
- setBackground(PDFPaint) - Method in class com.sun.pdfview.pattern.PDFShader
-
Set the background color
- setBaseFont(String) - Method in class com.sun.pdfview.font.PDFFont
-
Set the postscript name of this font
- setBBox(Rectangle2D) - Method in class com.sun.pdfview.pattern.PDFShader
-
Set the bounding box
- setBitsPerComponent(int) - Method in class com.sun.pdfview.decode.Predictor
-
Set the number of bits per color component
- setBitsPerComponent(int) - Method in class com.sun.pdfview.PDFImage
-
Set the number of bits per component sample
- setBitsPerSample(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the number of bits per sample
- setBottom(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the bottom coordinate value
- setC0(float[]) - Method in class com.sun.pdfview.function.FunctionType2
-
Set the values at zero
- setC1(float[]) - Method in class com.sun.pdfview.function.FunctionType2
-
Set the values at one
- setCache(Object) - Method in class com.sun.pdfview.PDFObject
-
set the cached value.
- setCapHeight(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property capHeight.
- setCaretOffset(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property caretOffset.
- setCaretSlopeRise(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property caretSlopeRise.
- setCaretSlopeRun(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property caretSlopeRun.
- setCharSet(PDFObject) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property charSet.
- setCharSpacing(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the character spacing
- setChecksumAdjustment(int) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property checksumAdjustment.
- setColors(int) - Method in class com.sun.pdfview.decode.Predictor
-
Set the number of colors per sample
- setColorSpace(PDFColorSpace) - Method in class com.sun.pdfview.pattern.PDFShader
-
Set the color space
- setColorSpace(PDFColorSpace) - Method in class com.sun.pdfview.PDFImage
-
Set the colorspace associated with this image
- setColumns(int) - Method in class com.sun.pdfview.decode.Predictor
-
Set the number of columns
- setCompound(boolean) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set whether this is a simple or compound glyf
- setContourEndPoints(short[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the number of contours in this glyf
- setCreated(long) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property created.
- setData(int, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CMap
-
Set the data for this map
- setData(int, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Read the map in from a byte buffer
- setData(int, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the data in this map as a ByteBuffer
- setData(int, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CMapFormat6
-
Get the data in this map as a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CmapTable
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the data for this glyf.
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Set the data for this glyf.
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the data for this glyf.
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.GlyfTable
-
Initialize this structure from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Parse the data before it is set
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Parse the data before it is set
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
Initialize this structure from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.LocaTable
-
Initialize this structure from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Set the values from data
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Read the table from data
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Initialize this structure from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Set the data in the table
- setDebugLevel(int) - Static method in class com.sun.pdfview.PDFParser
- setDecode(float[]) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the decode array
- setDecode(float[]) - Method in class com.sun.pdfview.PDFImage
-
Set the decode array
- setDescent(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property descent.
- setDescent(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property descent.
- setDescriptor(PDFFontDescriptor) - Method in class com.sun.pdfview.font.PDFFont
-
Set the descriptor font descriptor
- setDomain(float[]) - Method in class com.sun.pdfview.function.PDFFunction
-
Set the domain of this function
- setEncode(float[]) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the encode array
- setEncoding(PDFFontEncoding) - Method in class com.sun.pdfview.font.PDFFont
-
Set the encoding for this font
- setError(Exception) - Method in class com.sun.pdfview.BaseWatchable
-
Set an error on this watchable
- setExtendEnd(boolean) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set whether to extend the end of the axis
- setExtendStart(boolean) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set whether to extend the start of the axis
- setFillAlpha(float) - Method in class com.sun.pdfview.PDFRenderer
-
set the stroke alpha
- setFillBits(boolean) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- setFillPaint(PDFPaint) - Method in class com.sun.pdfview.PDFRenderer
-
set the fill color
- setFlags(byte[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the flags
- setFlags(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property flags.
- setFlags(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property flags.
- setFont(byte[]) - Method in class com.sun.pdfview.font.NativeFont
-
Set the font
- setFont(PDFFont, float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the font and size
- setFont(Font) - Method in class com.sun.pdfview.font.NativeFont
-
Set the font
- setFontBBox(Rectangle2D.Float) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property fontBBox.
- setFontDirectionHint(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property fontDirectionHint.
- setFontFamily(String) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property fontFamily.
- setFontFile(PDFObject) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property fontFile.
- setFontFile2(PDFObject) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property fontFile2.
- setFontFile3(PDFObject) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property fontFile3.
- setFontName(String) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property fontName.
- setFontRevision(int) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property fontRevision.
- setFontStretch(String) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property fontStretch.
- setFontWeight(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property fontWeight.
- setFormat(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property format.
- setFormat(short) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Set the format of this table
- setFunctions(PDFFunction[]) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the functions associated with this shader
- setGlyphDataFormat(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property glyphDataFormat.
- setHeight(int) - Method in class com.sun.pdfview.PDFImage
-
Set the image's height
- setHorizontalScale(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the horizontal scale.
- setImageMask(boolean) - Method in class com.sun.pdfview.PDFImage
-
Set whether or not this is an image mask
- setIndexToLocFormat(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property indexToLocFormat.
- setInstructions(byte[]) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Set the instructions
- setInstructions(byte[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the instructions
- setIsFixedPitch(short) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property isFixedPitch.
- setItalicAngle(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property italicAngle.
- setItalicAngle(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property italicAngle.
- setLastShape(GeneralPath) - Method in class com.sun.pdfview.PDFRenderer
-
Set the last shape drawn
- setLeading(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the leading
- setLeading(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property leading.
- setLeft(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the left coordinate value
- setLineGap(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property lineGap.
- setLowestRecPPem(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property lowestRecPPem.
- setMacStyle(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property macStyle.
- setMagicNumber(int) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property magicNumber.
- setMap(byte[]) - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Set the entire map
- setMap(byte, byte) - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Set a single mapping entry
- setMatrix(float[]) - Method in class com.sun.pdfview.PDFTextFormat
-
set the transform matrix directly
- setMaxComponentContours(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxComponentContours.
- setMaxComponentDepth(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxComponentDepth.
- setMaxComponentElements(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxComponentElements.
- setMaxComponentPoints(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxComponentPoints.
- setMaxContours(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxContours.
- setMaxFunctionDefs(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxFunctionDefs.
- setMaxInstructionDefs(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxInstructionDefs.
- setMaxMemType1(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property maxMemType1.
- setMaxMemType42(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property maxMemType42.
- setMaxPoints(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxPoints.
- setMaxSizeOfInstructions(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxSizeOfInstructions.
- setMaxStackElements(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxStackElements.
- setMaxStorage(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxStorage.
- setMaxT(float) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the domain maximum
- setMaxTwilightPoints(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxTwilightPoints.
- setMaxWidth(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property maxWidth.
- setMaxX(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the maximum X in this glyf
- setMaxY(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the maximum Y in this glyf
- setMaxZones(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxZones.
- setMetricDataFormat(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property metricDataFormat.
- setMinLeftSideBearing(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property minLeftSideBearing.
- setMinMemType1(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property minMemType1.
- setMinMemType42(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property minMemType42.
- setMinRightSideBearing(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property minRIghtSideBearing.
- setMinT(float) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the domain minimum
- setMinX(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the minimum X in this glyf
- setMinY(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the minimum Y in this glyf
- setMissingWidth(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property misingWidth.
- setMode(int) - Method in class com.sun.pdfview.PDFTextFormat
-
set the mode of the text.
- setModified(long) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property modified.
- setN(float) - Method in class com.sun.pdfview.function.FunctionType2
-
Set the exponent
- setNext(PDFObject) - Method in class com.sun.pdfview.action.PDFAction
-
Set the next action or array of actions
- setNumContours(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the number of contours in this glyf
- setNumGlyphs(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property numGlyphs.
- setNumOfLongHorMetrics(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property numOfLongHorMetrics.
- setObject(PDFObject) - Method in class com.sun.pdfview.PDFXref
-
Set the object this reference refers to.
- setObjectId(int, int) - Method in class com.sun.pdfview.PDFObject
-
Set the object identifiers
- setOrder(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the interpolation type
- setRange(float[]) - Method in class com.sun.pdfview.function.PDFFunction
-
Set the range of this function
- setRight(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the right coordinate value
- setRise(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the rise
- setSamples(int[][]) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the table of samples
- setSize(int[]) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the size of all input dimensions
- setSMask(PDFImage) - Method in class com.sun.pdfview.PDFImage
-
Set the soft mask image
- setStatus(int) - Method in class com.sun.pdfview.BaseWatchable
-
Set the status of this watchable
- setStemH(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property stemH.
- setStemV(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property stemV.
- setStream(ByteBuffer) - Method in class com.sun.pdfview.PDFObject
-
set the stream of this object.
- setStroke(BasicStroke) - Method in class com.sun.pdfview.PDFRenderer
-
set the current stroke as a BasicStroke
- setStrokeAlpha(float) - Method in class com.sun.pdfview.PDFRenderer
-
set the stroke alpha
- setStrokePaint(PDFPaint) - Method in class com.sun.pdfview.PDFRenderer
-
set the stroke color
- setStrokeParts(float, int, int, float, float[], float) - Method in class com.sun.pdfview.PDFRenderer
-
Set some or all aspects of the current stroke.
- setSubtype(String) - Method in class com.sun.pdfview.font.PDFFont
-
Set the font subtype
- setSuppressSetErrorStackTrace(boolean) - Static method in class com.sun.pdfview.BaseWatchable
-
set suppression of stack traces from setError.
- setTextFormatMode(int) - Method in class com.sun.pdfview.PDFTextFormat
-
Set the mode from another text format mode
- setTop(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the top coordinate value
- setTransform(AffineTransform) - Method in class com.sun.pdfview.pattern.PDFPattern
-
Set the transform associated with this pattern
- setTransform(AffineTransform) - Method in class com.sun.pdfview.PDFRenderer
-
replace the current transform with the given one.
- setUnderlinePosition(short) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property underlinePosition.
- setUnderlineThickness(short) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property underlineThickness.
- setUnicodeMap(PDFCMap) - Method in class com.sun.pdfview.font.PDFFont
-
Set the CMap which maps the characters in this font to unicode names
- setUnitsPerEm(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property unitsPerEm.
- setup() - Method in class com.sun.pdfview.BaseWatchable
-
Prepare for a set of iterations.
- setup() - Method in class com.sun.pdfview.PDFParser
-
Called to prepare for some iterations
- setup() - Method in class com.sun.pdfview.PDFRenderer
-
Setup rendering.
- setVersion(int) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property version.
- setVersion(int) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property version.
- setVersion(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property version.
- setVersion(short) - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Setter for property version.
- setWidth(int) - Method in class com.sun.pdfview.PDFImage
-
Set the image's width
- setWordSpacing(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the word spacing
- setXCoords(short[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the x coordinates
- setXHeight(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property xHeight.
- setXMax(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property XMax.
- setXMaxExtent(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property xMaxExtent.
- setXMin(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property XMin.
- setYCoords(short[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the x coordinates
- setYMax(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property YMax.
- setYMin(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property YMin.
- setZoom(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the zoom value
- ShaderType2 - Class in com.sun.pdfview.pattern
-
A shader that performs axial shader based on a function.
- ShaderType2() - Constructor for class com.sun.pdfview.pattern.ShaderType2
-
Creates a new instance of ShaderType2
- SMALLCAP - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font contains both uppercase and lowercase letters..
- stage2(float) - Method in class com.sun.pdfview.colorspace.LabColor
-
Stage 2 of the conversion algorithm.
- StandardDecrypter - Class in com.sun.pdfview.decrypt
-
Standard simple decrypter for versions 1, 2 and 4 of the Standard password-based decryption mechanisms, as described in section 3.5 of the PDF Reference version 1.7.
- StandardDecrypter(StandardDecrypter.EncryptionAlgorithm, PDFObject, int, int, byte[], byte[], int, boolean, PDFPassword) - Constructor for class com.sun.pdfview.decrypt.StandardDecrypter
-
Class constructor
- StandardDecrypter.EncryptionAlgorithm - Enum Class in com.sun.pdfview.decrypt
-
Describes an encryption algorithm to be used, declaring not only the cipher type, but also key generation techniques
- standardEncoding - Static variable in class com.sun.pdfview.font.FontSupport
-
character mapping from values to glyphs for Adobe's standard character encoding
- stdNames - Static variable in class com.sun.pdfview.font.FontSupport
-
names for glyphs in the standard Adobe order.
- stop() - Method in class com.sun.pdfview.BaseWatchable
-
Stop this watchable.
- stop() - Method in interface com.sun.pdfview.Watchable
-
Stop this watchable.
- stop(int) - Method in class com.sun.pdfview.PDFFile
-
Stop the rendering of a particular image on this page
- stop(int, int, Rectangle2D) - Method in class com.sun.pdfview.PDFPage
-
Stop the rendering of a particular image on this page
- STOPPED - Static variable in interface com.sun.pdfview.Watchable
- STREAM - Static variable in class com.sun.pdfview.PDFObject
-
a Stream: a Hashmap with a byte array
- STRING - Static variable in class com.sun.pdfview.PDFObject
-
a String
- stringToTag(String) - Static method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Turn a string into a tag
- stroke(GeneralPath) - Method in class com.sun.pdfview.PDFRenderer
-
draw an outline using the current stroke and draw paint
- STROKE - Static variable in class com.sun.pdfview.PDFShapeCmd
-
stroke the outline of the path with the stroke paint
- SYMBOLIC - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font contains glyphs outside the Adobe standard Latin.
T
- tagToString(int) - Static method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get the tag as a string
- TENSOR_PRODUCTS_MESH_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- TIFF - Static variable in class com.sun.pdfview.decode.Predictor
-
well known algorithms
- TILE_CONSTANT - Static variable in class com.sun.pdfview.pattern.PatternType1
-
tiling types
- TILE_FASTER - Static variable in class com.sun.pdfview.pattern.PatternType1
- TILE_NODISTORT - Static variable in class com.sun.pdfview.pattern.PatternType1
- toCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
convert from Calibrated Gray to CIEXYZ.
- toCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
convert from Calibrated RGB to CIEXYZ.
- toCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
Convert from CMYK to CIEXYZ.
- toCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.LabColor
-
convert from Lab to CIEXYZ.
- toCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.MaskColorSpace
- toPDFDocEncoded(String) - Method in class com.sun.pdfview.PDFStringUtil
- toRGB(float[]) - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
convert from Calibrated Gray to RGB.
- toRGB(float[]) - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
convert from Calibrated RGB to standard RGB
- toRGB(float[]) - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
Convert from CMYK to RGB.
- toRGB(float[]) - Method in class com.sun.pdfview.colorspace.LabColor
-
convert from Lab to RGB
- toRGB(float[]) - Method in class com.sun.pdfview.colorspace.MaskColorSpace
- toString() - Method in class com.sun.pdfview.font.PDFFont
-
Turn this font into a pretty String
- toString() - Method in class com.sun.pdfview.font.PDFGlyph
- toString() - Method in class com.sun.pdfview.font.ttf.CMap
-
Print a pretty string
- toString() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get a pretty string
- toString() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Print a pretty string
- toString() - Method in class com.sun.pdfview.font.ttf.GlyfTable
-
Create a pretty String
- toString() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Create a pretty string
- toString() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Create a pretty string
- toString() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Create a pretty String
- toString() - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get a pretty string
- toString() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Write the font to a pretty string
- toString() - Method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Put into a nice string
- toString() - Method in class com.sun.pdfview.OutlineNode
-
Return the node's visible name in the tree
- toString() - Method in class com.sun.pdfview.PDFCmd
-
a human readable representation of this command
- toString() - Method in class com.sun.pdfview.PDFObject
-
return a representation of this PDFObject as a String.
- transform(AffineTransform) - Method in class com.sun.pdfview.PDFRenderer
-
concatenate the given transform with the current transform
- TrueTypeFont - Class in com.sun.pdfview.font.ttf
- TrueTypeFont(int) - Constructor for class com.sun.pdfview.font.ttf.TrueTypeFont
-
Creates a new instance of TrueTypeParser
- TrueTypeTable - Class in com.sun.pdfview.font.ttf
-
The base class for TrueType tables.
- TrueTypeTable(int) - Constructor for class com.sun.pdfview.font.ttf.TrueTypeTable
-
Creates a new instance of TrueTypeTable.
- TTFFont - Class in com.sun.pdfview.font
-
A true-type font
- TTFFont(String, PDFObject, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.TTFFont
-
create a new TrueTypeFont object based on a description of the font from the PDF file.
- TYPE_0 - Static variable in class com.sun.pdfview.function.PDFFunction
-
Sampled function
- TYPE_2 - Static variable in class com.sun.pdfview.function.PDFFunction
-
Exponential interpolation function
- TYPE_3 - Static variable in class com.sun.pdfview.function.PDFFunction
-
Stitching function.
- TYPE_4 - Static variable in class com.sun.pdfview.function.PDFFunction
-
PostScript calculator function.
- Type0Font - Class in com.sun.pdfview.font
-
Type 0 fonts are composite fonts with a CMAP to map between source character codes and destination fonts/codes
- Type0Font(String, PDFObject, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.Type0Font
-
Creates a new instance of Type0Font
- type1CExpertCharset - Static variable in class com.sun.pdfview.font.FontSupport
-
glyph order of the glyphs for the Type1C Expert character set.
- type1CExpertSubCharset - Static variable in class com.sun.pdfview.font.FontSupport
-
glyph order of the glyphs for the Type1C Expert Sub character set.
- Type1CFont - Class in com.sun.pdfview.font
-
A representation, with parser, of an Adobe Type 1C font.
- Type1CFont(String, PDFObject, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.Type1CFont
-
create a new Type1CFont based on a font data stream and a descriptor
- Type1Font - Class in com.sun.pdfview.font
-
A representation, with parser, of an Adobe Type 1 font.
- Type1Font(String, PDFObject, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.Type1Font
-
create a new Type1Font based on a font data stream and an encoding.
- Type3Font - Class in com.sun.pdfview.font
-
A Type 3 Font, in which each glyph consists of a sequence of PDF commands.
- Type3Font(String, PDFObject, HashMap, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.Type3Font
-
Generate a Type 3 font.
U
- UNKNOWN - Static variable in interface com.sun.pdfview.Watchable
-
the possible statuses
- unpredict(ByteBuffer) - Method in class com.sun.pdfview.decode.PNGPredictor
-
Undo data based on the png algorithm
- unpredict(ByteBuffer) - Method in class com.sun.pdfview.decode.Predictor
-
Actually perform this algorithm on decoded image data.
- UnsupportedEncryptionException - Exception Class in com.sun.pdfview.decrypt
-
Identifies that the specified encryption mechanism is not supported by this product or platform.
- UnsupportedEncryptionException(String) - Constructor for exception class com.sun.pdfview.decrypt.UnsupportedEncryptionException
- UnsupportedEncryptionException(String, Throwable) - Constructor for exception class com.sun.pdfview.decrypt.UnsupportedEncryptionException
- UPDATE_DURATION - Static variable in class com.sun.pdfview.PDFRenderer
-
how long (in milliseconds) to wait between image updates
- updateImages() - Method in class com.sun.pdfview.PDFPage
-
Notify all images we know about that a command has been added
- useMetrics(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Use the metrics of this component for the compound
V
- valueOf(String) - Static method in enum class com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- waitForFinish() - Method in class com.sun.pdfview.BaseWatchable
-
Wait for this watchable to finish
- waitForFinish() - Method in class com.sun.pdfview.PDFPage
-
wait for finish
- Watchable - Interface in com.sun.pdfview
-
An interface for rendering or parsing, which can be stopped and started.
- winAnsiEncoding - Static variable in class com.sun.pdfview.font.FontSupport
-
character mapping from values to glyphs for the Windows winAnsi character encoding
- writeFont() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Write a font given the type and an array of Table Directory Entries
X
- x - Variable in class com.sun.pdfview.font.FlPoint
-
x coordinate of the point
- xIsByte(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Determine whether the x value for the given point is byte or short.
- xIsSame(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Determine whether the x value for the given point is the same as the previous value.
- XYZ - Static variable in class com.sun.pdfview.PDFDestination
-
The known types of destination
Y
- y - Variable in class com.sun.pdfview.font.FlPoint
-
y coordinate of the point
- yIsByte(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Determine whether the x value for the given point is byte or short.
- yIsSame(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Determine whether the y value for the given point is the same as the previous value.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form