- getAction(PDFObject, PDFObject) - Static method in class com.sun.pdfview.action.PDFAction
-
Get an action of the appropriate type from a PDFObject
- getAction() - Method in class com.sun.pdfview.OutlineNode
-
Get the PDF action associated with this node
- getAdvance(int) - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
get the advance of a given glyph
- getAdvanceWidthMax() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property advanceWidthMax.
- getAlgorithm() - Method in class com.sun.pdfview.decode.Predictor
-
Get the algorithm in use
- getArray() - Method in class com.sun.pdfview.PDFObject
-
get the value as a PDFObject[].
- getAscent() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property ascent.
- getAscent() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property ascent.
- getAspectRatio() - Method in class com.sun.pdfview.PDFPage
-
get the aspect ratio of the correctly oriented page.
- getAt(int) - Method in class com.sun.pdfview.PDFObject
-
if this object is an ARRAY, get the PDFObject at some
position in the array.
- getAvgWidth() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property avgWidth.
- getAxisEnd() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get the end of the axis
- getAxisStart() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get the start of the axis
- getBackground() - Method in class com.sun.pdfview.pattern.PDFShader
-
Get the background color
- getBase() - Method in class com.sun.pdfview.colorspace.PatternSpace
-
Get the base color space
- getBaseFont() - Method in class com.sun.pdfview.font.PDFFont
-
Get the postscript name of this font
- getBBox() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the bounding box
- getBBox() - Method in class com.sun.pdfview.pattern.PDFShader
-
Get the bounding box
- getBBox() - Method in class com.sun.pdfview.PDFPage
-
get the bounding box of the page, before any rotation.
- getBitsPerComponent() - Method in class com.sun.pdfview.decode.Predictor
-
Get the number of bits per color component
- getBitsPerComponent() - Method in class com.sun.pdfview.PDFImage
-
Get the number of bits per component sample
- getBitsPerSample() - Method in class com.sun.pdfview.function.FunctionType0
-
Get the number of bits per sample
- getBooleanValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as a boolean.
- getBottom() - Method in class com.sun.pdfview.PDFDestination
-
Get the bottom coordinate value
- getC0(int) - Method in class com.sun.pdfview.function.FunctionType2
-
Get the values at zero
- getC1(int) - Method in class com.sun.pdfview.function.FunctionType2
-
Get the values at one
- getCache() - Method in class com.sun.pdfview.PDFObject
-
get the value in the cache.
- getCachedGlyph(char, String) - Method in class com.sun.pdfview.font.PDFFont
-
Get a glyph for a given character code.
- getCapHeight() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property capHeight.
- getCaretOffset() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property caretOffset.
- getCaretSlopeRise() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property caretSlopeRise.
- getCaretSlopeRun() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property caretSlopeRun.
- getChar() - Method in class com.sun.pdfview.font.PDFGlyph
-
Get the character code of this glyph
- getCharCount() - Method in class com.sun.pdfview.font.OutlineFont
-
Get the number of characters
- getCharSet() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property charSet.
- getCharsetName(int, int) - Static method in class com.sun.pdfview.font.ttf.NameTable
-
Get the charset name for a given platform, encoding and language
- getCharSpacing() - Method in class com.sun.pdfview.PDFTextFormat
-
get the char spacing
- getChecksumAdjustment() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property checksumAdjustment.
- getCMap(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
- getCMap(short, short) - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Get a CMap by platform and specific ID
- getCMaps() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Get all CMaps
- getColorComponents() - Method in class com.sun.pdfview.colorspace.IndexedColor
-
Get the table of color components
- getColorPaint(Color) - Static method in class com.sun.pdfview.PDFPaint
-
get the PDFPaint representing a solid color
- getColors() - Method in class com.sun.pdfview.decode.Predictor
-
Get the number of colors per sample
- getColorSpace() - Method in class com.sun.pdfview.colorspace.AlternateColorSpace
-
get the original Java ColorSpace.
- getColorSpace(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
- 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
- getColumns() - Method in class com.sun.pdfview.decode.Predictor
-
Get the number of columns
- getCommand(int) - Method in class com.sun.pdfview.PDFPage
-
get the command at a given index
- getCommandCount() - Method in class com.sun.pdfview.PDFPage
-
get the current number of commands for this page
- getCommands() - Method in class com.sun.pdfview.PDFPage
-
get all the commands in the current page
- getCommands(int) - Method in class com.sun.pdfview.PDFPage
-
get all the commands in the current page starting at the given index
- getCommands(int, int) - Method in class com.sun.pdfview.PDFPage
-
- getComponentPoint(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the point in the component glyph to match
- getCompoundPoint(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the point in the compound glyph to match
- getContourEndPoint(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the end point of a given contour
- getCount() - Method in class com.sun.pdfview.colorspace.IndexedColor
-
Get the number of indices
- getCount() - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get the number of records in the table
- getCreated() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property created.
- getData() - Method in class com.sun.pdfview.font.ttf.CMap
-
Get the data in this map as a byte buffer
- getData() - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the data in the map as a byte buffer
- getData() - Method in class com.sun.pdfview.font.ttf.CMapFormat6
-
Get the data in the map as a byte buffer
- getData() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
- getData() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the data in this glyf as a byte buffer.
- getData() - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the data in this glyf as a byte buffer.
- getData() - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the data in this glyf as a byte buffer.
- getData() - Method in class com.sun.pdfview.font.ttf.GlyfTable
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Get the data we have stored
- getData() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Get the data we have stored
- getData() - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.LocaTable
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Get a buffer from the data
- getData() - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get the data in this table as a buffer
- getData() - Method in class com.sun.pdfview.font.ttf.PostTable
-
get the data in this map as a ByteBuffer
- getData() - Method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get the data in the table
- getDecode(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Get the decoding for a particular input parameter
- getDecode() - Method in class com.sun.pdfview.PDFImage
-
Get the decode array
- getDecrypter() - Method in class com.sun.pdfview.PDFObject
-
- getDefaultDecrypter() - Method in class com.sun.pdfview.PDFFile
-
Get the default decrypter for the document
- getDefaultWidth() - Method in class com.sun.pdfview.font.CIDFontType2
-
Get the default width in text space
- getDefaultWidth() - Method in class com.sun.pdfview.font.OutlineFont
-
Get the default width in text space
- getDefaultWidthVertical() - Method in class com.sun.pdfview.font.CIDFontType2
-
Get the default vertical width in text space
- getDescendantFont(int) - Method in class com.sun.pdfview.font.Type0Font
-
Get a descendant font of this font by fontId
- getDescent() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property descent.
- getDescent() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property descent.
- getDescriptor() - Method in class com.sun.pdfview.font.PDFFont
-
Get the descriptor for this font
- getDestination() - Method in class com.sun.pdfview.action.GoToAction
-
Get the destination this action refers to
- getDestination(PDFObject, PDFObject) - Static method in class com.sun.pdfview.PDFDestination
-
Get a destination from either an array (explicit destination), a
name (named destination) or a string (name tree destination).
- getDetails() - Method in class com.sun.pdfview.PDFCmd
-
the details of this command
- getDetails() - Method in class com.sun.pdfview.PDFShapeCmd
-
Get detailed information about this shape
- getDictionary() - Method in class com.sun.pdfview.PDFObject
-
get the dictionary as a HashMap.
- getDictKeys() - Method in class com.sun.pdfview.PDFObject
-
get an Iterator over all the keys in the dictionary.
- getDictRef(String) - Method in class com.sun.pdfview.PDFObject
-
get the value associated with a particular key in the
dictionary.
- getDomain(int) - Method in class com.sun.pdfview.function.PDFFunction
-
Get a component of the domain of this function
- getDoubleValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as a double.
- getEncode(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Get the encoding for a particular input parameter
- getEncoding() - Method in class com.sun.pdfview.font.PDFFont
-
Get the encoding for this font
- getEntrySelector() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the entry selector
- getEntrySelector() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the entry selector
- getExtendEnd() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get whether to extend the end of the axis
- getExtendStart() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get whether to extend the start of the axis
- getFilePos() - Method in class com.sun.pdfview.PDFXref
-
get the character index into the file of the start of this object
- getFirstChar() - Method in class com.sun.pdfview.font.OutlineFont
-
Get the first character code
- getFirstChar() - Method in class com.sun.pdfview.font.Type3Font
-
Get the first character code
- getFlag(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get a given flag
- getFlag(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get a given flag
- getFlags() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property flags.
- getFlags() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property flags.
- getFloatValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as a float.
- getFont(PDFObject, HashMap<String, PDFObject>) - Static method in class com.sun.pdfview.font.PDFFont
-
get the PDFFont corresponding to the font described in a PDFObject.
- getFont() - Method in class com.sun.pdfview.PDFTextFormat
-
get the font
- getFontBBox() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontBBox.
- getFontDirectionHint() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property fontDirectionHint.
- getFontFamily() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontFamily.
- getFontFile() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontFile.
- getFontFile2() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontFile2.
- getFontFile3() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontFile3.
- getFontID(char) - Method in class com.sun.pdfview.font.PDFCMap
-
Get the font number assoicated with a given source character
- getFontName() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontName.
- getFontRevision() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property fontRevision.
- getFontSize() - Method in class com.sun.pdfview.PDFTextFormat
-
get the font size
- getFontStretch() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontStretch.
- getFontWeight() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property fontWeight.
- getFormat() - Method in class com.sun.pdfview.font.ttf.CMap
-
Get the format of this map
- getFormat() - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get the format of this table
- getFormat() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property format.
- getFunction(PDFObject) - Static method in class com.sun.pdfview.function.PDFFunction
-
Get a PDFFunction from a PDFObject
- getFunctions() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get the functions associated with this shader
- getGeneration() - Method in class com.sun.pdfview.PDFXref
-
get the generation of this object
- getGlyf(ByteBuffer) - Static method in class com.sun.pdfview.font.ttf.Glyf
-
Get a map from the given data
This method reads the format, data and length variables of
the map.
- getGlyph(char, String) - Method in class com.sun.pdfview.font.OutlineFont
-
Get the glyph for a given character code and name
The preferred method of getting the glyph should be by name.
- getGlyph(char, String) - Method in class com.sun.pdfview.font.PDFFont
-
Get the glyph for a given character code and name
The preferred method of getting the glyph should be by name.
- getGlyph(int) - Method in class com.sun.pdfview.font.ttf.GlyfTable
-
Get the glyph at a given index, parsing it as needed
- 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.
- getGlyphDataFormat() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property glyphDataFormat.
- getGlyphIndex(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the glyf index for a given glyf
- getGlyphName(int) - Static method in class com.sun.pdfview.font.ttf.AdobeGlyphList
-
translate a unicode value into a glyph name.
- getGlyphName(char) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Map a character code to a glyphIndex 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(String) - Method in class com.sun.pdfview.font.PDFFont
-
Get the glyphs associated with a given String in this font
- getGlyphs(PDFFont, String) - Method in class com.sun.pdfview.font.PDFFontEncoding
-
Get the glyphs associated with a given String
- 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(PDFPage, ImageInfo) - Method in class com.sun.pdfview.Cache
-
Get an image from the cache
- 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.
- getImageRenderer(PDFPage, ImageInfo) - Method in class com.sun.pdfview.Cache
-
Get an image's renderer from the cache
- getIndexSize(int) - Method in class com.sun.pdfview.font.Type1CFont
-
get the size of the dictionary located within the stream at
some offset.
- getIndexToLocFormat() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property indexToLocFormat.
- getInitialTransform(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
- getInitialTransform() - Method in class com.sun.pdfview.PDFRenderer
-
get the initial transform from page space to Java space
- getInstance() - Static method in class com.sun.pdfview.decrypt.IdentityDecrypter
-
- getInstruction(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get a given instruction
- getInstruction(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get a given instruction
- getIntValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as an int.
- getIsFixedPitch() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property isFixedPitch.
- getItalicAngle() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property italicAngle.
- getItalicAngle() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property italicAngle.
- getLanguage() - Method in class com.sun.pdfview.font.ttf.CMap
-
Get the language of this map
- getLastChar() - Method in class com.sun.pdfview.font.OutlineFont
-
Get the last character code
- getLastChar() - Method in class com.sun.pdfview.font.Type3Font
-
Get the last character code
- getLastShape() - Method in class com.sun.pdfview.PDFRenderer
-
Get the last shape drawn
- getLeading() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property leading.
- getLeading() - Method in class com.sun.pdfview.PDFTextFormat
-
get the leading
- getLeft() - Method in class com.sun.pdfview.PDFDestination
-
Get the left coordinate value
- getLeftSideBearing(int) - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
get the left side bearing of a given glyph
- getLength() - Method in class com.sun.pdfview.font.ttf.CMap
-
Get the length of this map
- getLength() - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.CMapFormat6
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Get the size of the table, in bytes
- getLength() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the length of this glyf.
- getLength() - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the length of this glyf.
- getLength() - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the length of this glyf.
- getLength() - Method in class com.sun.pdfview.font.ttf.GlyfTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.LocaTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Get the length of this table
- getLength() - Method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get the size of the table, in bytes
- getLineGap() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property lineGap.
- getLowestRecPPem() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property lowestRecPPem.
- getMacStyle() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property macStyle.
- getMagicNumber() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property magicNumber.
- getMajorVersion() - Method in class com.sun.pdfview.PDFFile
-
return the major version of the PDF header.
- getMap(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.
- getMap() - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Get the whole map
- getMaxComponentContours() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxComponentContours.
- getMaxComponentDepth() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxComponentDepth.
- getMaxComponentElements() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxComponentElements.
- getMaxComponentPoints() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxComponentPoints.
- getMaxContours() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxContours.
- getMaxFunctionDefs() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxFunctionDefs.
- getMaxInstructionDefs() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxInstructionDefs.
- getMaxMemType1() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property maxMemType1.
- getMaxMemType42() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property maxMemType42.
- getMaxPoints() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxPoints.
- getMaxSizeOfInstructions() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxSizeOfInstructions.
- getMaxStackElements() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxStackElements.
- getMaxStorage() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxStorage.
- getMaxT() - Method in class com.sun.pdfview.pattern.ShaderType2
-
Get the domain maximum
- getMaxTwilightPoints() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxTwilightPoints.
- getMaxWidth() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property maxWidth.
- getMaxX() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the maximum x in this glyf
- getMaxY() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the maximum y in this glyf
- getMaxZones() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property maxZones.
- getMetadataKeys() - Method in class com.sun.pdfview.PDFFile
-
- 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(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.
- getName() - Method in class com.sun.pdfview.font.PDFGlyph
-
Get the name of this glyph
- getNext() - Method in class com.sun.pdfview.action.PDFAction
-
Get the next action or array of actions
- getNumberSubtables() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Get the number of tables
- getNumComponents() - Method in class com.sun.pdfview.colorspace.AlternateColorSpace
-
get the number of components expected in the getPaint command
- getNumComponents() - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
get the number of components (1).
- getNumComponents() - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
get the number of components (3)
- getNumComponents() - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
the number of components
- getNumComponents() - Method in class com.sun.pdfview.colorspace.IndexedColor
-
get the number of components of this colorspace (1)
- getNumComponents() - Method in class com.sun.pdfview.colorspace.LabColor
-
get the number of components for this color space (3)
- getNumComponents() - Method in class com.sun.pdfview.colorspace.MaskColorSpace
-
- getNumComponents() - Method in class com.sun.pdfview.colorspace.PatternSpace
-
Get the number of components we want
- getNumComponents() - Method in class com.sun.pdfview.colorspace.PDFColorSpace
-
get the number of components expected in the getPaint command
- getNumComponents() - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the number of components in this compound
- getNumContours() - Method in class com.sun.pdfview.font.ttf.Glyf
-
Get the number of contours in this glyf
- getNumGlyphs() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property numGlyphs.
- getNumInputs() - Method in class com.sun.pdfview.function.PDFFunction
-
Get the number of inputs, m, required by this function
- getNumInstructions() - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the number of instructions
- getNumInstructions() - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the number of instructions
- getNumOfLongHorMetrics() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property numOfLongHorMetrics.
- getNumOutputs() - Method in class com.sun.pdfview.function.PDFFunction
-
Get the number of outputs, n, returned by this function
- getNumPages() - Method in class com.sun.pdfview.PDFFile
-
return the number of pages in this PDFFile.
- getNumPoints() - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get the number of points in the glyf
- getNumTables() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the number of tables
- getObject() - Method in class com.sun.pdfview.PDFXref
-
Get the object this reference refers to, or null if it hasn't been
set.
- getObjGen() - Method in class com.sun.pdfview.PDFObject
-
Get the object generation number of this object; a negative value
indicates that the object is not numbered, as it's not a top-level
object: if the value is
PDFObject.OBJ_NUM_EMBEDDED
, it is because it's
embedded within another object.
- getObjNum() - Method in class com.sun.pdfview.PDFObject
-
Get the object number of this object; a negative value indicates that
the object is not numbered, as it's not a top-level object: if the value
is
PDFObject.OBJ_NUM_EMBEDDED
, it is because it's embedded within
another object.
- getOffset(int) - Method in class com.sun.pdfview.font.ttf.LocaTable
-
get the offset, in bytes, of a given glyph from the start of
the glyph table
- getOptionFieldBoolean(PDFObject, String, boolean) - Static method in class com.sun.pdfview.decode.CCITTFaxDecode
-
- getOptionFieldInt(PDFObject, String, int) - Static method in class com.sun.pdfview.decode.CCITTFaxDecode
-
- getOrder() - Method in class com.sun.pdfview.function.FunctionType0
-
Get the interpolation type
- getOutline(char, float) - Method in class com.sun.pdfview.font.CIDFontType2
-
Get the outline of a character given the character code.
- getOutline(String, float) - Method in class com.sun.pdfview.font.NativeFont
-
Get a glyph outline by name
- 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(String, float) - Method in class com.sun.pdfview.font.OutlineFont
-
Get a glyph outline by name
- 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(String, float) - Method in class com.sun.pdfview.font.TTFFont
-
Get the outline of a character given the character name
- 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.Type1CFont
-
Get a glyph outline by name
- 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(String, float) - Method in class com.sun.pdfview.font.Type1Font
-
Get a glyph outline by name
- 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() - Method in class com.sun.pdfview.PDFFile
-
Gets the outline tree as a tree of OutlineNode, which is a subclass
of DefaultMutableTreeNode.
- 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(Integer) - Method in class com.sun.pdfview.Cache
-
Get a page from the cache
- 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.
- getPageNumber(PDFObject) - Method in class com.sun.pdfview.PDFFile
-
Gets the page number (starting from 1) of the page represented by
a particular PDFObject.
- getPageNumber() - Method in class com.sun.pdfview.PDFPage
-
get the page number used to lookup this page
- getPageParser(Integer) - Method in class com.sun.pdfview.Cache
-
Get a page's parser from the cache
- 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(PDFObject, float[], Map) - Method in class com.sun.pdfview.colorspace.PatternSpace
-
Get the paint representing a pattern, optionally with the given
base paint.
- getPaint(float[]) - Method in class com.sun.pdfview.colorspace.PDFColorSpace
-
get the PDFPaint representing the color described by the
given color components
- 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() - 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(Paint) - Static method in class com.sun.pdfview.PDFPaint
-
get the PDFPaint representing a generic paint
- getPaint() - Method in class com.sun.pdfview.PDFPaint
-
get the primary color associated with this PDFPaint.
- getPaintType() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the paint type
- getPattern(PDFObject, Map) - Static method in class com.sun.pdfview.pattern.PDFPattern
-
Read a pattern from the given pattern stream
- getPatternType() - Method in class com.sun.pdfview.pattern.PDFPattern
-
Get the type of this pattern
- getPredictor(PDFObject) - Static method in class com.sun.pdfview.decode.Predictor
-
Get an instance of a predictor
- getRange(int) - Method in class com.sun.pdfview.function.PDFFunction
-
Get a component of the range of this function
- getRangeShift() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the rangeShift()
- getRangeShift() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the range shift
- getRecord(short, short, short, short) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Get a record from the table
- getResources() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the associated resources
- getRight() - Method in class com.sun.pdfview.PDFDestination
-
Get the right coordinate value
- getRise() - Method in class com.sun.pdfview.PDFTextFormat
-
Get the rise
- getRoot() - Method in class com.sun.pdfview.PDFFile
-
get the root PDFObject of this PDFFile.
- getRotation() - Method in class com.sun.pdfview.PDFPage
-
get the rotation of this image
- getSample(int[], int) - Method in class com.sun.pdfview.function.FunctionType0
-
Get a component for a sample given m indices and output
dimension.
- getSearchRange() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the search range
- getSearchRange() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the search range
- getSegmentCount() - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the segment count
- getShader(PDFObject, Map) - Static method in class com.sun.pdfview.pattern.PDFShader
-
Parse a pdf shader into a shader object
- getShape() - Method in class com.sun.pdfview.font.PDFGlyph
-
Get the shape of this glyph
- getSID(int) - Method in class com.sun.pdfview.font.Type1CFont
-
get the name associated with an ID.
- getSize(int) - Method in class com.sun.pdfview.font.ttf.LocaTable
-
get the size, in bytes, of the given glyph
- getSize(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Get the size of a given input dimension
- getSMask() - Method in class com.sun.pdfview.PDFImage
-
Return the soft mask associated with this image
- getStatus() - Method in class com.sun.pdfview.BaseWatchable
-
Get the status of this watchable
- getStatus() - Method in interface com.sun.pdfview.Watchable
-
Get the status of this watchable
- getStemH() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property stemH.
- getStemV() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property stemV.
- getStream() - Method in class com.sun.pdfview.PDFObject
-
get the stream from this object.
- getStreamBuffer() - Method in class com.sun.pdfview.PDFObject
-
get the stream from this object as a byte buffer.
- getStrIndex(String) - Static method in class com.sun.pdfview.font.FontSupport
-
get the encoding value of a glyph given its name, in the standard
charset.
- getStringMetadata(String) - Method in class com.sun.pdfview.PDFFile
-
Get metadata (e.g., Author, Title, Creator) from the Info dictionary
as a string.
- getStringValue() - Method in class com.sun.pdfview.PDFObject
-
get the value as a String.
- getStroke() - Method in class com.sun.pdfview.PDFRenderer
-
get the current stroke as a BasicStroke
- getSubtype() - Method in class com.sun.pdfview.font.PDFFont
-
Get the subtype of this font.
- getTable(String) - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get a table by name.
- getTableLength(int) - Method in class com.sun.pdfview.font.Type1CFont
-
return the number of entries in an Index table.
- getTag() - Method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Get the table's tag
- getTextStringValue() - Method in class com.sun.pdfview.PDFObject
-
Get the value as a text string; i.e., a string encoded in UTF-16BE
or PDFDocEncoding.
- getTilingType() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the tiling type
- getTop() - Method in class com.sun.pdfview.PDFDestination
-
Get the top coordinate value
- getTransform(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Get the base affine transform.
- 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
- getType() - Method in class com.sun.pdfview.action.PDFAction
-
Get the type of this action
- getType() - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
get the type of this ColorSpace (TYPE_GRAY)
- getType() - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
get the type of this color space (TYPE_RGB)
- getType() - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
the type of this color space (TYPE_CMYK)
- getType() - Method in class com.sun.pdfview.colorspace.LabColor
-
get the type of this colorspace (TYPE_Lab)
- getType() - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Get the type of this font
- getType() - Method in class com.sun.pdfview.function.PDFFunction
-
Get the type of this function
- getType() - Method in class com.sun.pdfview.pattern.PDFShader
-
Get the type
- getType() - Method in class com.sun.pdfview.PDFDestination
-
Get the type of this destination
- getType() - Method in class com.sun.pdfview.PDFObject
-
get the type of this object.
- getUnderlinePosition() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property underlinePosition.
- getUnderlineThickness() - Method in class com.sun.pdfview.font.ttf.PostTable
-
Getter for property underlineThickness.
- getUnicodeMap() - Method in class com.sun.pdfview.font.PDFFont
-
Get the CMap which maps the characters in this font to unicode names
- getUnicodeValues(String) - Static method in class com.sun.pdfview.font.ttf.AdobeGlyphList
-
translate a glyph name into the possible unicode values that it
might represent.
- getUnitsPerEm() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property unitsPerEm.
- getUnstretchedSize(int, int, Rectangle2D) - Method in class com.sun.pdfview.PDFPage
-
Get the width and height of this image in the correct aspect ratio.
- getVersion() - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Getter for property version.
- getVersion() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property version.
- getVersion() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property version.
- getVersion() - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Getter for property version.
- getVersionString() - Method in class com.sun.pdfview.PDFFile
-
return the version string from the PDF header.
- getWidth(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)
- 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
- getWidthVertical(char, String) - Method in class com.sun.pdfview.font.CIDFontType2
-
Get the vertical width of a given character
- getWordSpacing() - Method in class com.sun.pdfview.PDFTextFormat
-
get the word spacing
- getXCoord(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get a given x coordinate
- getXHeight() - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Getter for property xHeight.
- getXMax() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property xMax.
- getXMaxExtent() - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Getter for property xMaxExtent.
- getXMin() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property xMin.
- getXStep() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the x step
- getYCoord(int) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Get a given y coordinate
- getYMax() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property yMax.
- getYMin() - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Getter for property yMin.
- getYStep() - Method in class com.sun.pdfview.pattern.PatternType1
-
get the y step
- getZoom() - Method in class com.sun.pdfview.PDFDestination
-
Get the zoom value
- Glyf - Class in com.sun.pdfview.font.ttf
-
A single glyph in a pdf font.
- Glyf() - Constructor for class com.sun.pdfview.font.ttf.Glyf
-
Creates a new instance of glyf
Don't use this directly, use Glyf.getGlyf()
- GLYF_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
-
- GlyfCompound - Class in com.sun.pdfview.font.ttf
-
A single simple glyph in a pdf font.
- GlyfCompound() - Constructor for class com.sun.pdfview.font.ttf.GlyfCompound
-
Creates a new instance of a simple glyf
- GlyfSimple - Class in com.sun.pdfview.font.ttf
-
A single simple glyph in a pdf font.
- GlyfSimple() - Constructor for class com.sun.pdfview.font.ttf.GlyfSimple
-
Creates a new instance of a simple glyf
- GlyfTable - Class in com.sun.pdfview.font.ttf
-
Model the TrueType Glyf table
- GlyfTable(TrueTypeFont) - Constructor for class com.sun.pdfview.font.ttf.GlyfTable
-
Creates a new instance of HmtxTable
- go() - Method in class com.sun.pdfview.BaseWatchable
-
Start this watchable and run in a new thread until it is finished or
stopped.
- go(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(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() - Method in interface com.sun.pdfview.Watchable
-
Start this watchable and run until it is 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 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(PDFObject, PDFObject) - Constructor for class com.sun.pdfview.action.GoToAction
-
Creates a new instance of GoToAction from an object
- GoToAction(PDFDestination) - Constructor for class com.sun.pdfview.action.GoToAction
-
Create a new GoToAction from a destination
- p(String) - Static method in class com.sun.pdfview.PDFImage
-
- paeth(int, int, int) - Method in class com.sun.pdfview.decode.PNGPredictor
-
The paeth algorithm
- PAINT_COLORED - Static variable in class com.sun.pdfview.pattern.PatternType1
-
paint types
- PAINT_UNCOLORED - Static variable in class com.sun.pdfview.pattern.PatternType1
-
- parse(PDFObject) - Method in class com.sun.pdfview.function.FunctionType0
-
Read the function information from a PDF Object
- parse(PDFObject) - Method in class com.sun.pdfview.function.FunctionType2
-
Read the zeros, ones and exponent
- parse(PDFObject) - Method in class com.sun.pdfview.function.FunctionType3
-
Read the function information from a PDF Object.
- parse(PDFObject) - Method in class com.sun.pdfview.function.FunctionType4
-
Read the function information from a PDF Object
- parse(PDFObject) - Method in class com.sun.pdfview.function.PDFFunction
-
Read the function information from a PDF Object
- parse(PDFObject, 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
- 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
- parseCMap(PDFObject) - Static method in class com.sun.pdfview.font.PDFCMap
-
Parse a CMap from a CMap stream
- parseData(byte[]) - Method in class com.sun.pdfview.PDFImage
-
Parse the image stream into a buffered image.
- parseEncoding(PDFObject) - Method in class com.sun.pdfview.font.PDFFontEncoding
-
Parse a PDF encoding object for the actual encoding
- parseFont(byte[]) - Static method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Parses a TrueType font from a byte array
- parseFont(ByteBuffer) - Static method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Parses a TrueType font from a byte buffer
- parseFont(byte[], int, int) - Method in class com.sun.pdfview.font.Type1Font
-
Read a font from it's data, start position and length
- parseRect(PDFObject) - Method in class com.sun.pdfview.PDFFile
-
get a Rectangle2D.Float representation for a PDFObject that is an
array of four Numbers.
- PatternSpace - Class in com.sun.pdfview.colorspace
-
A PatternSpace fills with a pattern, the name of which is
specified in the call to getPaint().
- PatternSpace() - Constructor for class com.sun.pdfview.colorspace.PatternSpace
-
- PatternSpace(PDFColorSpace) - Constructor for class com.sun.pdfview.colorspace.PatternSpace
-
Create a pattern space with the given color space as a base
- PatternType1 - Class in com.sun.pdfview.pattern
-
A type 1 (tiling) pattern
- PatternType1() - Constructor for class com.sun.pdfview.pattern.PatternType1
-
Creates a new instance of PatternType1
- PAUSED - Static variable in interface com.sun.pdfview.Watchable
-
- PDFAction - Class in com.sun.pdfview.action
-
The common super-class of all PDF actions.
- PDFAction(String) - Constructor for class com.sun.pdfview.action.PDFAction
-
Creates a new instance of PDFAction
- PDFAuthenticationFailureException - Exception in com.sun.pdfview.decrypt
-
Identifies that the supplied password was incorrect or non-existent
and required.
- PDFAuthenticationFailureException(String) - Constructor for exception com.sun.pdfview.decrypt.PDFAuthenticationFailureException
-
- PDFCMap - Class in com.sun.pdfview.font
-
A CMap maps from a character in a composite font to a font/glyph number
pair in a CID font.
- PDFCMap() - Constructor for class com.sun.pdfview.font.PDFCMap
-
Creates a new instance of CMap
- PDFCmd - Class in com.sun.pdfview
-
The abstract superclass of all drawing commands for a PDFPage.
- PDFCmd() - Constructor for class com.sun.pdfview.PDFCmd
-
- PDFColorSpace - Class in com.sun.pdfview.colorspace
-
A color space that can convert a set of color components into
PDFPaint.
- PDFColorSpace(ColorSpace) - Constructor for class com.sun.pdfview.colorspace.PDFColorSpace
-
create a PDFColorSpace based on a Java ColorSpace
- PDFDecoder - Class in com.sun.pdfview.decode
-
A PDF Decoder encapsulates all the methods of decoding a stream of bytes
based on all the various encoding methods.
- PDFDecrypter - Interface in com.sun.pdfview.decrypt
-
A decrypter decrypts streams and strings in a PDF document.
- PDFDecrypterFactory - Class in com.sun.pdfview.decrypt
-
Produces a
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
-
- PDFDocEncodingMapGenerator - Class in com.sun.pdfrenderer.tools.charset
-
Parses text from the PDF reference describing the PDFDocEncoding
and verifies it against standard Unicode character names and
a few other heuristics to establish correctness.
- PDFDocEncodingMapGenerator() - Constructor for class com.sun.pdfrenderer.tools.charset.PDFDocEncodingMapGenerator
-
- PDFFile - Class in com.sun.pdfview
-
An encapsulation of a .pdf file.
- PDFFile(ByteBuffer) - Constructor for class com.sun.pdfview.PDFFile
-
get a PDFFile from a .pdf file.
- PDFFile(ByteBuffer, PDFPassword) - Constructor for class com.sun.pdfview.PDFFile
-
get a PDFFile from a .pdf file.
- PDFFont - Class in com.sun.pdfview.font
-
a Font definition for PDF files
- PDFFont(String, PDFFontDescriptor) - Constructor for class com.sun.pdfview.font.PDFFont
-
Create a PDFFont given the base font name and the font descriptor
- PDFFontDescriptor - Class in com.sun.pdfview.font
-
- PDFFontDescriptor(String) - Constructor for class com.sun.pdfview.font.PDFFontDescriptor
-
Creates a new instance of PDFFontDescriptor
- PDFFontDescriptor(PDFObject) - 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, GeneralPath, Point2D.Float) - Constructor for class com.sun.pdfview.font.PDFGlyph
-
Creates a new instance of PDFGlyph based on a shape
- PDFGlyph(char, String, PDFPage, Point2D) - Constructor for class com.sun.pdfview.font.PDFGlyph
-
Creates a new instance of PDFGlyph based on a page
- PDFImage - Class in com.sun.pdfview
-
Encapsulates a PDF Image
- PDFImage(PDFObject) - Constructor for class com.sun.pdfview.PDFImage
-
Create an instance of a PDFImage
- PDFObject - Class in com.sun.pdfview
-
a class encapsulating all the possibilities of content for
an object in a PDF file.
- PDFObject(PDFFile, int, Object) - Constructor for class com.sun.pdfview.PDFObject
-
create a new simple PDFObject with a type and a value
- PDFObject(Object) - Constructor for class com.sun.pdfview.PDFObject
-
create a new PDFObject that is the closest match to a
given Java object.
- PDFObject(PDFFile, PDFXref) - Constructor for class com.sun.pdfview.PDFObject
-
create a new PDFObject based on a PDFXref
- PDFPage - Class in com.sun.pdfview
-
A PDFPage encapsulates the parsed commands required to render a
single page from a PDFFile.
- PDFPage(Rectangle2D, int) - Constructor for class com.sun.pdfview.PDFPage
-
create a PDFPage with dimensions in bbox and rotation.
- PDFPage(int, Rectangle2D, int, Cache) - 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 in com.sun.pdfview
-
an exception class for recording parse errors in the PDF file
- PDFParseException(String) - Constructor for exception com.sun.pdfview.PDFParseException
-
- PDFParseException(String, Throwable) - Constructor for exception 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.
- PDFPassword - Class in com.sun.pdfview.decrypt
-
Identifies a PDF Password, expressible either as a string or a
byte sequence.
- PDFPassword(byte[]) - Constructor for class com.sun.pdfview.decrypt.PDFPassword
-
Construct a byte-based password
- PDFPassword(String) - Constructor for class com.sun.pdfview.decrypt.PDFPassword
-
Construct a string-based password
- PDFPattern - Class in com.sun.pdfview.pattern
-
The abstract superclass of all PDF Pattern types
- PDFPattern(int) - Constructor for class com.sun.pdfview.pattern.PDFPattern
-
Creates a new instance of PDFPattern
- PDFRenderer - Class in com.sun.pdfview
-
This class turns a set of PDF Commands from a PDF page into an image.
- PDFRenderer(PDFPage, ImageInfo, BufferedImage) - Constructor for class com.sun.pdfview.PDFRenderer
-
create a new PDFGraphics state
- PDFRenderer(PDFPage, Graphics2D, Rectangle, Rectangle2D, Color) - Constructor for class com.sun.pdfview.PDFRenderer
-
create a new PDFGraphics state, given a Graphics2D.
- PDFShader - Class in com.sun.pdfview.pattern
-
A PDFShader fills a given region with a shading, such as a gradient.
- PDFShader(int) - Constructor for class com.sun.pdfview.pattern.PDFShader
-
Creates a new instance of PDFShader
- PDFShapeCmd - Class in com.sun.pdfview
-
Encapsulates a path.
- PDFShapeCmd(GeneralPath, int) - Constructor for class com.sun.pdfview.PDFShapeCmd
-
create a new PDFShapeCmd and check it against the previous one
to find any shared edges.
- PDFStringUtil - Class in com.sun.pdfview
-
- PDFStringUtil() - Constructor for class com.sun.pdfview.PDFStringUtil
-
- PDFTextFormat - Class in com.sun.pdfview
-
a class encapsulating the text state
- PDFTextFormat() - Constructor for class com.sun.pdfview.PDFTextFormat
-
create a new PDFTextFormat, with initial values
- PDFXref - Class in com.sun.pdfview
-
a cross reference representing a line in the PDF cross referencing
table.
- PDFXref(int, int) - Constructor for class com.sun.pdfview.PDFXref
-
create a new PDFXref, given a parsed id and generation.
- 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
- PLATFORMID_MACINTOSH - Static variable in class com.sun.pdfview.font.ttf.NameTable
-
- PLATFORMID_MICROSOFT - Static variable in class com.sun.pdfview.font.ttf.NameTable
-
- PLATFORMID_UNICODE - Static variable in class com.sun.pdfview.font.ttf.NameTable
-
Values for platformID
- PNG - Static variable in class com.sun.pdfview.decode.Predictor
-
- PNGPredictor - Class in com.sun.pdfview.decode
-
Undo prediction based on the PNG algorithm.
- PNGPredictor() - Constructor for class com.sun.pdfview.decode.PNGPredictor
-
Creates a new instance of PNGPredictor
- pop() - Method in class com.sun.pdfview.PDFRenderer
-
restore the state of this object to what it was when the previous
push() was called.
- populateCache() - Static method in class com.sun.pdfview.font.PDFCMap
-
Populate the cache with well-known types
- POST_TABLE - Static variable in class com.sun.pdfview.font.ttf.TrueTypeTable
-
- PostTable - Class in com.sun.pdfview.font.ttf
-
Model the TrueType Post table
- PostTable() - Constructor for class com.sun.pdfview.font.ttf.PostTable
-
Creates a new instance of PostTable
- Predictor - Class in com.sun.pdfview.decode
-
The abstract superclass of various predictor objects that undo well-known
prediction algorithms.
- Predictor(int) - Constructor for class com.sun.pdfview.decode.Predictor
-
Create an instance of a predictor.
- printData(byte[]) - Static method in class com.sun.pdfview.HexDump
-
- push() - Method in class com.sun.pdfview.PDFRenderer
-
push the current graphics state onto the stack.
- SCRIPT - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Glyphs resemble cursive handwriting.
- segments - Variable in class com.sun.pdfview.font.ttf.CMapFormat4
-
The segments and associated data can be a char[] or an Integer
- SERIF - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Glyphs have serifs.
- setAction(PDFAction) - Method in class com.sun.pdfview.OutlineNode
-
Set the PDF action associated with this node
- setAdvanceWidthMax(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property advanceWidthMax.
- setAlign(boolean) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
-
- setAscent(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property ascent.
- setAscent(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property ascent.
- setAvgWidth(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property avgWidth.
- setAxisEnd(Point2D) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the start of the axis
- setAxisStart(Point2D) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the start of the axis
- setBackground(PDFPaint) - Method in class com.sun.pdfview.pattern.PDFShader
-
Set the background color
- setBaseFont(String) - Method in class com.sun.pdfview.font.PDFFont
-
Set the postscript name of this font
- setBBox(Rectangle2D) - Method in class com.sun.pdfview.pattern.PDFShader
-
Set the bounding box
- setBitsPerComponent(int) - Method in class com.sun.pdfview.decode.Predictor
-
Set the number of bits per color component
- setBitsPerComponent(int) - Method in class com.sun.pdfview.PDFImage
-
Set the number of bits per component sample
- setBitsPerSample(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the number of bits per sample
- setBottom(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the bottom coordinate value
- setC0(float[]) - Method in class com.sun.pdfview.function.FunctionType2
-
Set the values at zero
- setC1(float[]) - Method in class com.sun.pdfview.function.FunctionType2
-
Set the values at one
- setCache(Object) - Method in class com.sun.pdfview.PDFObject
-
set the cached value.
- setCapHeight(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property capHeight.
- setCaretOffset(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property caretOffset.
- setCaretSlopeRise(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property caretSlopeRise.
- setCaretSlopeRun(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property caretSlopeRun.
- setCharSet(PDFObject) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property charSet.
- setCharSpacing(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the character spacing
- setChecksumAdjustment(int) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property checksumAdjustment.
- setColors(int) - Method in class com.sun.pdfview.decode.Predictor
-
Set the number of colors per sample
- setColorSpace(PDFColorSpace) - Method in class com.sun.pdfview.pattern.PDFShader
-
Set the color space
- setColorSpace(PDFColorSpace) - Method in class com.sun.pdfview.PDFImage
-
Set the colorspace associated with this image
- setColumns(int) - Method in class com.sun.pdfview.decode.Predictor
-
Set the number of columns
- setCompound(boolean) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set whether this is a simple or compound glyf
- setContourEndPoints(short[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the number of contours in this glyf
- setCreated(long) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property created.
- setData(int, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CMap
-
Set the data for this map
- setData(int, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Read the map in from a byte buffer
- setData(int, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Get the data in this map as a ByteBuffer
- setData(int, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CMapFormat6
-
Get the data in this map as a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.CmapTable
-
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the data for this glyf.
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Set the data for this glyf.
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the data for this glyf.
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.GlyfTable
-
Initialize this structure from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Parse the data before it is set
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Parse the data before it is set
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.HmtxTable
-
Initialize this structure from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.LocaTable
-
Initialize this structure from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Set the values from data
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Read the table from data
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Initialize this structure from a ByteBuffer
- setData(ByteBuffer) - Method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Set the data in the table
- setDebugLevel(int) - Static method in class com.sun.pdfview.PDFParser
-
- setDecode(float[]) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the decode array
- setDecode(float[]) - Method in class com.sun.pdfview.PDFImage
-
Set the decode array
- setDescent(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property descent.
- setDescent(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property descent.
- setDescriptor(PDFFontDescriptor) - Method in class com.sun.pdfview.font.PDFFont
-
Set the descriptor font descriptor
- setDomain(float[]) - Method in class com.sun.pdfview.function.PDFFunction
-
Set the domain of this function
- setEncode(float[]) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the encode array
- setEncoding(PDFFontEncoding) - Method in class com.sun.pdfview.font.PDFFont
-
Set the encoding for this font
- setError(Exception) - Method in class com.sun.pdfview.BaseWatchable
-
Set an error on this watchable
- setExtendEnd(boolean) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set whether to extend the end of the axis
- setExtendStart(boolean) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set whether to extend the start of the axis
- setFillAlpha(float) - Method in class com.sun.pdfview.PDFRenderer
-
set the stroke alpha
- setFillBits(boolean) - Method in class com.sun.pdfview.decode.CCITTFaxDecoder
-
- setFillPaint(PDFPaint) - Method in class com.sun.pdfview.PDFRenderer
-
set the fill color
- setFlags(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property flags.
- setFlags(byte[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the flags
- setFlags(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property flags.
- setFont(Font) - Method in class com.sun.pdfview.font.NativeFont
-
Set the font
- 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
- 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(short) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Set the format of this table
- setFormat(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property format.
- setFunctions(PDFFunction[]) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the functions associated with this shader
- setGlyphDataFormat(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property glyphDataFormat.
- setHeight(int) - Method in class com.sun.pdfview.PDFImage
-
Set the image's height
- setHorizontalScale(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the horizontal scale.
- setImageMask(boolean) - Method in class com.sun.pdfview.PDFImage
-
Set whether or not this is an image mask
- setIndexToLocFormat(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property indexToLocFormat.
- setInstructions(byte[]) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Set the instructions
- setInstructions(byte[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the instructions
- setIsFixedPitch(short) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property isFixedPitch.
- setItalicAngle(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property italicAngle.
- setItalicAngle(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property italicAngle.
- setLastShape(GeneralPath) - Method in class com.sun.pdfview.PDFRenderer
-
Set the last shape drawn
- setLeading(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property leading.
- setLeading(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the leading
- setLeft(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the left coordinate value
- setLineGap(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property lineGap.
- setLowestRecPPem(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property lowestRecPPem.
- setMacStyle(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property macStyle.
- setMagicNumber(int) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property magicNumber.
- setMap(byte[]) - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Set the entire map
- setMap(byte, byte) - Method in class com.sun.pdfview.font.ttf.CMapFormat0
-
Set a single mapping entry
- setMatrix(float[]) - Method in class com.sun.pdfview.PDFTextFormat
-
set the transform matrix directly
- setMaxComponentContours(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxComponentContours.
- setMaxComponentDepth(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxComponentDepth.
- setMaxComponentElements(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxComponentElements.
- setMaxComponentPoints(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxComponentPoints.
- setMaxContours(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxContours.
- setMaxFunctionDefs(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxFunctionDefs.
- setMaxInstructionDefs(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxInstructionDefs.
- setMaxMemType1(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property maxMemType1.
- setMaxMemType42(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property maxMemType42.
- setMaxPoints(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxPoints.
- setMaxSizeOfInstructions(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxSizeOfInstructions.
- setMaxStackElements(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxStackElements.
- setMaxStorage(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxStorage.
- setMaxT(float) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the domain maximum
- setMaxTwilightPoints(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxTwilightPoints.
- setMaxWidth(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property maxWidth.
- setMaxX(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the maximum X in this glyf
- setMaxY(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the maximum Y in this glyf
- setMaxZones(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property maxZones.
- setMetricDataFormat(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property metricDataFormat.
- setMinLeftSideBearing(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property minLeftSideBearing.
- setMinMemType1(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property minMemType1.
- setMinMemType42(int) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property minMemType42.
- setMinRightSideBearing(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property minRIghtSideBearing.
- setMinT(float) - Method in class com.sun.pdfview.pattern.ShaderType2
-
Set the domain minimum
- setMinX(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the minimum X in this glyf
- setMinY(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the minimum Y in this glyf
- setMissingWidth(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property misingWidth.
- setMode(int) - Method in class com.sun.pdfview.PDFTextFormat
-
set the mode of the text.
- setModified(long) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property modified.
- setN(float) - Method in class com.sun.pdfview.function.FunctionType2
-
Set the exponent
- setNext(PDFObject) - Method in class com.sun.pdfview.action.PDFAction
-
Set the next action or array of actions
- setNumContours(short) - Method in class com.sun.pdfview.font.ttf.Glyf
-
Set the number of contours in this glyf
- setNumGlyphs(int) - Method in class com.sun.pdfview.font.ttf.MaxpTable
-
Setter for property numGlyphs.
- setNumOfLongHorMetrics(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property numOfLongHorMetrics.
- setObject(PDFObject) - Method in class com.sun.pdfview.PDFXref
-
Set the object this reference refers to.
- setObjectId(int, int) - Method in class com.sun.pdfview.PDFObject
-
Set the object identifiers
- setOrder(int) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the interpolation type
- setRange(float[]) - Method in class com.sun.pdfview.function.PDFFunction
-
Set the range of this function
- setRight(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the right coordinate value
- setRise(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the rise
- setSamples(int[][]) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the table of samples
- setSize(int[]) - Method in class com.sun.pdfview.function.FunctionType0
-
Set the size of all input dimensions
- setSMask(PDFImage) - Method in class com.sun.pdfview.PDFImage
-
Set the soft mask image
- setStatus(int) - Method in class com.sun.pdfview.BaseWatchable
-
Set the status of this watchable
- setStemH(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property stemH.
- setStemV(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property stemV.
- setStream(ByteBuffer) - Method in class com.sun.pdfview.PDFObject
-
set the stream of this object.
- setStroke(BasicStroke) - Method in class com.sun.pdfview.PDFRenderer
-
set the current stroke as a BasicStroke
- setStrokeAlpha(float) - Method in class com.sun.pdfview.PDFRenderer
-
set the stroke alpha
- setStrokePaint(PDFPaint) - Method in class com.sun.pdfview.PDFRenderer
-
set the stroke color
- setStrokeParts(float, int, int, float, float[], float) - Method in class com.sun.pdfview.PDFRenderer
-
Set some or all aspects of the current stroke.
- setSubtype(String) - Method in class com.sun.pdfview.font.PDFFont
-
Set the font subtype
- setSuppressSetErrorStackTrace(boolean) - Static method in class com.sun.pdfview.BaseWatchable
-
set suppression of stack traces from setError.
- setTextFormatMode(int) - Method in class com.sun.pdfview.PDFTextFormat
-
Set the mode from another text format mode
- setTop(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the top coordinate value
- setTransform(AffineTransform) - Method in class com.sun.pdfview.pattern.PDFPattern
-
Set the transform associated with this pattern
- setTransform(AffineTransform) - Method in class com.sun.pdfview.PDFRenderer
-
replace the current transform with the given one.
- setUnderlinePosition(short) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property underlinePosition.
- setUnderlineThickness(short) - Method in class com.sun.pdfview.font.ttf.PostTable
-
Setter for property underlineThickness.
- setUnicodeMap(PDFCMap) - Method in class com.sun.pdfview.font.PDFFont
-
Set the CMap which maps the characters in this font to unicode names
- setUnitsPerEm(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property unitsPerEm.
- setup() - Method in class com.sun.pdfview.BaseWatchable
-
Prepare for a set of iterations.
- setup() - Method in class com.sun.pdfview.PDFParser
-
Called to prepare for some iterations
- setup() - Method in class com.sun.pdfview.PDFRenderer
-
Setup rendering.
- setVersion(short) - Method in class com.sun.pdfview.font.ttf.CmapTable
-
Setter for property version.
- 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.
- setWidth(int) - Method in class com.sun.pdfview.PDFImage
-
Set the image's width
- setWordSpacing(float) - Method in class com.sun.pdfview.PDFTextFormat
-
set the word spacing
- setXCoords(short[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the x coordinates
- setXHeight(int) - Method in class com.sun.pdfview.font.PDFFontDescriptor
-
Setter for property xHeight.
- setXMax(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property XMax.
- setXMaxExtent(short) - Method in class com.sun.pdfview.font.ttf.HheaTable
-
Setter for property xMaxExtent.
- setXMin(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property XMin.
- setYCoords(short[]) - Method in class com.sun.pdfview.font.ttf.GlyfSimple
-
Set the x coordinates
- setYMax(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property YMax.
- setYMin(short) - Method in class com.sun.pdfview.font.ttf.HeadTable
-
Setter for property YMin.
- setZoom(float) - Method in class com.sun.pdfview.PDFDestination
-
Set the zoom value
- ShaderType2 - Class in com.sun.pdfview.pattern
-
A shader that performs axial shader based on a function.
- ShaderType2() - Constructor for class com.sun.pdfview.pattern.ShaderType2
-
Creates a new instance of ShaderType2
- SMALLCAP - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font contains both uppercase and lowercase letters..
- stage2(float) - Method in class com.sun.pdfview.colorspace.LabColor
-
Stage 2 of the conversion algorithm.
- StandardDecrypter - Class in com.sun.pdfview.decrypt
-
Standard simple decrypter for versions 1, 2 and 4 of the Standard
password-based decryption mechanisms, as described in section 3.5 of
the PDF Reference version 1.7.
- StandardDecrypter(StandardDecrypter.EncryptionAlgorithm, PDFObject, int, int, byte[], byte[], int, boolean, PDFPassword) - Constructor for class com.sun.pdfview.decrypt.StandardDecrypter
-
Class constructor
- StandardDecrypter.EncryptionAlgorithm - Enum in com.sun.pdfview.decrypt
-
Describes an encryption algorithm to be used, declaring not only the
cipher type, but also key generation techniques
- standardEncoding - Static variable in class com.sun.pdfview.font.FontSupport
-
character mapping from values to glyphs for Adobe's standard
character encoding
- stdNames - Static variable in class com.sun.pdfview.font.FontSupport
-
names for glyphs in the standard Adobe order.
- stop() - Method in class com.sun.pdfview.BaseWatchable
-
Stop this watchable.
- stop(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() - Method in interface com.sun.pdfview.Watchable
-
Stop this watchable.
- STOPPED - Static variable in interface com.sun.pdfview.Watchable
-
- STREAM - Static variable in class com.sun.pdfview.PDFObject
-
a Stream: a Hashmap with a byte array
- STRING - Static variable in class com.sun.pdfview.PDFObject
-
a String
- stringToTag(String) - Static method in class com.sun.pdfview.font.ttf.TrueTypeTable
-
Turn a string into a tag
- stroke(GeneralPath) - Method in class com.sun.pdfview.PDFRenderer
-
draw an outline using the current stroke and draw paint
- STROKE - Static variable in class com.sun.pdfview.PDFShapeCmd
-
stroke the outline of the path with the stroke paint
- SYMBOLIC - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font contains glyphs outside the Adobe standard Latin.