- 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, AffineTransform, int) - Method in class com.sun.pdfview.font.PDFGlyph
-
Add commands for this glyph to a page
- 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.
- addDash(float[], float) - Method in class com.sun.pdfview.PDFPage
-
set the dash style
- addEndCap(int) - Method in class com.sun.pdfview.PDFPage
-
set the end cap style
- addFillAlpha(float) - Method in class com.sun.pdfview.PDFPage
-
set the fill alpha
- addFillPaint(PDFPaint) - Method in class com.sun.pdfview.PDFPage
-
set the fill paint
- addImage(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.
- addImage(PDFImage) - Method in class com.sun.pdfview.PDFPage
-
draw an image
- addLineJoin(int) - Method in class com.sun.pdfview.PDFPage
-
set the line join style
- addMiterLimit(float) - Method in class com.sun.pdfview.PDFPage
-
set the miter limit
- addObserver(ImageObserver) - Method in class com.sun.pdfview.PDFRenderer
-
Add an image observer
- addPage(Integer, PDFPage) - Method in class com.sun.pdfview.Cache
-
Add a page to the cache.
- addPage(Integer, PDFPage, PDFParser) - Method in class com.sun.pdfview.Cache
-
Add a page to the cache.
- addPath(GeneralPath, int) - Method in class com.sun.pdfview.PDFPage
-
set the current path
- addPop() - Method in class com.sun.pdfview.PDFPage
-
pop the graphics state
- addPush() - Method in class com.sun.pdfview.PDFPage
-
push the graphics state
- addRecord(short, short, short, short, String) - Method in class com.sun.pdfview.font.ttf.NameTable
-
Add a record to the table
- addSegment(short, short, char[]) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Add a segment with a map
- addSegment(short, short, short) - Method in class com.sun.pdfview.font.ttf.CMapFormat4
-
Add a segment with an idDelta
- addStrokeAlpha(float) - Method in class com.sun.pdfview.PDFPage
-
set the stroke alpha
- addStrokePaint(PDFPaint) - Method in class com.sun.pdfview.PDFPage
-
set the stroke paint
- addStrokeWidth(float) - Method in class com.sun.pdfview.PDFPage
-
set the stroke width
- addTable(String, ByteBuffer) - Method in class com.sun.pdfview.font.ttf.TrueTypeFont
-
Add a table to the font
- addTable(String, TrueTypeTable) - 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.
- ALLCAP - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Font contains no lowercase letters.
- AlternateColorSpace - Class in com.sun.pdfview.colorspace
-
A color space that uses another color space to return values, and a
function to map between values in the input and input values to the
alternate color space
- AlternateColorSpace(PDFColorSpace, PDFFunction) - Constructor for class com.sun.pdfview.colorspace.AlternateColorSpace
-
Creates a new instance of AlternateColorSpace
- argsAreWords(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether args 1 and 2 are words or bytes
- argsAreXYValues(int) - Method in class com.sun.pdfview.font.ttf.GlyfCompound
-
Determine whether args 1 and 2 are xy values or point indices
- ARRAY - Static variable in class com.sun.pdfview.PDFObject
-
an array of PDFObjects
- asBasicString(byte[], int, int) - Static method in class com.sun.pdfview.PDFStringUtil
-
Create a basic string from bytes.
- asBasicString(byte[]) - Static method in class com.sun.pdfview.PDFStringUtil
-
Create a basic string from bytes.
- asBytes(String) - Static method in class com.sun.pdfview.PDFStringUtil
-
Get the corresponding byte array for a basic string.
- ASCII85Decode - Class in com.sun.pdfview.decode
-
decode ASCII85 text into a byte array.
- ASCIIHexDecode - Class in com.sun.pdfview.decode
-
decode an array of hex nybbles into a byte array
- asPDFDocEncoded(String) - Static method in class com.sun.pdfview.PDFStringUtil
-
Take a basic PDF string and produce a string of its bytes as encoded in
PDFDocEncoding.
- asTextString(String) - Static method in class com.sun.pdfview.PDFStringUtil
-
Take a basic PDF string and determine if it is in UTF-16BE encoding
by looking at the lead characters for a byte order marking (BOM).
- asUTF16BEEncoded(String) - Static method in class com.sun.pdfview.PDFStringUtil
-
Take a basic PDF string and produce a string from its bytes as an
UTF16-BE encoding.
- available() - Method in class com.sun.pdfview.ByteBufferInputStream
-
- AXIAL_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
-