Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
-
affine transform of this component
- a - Variable in class com.sun.pdfview.PDFFillAlphaCmd
- a - Variable in class com.sun.pdfview.PDFStrokeAlphaCmd
- 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
- addDirtyRegion(Rectangle2D, Rectangle2D) - Method in class com.sun.pdfview.PDFRenderer
-
Append a rectangle to the total dirty region of this shape
- 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.
- addImageRecord(PDFPage, ImageInfo, BufferedImage, PDFRenderer) - Method in class com.sun.pdfview.Cache
-
The internal routine to add an image to the cache and return the record that was generated.
- additionalMakeup - Static variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- 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
- addOffCurvePoint(TTFFont.PointRec, TTFFont.RenderState) - Method in class com.sun.pdfview.font.TTFFont
-
add a point off the curve
- addOnCurvePoint(TTFFont.PointRec, TTFFont.RenderState) - Method in class com.sun.pdfview.font.TTFFont
-
add a point on the curve
- 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.
- addPageRecord(Integer, PDFPage, PDFParser) - Method in class com.sun.pdfview.Cache
-
The internal routine to add a page to the cache, and return the page record which was generated
- 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.
- AdobeGlyphList() - Constructor for class com.sun.pdfview.font.ttf.AdobeGlyphList
-
private constructor to restrict creation to a singleton.
- advance - Variable in class com.sun.pdfview.font.PDFGlyph
-
the advance from this glyph
- advanceWidthMax - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property advanceWidthMax.
- advanceWidths - Variable in class com.sun.pdfview.font.ttf.HmtxTable
-
advance widths for any glyphs that have one
- AESV2 - Enum constant in enum class com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
- AESV2_SALT - Static variable in class com.sun.pdfview.decrypt.StandardDecrypter
-
Extra salt to add to AES-based decryption keys, as per PDF Reference 1.7
- againstroke - Variable in class com.sun.pdfview.PDFShapeCmd
-
the stroke style for the anti-antialias stroke
- algorithm - Variable in class com.sun.pdfview.decode.Predictor
-
the algorithm to use
- align - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- align() - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- ALLCAP - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font contains no lowercase letters.
- alternate - Variable in class com.sun.pdfview.colorspace.AlternateColorSpace
-
The alternate color space
- 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
- ARG_1_AND_2_ARE_WORDS - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
-
flags
- ARGS_ARE_XY_VALUES - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
- 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
- ary - Variable in class com.sun.pdfview.PDFChangeStrokeCmd
- ARYB - Static variable in class com.sun.pdfview.PDFParser.Tok
-
begin array [
- ARYE - Static variable in class com.sun.pdfview.PDFParser.Tok
-
end array ]
- 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.
- ascent - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property ascent.
- ascent - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property ascent.
- ASCII85Decode - Class in com.sun.pdfview.decode
-
decode ASCII85 text into a byte array.
- ASCII85Decode(ByteBuffer) - Constructor for class com.sun.pdfview.decode.ASCII85Decode
-
initialize the decoder with byte buffer in ASCII85 format
- ASCIIHexDecode - Class in com.sun.pdfview.decode
-
decode an array of hex nybbles into a byte array
- ASCIIHexDecode(ByteBuffer) - Constructor for class com.sun.pdfview.decode.ASCIIHexDecode
-
initialize the decoder with an array of bytes in ASCIIHex format
- 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.
- at - Variable in class com.sun.pdfview.font.Type1CFont
- at - Variable in class com.sun.pdfview.font.Type1Font
- at - Variable in class com.sun.pdfview.font.Type3Font
-
affine transform for the font characters
- at - Variable in class com.sun.pdfview.PDFXformCmd
- autoAdjustStrokeWidth(Graphics2D, BasicStroke) - Method in class com.sun.pdfview.PDFRenderer
-
auto adjust the stroke width, according to 6.5.4, which presumes that the device characteristics (an image) require a single pixel wide line, even if the width is set to less.
- avgWidth - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property avgWidth.
- AXIAL_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- axisEnd - Variable in class com.sun.pdfview.pattern.ShaderType2
-
the end of the axis
- axisStart - Variable in class com.sun.pdfview.pattern.ShaderType2
-
the start of the axis
B
- b - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
- background - Variable in class com.sun.pdfview.pattern.PDFShader
-
the background color
- base - Variable in class com.sun.pdfview.colorspace.PatternSpace
- basecontext - Variable in class com.sun.pdfview.font.NativeFont
-
the font render context
- baseEncoding - Variable in class com.sun.pdfview.font.PDFFontEncoding
-
the base encoding (an array of integers which can be mapped to names using the methods on FontSupport
- baseFont - Variable in class com.sun.pdfview.font.PDFFont
-
the postscript name of this font
- baseFonts - Static variable in class com.sun.pdfview.font.BuiltinFont
-
the names of the 14 base fonts
- 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
- BaseWatchable.Gate - Class in com.sun.pdfview
-
A class that lets us give it a target time or number of steps, and will tell us to stop after that much time or that many steps
- bbox - Variable in class com.sun.pdfview.font.Type3Font
-
bounding box for the font characters
- bbox - Variable in class com.sun.pdfview.pattern.PatternType1
-
the bounding box of the tile, in tile space
- bbox - Variable in class com.sun.pdfview.pattern.PatternType1.Type1PaintContext
-
the anchor box
- bbox - Variable in class com.sun.pdfview.pattern.PDFShader
-
the bounding box of the pattern
- bbox - Variable in class com.sun.pdfview.PDFPage
-
the bounding box of the page, in page coordinates
- bgColor - Variable in class com.sun.pdfview.ImageInfo
- bitPointer - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- bitpos - Variable in class com.sun.pdfview.decode.LZWDecode
- bitspercode - Variable in class com.sun.pdfview.decode.LZWDecode
- bitsPerSample - Variable in class com.sun.pdfview.function.FunctionType0
-
the number of bits in each sample
- black - Variable in class com.sun.pdfview.colorspace.CalGrayColor
- black - Variable in class com.sun.pdfview.colorspace.CalRGBColor
- black - Variable in class com.sun.pdfview.colorspace.LabColor
- black - Static variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- 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
- bottom - Variable in class com.sun.pdfview.PDFDestination
-
the bottom coordinate of the fit area, if applicable
- bounds - Variable in class com.sun.pdfview.PDFShapeCmd
-
the bounding box of the path
- bpc - Variable in class com.sun.pdfview.decode.Predictor
-
the number of bits per color component
- bpc - Variable in class com.sun.pdfview.PDFImage
-
the number of bits per sample component
- BRCB - Static variable in class com.sun.pdfview.PDFParser.Tok
-
begin brace {
- BRCE - Static variable in class com.sun.pdfview.PDFParser.Tok
-
end brace }
- BRKB - Static variable in class com.sun.pdfview.PDFParser.Tok
-
begin bracket <
- BRKE - Static variable in class com.sun.pdfview.PDFParser.Tok
-
end bracket >
- buf - Variable in class com.sun.pdfview.decode.ASCII85Decode
- buf - Variable in class com.sun.pdfview.decode.ASCIIHexDecode
- buf - Variable in class com.sun.pdfview.decode.LZWDecode
- buf - Variable in class com.sun.pdfview.decode.RunLengthDecode
- buf - Variable in class com.sun.pdfview.PDFFile
-
A ByteBuffer containing the file data
- buildAccentChar(float, float, char, char, GeneralPath) - Method in class com.sun.pdfview.font.Type1CFont
-
build an accented character out of two pre-defined glyphs.
- buildAccentChar(float, float, char, char, GeneralPath) - Method in class com.sun.pdfview.font.Type1Font
-
build an accented character out of two pre-defined glyphs.
- 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.
- bytePointer - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- bytepos - Variable in class com.sun.pdfview.decode.LZWDecode
C
- c - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
- c(int, String) - Static method in class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator
- c0 - Variable in class com.sun.pdfview.function.FunctionType2
-
the function's value at zero for the n outputs
- c1 - Variable in class com.sun.pdfview.function.FunctionType2
-
the function's value at one for the n outputs
- cache - Static variable in class com.sun.pdfview.font.PDFCMap
-
A cache of known CMaps by name
- cache - Variable in class com.sun.pdfview.PDFFile
-
a mapping of page numbers to parsed PDF commands
- cache - Variable in class com.sun.pdfview.PDFObject
-
a cache of translated data.
- cache - Variable in class com.sun.pdfview.PDFPage
-
a map from image info (width, height, clip) to a soft reference to the rendered image
- 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
- Cache.PageRecord - Class in com.sun.pdfview
-
the record stored for each page in the cache
- Cache.Record - Class in com.sun.pdfview
-
the basic information about a page or image
- 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.
- calculateChecksum(String, ByteBuffer) - Static method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Calculate the checksum for a given table
- calculateGeneralEncryptionKey(byte[], byte[], int, int, byte[], int, boolean) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Determine what the general encryption key is, given a configuration.
- calculateUValue(byte[], byte[], int) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Calculate what the U value should consist of given a particular key and document configuration.
- calculuateOValue(byte[], byte[], int, int) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Calculate what the O value of the Encrypt dict should look like given a particular configuration.
- 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.
- callcount - Variable in class com.sun.pdfview.font.Type1Font
- 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.
- cap - Variable in class com.sun.pdfview.PDFChangeStrokeCmd
- capHeight - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property capHeight.
- caretOffset - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property caretOffset.
- caretSlopeRise - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property caretSlopeRise.
- caretSlopeRun - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property caretSlopeRun.
- 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.
- catchexceptions - Variable in class com.sun.pdfview.PDFParser
- 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
- changingElemSize - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- charCache - Variable in class com.sun.pdfview.font.PDFFont
-
a cache of glyphs indexed by character
- CharChange(String, char) - Constructor for class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator.CharChange
- charProcs - Variable in class com.sun.pdfview.font.Type3Font
-
the character processes, mapped by name
- charSet - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property charSet.
- charsetbase - Variable in class com.sun.pdfview.font.Type1CFont
- CharsetEncoderGenerator(Byte) - Constructor for class com.sun.pdfview.decrypt.PDFPassword.CharsetEncoderGenerator
-
Class constructor
- charstringbase - Variable in class com.sun.pdfview.font.Type1CFont
- charstringtype - Variable in class com.sun.pdfview.font.Type1CFont
- checkNums(int, int) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Check that object number and object generations are well-formed.
- checkOverlap(PDFRenderer) - Method in class com.sun.pdfview.PDFShapeCmd
-
Check for overlap with the previous shape to make anti-aliased shapes that are near each other look good
- checkOwnerPassword(byte[], byte[], int, int, byte[], byte[], int, boolean) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Check to see whether a given password is the owner password.
- checksumAdjustment - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property checksumAdjustment.
- checkUserPassword(byte[], byte[], int, int, byte[], byte[], int, boolean) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Check to see whether a provided user password is correct with respect to an Encrypt dict configuration.
- chr2name - Variable in class com.sun.pdfview.font.Type1CFont
- chr2name - Variable in class com.sun.pdfview.font.Type1Font
- 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
- cidToGidMap - Variable in class com.sun.pdfview.font.CIDFontType2
-
the CIDtoGID map, if any
- cie - Static variable in class com.sun.pdfview.colorspace.CalGrayColor
- cie - Static variable in class com.sun.pdfview.colorspace.LabColor
- cie - Variable in class com.sun.pdfview.colorspace.MaskColorSpace
- cieCS - Static variable in class com.sun.pdfview.colorspace.CalRGBColor
- ciexyzToSRGB(float[]) - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
Convert from CIEXYZ, with scale and gamma calculated to sRGB
- CIPHER_AES - Static variable in class com.sun.pdfview.decrypt.StandardDecrypter
-
The specification of the AES cipher for JCE interactions.
- CIPHER_RC4 - Static variable in class com.sun.pdfview.decrypt.StandardDecrypter
-
The specification of the RC4 cipher for JCE interactions
- 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
- CLEARDICT - Static variable in class com.sun.pdfview.decode.LZWDecode
- clip - Variable in class com.sun.pdfview.ImageInfo
- clip - Variable in class com.sun.pdfview.PDFParser
- 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
- cliprgn - Variable in class com.sun.pdfview.PDFRenderer.GraphicsState
-
the clip region
- clone() - Method in class com.sun.pdfview.PDFParser.ParserState
-
Clone the render state.
- clone() - Method in class com.sun.pdfview.PDFRenderer.GraphicsState
-
Clone this Graphics state.
- clone() - Method in class com.sun.pdfview.PDFTextFormat
-
Clone the text format
- cmap - Variable in class com.sun.pdfview.font.PDFFontEncoding
-
a CMap for fonts encoded by CMap
- 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
- CMapFormat4.Segment - Class in com.sun.pdfview.font.ttf
- 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
- CmapSubtable(short, short) - Constructor for class com.sun.pdfview.font.ttf.CmapTable.CmapSubtable
-
Create a Cmap subtable
- cmapTable - Variable in class com.sun.pdfview.font.NativeFont
-
the cmap table from a TrueType font
- 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
- CmapTable.CmapSubtable - Class in com.sun.pdfview.font.ttf
- CMD - Static variable in class com.sun.pdfview.font.Type1CFont
- CMD - Static variable in class com.sun.pdfview.PDFParser.Tok
-
keyword
- cmds - Variable in class com.sun.pdfview.PDFParser
-
the actual command, for use within a singe iteration.
- 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
- cmykSpace - Static variable in class com.sun.pdfview.colorspace.PDFColorSpace
- colorKeyMask - Variable in class com.sun.pdfview.PDFImage
-
color key mask.
- colorModel - Variable in class com.sun.pdfview.pattern.PatternType1.Type1PaintContext
-
the color model
- colorModel - Variable in class com.sun.pdfview.pattern.ShaderType2.Type2PaintContext
-
the color model
- colors - Variable in class com.sun.pdfview.decode.Predictor
-
the number of colors per sample
- colorSpace - Variable in class com.sun.pdfview.pattern.PDFShader
-
the colorspace
- colorSpace - Variable in class com.sun.pdfview.PDFImage
-
the colorspace to interpret the samples in
- 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
- columns - Variable in class com.sun.pdfview.decode.Predictor
-
the number of columns per row
- 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
- commands - Variable in class com.sun.pdfview.PDFPage
-
the array of commands.
- compareTo(Object) - Method in class com.sun.pdfview.font.ttf.CMapFormat4.Segment
-
Segments sort by increasing endCode
- compareTo(Object) - Method in class com.sun.pdfview.font.ttf.CmapTable.CmapSubtable
-
Sort ascending by platform ID and then specific ID
- compareTo(Object) - Method in class com.sun.pdfview.font.ttf.NameTable.NameRecord
-
Compare two records
- COMPLETED - Static variable in interface com.sun.pdfview.Watchable
- componentPoint - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
- components - Variable in class com.sun.pdfview.font.ttf.GlyfCompound
-
the flags for each compound glyph
- compoundPoint - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
-
the points to match
- consumeEOL() - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- contourEndPts - Variable in class com.sun.pdfview.font.ttf.GlyfSimple
-
the end points of the various contours
- 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
- count - Variable in class com.sun.pdfview.colorspace.IndexedColor
-
size of the color table
- createAESCipher() - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Create a new AES cipher.
- createAndInitialiseContentCipher(ByteBuffer, byte[]) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Setup the cipher for decryption
- createCharsetEncoder() - Method in class com.sun.pdfview.decrypt.PDFPassword.CharsetEncoderGenerator
- createCharsetEncoder() - Method in class com.sun.pdfview.decrypt.PDFPassword.IdentityEncodingByteGenerator
- createCharsetEncoder() - Method in class com.sun.pdfview.decrypt.PDFPassword.PDFDocEncodingByteGenerator
- createCompatibleSampleModel(int, int) - Method in class com.sun.pdfview.PDFImage.DecodeComponentColorModel
- createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class com.sun.pdfview.pattern.ShaderType2.Type2Paint
-
create a paint context
- createCryptFilterDecrypter(PDFObject, PDFObject, PDFPassword, int) - Static method in class com.sun.pdfview.decrypt.PDFDecrypterFactory
-
Create a decrypter working from a crypt filter dictionary, as in version 4 encryption
- created - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property created.
- 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
- createMD5Digest() - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Create an MD5 digest.
- createPage(int, PDFObject) - Method in class com.sun.pdfview.PDFFile
-
Create a PDF Page object by finding the relevant inherited properties
- createRC4Cipher() - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Create a new RC4 cipher.
- createRC4Key(byte[]) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Create an RC4 key
- createStandardDecrypter(PDFObject, PDFObject, PDFPassword, Integer, boolean, StandardDecrypter.EncryptionAlgorithm) - Static method in class com.sun.pdfview.decrypt.PDFDecrypterFactory
-
Create a standard single-algorithm AES or RC4 decrypter.
- 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
- crypt(Cipher, byte[]) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Encrypt some bytes
- 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, PDFDecrypter>, String, String) - Constructor for class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
Class constructor
- cryptInPlace(Cipher, byte[]) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Encrypt/decrypt something in place
- cs - Variable in class com.sun.pdfview.colorspace.PDFColorSpace
-
the color space
- CUBIC_INTERPOLATION - Static variable in class com.sun.pdfview.function.FunctionType0
- cur - Variable in class com.sun.pdfview.PDFTextFormat
-
current matrix transform
- currChangingElems - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- currentCommand - Variable in class com.sun.pdfview.PDFRenderer
-
where we are in the page's command list
D
- d - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
- data - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- data - Variable in class com.sun.pdfview.font.ttf.TrueTypeTable
-
The data in this table, in ByteBuffer form
- data - Variable in class com.sun.pdfview.font.Type1CFont
- data - Variable in class com.sun.pdfview.font.Type1Font.PSParser
- data - Variable in class com.sun.pdfview.pattern.PatternType1
-
the stream data
- data - Variable in class com.sun.pdfview.pattern.PatternType1.Type1PaintContext
-
the image data, as a raster in device coordinates
- 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 - Variable in class com.sun.pdfview.function.FunctionType0
-
the optional decoding array, tells how to map output parameters to values
- decode - Variable in class com.sun.pdfview.PDFImage
-
the decode array
- decode() - Method in class com.sun.pdfview.decode.ASCII85Decode
-
decode the bytes
- decode() - Method in class com.sun.pdfview.decode.ASCIIHexDecode
-
decode the array
- decode() - Method in class com.sun.pdfview.decode.LZWDecode
-
decode the array.
- decode() - Method in class com.sun.pdfview.decode.RunLengthDecode
-
decode the array
- 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.
- decode5(ByteArrayOutputStream) - Method in class com.sun.pdfview.decode.ASCII85Decode
-
decode the next five ASCII85 characters into up to four decoded bytes.
- decodeBlackCodeWord() - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- DecodeComponentColorModel(ColorSpace, int[]) - Constructor for class com.sun.pdfview.PDFImage.DecodeComponentColorModel
- decodedStream - Variable in class com.sun.pdfview.PDFObject
-
a cached version of the decoded stream
- decodeNextScanline(byte[], int, int) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- decodeStream() - Method in class com.sun.pdfview.PDFObject
-
Get the decoded stream value
- 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
- decodeWhiteCodeWord() - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- decrypt(byte[], int, int, int, int) - Method in class com.sun.pdfview.font.Type1Font
-
decrypt an array using the Adobe Type 1 Font decryption algorithm.
- 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
- decryptBuffer(ByteBuffer, byte[]) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Decrypt a buffer
- decrypters - Variable in class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
Maps from crypt filter names to their corresponding decrypters
- 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
- DEFAULT_KEY_LENGTH - Static variable in class com.sun.pdfview.decrypt.PDFDecrypterFactory
-
Default key length for versions where key length is optional
- defaultDecrypter - Variable in class com.sun.pdfview.PDFFile
-
The default decrypter for streams and strings.
- defaultStreamDecrypter - Variable in class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
The default decrypter for stream content
- defaultStringDecrypter - Variable in class com.sun.pdfview.decrypt.CryptFilterDecrypter
-
The default decrypter for string content
- defaultWidth - Variable in class com.sun.pdfview.font.CIDFontType2
- defaultWidthVertical - Variable in class com.sun.pdfview.font.CIDFontType2
- 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.
- descent - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property descent.
- descent - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property descent.
- descriptor - Variable in class com.sun.pdfview.font.PDFFont
-
the font descriptor
- dest - Variable in class com.sun.pdfview.action.GoToAction
-
the destination to go to
- dict - Variable in class com.sun.pdfview.decode.LZWDecode
- DICTIONARY - Static variable in class com.sun.pdfview.PDFObject
-
a Hashmap that maps String names to PDFObjects
- dictlen - Variable in class com.sun.pdfview.decode.LZWDecode
- differences - Variable in class com.sun.pdfview.font.PDFFontEncoding
-
any differences from the base encoding
- digestTo(MessageDigest, byte[]) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Hash into an existing byte array
- dispose() - Method in class com.sun.pdfview.pattern.PatternType1.Type1PaintContext
- dispose() - Method in class com.sun.pdfview.pattern.ShaderType2.Type2PaintContext
- 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)
- doForm(PDFObject) - Method in class com.sun.pdfview.PDFParser
-
Inject a stream of PDF commands onto the page.
- 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.
- doImage(PDFObject) - Method in class com.sun.pdfview.PDFParser
-
Parse image data into a Java BufferedImage and add the image command to the page.
- domain - Variable in class com.sun.pdfview.function.PDFFunction
-
the input domain of this function, an array of 2 * m floats
- done - Variable in class com.sun.pdfview.decode.MyTracker
- 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)
- doPattern(PatternSpace) - Method in class com.sun.pdfview.PDFParser
-
Set the values into a PatternSpace
- doShader(PDFObject) - Method in class com.sun.pdfview.PDFParser
-
build a shader from a dictionary.
- 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)
- doXObject(PDFObject) - Method in class com.sun.pdfview.PDFParser
-
Insert a PDF object into the command stream.
- 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
- e - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
- 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
- encode - Variable in class com.sun.pdfview.function.FunctionType0
-
the optional encoding array, tells how to map input parameters to values
- encodeLoop(CharBuffer, ByteBuffer) - Method in class com.sun.pdfview.Identity8BitCharsetEncoder
- encodeLoop(CharBuffer, ByteBuffer) - Method in class com.sun.pdfview.PDFDocCharsetEncoder
- encoding - Variable in class com.sun.pdfview.font.PDFFont
-
the font encoding (maps character ids to glyphs)
- encoding - Variable in class com.sun.pdfview.font.Type1CFont
- encodingbase - Variable in class com.sun.pdfview.font.Type1CFont
- 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
- encrypt - Variable in class com.sun.pdfview.PDFFile
-
the Encrypt PDFObject, from the trailer
- encryptionAlgorithm - Variable in class com.sun.pdfview.decrypt.StandardDecrypter
-
The encryption algorithm being employed
- EncryptionAlgorithm() - Constructor for enum class com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
- 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 - Variable in class com.sun.pdfview.pattern.ShaderType2.Type2PaintContext
-
the end of the axis
- end() - Method in class com.sun.pdfview.PDFTextFormat
-
end a span of text
- endCode - Variable in class com.sun.pdfview.font.ttf.CMapFormat4.Segment
-
the end code (highest code in this segment)
- entryCount - Variable in class com.sun.pdfview.font.ttf.CMapFormat6
-
Number of character codes in subrange.
- EOF - Static variable in class com.sun.pdfview.PDFParser.Tok
-
end of stream
- 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.font.ttf.CMapFormat4.Segment
-
Equals based on compareTo (only compares endCode)
- equals(Object) - Method in class com.sun.pdfview.font.ttf.CmapTable.CmapSubtable
-
Compare two subtables
- equals(Object) - Method in class com.sun.pdfview.font.ttf.NameTable.NameRecord
-
Compare two records
- equals(Object) - Method in class com.sun.pdfview.function.FunctionType4.Expression
- equals(Object) - Method in class com.sun.pdfview.function.FunctionType4.Operation
-
return true if our operator is the same as the supplied one.
- 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
- errorwritten - Variable in class com.sun.pdfview.PDFParser
- escape(String) - Static method in class com.sun.pdfview.PDFParser
- eval() - Method in class com.sun.pdfview.function.FunctionType4.Operation
-
evaluate the function, popping the stack as needed and pushing results.
- execute(boolean) - Method in class com.sun.pdfview.BaseWatchable
-
Start executing this watchable
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFChangeStrokeCmd
- 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.PDFFillAlphaCmd
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFFillPaintCmd
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFImageCmd
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFPopCmd
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFPushCmd
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFShapeCmd
-
perform the stroke and record the dirty region
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFStrokeAlphaCmd
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFStrokePaintCmd
- execute(PDFRenderer) - Method in class com.sun.pdfview.PDFXformCmd
- Expression() - Constructor for class com.sun.pdfview.function.FunctionType4.Expression
- EXTENDED_TO_PDF_DOC_ENCODING_MAP - Static variable in class com.sun.pdfview.PDFDocCharsetEncoder
-
For non-identity encoded characters, maps from the character to the byte value in PDFDocEncoding.
- extendEnd - Variable in class com.sun.pdfview.pattern.ShaderType2
-
whether to extend the end of the axis
- extendStart - Variable in class com.sun.pdfview.pattern.ShaderType2
-
whether to extend the start of the axis
F
- f - Variable in class com.sun.pdfview.font.NativeFont
-
the actual font in use
- f - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
- FF_CHAR - Static variable in class com.sun.pdfview.PDFFile
- fill(PDFRenderer, Graphics2D, GeneralPath) - Method in class com.sun.pdfview.pattern.PatternType1.TilingPatternPaint
-
fill a path with the paint, and record the dirty area.
- 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
- fillAlpha - Variable in class com.sun.pdfview.PDFRenderer.GraphicsState
-
the current compositing alpha for filling
- fillBits - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- fillCS - Variable in class com.sun.pdfview.PDFParser.ParserState
-
the fill color space
- fillOrder - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- fillPaint - Variable in class com.sun.pdfview.PDFRenderer.GraphicsState
-
the current paint for filling shapes
- 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(PDFObject, String) - Method in class com.sun.pdfview.NameTree
-
Recursively walk the name tree looking for a given value
- find(String) - Method in class com.sun.pdfview.NameTree
-
Find the PDF object corresponding to the given String in a name tree
- findInArray(PDFObject[], String) - Method in class com.sun.pdfview.NameTree
-
Find an object in a (key,value) array.
- 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.
- findPage(PDFObject, int, int, Map<String, PDFObject>) - Method in class com.sun.pdfview.PDFFile
-
Get the PDFObject representing the content of a particular page.
- findResource(String, String) - Method in class com.sun.pdfview.PDFParser
-
get a property from a named dictionary in the resources of this content stream.
- findSlashName(byte[], String) - Method in class com.sun.pdfview.font.Type1Font
-
get the index into the byte array of a slashed name, like "/name".
- finish() - Method in class com.sun.pdfview.PDFPage
-
The entire page is done.
- finished - Variable in class com.sun.pdfview.PDFPage
-
whether this page has been finished.
- firstChar - Variable in class com.sun.pdfview.font.OutlineFont
-
the first character code
- firstChar - Variable in class com.sun.pdfview.font.Type3Font
-
the start code
- firstCode - Variable in class com.sun.pdfview.font.ttf.CMapFormat6
-
First character code of subrange.
- firstOff - Variable in class com.sun.pdfview.font.TTFFont.RenderState
- firstOn - Variable in class com.sun.pdfview.font.TTFFont.RenderState
- 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
- fixCMapTable(TrueTypeFont, CmapTable) - Method in class com.sun.pdfview.font.NativeFont
-
Fix the CMap table.
- FIXED_PITCH - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
All glyphs have the same width.
- fixNameTable(TrueTypeFont, NameTable) - Method in class com.sun.pdfview.font.NativeFont
-
Fix a broken font name table for a TrueType font.
- flags - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property flags.
- flags - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
-
flags
- flags - Variable in class com.sun.pdfview.font.ttf.GlyfSimple
-
the flags
- flags - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property flags.
- FlateDecode - Class in com.sun.pdfview.decode
-
decode a deFlated byte array
- FlateDecode() - Constructor for class com.sun.pdfview.decode.FlateDecode
- flipTable - Static variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- FlPoint - Class in com.sun.pdfview.font
-
A floating-point Point, with public fields.
- FlPoint() - Constructor for class com.sun.pdfview.font.FlPoint
- FLT - Static variable in class com.sun.pdfview.font.Type1CFont
- flush() - Method in class com.sun.pdfview.PDFTextFormat
-
finish any unfinished words.
- fnum - Variable in class com.sun.pdfview.font.Type1CFont
- font - Variable in class com.sun.pdfview.font.TTFFont
-
the truetype font itself
- font - Variable in class com.sun.pdfview.PDFTextFormat
-
font
- fontBBox - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property fontBBox.
- fontDirectionHint - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property fontDirectionHint.
- fontFamily - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds the optional FontFamily (PDF 1.5)
- fontFile - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property fontFile.
- fontFile2 - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property fontFile2.
- fontFile3 - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property fontFile3.
- fontname - Variable in class com.sun.pdfview.font.Type1CFont
- fontName - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property fontName.
- fontRevision - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property fontRevision.
- fonts - Static variable in class com.sun.pdfview.font.BuiltinFont
-
the fonts themselves
- fonts - Variable in class com.sun.pdfview.font.Type0Font
-
The decendant fonts, indexed by font number from the CMAP
- fontStretch - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds the optional FontStretch (PDF 1.5)
- FontSupport - Class in com.sun.pdfview.font
-
some constants and utility functions for font support.
- FontSupport() - Constructor for class com.sun.pdfview.font.FontSupport
- fontWeight - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds the optional FontWeight (PDF 1.5)
- 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.
- format - Variable in class com.sun.pdfview.font.ttf.CMap
-
The format of this map
- format - Variable in class com.sun.pdfview.font.ttf.NameTable
-
The format of this table
- format - Variable in class com.sun.pdfview.font.ttf.PostTable
-
Holds value of property format.
- formatArrayEntry(int) - Static method in class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator
- 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
- fsize - Variable in class com.sun.pdfview.PDFTextFormat
-
font size
- function - Variable in class com.sun.pdfview.colorspace.AlternateColorSpace
-
The function
- FUNCTION_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- functions - Variable in class com.sun.pdfview.pattern.ShaderType2
-
functions, as an array of either 1 or n functions
- 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
- FunctionType4.Expression - Class in com.sun.pdfview.function
- FunctionType4.Operation - Class in com.sun.pdfview.function
G
- g - Variable in class com.sun.pdfview.PDFRenderer
-
the graphics object for use within an iteration.
- g - Variable in class com.sun.pdfview.RefImage
-
a strong reference to the graphics object
- gamma - Variable in class com.sun.pdfview.colorspace.CalGrayColor
- gamma - Variable in class com.sun.pdfview.colorspace.CalRGBColor
- gate - Variable in class com.sun.pdfview.BaseWatchable
-
when to stop
- Gate() - Constructor for class com.sun.pdfview.BaseWatchable.Gate
- generalKeyBytes - Variable in class com.sun.pdfview.decrypt.StandardDecrypter
-
The general encryption key; may be mutated to form individual stream/string encryption keys
- generateBytes(String) - Method in class com.sun.pdfview.decrypt.PDFPassword.CharsetEncoderGenerator
- generateBytes(String) - Method in interface com.sun.pdfview.decrypt.PDFPassword.PasswordByteGenerator
- generatePossiblePasswordBytes(String) - Static method in class com.sun.pdfview.decrypt.PDFPassword
-
Generate some possible byte representations of a string password
- generation - Variable in class com.sun.pdfview.PDFXref
- generator - Variable in class com.sun.pdfview.Cache.Record
-
the thing generating the page, or null if done/not provided
- 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
- getBaseEncoding(String) - Method in class com.sun.pdfview.font.PDFFontEncoding
-
Get the base encoding for a given name
- 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
- getCharIndex(String) - Method in class com.sun.pdfview.font.ttf.PostTable.PostMap
-
map a name to a character index
- getCharIndex(String) - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat0
-
map a name to a character index
- getCharIndex(String) - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat2
-
Map a character name to an index
- getCharName(char) - Method in class com.sun.pdfview.font.ttf.PostTable.PostMap
-
name a character index to a name
- getCharName(char) - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat0
-
name a character index to a name
- getCharName(char) - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat2
-
Map an index to a character name
- 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
- getColorModel() - Method in class com.sun.pdfview.pattern.PatternType1.Type1PaintContext
- getColorModel() - Method in class com.sun.pdfview.pattern.ShaderType2.Type2PaintContext
- getColorModel() - Method in class com.sun.pdfview.PDFImage
-
get a Java ColorModel consistent with the current color space, number of bits per component and decode array
- 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
- getContents(PDFObject) - Method in class com.sun.pdfview.PDFFile
-
get the stream representing the content of a particular page.
- 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.PostTable.PostMap
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat0
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat2
-
get the data in this map as a byte array
- 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
- getDestFromName(PDFObject, PDFObject) - Static method in class com.sun.pdfview.PDFDestination
-
Get a destination, given a name.
- getDestFromString(PDFObject, PDFObject) - Static method in class com.sun.pdfview.PDFDestination
-
Get a destination, given a string.
- 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
- getDetails() - Method in class com.sun.pdfview.PDFXformCmd
- 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
- getEnd() - Method in class com.sun.pdfview.font.Type1CFont.Range
- 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<String, PDFObject>) - 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.
- getFontFrom(String) - Method in class com.sun.pdfview.PDFParser
-
get a PDFFont from the resources, given the resource name of the font.
- 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.
- getGlyphFromCMap(PDFFont, char) - Method in class com.sun.pdfview.font.PDFFontEncoding
-
Get a glyph from a CMap, given a Type0 font and a character
- getGlyphFromEncoding(PDFFont, char) - Method in class com.sun.pdfview.font.PDFFontEncoding
-
Get a glyph from an encoding, given a font and character
- 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
- getImageRecord(PDFPage, ImageInfo) - Method in class com.sun.pdfview.Cache
-
Get an image's record from the cache
- getImageRenderer(PDFPage, ImageInfo) - Method in class com.sun.pdfview.Cache
-
Get an image's renderer from the cache
- getIndexEntry(int, int) - Method in class com.sun.pdfview.font.Type1CFont
-
Get the range of a particular index in a dictionary.
- 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.
- getInheritedValue(PDFObject, String) - Method in class com.sun.pdfview.PDFFile
-
Find a property value in a page that may be inherited.
- getInitialOwnerPasswordKeyBytes(byte[], int, int) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Establish the key to be used for the generation and validation of the user password via the O entry.
- 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
- getLen() - Method in class com.sun.pdfview.font.Type1CFont.Range
- 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.PostTable.PostMap
-
get the length of the data in this map
- getLength() - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat0
-
get the length of the data in this map
- getLength() - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat2
-
get the length of this class's data
- getLength() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the length of the font
- 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.
- getLoc() - Method in class com.sun.pdfview.font.Type1Font.PSParser
-
get the current location within the input stream
- 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.
- getMaskedImage(BufferedImage) - Method in class com.sun.pdfview.PDFRenderer
-
Convert an image mask into an image by painting over any pixels that have a value in the image with the current paint
- 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.
- getNameIndex(String) - Method in class com.sun.pdfview.font.Type1CFont
-
get the index of a particular name.
- getNEncodedBytes(int, int, int) - Method in class com.sun.pdfview.font.Type1Font.PSParser
-
treat the next n bytes of the input stream as encoded information to be decrypted.
- getNext() - Method in class com.sun.pdfview.action.PDFAction
-
Get the next action or array of actions
- getNextChangingElement(int, boolean, int[]) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- getNormalizedComponents(Object, float[], int) - Method in class com.sun.pdfview.PDFImage.DecodeComponentColorModel
- 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.
- getObjectSaltedDecryptionKey(int, int) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Get a decryption key salted with an object number and object generation, for use when decrypting a string or stream within an object numbered so
- 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
- getOperatorName() - Method in class com.sun.pdfview.function.FunctionType4.Operation
- 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
- getPageRecord(Integer) - Method in class com.sun.pdfview.Cache
-
Get a page's record 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
- getPasswordBytes(boolean) - Method in class com.sun.pdfview.decrypt.PDFPassword
-
Get the password bytes.
- 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
- getPoints(GeneralPath, float[]) - Method in class com.sun.pdfview.PDFShapeCmd
-
Get an array of 16 points from a path
- 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
- getRaster(int, int, int, int) - Method in class com.sun.pdfview.pattern.PatternType1.Type1PaintContext
- getRaster(int, int, int, int) - Method in class com.sun.pdfview.pattern.ShaderType2.Type2PaintContext
- 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
- getSaltedContentKeyByteLength() - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Get the length of a salted key
- getSaltedContentKeyByteLength(int) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Get the length of salted keys, in bytes.
- getSample(float[], int, int) - Method in class com.sun.pdfview.function.FunctionType0
-
Get a sample based on an array of encoded values and a control map.
- 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
- getStart() - Method in class com.sun.pdfview.font.Type1CFont.Range
- 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
- getStatusString() - Method in class com.sun.pdfview.BaseWatchable
- 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.
- getT(float) - Method in class com.sun.pdfview.pattern.ShaderType2.Type2PaintContext
-
t = t0 + (t1 - t0) x x'
- 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.
- getTransparency() - Method in class com.sun.pdfview.pattern.ShaderType2.Type2Paint
- 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.
- getUnsaltedDecryptionKey() - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Get the unsalted content decryption key, used for streams with specific crypt filters, which aren't specific to particular objects
- 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.
- getXPrime(float, float, float, float, float, float) - Method in class com.sun.pdfview.pattern.ShaderType2.Type2PaintContext
-
x' = (x1 - x0) * (x - x0) + (y1 - y0) * (y - y0) ------------------------------------------- (x1 - x0)^2 + (y1 - y0)^2
- 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
- globalDirtyRegion - Variable in class com.sun.pdfview.PDFRenderer
-
the total region of this image that has been written to
- 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
- GlyfComponent() - Constructor for class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
- 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
- GlyfCompound.GlyfComponent - Class in com.sun.pdfview.font.ttf
-
The record for a single component of this compound glyph
- 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
- glyphDataFormat - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property glyphDataFormat.
- glyphIndex - Variable in class com.sun.pdfview.font.ttf.CMapFormat0
-
The glyph index array
- glyphIndex - Variable in class com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
-
the index of the component glyf
- glyphIndexArray - Variable in class com.sun.pdfview.font.ttf.CMapFormat6
-
Array of glyph index values for character codes in the range.
- glyphLoaderThread - Static variable in class com.sun.pdfview.font.ttf.AdobeGlyphList
-
the loader thread we are reading through.
- glyphLookup - Variable in class com.sun.pdfview.font.ttf.CMapFormat6
-
a reverse lookup from glyph id to index.
- glyphNameIndex - Variable in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat2
-
the glyph name index
- glyphnames - Variable in class com.sun.pdfview.font.Type1CFont
- glyphNames - Variable in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat2
-
the glyph names
- glyphs - Variable in class com.sun.pdfview.font.ttf.GlyfTable
-
the glyph data, as either a byte buffer (unparsed) or a glyph object (parsed)
- glyphToUnicodes - Static variable in class com.sun.pdfview.font.ttf.AdobeGlyphList
-
provide a translation from a glyph name to the possible unicode values.
- 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
- gp - Variable in class com.sun.pdfview.font.TTFFont.RenderState
- gp - Variable in class com.sun.pdfview.PDFShapeCmd
-
base path
- GraphicsState() - Constructor for class com.sun.pdfview.PDFRenderer.GraphicsState
- graySpace - Static variable in class com.sun.pdfview.colorspace.PDFColorSpace
-
graySpace and the gamma correction for it.
- gsubrbase - Variable in class com.sun.pdfview.font.Type1CFont
- gsubrsoffset - Variable in class com.sun.pdfview.font.Type1CFont
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
- hasMap - Variable in class com.sun.pdfview.font.ttf.CMapFormat4.Segment
-
whether it is a map or a delta
- 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(?) defaults for all values
- height - Variable in class com.sun.pdfview.ImageInfo
- height - Variable in class com.sun.pdfview.PDFImage
-
the height of this image in pixels
- 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(?) defaults for all values
- HMTX_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- hmtxTable - Variable in class com.sun.pdfview.font.NativeFont
-
the hmtx table from the TrueType font
- 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
- id - Variable in class com.sun.pdfview.PDFXref
- IDENT_PDF_DOC_ENCODING_MAP - Static variable in class com.sun.pdfview.PDFDocCharsetEncoder
-
For each character that exists in PDFDocEncoding, identifies whether the byte value in UTF-16BE is the same as it is in PDFDocEncoding
- Identity8BitCharsetEncoder - Class in com.sun.pdfview
-
A
CharsetEncoder
that attempts to write out the lower 8 bits of any character. - Identity8BitCharsetEncoder() - Constructor for class com.sun.pdfview.Identity8BitCharsetEncoder
- IdentityDecrypter - Class in com.sun.pdfview.decrypt
-
Performs identity decryption; that is, inputs aren't encrypted and are returned right back.
- IdentityDecrypter() - Constructor for class com.sun.pdfview.decrypt.IdentityDecrypter
- IdentityEncodingByteGenerator(Byte) - Constructor for class com.sun.pdfview.decrypt.PDFPassword.IdentityEncodingByteGenerator
- image - Variable in class com.sun.pdfview.PDFImageCmd
- imageinfo - Variable in class com.sun.pdfview.PDFRenderer
-
the info about the image, if we need to recreate it
- 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
- imageMask - Variable in class com.sun.pdfview.PDFImage
-
whether this image is a mask or not
- imageObj - Variable in class com.sun.pdfview.PDFImage
-
the actual image data
- imageRef - Variable in class com.sun.pdfview.PDFRenderer
-
a weak reference to the image we render into.
- images - Variable in class com.sun.pdfview.Cache.PageRecord
-
any images associated with the page
- imageUpdate(Image, int, int, int, int, int) - Method in class com.sun.pdfview.decode.MyTracker
-
More information has come in about the image.
- 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.
- indexToLocFormat - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property indexToLocFormat.
- INDIRECT - Static variable in class com.sun.pdfview.PDFObject
-
an indirect reference
- info - Variable in class com.sun.pdfview.PDFFile
-
The Info PDFPbject, from the trailer, for simple metadata
- initBlack - Static variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- initDecryption(Cipher, Key) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Setup a cipher for decryption
- initEncryption(Cipher, SecretKey) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Initialise a cipher for encryption
- initOperations() - Method in class com.sun.pdfview.function.FunctionType4
-
Initialize the operations that we can perform.
- INSTANCE - Static variable in class com.sun.pdfview.decrypt.IdentityDecrypter
- instructions - Variable in class com.sun.pdfview.font.ttf.GlyfCompound
-
the instructions for the compound as a whole
- instructions - Variable in class com.sun.pdfview.font.ttf.GlyfSimple
-
the instructions
- interpolate(float, float, float, float, float) - Static method in class com.sun.pdfview.function.FunctionType0
-
Perform a linear interpolation.
- inuse - Variable in class com.sun.pdfview.PDFTextFormat
-
are we between BT and ET?
- isAES() - Method in enum class com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
- isAlign() - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- isAlphaNum7BitString(String) - Method in class com.sun.pdfview.decrypt.PDFPassword
- isASCII(byte[], int) - Method in class com.sun.pdfview.font.Type1Font
-
Determine if data is in ASCII or binary format.
- isCompatibleRaster(Raster) - Method in class com.sun.pdfview.PDFImage.DecodeComponentColorModel
- isCompound - Variable in class com.sun.pdfview.font.ttf.Glyf
-
If true, the glyf is compound
- 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.
- isFixedPitch - Variable in class com.sun.pdfview.font.ttf.PostTable
-
Holds value of property isFixedPitch.
- 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
- isLong - Variable in class com.sun.pdfview.font.ttf.LocaTable
-
if true, the table stores glyphs in long format
- 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.
- isRC4() - Method in enum class com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
- 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.
- italicAngle - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property italicAngle.
- italicAngle - Variable in class com.sun.pdfview.font.ttf.PostTable
-
Holds value of property italicAngle.
- iterate() - Method in class com.sun.pdfview.BaseWatchable.Gate
-
Notify the gate of one iteration.
- 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.
J
- join - Variable in class com.sun.pdfview.PDFChangeStrokeCmd
K
- KEY_AES - Static variable in class com.sun.pdfview.decrypt.StandardDecrypter
-
The key type for AES keys
- KEY_RC4 - Static variable in class com.sun.pdfview.decrypt.StandardDecrypter
-
The key type for RC4 keys
- 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.
- language - Variable in class com.sun.pdfview.font.ttf.CMap
-
The language of this map, or 0 for language-independent
- languageID - Variable in class com.sun.pdfview.font.ttf.NameTable.NameRecord
-
Language ID
- LANGUAGEID_MAC_ENGLISH - Static variable in class com.sun.pdfview.font.ttf.NameTable
-
Values for language ID if platform is Mac
- lastChangingElement - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- lastChar - Variable in class com.sun.pdfview.font.OutlineFont
-
the last character code
- lastChar - Variable in class com.sun.pdfview.font.Type3Font
-
the end code
- lastShape - Variable in class com.sun.pdfview.PDFRenderer
-
the last shape we drew (to check for overlaps)
- LATTICE_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- leading - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property leading.
- left - Variable in class com.sun.pdfview.PDFDestination
-
the left coordinate of the fit area, if applicable
- leftSideBearings - Variable in class com.sun.pdfview.font.ttf.HmtxTable
-
left side bearings for each glyph
- len - Variable in class com.sun.pdfview.font.Type1CFont.Range
- lenIV - Variable in class com.sun.pdfview.font.Type1Font
- limit - Variable in class com.sun.pdfview.PDFChangeStrokeCmd
- line - Variable in class com.sun.pdfview.PDFTextFormat
-
matrix transform at start of line
- LINEAR_INTERPOLATION - Static variable in class com.sun.pdfview.function.FunctionType0
-
the valid interpolation methods
- lineGap - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property lineGap.
- loc - Variable in class com.sun.pdfview.font.Type1Font.PSParser
- loc - Variable in class com.sun.pdfview.PDFParser
- loca - Variable in class com.sun.pdfview.font.ttf.GlyfTable
-
The glyph location table
- 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
- lowestRecPPem - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property lowestRecPPem.
- lsubrbase - Variable in class com.sun.pdfview.font.Type1CFont
- lsubrsoffset - Variable in class com.sun.pdfview.font.Type1CFont
- LZWDecode - Class in com.sun.pdfview.decode
-
decode an LZW-encoded array of bytes.
- LZWDecode(ByteBuffer) - Constructor for class com.sun.pdfview.decode.LZWDecode
-
initialize this decoder with an array of encoded 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
- macStyle - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property macStyle.
- magicNumber - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property magicNumber.
- 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
- mainPaint - Variable in class com.sun.pdfview.PDFPaint
- majorVersion - Variable in class com.sun.pdfview.PDFFile
- 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
- mappedFonts - Static variable in class com.sun.pdfview.font.BuiltinFont
-
fonts others (e.g.
- 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
- matrix - Variable in class com.sun.pdfview.colorspace.CalRGBColor
- matrixMult(float[], float[], int) - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
Slowly multiply two matrices
- max - Variable in class com.sun.pdfview.colorspace.CalRGBColor
- maxComponentContours - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxComponentContours.
- maxComponentDepth - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxComponentDepth.
- maxComponentElements - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxComponentElements.
- maxComponentPoints - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxComponentPoints.
- maxContours - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxContours.
- maxFunctionDefs - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxFunctionDefs.
- maxInstructionDefs - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxInstructionDefs.
- maxMemType1 - Variable in class com.sun.pdfview.font.ttf.PostTable
-
Holds value of property maxMemType1.
- maxMemType42 - Variable in class com.sun.pdfview.font.ttf.PostTable
-
Holds value of property maxMemType42.
- MAXP_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- maxPoints - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxPoints.
- MaxpTable - Class in com.sun.pdfview.font.ttf
- MaxpTable() - Constructor for class com.sun.pdfview.font.ttf.MaxpTable
-
Creates a new instance of MaxpTable
- maxSizeOfInstructions - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxSizeOfInstructions.
- maxStackElements - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxStackElements.
- maxStorage - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxStorage.
- maxT - Variable in class com.sun.pdfview.pattern.ShaderType2
-
the domain maximum
- maxTwilightPoints - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxTwilightPoints.
- maxWidth - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property maxWidth.
- maxX - Variable in class com.sun.pdfview.font.ttf.Glyf
-
the maximum x value
- maxY - Variable in class com.sun.pdfview.font.ttf.Glyf
-
the maximum y value
- maxZones - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property maxZones.
- metricDataFormat - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property metricDataFormat.
- minLeftSideBearing - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property minLeftSideBearing.
- minMemType1 - Variable in class com.sun.pdfview.font.ttf.PostTable
-
Holds value of property minMemType1.
- minMemType42 - Variable in class com.sun.pdfview.font.ttf.PostTable
-
Holds value of property minMemType42.
- minorVersion - Variable in class com.sun.pdfview.PDFFile
- minRightSideBearing - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property minRightSideBearing.
- minT - Variable in class com.sun.pdfview.pattern.ShaderType2
-
the domain minimum
- minX - Variable in class com.sun.pdfview.font.ttf.Glyf
-
the minimum x value
- minY - Variable in class com.sun.pdfview.font.ttf.Glyf
-
the minimum y value
- missingWidth - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property misingWidth.
- modified - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property modified.
- MORE_COMPONENTS - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
- moreComponents(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether there are more components left to read
- multicubicInterpolate(float[], int) - Method in class com.sun.pdfview.function.FunctionType0
-
Perform a multicubic interpolation
- multilinearInterpolate(float[], int) - Method in class com.sun.pdfview.function.FunctionType0
-
Perform a piecewise multilinear interpolation.
- MyTracker - Class in com.sun.pdfview.decode
-
Image tracker.
- MyTracker(Image) - Constructor for class com.sun.pdfview.decode.MyTracker
-
create a new MyTracker that watches this image.
N
- n - Variable in class com.sun.pdfview.function.FunctionType2
-
the exponent
- name - Variable in class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator.CharChange
- name - Variable in class com.sun.pdfview.font.PDFGlyph
-
the name of this glyph
- name - Variable in class com.sun.pdfview.PDFParser.Tok
-
the string value of a STR, NAME, or CMD token
- NAME - Static variable in class com.sun.pdfview.PDFObject
-
a special string, seen in PDF files as /Name
- NAME - Static variable in class com.sun.pdfview.PDFParser.Tok
-
name (begins with /)
- NAME_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- name2outline - Variable in class com.sun.pdfview.font.Type1Font
- name2width - Variable in class com.sun.pdfview.font.Type1Font
- nameID - Variable in class com.sun.pdfview.font.ttf.NameTable.NameRecord
-
Name ID
- 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
- nameMap - Variable in class com.sun.pdfview.font.ttf.PostTable
-
A map which character values to names and vice versa
- NameRecord(short, short, short, short) - Constructor for class com.sun.pdfview.font.ttf.NameTable.NameRecord
-
Create a new record
- names - Variable in class com.sun.pdfview.font.Type1CFont
- NameTable - Class in com.sun.pdfview.font.ttf
- NameTable() - Constructor for class com.sun.pdfview.font.ttf.NameTable
-
Creates a new instance of NameTable
- NameTable.NameRecord - Class in com.sun.pdfview.font.ttf
-
A class to hold the data associated with each record
- 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.
- nchannels - Variable in class com.sun.pdfview.colorspace.IndexedColor
-
number of channels in the base Color Space (unused)
- NEEDS_DATA - Static variable in interface com.sun.pdfview.Watchable
- next - Variable in class com.sun.pdfview.action.PDFAction
-
the next action or array of actions
- nextChar() - Method in class com.sun.pdfview.decode.ASCII85Decode
-
get the next character from the input.
- nextCode() - Method in class com.sun.pdfview.decode.LZWDecode
-
get the next code from the input stream
- nextGate - Variable in class com.sun.pdfview.BaseWatchable.Gate
-
the next gate, whether time or iterations
- nextItemIs(String) - Method in class com.sun.pdfview.PDFFile
-
requires the next few characters (after whitespace) to match the argument.
- nextLesserThan8Bits(int) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- nextNBits(int) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- nextToken() - Method in class com.sun.pdfview.PDFParser
-
get the next token.
- nglyphs - Variable in class com.sun.pdfview.font.Type1CFont
- 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
- normalize(byte[], float[], int) - Method in class com.sun.pdfview.PDFImage
-
Normalize an array of values to match the decode array
- NOT_STARTED - Static variable in interface com.sun.pdfview.Watchable
- notifyObservers(BufferedImage, Rectangle2D) - Method in class com.sun.pdfview.PDFRenderer
-
Notify the observer that a region of the image has changed
- 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
- num - Variable in class com.sun.pdfview.font.Type1CFont
- NUM - Static variable in class com.sun.pdfview.font.Type1CFont
- NUM - Static variable in class com.sun.pdfview.PDFParser.Tok
-
number
- NUMBER - Static variable in class com.sun.pdfview.PDFObject
-
a Number, represented as a double
- numContours - Variable in class com.sun.pdfview.font.ttf.Glyf
-
the number of contours
- numGlyphs - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property numGlyphs.
- numOfLongHorMetrics - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property numOfLongHorMetrics.
O
- OBJ_NUM_EMBEDDED - Static variable in class com.sun.pdfview.PDFObject
- OBJ_NUM_TRAILER - Static variable in class com.sun.pdfview.PDFObject
- objGen - Variable in class com.sun.pdfview.PDFObject
- objIdx - Variable in class com.sun.pdfview.PDFFile
-
the cross reference table mapping object numbers to locations in the PDF file
- objNum - Variable in class com.sun.pdfview.PDFObject
- observers - Variable in class com.sun.pdfview.PDFRenderer
-
the image observers that will be updated when this image changes
- offsets - Variable in class com.sun.pdfview.font.ttf.LocaTable
-
the offsets themselves
- onCurve - Variable in class com.sun.pdfview.font.TTFFont.PointRec
- 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.
- Operation(String) - Constructor for class com.sun.pdfview.function.FunctionType4.Operation
- operationSet - Static variable in class com.sun.pdfview.function.FunctionType4
-
the set of all Operations we support.
- operatorName - Variable in class com.sun.pdfview.function.FunctionType4.Operation
- order - Variable in class com.sun.pdfview.function.FunctionType0
-
the interpolation type, from the list above
- 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
- OVERLAP_COMPOUND - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
- overlapCompound(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
This component overlaps the existing compound
- owner - Variable in class com.sun.pdfview.PDFObject
-
the PDFFile from which this object came, used for dereferences
- ownerAuthorised - Variable in class com.sun.pdfview.decrypt.StandardDecrypter
-
Whether the owner password was specified
P
- p - Variable in class com.sun.pdfview.PDFFillPaintCmd
- p - Variable in class com.sun.pdfview.PDFStrokePaintCmd
- p(String) - Static method in class com.sun.pdfview.PDFImage
- padPassword(byte[]) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Pad a password as per step 1 of Algorithm 3.2 of the PDF Reference version 1.7
- paeth(int, int, int) - Method in class com.sun.pdfview.decode.PNGPredictor
-
The paeth algorithm
- page - Variable in class com.sun.pdfview.font.PDFGlyph
-
the PDFPage storing this glyph's commands (for type 3 fonts)
- page - Variable in class com.sun.pdfview.PDFRenderer
-
the page we were generate from
- pageNumber - Variable in class com.sun.pdfview.PDFPage
-
the page number used to find this page
- pageObj - Variable in class com.sun.pdfview.PDFDestination
-
the page we refer to
- PageRecord() - Constructor for class com.sun.pdfview.Cache.PageRecord
-
create a new page record
- pageRef - Variable in class com.sun.pdfview.PDFParser
-
a weak reference to the page we render into.
- pages - Variable in class com.sun.pdfview.Cache
-
the pages in the cache, mapped by page number
- paint - Variable in class com.sun.pdfview.colorspace.MaskColorSpace
-
The paint to paint in.
- PAINT_COLORED - Static variable in class com.sun.pdfview.pattern.PatternType1
-
paint types
- PAINT_UNCOLORED - Static variable in class com.sun.pdfview.pattern.PatternType1
- paintType - Variable in class com.sun.pdfview.pattern.PatternType1
-
the paint type (colored or uncolored)
- parse() - Method in class com.sun.pdfview.font.Type1CFont
-
parse the font data.
- parse(byte[], GeneralPath, FlPoint, FlPoint) - Method in class com.sun.pdfview.font.Type1Font
-
parse glyph data into a GeneralPath, and return the advance width.
- 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
- parseColorSpace(PDFObject) - Method in class com.sun.pdfview.PDFParser
-
generate a PDFColorSpace description based on a PDFObject.
- parseData(byte[]) - Method in class com.sun.pdfview.PDFImage
-
Parse the image stream into a buffered image.
- parseDecLine(String) - Static method in class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator
- parseDirectories(ByteBuffer, int, TrueTypeFont) - Static method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get directory entries from a font
- parseEncoding(PDFObject) - Method in class com.sun.pdfview.font.PDFFontEncoding
-
Parse a PDF encoding object for the actual encoding
- parseFile(PDFPassword) - Method in class com.sun.pdfview.PDFFile
-
build the PDFFile reference table.
- 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(String) - Method in class com.sun.pdfview.font.BuiltinFont
-
Parse a font given only the name of a builtin font
- parseFont(ByteBuffer) - Static method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Parses a TrueType font from a byte buffer
- parseGlyph(byte[], FlPoint, AffineTransform) - Method in class com.sun.pdfview.font.Type1Font
-
Decrypt a glyph stored in byte form
- parseGlyph(Type1CFont.Range, GeneralPath, FlPoint) - Method in class com.sun.pdfview.font.Type1CFont
-
parse a glyph defined in a particular range
- parseInlineImage() - Method in class com.sun.pdfview.PDFParser
-
Parse an inline image.
- parseObject() - Method in class com.sun.pdfview.PDFParser
-
Parse the next object out of the PDF stream.
- parseRect(PDFObject) - Method in class com.sun.pdfview.PDFFile
-
get a Rectangle2D.Float representation for a PDFObject that is an array of four Numbers.
- parserLock - Variable in class com.sun.pdfview.BaseWatchable
-
a lock for parsing operations
- ParserState() - Constructor for class com.sun.pdfview.PDFParser.ParserState
- parserStates - Variable in class com.sun.pdfview.PDFParser
- parseWidths(PDFObject) - Method in class com.sun.pdfview.font.CIDFontType2
-
Parse the Widths array and DW object
- password - Variable in class com.sun.pdfview.font.Type1Font
- PASSWORD_BYTE_GENERATORS - Static variable in class com.sun.pdfview.decrypt.PDFPassword
-
An array of password byte generators that attempts to enumerate the possible strategies that an encrypting application might take to convert a string to an array of bytes
- passwordBytes - Variable in class com.sun.pdfview.decrypt.PDFPassword
-
the password in bytes, if specified as such
- passwordString - Variable in class com.sun.pdfview.decrypt.PDFPassword
-
the passwird as a string, if specified as such
- path - Variable in class com.sun.pdfview.PDFParser
- pattern - Variable in class com.sun.pdfview.pattern.PatternType1.TilingPatternPaint
-
the pattern to paint
- patternSpace - Static variable in class com.sun.pdfview.colorspace.PDFColorSpace
-
the pattern space
- 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
- PatternType1.TilingPatternPaint - Class in com.sun.pdfview.pattern
-
This class overrides PDFPaint to paint in the pattern coordinate space
- PatternType1.Type1PaintContext - Class in com.sun.pdfview.pattern
-
A simple paint context that uses an existing raster in device space to generate pixels
- PAUSED - Static variable in interface com.sun.pdfview.Watchable
- PDF_DOC_ENCODING_MAP - Static variable in class com.sun.pdfview.PDFStringUtil
-
Maps from PDFDocEncoding bytes to unicode characters.
- 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
- PDFChangeStrokeCmd - Class in com.sun.pdfview
-
change the stroke style
- PDFChangeStrokeCmd() - Constructor for class com.sun.pdfview.PDFChangeStrokeCmd
- 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.
- PDFDecoder() - Constructor for class com.sun.pdfview.decode.PDFDecoder
-
Creates a new instance of PDFDecoder
- 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
PDFDecrypter
for 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
- PDFDocEncodingByteGenerator(Byte) - Constructor for class com.sun.pdfview.decrypt.PDFPassword.PDFDocEncodingByteGenerator
- 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
- PDFDocEncodingMapGenerator.CharChange - Class in com.sun.pdfrenderer.tools.charset
- 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.
- PDFFillAlphaCmd - Class in com.sun.pdfview
-
set the fill paint
- PDFFillAlphaCmd(float) - Constructor for class com.sun.pdfview.PDFFillAlphaCmd
- PDFFillPaintCmd - Class in com.sun.pdfview
-
set the fill paint
- PDFFillPaintCmd(PDFPaint) - Constructor for class com.sun.pdfview.PDFFillPaintCmd
- 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
- PDFImage.DecodeComponentColorModel - Class in com.sun.pdfview
-
A wrapper for ComponentColorSpace which normalizes based on the decode array.
- PDFImageCmd - Class in com.sun.pdfview
-
draw an image
- PDFImageCmd(PDFImage) - Constructor for class com.sun.pdfview.PDFImageCmd
- 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<String, PDFObject>) - Constructor for class com.sun.pdfview.PDFParser
-
Don't call this constructor directly.
- PDFParser.ParserState - Class in com.sun.pdfview
-
A class to store state needed whiel rendering.
- PDFParser.Tok - Class in com.sun.pdfview
-
a token from a PDF Stream
- 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
- PDFPassword.CharsetEncoderGenerator - Class in com.sun.pdfview.decrypt
-
Converts strings to byte by employing a
CharsetEncoder
and a configurable mechanism to replace or ignore characters that are unrepresentable according to the encoder. - PDFPassword.IdentityEncodingByteGenerator - Class in com.sun.pdfview.decrypt
-
Generate byte[] representations based on a Unicode code point identity encoding; characters over 255 in value are considered unrepresentable
- PDFPassword.PasswordByteGenerator - Interface in com.sun.pdfview.decrypt
-
Converts a string password to a byte[] representation
- PDFPassword.PDFDocEncodingByteGenerator - Class in com.sun.pdfview.decrypt
-
Generate byte[] representations based on the PDFDocEncoding
- 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
- PDFPopCmd - Class in com.sun.pdfview
-
pop the graphics state
- PDFPopCmd() - Constructor for class com.sun.pdfview.PDFPopCmd
- PDFPushCmd - Class in com.sun.pdfview
-
push the graphics state
- PDFPushCmd() - Constructor for class com.sun.pdfview.PDFPushCmd
- 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.
- PDFRenderer.GraphicsState - Class in com.sun.pdfview
- 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 strings
converting to PDFDocEncoded strings
converting to UTF-16BE strings
converting basic strings betweenbyte
andstring
representations - PDFStringUtil() - Constructor for class com.sun.pdfview.PDFStringUtil
- PDFStrokeAlphaCmd - Class in com.sun.pdfview
-
set the stroke paint
- PDFStrokeAlphaCmd(float) - Constructor for class com.sun.pdfview.PDFStrokeAlphaCmd
- PDFStrokePaintCmd - Class in com.sun.pdfview
-
set the stroke paint
- PDFStrokePaintCmd(PDFPaint) - Constructor for class com.sun.pdfview.PDFStrokePaintCmd
- 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
- PDFXformCmd - Class in com.sun.pdfview
-
concatenate a transform to the graphics state
- PDFXformCmd(AffineTransform) - Constructor for class com.sun.pdfview.PDFXformCmd
- 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.
- phase - Variable in class com.sun.pdfview.PDFChangeStrokeCmd
- platformID - Variable in class com.sun.pdfview.font.ttf.CmapTable.CmapSubtable
-
The platformID for this subtable
- platformID - Variable in class com.sun.pdfview.font.ttf.NameTable.NameRecord
-
Platform ID
- 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
- platformSpecificID - Variable in class com.sun.pdfview.font.ttf.CmapTable.CmapSubtable
-
The platform-specific id
- platformSpecificID - Variable in class com.sun.pdfview.font.ttf.NameTable.NameRecord
-
Platform Specific ID (Encoding)
- 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
- PointRec(int, int, boolean) - Constructor for class com.sun.pdfview.font.TTFFont.PointRec
- PointRec(GlyfSimple, int) - Constructor for class com.sun.pdfview.font.TTFFont.PointRec
- pop() - Method in class com.sun.pdfview.font.Type1Font
-
pop the next item off the stack
- pop() - Method in class com.sun.pdfview.PDFRenderer
-
restore the state of this object to what it was when the previous push() was called.
- popArray() - Method in class com.sun.pdfview.PDFParser
-
pop an array off the stack
- popBoolean() - Method in class com.sun.pdfview.function.FunctionType4
- popDouble() - Method in class com.sun.pdfview.function.FunctionType4
- popExpression() - Method in class com.sun.pdfview.function.FunctionType4
- popFloat() - Method in class com.sun.pdfview.PDFParser
-
pop a single float value off the stack.
- popFloat(int) - Method in class com.sun.pdfview.PDFParser
-
pop an array of float values off the stack.
- popFloatArray() - Method in class com.sun.pdfview.PDFParser
-
pop an array of integer values off the stack.
- popInt() - Method in class com.sun.pdfview.PDFParser
-
pop a single integer value off the stack.
- popLong() - Method in class com.sun.pdfview.function.FunctionType4
- popObject() - Method in class com.sun.pdfview.function.FunctionType4
- popObject() - Method in class com.sun.pdfview.PDFParser
-
pop a PDFObject off the stack.
- popString() - Method in class com.sun.pdfview.PDFParser
-
pop a String off the stack.
- populateCache() - Static method in class com.sun.pdfview.font.PDFCMap
-
Populate the cache with well-known types
- pos - Variable in class com.sun.pdfview.font.Type1CFont
- POST_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
- PostMap() - Constructor for class com.sun.pdfview.font.ttf.PostTable.PostMap
- PostMapFormat0() - Constructor for class com.sun.pdfview.font.ttf.PostTable.PostMapFormat0
- PostMapFormat2() - Constructor for class com.sun.pdfview.font.ttf.PostTable.PostMapFormat2
- postTable - Variable in class com.sun.pdfview.font.NativeFont
-
the post table from a TrueType font
- 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
- PostTable.PostMap - Class in com.sun.pdfview.font.ttf
-
An empty post map
- PostTable.PostMapFormat0 - Class in com.sun.pdfview.font.ttf
-
A Format 0 post map
- PostTable.PostMapFormat2 - Class in com.sun.pdfview.font.ttf
-
an extension to handle format 2 post maps
- 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.
- prev0 - Variable in class com.sun.pdfview.colorspace.MaskColorSpace
- prev1 - Variable in class com.sun.pdfview.colorspace.MaskColorSpace
- prevChangingElems - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- prevEnd - Variable in class com.sun.pdfview.PDFTextFormat
-
location of the end of the previous hunk of text
- prevOff - Variable in class com.sun.pdfview.font.TTFFont.RenderState
- printable - Variable in class com.sun.pdfview.PDFFile
-
whether the file is printable or not (trailer -> Encrypt -> P invalid input: '&' 0x4)
- printData() - Method in class com.sun.pdfview.font.Type1CFont
-
a debug method for printing the data
- printData(byte[]) - Static method in class com.sun.pdfview.HexDump
- privatebase - Variable in class com.sun.pdfview.font.Type1CFont
- privatesize - Variable in class com.sun.pdfview.font.Type1CFont
- processBTCmd() - Method in class com.sun.pdfview.PDFParser
-
abstracted command processing for BT command.
- processQCmd() - Method in class com.sun.pdfview.PDFParser
-
abstracted command processing for Q command.
- processVersion(String) - Method in class com.sun.pdfview.PDFFile
-
process a version string, to determine the major and minor versions of the file.
- props - Static variable in class com.sun.pdfview.font.BuiltinFont
-
the properties file
- psLoc - Variable in class com.sun.pdfview.font.Type1Font
-
the current position in the postscript stack
- PSParser(byte[], int) - Constructor for class com.sun.pdfview.font.Type1Font.PSParser
-
create a PostScript reader given some data and an initial offset into that data.
- psStack - Variable in class com.sun.pdfview.font.Type1Font
-
the stack of postscript commands (used by callothersubr)
- push() - Method in class com.sun.pdfview.PDFRenderer
-
push the current graphics state onto the stack.
- pushBoolean(boolean) - Method in class com.sun.pdfview.function.FunctionType4
- pushDouble(double) - Method in class com.sun.pdfview.function.FunctionType4
- pushExpression(FunctionType4.Expression) - Method in class com.sun.pdfview.function.FunctionType4
- pushLong(long) - Method in class com.sun.pdfview.function.FunctionType4
- pushObject(Object) - Method in class com.sun.pdfview.function.FunctionType4
- PW_PADDING - Static variable in class com.sun.pdfview.decrypt.StandardDecrypter
-
Padding used to bring passwords up to 32 bytes, as specified by the first step of Algorithm 3.2 in the PDF Reference version 1.7.
R
- RADIAL_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- range - Variable in class com.sun.pdfview.colorspace.LabColor
- range - Variable in class com.sun.pdfview.function.PDFFunction
-
the output range of this functions, and array of 2 * n floats.
- Range(int, int) - Constructor for class com.sun.pdfview.font.Type1CFont.Range
- RC4 - Enum constant in enum class com.sun.pdfview.decrypt.StandardDecrypter.EncryptionAlgorithm
- rc4shuffle(byte[], byte[], Cipher) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Shuffle some input using a series of RC4 encryptions with slight mutations of an given key per iteration.
- rc4unshuffle(Cipher, byte[], byte[]) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Reverse the
StandardDecrypter.rc4shuffle(byte[], byte[], javax.crypto.Cipher)
operation, and the operation that invariable preceeds it, thereby obtaining an original message - readArray(byte[], String, String) - Method in class com.sun.pdfview.font.Type1Font
-
read a named array out of the font definition.
- readArray(int) - Method in class com.sun.pdfview.font.Type1Font.PSParser
-
read a set of numbers from the input.
- readArray(int, int, PDFDecrypter) - Method in class com.sun.pdfview.PDFFile
-
read an [ array ].
- readASCII(byte[], int, int) - Method in class com.sun.pdfview.font.Type1Font
-
Read data formatted as ASCII strings as binary data
- readByte() - Method in class com.sun.pdfview.font.Type1CFont
-
read the next byte from the stream
- readByteArray() - Method in class com.sun.pdfview.PDFParser
-
read a byte array from the stream.
- readChars(byte[]) - Method in class com.sun.pdfview.font.Type1Font
-
get the character definitions of the font.
- readCommand(boolean) - Method in class com.sun.pdfview.font.Type1CFont
-
read a complete command.
- readDict(Type1CFont.Range) - Method in class com.sun.pdfview.font.Type1CFont
-
read a dictionary that exists within some range, parsing the entries within the dictionary.
- readDictionary(int, int, PDFDecrypter) - Method in class com.sun.pdfview.PDFFile
-
read an entire << dictionary >>.
- readEncoding(byte[]) - Method in class com.sun.pdfview.font.Type1Font
-
parse the encoding portion of the font definition
- readEncodingData(int) - Method in class com.sun.pdfview.font.Type1CFont
-
parse information about the encoding of this file.
- readEncodingLine(BufferedReader) - Static method in class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator
- readEOL(boolean) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- readFNum() - Method in class com.sun.pdfview.font.Type1CFont
-
read the next funky floating point number from the input stream.
- readGlyph(int, int) - Method in class com.sun.pdfview.font.Type1CFont
-
Read the data for a glyph from the glyph table, and transform it based on the current transform.
- readGlyphNames(int) - Method in class com.sun.pdfview.font.Type1CFont
-
read the names of the glyphs.
- readHexDigit() - Method in class com.sun.pdfview.decode.ASCIIHexDecode
-
get the next character from the input
- readHexDigit() - Method in class com.sun.pdfview.PDFFile
-
read a character, and return its value as if it were a hexidecimal digit.
- readHexPair() - Method in class com.sun.pdfview.PDFFile
-
return the 8-bit value represented by the next two hex characters.
- readHexString(int, int, PDFDecrypter) - Method in class com.sun.pdfview.PDFFile
-
read a invalid input: '<' hex string >.
- readInt(int) - Method in class com.sun.pdfview.font.Type1CFont
-
read an integer from the input stream
- readKeyword(char) - Method in class com.sun.pdfview.PDFFile
-
read a bare keyword.
- readLine() - Method in class com.sun.pdfview.PDFFile
-
Read a line of text.
- readLiteralString(int, int, PDFDecrypter) - Method in class com.sun.pdfview.PDFFile
-
read a ( character string ).
- readName() - Method in class com.sun.pdfview.PDFFile
-
read a /name.
- readName() - Method in class com.sun.pdfview.PDFParser
-
read a name (sequence of non-PDF-delimiting characters) from the stream.
- readNames(int) - Method in class com.sun.pdfview.font.Type1CFont
-
read a list of names
- readNext(boolean) - Method in class com.sun.pdfview.font.Type1CFont
-
read the next decoded value from the stream
- readNum() - Method in class com.sun.pdfview.PDFParser
-
read a floating point number from the stream
- readNumber(char) - Method in class com.sun.pdfview.PDFFile
-
read a number.
- readObject(int, int, boolean, PDFDecrypter) - Method in class com.sun.pdfview.PDFFile
-
read the next object with a special catch for numbers
- readObject(int, int, PDFDecrypter) - Method in class com.sun.pdfview.PDFFile
-
read the next object from the file
- readObjectDescription(int, int, PDFDecrypter) - Method in class com.sun.pdfview.PDFFile
-
read an entire PDFObject.
- readPS(ByteBuffer) - Method in class com.sun.pdfview.function.FunctionType4
-
parse the postscript operators and aguments from the stream.
- readSamples(ByteBuffer) - Method in class com.sun.pdfview.function.FunctionType0
-
Read the samples from the input stream.
- readStream(PDFObject) - Method in class com.sun.pdfview.PDFFile
-
read the stream portion of a PDFObject.
- readString() - Method in class com.sun.pdfview.PDFParser
-
read a String from the stream.
- readSubrs(byte[]) - Method in class com.sun.pdfview.font.Type1Font
-
read the subroutines out of the font definition
- readThing() - Method in class com.sun.pdfview.font.Type1Font.PSParser
-
get the next postscript "word".
- readTrailer(PDFPassword) - Method in class com.sun.pdfview.PDFFile
-
read the cross reference table from a PDF file.
- readUnicodeNames() - Static method in class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator
- Record() - Constructor for class com.sun.pdfview.Cache.Record
- records - Variable in class com.sun.pdfview.font.ttf.NameTable
-
The actual name records
- reference - Variable in class com.sun.pdfview.PDFXref
- 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
- removeImageRecord(PDFPage, ImageInfo) - Method in class com.sun.pdfview.Cache
-
Remove an image's record 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
- removePageRecord(Integer) - Method in class com.sun.pdfview.Cache
-
Remove a page's record 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
- rendererFinished() - Method in class com.sun.pdfview.PDFRenderer
-
Determine if we are finished
- renderers - Variable in class com.sun.pdfview.PDFPage
-
a map from image info to weak references to parsers that are active
- renderSimpleGlyph(GlyfSimple) - Method in class com.sun.pdfview.font.TTFFont
-
Render a simple glyf
- RenderState() - Constructor for class com.sun.pdfview.font.TTFFont.RenderState
- repeat(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Determine whether this flag repeats
- replacementByte - Variable in class com.sun.pdfview.decrypt.PDFPassword.CharsetEncoderGenerator
- resend - Variable in class com.sun.pdfview.PDFParser
- 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
- resetDict() - Method in class com.sun.pdfview.decode.LZWDecode
-
reset the dictionary to the initial 258 entries
- resources - Variable in class com.sun.pdfview.pattern.PatternType1
-
the resources used by the image we will tile
- resources - Variable in class com.sun.pdfview.PDFParser
- 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
- rgbCS - Static variable in class com.sun.pdfview.colorspace.CalRGBColor
- rgbSpace - Static variable in class com.sun.pdfview.colorspace.PDFColorSpace
-
the device-dependent color spaces
- right - Variable in class com.sun.pdfview.PDFDestination
-
the right coordinate of the fit area, if applicable
- root - Variable in class com.sun.pdfview.NameTree
-
the root object
- root - Variable in class com.sun.pdfview.PDFFile
-
the root PDFObject, as specified in the PDF file
- rotation - Variable in class com.sun.pdfview.PDFPage
-
the rotation of this page, in degrees
- ROUND_XY_TO_GRID - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
- roundXYToGrid(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether to round XY values to the grid
- rsrc - Variable in class com.sun.pdfview.font.Type3Font
-
resources for the character definitions
- run() - Method in class com.sun.pdfview.BaseWatchable
- RUN_LENGTH_EOD - Static variable in class com.sun.pdfview.decode.RunLengthDecode
-
the end of data in the RunLength encoding.
- RunLengthDecode - Class in com.sun.pdfview.decode
-
decode an array of Run Length encoded bytes into a byte array
- RunLengthDecode(ByteBuffer) - Constructor for class com.sun.pdfview.decode.RunLengthDecode
-
initialize the decoder with an array of bytes in RunLength format
- RUNNING - Static variable in interface com.sun.pdfview.Watchable
S
- safe(String) - Method in class com.sun.pdfview.font.Type1CFont
-
convert a string to one in which any non-printable bytes are replaced by "invalid input: '<'###>" where ## is the value of the byte.
- samples - Variable in class com.sun.pdfview.function.FunctionType0
-
the actual samples, converted to integers.
- samples - Variable in class com.sun.pdfview.function.FunctionType3
-
the actual samples, converted to integers.
- saveable - Variable in class com.sun.pdfview.PDFFile
-
whether the file is saveable or not (trailer -> Encrypt -> P invalid input: '&' 0x10)
- scale - Variable in class com.sun.pdfview.colorspace.CalRGBColor
- SCRIPT - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Glyphs resemble cursive handwriting.
- seekEOL() - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- Segment(short, short, boolean) - Constructor for class com.sun.pdfview.font.ttf.CMapFormat4.Segment
-
Create a new segment
- 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.
- setClip(Shape) - Method in class com.sun.pdfview.PDFRenderer
-
set the clip to be the given shape.
- setColorKeyMask(PDFObject) - Method in class com.sun.pdfview.PDFImage
-
set the color key mask.
- 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
- setComponents(GlyfCompound.GlyfComponent[]) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Set the components
- 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.
- setDash(float[], float) - Method in class com.sun.pdfview.PDFChangeStrokeCmd
- 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.PostMap
-
set the data in this map from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat0
-
set the data in this map from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat2
-
set the contents of this map from a ByteBuffer
- 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
- setEndCap(int) - Method in class com.sun.pdfview.PDFChangeStrokeCmd
- 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.
- setGSState(String) - Method in class com.sun.pdfview.PDFParser
-
add graphics state commands contained within a dictionary.
- 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.
- setLineJoin(int) - Method in class com.sun.pdfview.PDFChangeStrokeCmd
- setLoc(int) - Method in class com.sun.pdfview.font.Type1Font.PSParser
-
set the current location within the input stream
- 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.
- setMiterLimit(float) - Method in class com.sun.pdfview.PDFChangeStrokeCmd
- 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.
- setStopIterations(int) - Method in class com.sun.pdfview.BaseWatchable.Gate
-
set the number of iterations until we stop
- setStopTime(long) - Method in class com.sun.pdfview.BaseWatchable.Gate
-
set the stop time
- 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
- setToBlack(byte[], int, int, int) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- 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.
- setupRendering(Graphics2D) - Method in class com.sun.pdfview.PDFRenderer
-
Set up the graphics transform to match the clip region to the image size.
- 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(float) - Method in class com.sun.pdfview.PDFChangeStrokeCmd
-
set the width of the stroke.
- 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
- ShaderType2.Type2Paint - Class in com.sun.pdfview.pattern
-
A subclass of paint that uses this shader to generate a paint
- ShaderType2.Type2PaintContext - Class in com.sun.pdfview.pattern
-
A simple paint context that uses an existing raster in device space to generate pixels
- shape - Variable in class com.sun.pdfview.font.PDFGlyph
-
the shape represented by this glyph (for all fonts but type 3)
- size - Variable in class com.sun.pdfview.function.FunctionType0
-
the size of each input dimension, as an array of m integers
- sloc - Variable in class com.sun.pdfview.font.Type1Font
-
the current position in the Type1 stack
- SMALLCAP - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font contains both uppercase and lowercase letters..
- sMask - Variable in class com.sun.pdfview.PDFImage
-
the SMask image, if any
- src - Variable in class com.sun.pdfview.font.PDFGlyph
-
the character code of this glyph
- stack - Variable in class com.sun.pdfview.font.Type1CFont
- stack - Variable in class com.sun.pdfview.font.Type1Font
-
the Type1 stack of command values
- stack - Variable in class com.sun.pdfview.function.FunctionType4
-
the stack of operations.
- stack - Variable in class com.sun.pdfview.PDFParser
- stack - Variable in class com.sun.pdfview.PDFRenderer
-
the stack of push()ed graphics states
- stackptr - Variable in class com.sun.pdfview.font.Type1CFont
- 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
- start - Variable in class com.sun.pdfview.font.Type1CFont.Range
- start - Variable in class com.sun.pdfview.pattern.ShaderType2.Type2PaintContext
-
the start of the axis
- startCode - Variable in class com.sun.pdfview.font.ttf.CMapFormat4.Segment
-
the start code (lowest code in this segment)
- state - Variable in class com.sun.pdfview.PDFParser
- state - Variable in class com.sun.pdfview.PDFRenderer
-
the current graphics state
- status - Variable in class com.sun.pdfview.BaseWatchable
-
the current status, from the list in Watchable
- statusLock - Variable in class com.sun.pdfview.BaseWatchable
-
a lock for status-related operations
- stdNames - Static variable in class com.sun.pdfview.font.FontSupport
-
names for glyphs in the standard Adobe order.
- stdNames - Variable in class com.sun.pdfview.font.ttf.PostTable.PostMapFormat0
-
the glyph names in standard Macintosh ordering
- stdValues - Static variable in class com.sun.pdfview.font.FontSupport
-
characters for glyphs in the standard order.
- stemH - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property stemH.
- stemV - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property stemV.
- stop() - Method in class com.sun.pdfview.BaseWatchable.Gate
-
check whether we should stop.
- 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
- STOP - Static variable in class com.sun.pdfview.decode.LZWDecode
- STOPPED - Static variable in interface com.sun.pdfview.Watchable
- STR - Static variable in class com.sun.pdfview.PDFParser.Tok
-
String (, readString looks for trailing )
- stream - Variable in class com.sun.pdfview.PDFObject
-
the encoded stream, if this is a STREAM object
- stream - Variable in class com.sun.pdfview.PDFParser
- 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 - Variable in class com.sun.pdfview.PDFRenderer.GraphicsState
-
the current stroke
- 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
- strokeAlpha - Variable in class com.sun.pdfview.PDFRenderer.GraphicsState
-
the current compositing alpha for stroking
- strokeCS - Variable in class com.sun.pdfview.PDFParser.ParserState
-
the stroke color space
- strokePaint - Variable in class com.sun.pdfview.PDFRenderer.GraphicsState
-
the current paint for drawing strokes
- style - Variable in class com.sun.pdfview.PDFShapeCmd
-
the style
- subrs - Variable in class com.sun.pdfview.font.Type1CFont
- subrs - Variable in class com.sun.pdfview.font.Type1Font
- subtables - Variable in class com.sun.pdfview.font.ttf.CmapTable
-
Holds the CMap subtables, sorted properly
- subtype - Variable in class com.sun.pdfview.font.PDFFont
-
the font SubType of this font
- SuppressSetErrorStackTrace - Static variable in class com.sun.pdfview.BaseWatchable
-
suppress local stack trace on setError.
- SYMBOLIC - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font contains glyphs outside the Adobe standard Latin.
T
- table - Variable in class com.sun.pdfview.colorspace.IndexedColor
-
the color table
- table1 - Static variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- table2 - Static variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- tables - Variable in class com.sun.pdfview.font.ttf.TrueTypeFont
- tag - Variable in class com.sun.pdfview.font.ttf.TrueTypeTable
-
This table's tag
- tagToString(int) - Static method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get the tag as a string
- tc - Variable in class com.sun.pdfview.PDFTextFormat
-
character spacing
- temps - Variable in class com.sun.pdfview.font.Type1CFont
- TENSOR_PRODUCTS_MESH_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
- testJceAvailability(int) - Method in class com.sun.pdfview.decrypt.StandardDecrypter
-
Test that the platform (i.e., the JCE) can offer us all of the ciphers at the key length we need for content decryption.
- textFormat - Variable in class com.sun.pdfview.PDFParser.ParserState
-
the text paramters
- th - Variable in class com.sun.pdfview.PDFTextFormat
-
horizontal scaling
- then - Variable in class com.sun.pdfview.PDFRenderer
-
the next time the image should be notified about updates
- thread - Variable in class com.sun.pdfview.BaseWatchable
-
the thread we are running in
- throwback() - Method in class com.sun.pdfview.PDFParser
-
put the current token back so that it is returned again by nextToken().
- 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
- TilingPatternPaint(Paint, PatternType1) - Constructor for class com.sun.pdfview.pattern.PatternType1.TilingPatternPaint
-
Create a tiling pattern paint
- tilingType - Variable in class com.sun.pdfview.pattern.PatternType1
-
the tiling type (constant, no distort or faster)
- timeBased - Variable in class com.sun.pdfview.BaseWatchable.Gate
-
whether this is a time-based (true) or step-based (false) gate
- title - Variable in class com.sun.pdfview.OutlineNode
- tk - Variable in class com.sun.pdfview.PDFTextFormat
-
text knockout
- tl - Variable in class com.sun.pdfview.PDFTextFormat
-
leading
- tm - Variable in class com.sun.pdfview.PDFTextFormat
-
text mode
- 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
- tok - Variable in class com.sun.pdfview.PDFParser
- Tok() - Constructor for class com.sun.pdfview.PDFParser.Tok
- tokens - Variable in class com.sun.pdfview.function.FunctionType4
-
the list of tokens and sub-expressions.
- top - Variable in class com.sun.pdfview.PDFDestination
-
the top coordinate of the fit area, if applicable
- 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.font.Type1CFont.Range
- 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.
- toString() - Method in class com.sun.pdfview.PDFParser.Tok
-
a printable representation of the token
- toString(PDFRenderer) - Method in class com.sun.pdfview.PDFChangeStrokeCmd
- toString(PDFRenderer) - Method in class com.sun.pdfview.PDFXformCmd
- tr - Variable in class com.sun.pdfview.PDFTextFormat
-
rise amount
- 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.
- TTFFont.PointRec - Class in com.sun.pdfview.font
-
a point on the stack of points
- TTFFont.RenderState - Class in com.sun.pdfview.font
- tw - Variable in class com.sun.pdfview.PDFTextFormat
-
word spacing
- twoBitBlack - Static variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- twoDCodes - Static variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- type - Variable in class com.sun.pdfview.action.PDFAction
-
the type of this action
- type - Variable in class com.sun.pdfview.font.PDFFontEncoding
-
the type of this encoding (encoding or CMap)
- type - Variable in class com.sun.pdfview.font.ttf.TrueTypeFont
- type - Variable in class com.sun.pdfview.font.Type1CFont
- type - Variable in class com.sun.pdfview.function.PDFFunction
-
the type of this function from the list of known types
- type - Variable in class com.sun.pdfview.pattern.PDFPattern
-
the pattern type (1 or 2)
- type - Variable in class com.sun.pdfview.pattern.PDFShader
-
the type of the shading (1 through 7)
- type - Variable in class com.sun.pdfview.PDFDestination
-
the type of this destination (from the list above)
- type - Variable in class com.sun.pdfview.PDFObject
-
the type of this object
- type - Variable in class com.sun.pdfview.PDFParser.Tok
-
the type of the token
- 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.
- TYPE_CMAP - Static variable in class com.sun.pdfview.font.PDFFontEncoding
- TYPE_ENCODING - Static variable in class com.sun.pdfview.font.PDFFontEncoding
-
Encoding types
- 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
- Type1CFont.Range - Class in com.sun.pdfview.font
-
A range.
- 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.
- Type1Font.PSParser - Class in com.sun.pdfview.font
-
PostScript reader (not a parser, as the name would seem to indicate).
- Type1PaintContext(ColorModel, Rectangle2D, float, float, Raster) - Constructor for class com.sun.pdfview.pattern.PatternType1.Type1PaintContext
-
Create a paint context
- Type2Paint() - Constructor for class com.sun.pdfview.pattern.ShaderType2.Type2Paint
- Type2PaintContext(ColorModel, Point2D, Point2D) - Constructor for class com.sun.pdfview.pattern.ShaderType2.Type2PaintContext
-
Create a paint context
- 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<String, PDFObject>, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.Type3Font
-
Generate a Type 3 font.
U
- underlinePosition - Variable in class com.sun.pdfview.font.ttf.PostTable
-
Holds value of property underlinePosition.
- underlineThickness - Variable in class com.sun.pdfview.font.ttf.PostTable
-
Holds value of property underlineThickness.
- unicode(String) - Method in class com.sun.pdfview.PDFFile
-
take a string and determine if it is unicode by looking at the lead characters, and that the string must be a multiple of 2 chars long.
- unicodeMap - Variable in class com.sun.pdfview.font.PDFFont
-
the CMap that maps this font to unicode values
- unicodeToGlyph - Static variable in class com.sun.pdfview.font.ttf.AdobeGlyphList
-
provide a translation from a unicode value to a glyph name.
- unitsPerEm - Variable in class com.sun.pdfview.font.NativeFont
-
the number of font units in one em
- unitsPerEm - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property unitsPerEm.
- unitsPerEm - Variable in class com.sun.pdfview.font.TTFFont
-
the number of units per em in the font
- UNK - Static variable in class com.sun.pdfview.PDFParser.Tok
-
unknown token
- 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
- unupdatedRegion - Variable in class com.sun.pdfview.PDFRenderer
-
the sum of all the individual dirty regions since the last update
- UPDATE_DURATION - Static variable in class com.sun.pdfview.PDFRenderer
-
how long (in milliseconds) to wait between image updates
- updateChecksumAdj(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Update the checksumAdj field in the head table
- updateImages() - Method in class com.sun.pdfview.PDFPage
-
Notify all images we know about that a command has been added
- updatePointer(int) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
- USE_MY_METRICS - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
- useMetrics(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Use the metrics of this component for the compound
V
- value - Variable in class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator.CharChange
- value - Variable in class com.sun.pdfview.Cache.Record
-
the page or image itself
- value - Variable in class com.sun.pdfview.PDFObject
-
the value of this object.
- value - Variable in class com.sun.pdfview.PDFParser.Tok
-
the value of a NUM token
- 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.
- version - Variable in class com.sun.pdfview.font.ttf.CmapTable
-
Holds value of property version.
- version - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property version.
- version - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property version.
- version - Variable in class com.sun.pdfview.font.ttf.MaxpTable
-
Holds value of property version.
- VERSION_COMMENT - Static variable in class com.sun.pdfview.PDFFile
-
the comment text to begin the file to determine it's version
- versionString - Variable in class com.sun.pdfview.PDFFile
- vonKriesM - Static variable in class com.sun.pdfview.colorspace.CalRGBColor
- vonKriesMinv - Static variable in class com.sun.pdfview.colorspace.CalRGBColor
W
- w - Variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- w - Variable in class com.sun.pdfview.PDFChangeStrokeCmd
- waitForAll() - Method in class com.sun.pdfview.decode.MyTracker
-
Wait until the image is done, then return.
- 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.
- WE_HAVE_A_SCALE - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
- WE_HAVE_A_TWO_BY_TWO - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
- WE_HAVE_AN_X_AND_Y_SCALE - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
- WE_HAVE_INSTRUCTIONS - Static variable in class com.sun.pdfview.font.ttf.GlyfCompound
- white - Variable in class com.sun.pdfview.colorspace.CalGrayColor
- white - Variable in class com.sun.pdfview.colorspace.CalRGBColor
- white - Variable in class com.sun.pdfview.colorspace.LabColor
- white - Static variable in class com.sun.pdfview.decode.CCITTFaxDecoder
- width - Variable in class com.sun.pdfview.ImageInfo
- width - Variable in class com.sun.pdfview.PDFImage
-
the width of this image in pixels
- widths - Variable in class com.sun.pdfview.font.CIDFontType2
-
The width of each glyph from the DW and W arrays
- widths - Variable in class com.sun.pdfview.font.OutlineFont
-
the widths for each character code
- widths - Variable in class com.sun.pdfview.font.Type3Font
-
the widths
- widthsVertical - Variable in class com.sun.pdfview.font.CIDFontType2
-
The vertical width of each glyph from the DW2 and W2 arrays
- winAnsiEncoding - Static variable in class com.sun.pdfview.font.FontSupport
-
character mapping from values to glyphs for the Windows winAnsi character encoding
- word - Variable in class com.sun.pdfview.PDFTextFormat
-
build text rep of word
- wordStart - Variable in class com.sun.pdfview.PDFTextFormat
-
start location of the hunk of text
- 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
- x - Variable in class com.sun.pdfview.font.TTFFont.PointRec
- xCoords - Variable in class com.sun.pdfview.font.ttf.GlyfSimple
-
the x coordinates
- xform - Variable in class com.sun.pdfview.pattern.PDFPattern
-
the matrix to transform from pattern space to PDF space
- xform - Variable in class com.sun.pdfview.PDFRenderer.GraphicsState
-
the current transform
- xHeight - Variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Holds value of property xHeight.
- 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.
- xMax - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property xMax.
- xMaxExtent - Variable in class com.sun.pdfview.font.ttf.HheaTable
-
Holds value of property xMaxExtent.
- xMin - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property xMin.
- xstep - Variable in class com.sun.pdfview.pattern.PatternType1.Type1PaintContext
-
the x offset
- xStep - Variable in class com.sun.pdfview.pattern.PatternType1
-
the horiztonal tile spacing, in tile space
- XYZ - Static variable in class com.sun.pdfview.PDFDestination
-
The known types of destination
- xyzToRGB - Static variable in class com.sun.pdfview.colorspace.CalRGBColor
- xyzToSRGB - Static variable in class com.sun.pdfview.colorspace.CalRGBColor
Y
- y - Variable in class com.sun.pdfview.font.FlPoint
-
y coordinate of the point
- y - Variable in class com.sun.pdfview.font.TTFFont.PointRec
- yCoords - Variable in class com.sun.pdfview.font.ttf.GlyfSimple
-
the y coordinates
- 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.
- yMax - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property yMax.
- yMin - Variable in class com.sun.pdfview.font.ttf.HeadTable
-
Holds value of property yMin.
- ystep - Variable in class com.sun.pdfview.pattern.PatternType1.Type1PaintContext
-
the y offset
- yStep - Variable in class com.sun.pdfview.pattern.PatternType1
-
the vertical spacing, in tile space
Z
- zoom - Variable in class com.sun.pdfview.PDFDestination
-
the zoom, if applicable
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form