- FF_CHAR - Static variable in class com.sun.pdfview.PDFFile
-
- fill(PDFRenderer, Graphics2D, GeneralPath) - Method in class com.sun.pdfview.PDFPaint
-
fill a path with the paint, and record the dirty area.
- fill(GeneralPath) - Method in class com.sun.pdfview.PDFRenderer
-
fill an outline using the current fill paint
- FILL - Static variable in class com.sun.pdfview.PDFShapeCmd
-
fill the path with the fill paint
- finalcolors - Variable in class com.sun.pdfview.colorspace.IndexedColor
-
r,g,and b components of the color table as a single array, for
Java's IndexColorModel
- find(String) - Method in class com.sun.pdfview.NameTree
-
Find the PDF object corresponding to the given String in a name tree
- findName(String, String[]) - Static method in class com.sun.pdfview.font.FontSupport
-
get the encoding value a glyph given its name and a name table.
- 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.
- finish() - Method in class com.sun.pdfview.PDFPage
-
The entire page is done.
- FIT - Static variable in class com.sun.pdfview.PDFDestination
-
- FITB - Static variable in class com.sun.pdfview.PDFDestination
-
- FITBH - Static variable in class com.sun.pdfview.PDFDestination
-
- FITBV - Static variable in class com.sun.pdfview.PDFDestination
-
- FITH - Static variable in class com.sun.pdfview.PDFDestination
-
- FITR - Static variable in class com.sun.pdfview.PDFDestination
-
- FITV - Static variable in class com.sun.pdfview.PDFDestination
-
- FIXED_PITCH - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
All glyphs have the same width.
- FlateDecode - Class in com.sun.pdfview.decode
-
decode a deFlated byte array
- FlateDecode() - Constructor for class com.sun.pdfview.decode.FlateDecode
-
- FlPoint - Class in com.sun.pdfview.font
-
A floating-point Point, with public fields.
- FlPoint() - Constructor for class com.sun.pdfview.font.FlPoint
-
- flush() - Method in class com.sun.pdfview.PDFTextFormat
-
finish any unfinished words.
- FontSupport - Class in com.sun.pdfview.font
-
some constants and utility functions for font support.
- FontSupport() - Constructor for class com.sun.pdfview.font.FontSupport
-
- FontToy - Class in test
-
- FontToy(String[]) - Constructor for class test.FontToy
-
Creates a new instance of FontToy
- FORCEBOLD - Static variable in class com.sun.pdfview.font.PDFFontDescriptor
-
Determines whether bold glyphs shall be painted with
extra pixels even at very small text sizes.
- FREE_FORM_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
-
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
convert from CIEXYZ to Calibrated Gray.
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
convert from CIEXYZ to Calibrated RGB.
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
Convert from CIEXYZ to RGB.
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.LabColor
-
convert from CIEXYZ to Lab.
- fromCIEXYZ(float[]) - Method in class com.sun.pdfview.colorspace.MaskColorSpace
-
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.CalGrayColor
-
convert from RGB to Calibrated Gray.
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.CalRGBColor
-
convert from RGB to Calibrated RGB.
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.CMYKColorSpace
-
Convert from RGB to CMYK.
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.LabColor
-
convert from RGB to Lab.
- fromRGB(float[]) - Method in class com.sun.pdfview.colorspace.MaskColorSpace
-
- FUNCTION_SHADING - Static variable in class com.sun.pdfview.pattern.PDFShader
-
- FunctionType0 - Class in com.sun.pdfview.function
-
A sampled function maps input values to output values by interpolating
along a line or cubic between two known values.
- FunctionType0() - Constructor for class com.sun.pdfview.function.FunctionType0
-
Creates a new instance of FunctionType0
- FunctionType2 - Class in com.sun.pdfview.function
-
A type 2 function is an exponential interpolation function, which maps
from one input value to n output values using a simple exponential
formula.
- FunctionType2() - Constructor for class com.sun.pdfview.function.FunctionType2
-
Creates a new instance of FunctionType2
- FunctionType3 - Class in com.sun.pdfview.function
-
3.9.3 - A stitching function define a stitching of the subdomains of
several 1-input functions to produce a single new 1-input function.
- FunctionType3() - Constructor for class com.sun.pdfview.function.FunctionType3
-
Creates a new instance of FunctionType3
- FunctionType4 - Class in com.sun.pdfview.function
-
A PostScript function is represented as a stream containing code
written in a small subset of the PostScript language.
- FunctionType4() - Constructor for class com.sun.pdfview.function.FunctionType4
-
Creates a new instance of FunctionType4