A B C D E F G H I J K L M N O P R S T U V W X Y Z _

A

A - class org.apache.fop.svg.A.
class representing svg:a pseudo flow object.
A.Maker - class org.apache.fop.svg.A.Maker.
inner class for making A objects.
A.Maker() - Constructor for class org.apache.fop.svg.A.Maker
 
A(FObj, PropertyList) - Constructor for class org.apache.fop.svg.A
constructs a A object (called by Maker).
ABS_LENGTH - Static variable in class org.apache.fop.fo.expr.Numeric
 
abs() - Method in class org.apache.fop.fo.expr.Numeric
Return the absolute value of this Numeric.
AbsFunction - class org.apache.fop.fo.expr.AbsFunction.
 
AbsFunction() - Constructor for class org.apache.fop.fo.expr.AbsFunction
 
AbstractFopImage - class org.apache.fop.image.AbstractFopImage.
Base class to implement the FopImage interface.
AbstractFopImage(URL) - Constructor for class org.apache.fop.image.AbstractFopImage
Constructor.
AbstractFopImage(URL, ImageReader) - Constructor for class org.apache.fop.image.AbstractFopImage
Constructor.
AbstractImageReader - class org.apache.fop.image.analyser.AbstractImageReader.
Base class implementing ImageReader.
AbstractImageReader() - Constructor for class org.apache.fop.image.analyser.AbstractImageReader
 
actionPerformed(ActionEvent) - Method in class org.apache.fop.viewer.PreviewDialogAboutBox
 
actionPerformed(ActionEvent) - Method in class org.apache.fop.viewer.Command
 
Add_RKSJ_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
Add_RKSJ_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
add(Action) - Method in class org.apache.fop.viewer.IconToolBar
 
add(Action, String, Icon) - Method in class org.apache.fop.viewer.IconToolBar
 
add(Numeric) - Method in class org.apache.fop.fo.expr.Numeric
Add the operand from the current value and return a new Numeric representing the result.
add(String) - Method in class org.apache.fop.pdf.PDFStream
append data to the stream
addAfter(RegionArea) - Method in class org.apache.fop.layout.PageMaster
 
addBefore(RegionArea) - Method in class org.apache.fop.layout.PageMaster
 
addBody(BodyAreaContainer) - Method in class org.apache.fop.layout.Page
Ensure that page is set not only on B.A.C.
addBody(BodyRegionArea) - Method in class org.apache.fop.layout.PageMaster
 
addCharacter(char, LinkSet, boolean) - Method in class org.apache.fop.layout.LineArea
adds a single character to the line area tree
addCharacter(String, PDFStream) - Method in class org.apache.fop.pdf.PDFCharProcs
add a character definition in the dictionary
addCharacters(char[], int, int) - Method in class org.apache.fop.svg.TextPath
 
addCharacters(char[], int, int) - Method in class org.apache.fop.svg.Style
 
addCharacters(char[], int, int) - Method in class org.apache.fop.svg.Title
add characters to the string to display.
addCharacters(char[], int, int) - Method in class org.apache.fop.svg.TSpan
add characters to the string to display.
addCharacters(char[], int, int) - Method in class org.apache.fop.svg.Desc
add characters to the string to display.
addCharacters(char[], int, int) - Method in class org.apache.fop.svg.Text
add characters to the string to display.
addCharacters(char[], int, int) - Method in class org.apache.fop.extensions.Label
 
addCharacters(char[], int, int) - Method in class org.apache.fop.fo.flow.Inline
 
addCharacters(char[], int, int) - Method in class org.apache.fop.fo.FObj
adds characters (does nothing here)
addCharacters(char[], int, int) - Method in class org.apache.fop.fo.FObjMixed
 
addChild(Box) - Method in class org.apache.fop.layout.Area
 
addChild(FONode) - Method in class org.apache.fop.svg.RadialGradient
 
addChild(FONode) - Method in class org.apache.fop.svg.LinearGradient
 
addChild(FONode) - Method in class org.apache.fop.svg.Mask
 
addChild(FONode) - Method in class org.apache.fop.svg.Text
The children need to be added in order so that the text data is also added in order.
addChild(FONode) - Method in class org.apache.fop.svg.ClipPath
 
addChild(FONode) - Method in class org.apache.fop.extensions.Outline
 
addChild(FONode) - Method in class org.apache.fop.fo.FONode
 
addChildAtStart(Box) - Method in class org.apache.fop.layout.Area
 
addCircle(float, float, float, SVGRenderer.DrawingInstruction) - Method in class org.apache.fop.render.pdf.SVGRenderer
Add an SVG circle Uses bezier curves to approximate the shape of a circle.
addClass(String) - Method in interface org.apache.fop.layout.hyphenation.PatternConsumer
Add a character class.
addClass(String) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
Add a character class to the tree.
addClass(String) - Method in class org.apache.fop.layout.hyphenation.PatternParser
 
addConditionalPageMasterReference(ConditionalPageMasterReference) - Method in class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives
 
addDefaultFilters() - Method in class org.apache.fop.pdf.PDFStream
 
addDefs(Hashtable) - Method in interface org.apache.fop.dom.svg.GraphicImpl
 
addDifferences(int, Vector) - Method in class org.apache.fop.pdf.PDFEncoding
add differences to the encoding
addDisplaySpace(int) - Method in class org.apache.fop.layout.Area
 
addElement(SVGElement) - Method in class org.apache.fop.dom.svg.SVGMaskElementImpl
 
addElement(SVGElement) - Method in class org.apache.fop.dom.svg.SVGClipPathElementImpl
 
addElementList(String, Hashtable) - Method in class org.apache.fop.fo.PropertyListBuilder
 
addElementMapping(ElementMapping) - Method in class org.apache.fop.apps.Driver
add the given element mapping.
addElementMapping(ElementMapping) - Method in class org.apache.fop.svg.SVGDriver
add the given element mapping.
addElementMapping(String) - Method in class org.apache.fop.apps.Driver
add the element mapping with the given class name
addElementMapping(String) - Method in class org.apache.fop.svg.SVGDriver
add the element mapping with the given class name
addElementPropertyList(String, String, Hashtable) - Method in interface org.apache.fop.fo.TreeBuilder
add a mapping from element name to maker.
addElementPropertyList(String, String, Hashtable) - Method in class org.apache.fop.fo.FOTreeBuilder
add a mapping from element name to maker.
addElementPropertyList(String, String, Hashtable) - Method in class org.apache.fop.fo.SVGTreeBuilder
add a mapping from element name to maker.
addEllipse(float, float, float, float, SVGRenderer.DrawingInstruction) - Method in class org.apache.fop.render.pdf.SVGRenderer
Add an SVG ellips Uses bezier curves to approximate the shape of an ellipse.
addEnd(RegionArea) - Method in class org.apache.fop.layout.PageMaster
 
addEntry(int, int[]) - Method in class org.apache.fop.pdf.PDFWArray
add an entry for single starting CID.
addEntry(int, int, int) - Method in class org.apache.fop.pdf.PDFWArray
add an entry for a range of CIDs (/W element on p 213)
addEntry(int, int, int, int, int) - Method in class org.apache.fop.pdf.PDFWArray
add an entry for a range of CIDs (/W2 element on p 210)
addEventListener(String, EventListener, boolean) - Method in class org.apache.fop.dom.svg.GraphicElement
 
addException(String, Vector) - Method in interface org.apache.fop.layout.hyphenation.PatternConsumer
Add a hyphenation exception.
addException(String, Vector) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
Add an exception to the tree.
addException(String, Vector) - Method in class org.apache.fop.layout.hyphenation.PatternParser
 
addExtension(ExtensionObj) - Method in class org.apache.fop.layout.AreaTree
 
addFilter(PDFFilter) - Method in class org.apache.fop.pdf.PDFStream
Add a filter for compression of the stream.
addFilter(String) - Method in class org.apache.fop.pdf.PDFStream
 
addFlow(Flow) - Method in class org.apache.fop.fo.pagination.PageSequence
 
addFont(PDFFont) - Method in class org.apache.fop.pdf.PDFResources
add font object to resources list.
addFontProperties(String, String, String, String) - Method in class org.apache.fop.layout.FontInfo
 
addFootnote(FootnoteBody) - Method in class org.apache.fop.layout.BlockArea
 
addImage(FopImage) - Method in class org.apache.fop.pdf.PDFDocument
 
addImage(String, int, int, int, int) - Method in class org.apache.fop.mif.MIFDocument
 
addImageArray(int[], int, int) - Method in class org.apache.fop.pdf.PDFStream
append an array of xRGB pixels, ASCII Hex Encoding it first
addInlineArea(Area) - Method in class org.apache.fop.layout.LineArea
 
addInlineSpace(InlineSpace, int) - Method in class org.apache.fop.layout.LineArea
 
addLeader(BlockArea, FontState, float, float, float, int, int, int, int, int, int, int, int) - Method in class org.apache.fop.fo.flow.Leader
adds a leader to current line area of containing block area the actual leader area is created in the line area
addLeader(int, int, int, int, int, int, int, int) - Method in class org.apache.fop.layout.LineArea
adds a Leader; actually the method receives the leader properties and creates a leader area or an inline area which is appended to the children of the containing line area.
addLine(float, float, float, float, SVGRenderer.DrawingInstruction) - Method in class org.apache.fop.render.pdf.SVGRenderer
add a line to the current stream
addLine(int, int, int, int, int, float, float, float) - Method in class org.apache.fop.render.awt.AWTRenderer
add a line to the current stream
addLine(int, int, int, int, int, PDFPathPaint) - Method in class org.apache.fop.render.pdf.PDFRenderer
add a line to the current stream
addLine(int, int, int, int, int, String, PDFPathPaint) - Method in class org.apache.fop.render.pdf.PDFRenderer
add a line to the current stream
addLineArea(LineArea) - Method in class org.apache.fop.layout.BlockArea
Add a Line Area to this block area.
addLink(PDFLink) - Method in class org.apache.fop.pdf.PDFAnnotList
add an /Annot object of /Subtype /Link.
addLinkSet(LinkSet) - Method in class org.apache.fop.layout.Page
 
addList(Hashtable) - Method in class org.apache.fop.fo.PropertyListBuilder
 
addListener(MessageListener) - Static method in class org.apache.fop.messaging.MessageHandler
adds a MessageListener which listens for MessageEvents
addMapping(String, String, FObj.Maker) - Method in interface org.apache.fop.fo.TreeBuilder
add a mapping from element name to maker.
addMapping(String, String, FObj.Maker) - Method in class org.apache.fop.fo.FOTreeBuilder
add a mapping from element name to maker.
addMapping(String, String, FObj.Maker) - Method in class org.apache.fop.fo.SVGTreeBuilder
add a mapping from element name to maker.
addMetrics(String, FontMetric) - Method in class org.apache.fop.layout.FontInfo
 
addOutline(PDFOutline) - Method in class org.apache.fop.pdf.PDFOutline
Add a sub element to this outline
addPage(Page) - Method in class org.apache.fop.layout.AreaTree
 
addPage(PDFPage) - Method in class org.apache.fop.pdf.PDFPages
add a /Page object.
addPage(PDFPage) - Method in class org.apache.fop.pdf.PDFRoot
add a /Page object to the root /Pages object
addPageNumberCitation(String, LinkSet) - Method in class org.apache.fop.layout.LineArea
 
addPageSequence(PageSequence) - Method in class org.apache.fop.fo.pagination.Root
Deprecated. handled by addChild now
addPageSequenceMaster(String, PageSequenceMaster) - Method in class org.apache.fop.fo.pagination.LayoutMasterSet
 
addPath(Vector, int, int, SVGRenderer.DrawingInstruction) - Method in class org.apache.fop.render.pdf.SVGRenderer
Adds an SVG path to the current streem.
addPattern(PDFPattern) - Method in class org.apache.fop.pdf.PDFResources
 
addPattern(String, String) - Method in interface org.apache.fop.layout.hyphenation.PatternConsumer
Add hyphenation patterns.
addPattern(String, String) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
Add a pattern to the tree.
addPattern(String, String) - Method in class org.apache.fop.layout.hyphenation.PatternParser
 
addPending() - Method in class org.apache.fop.layout.LineArea
adds pending inline areas to the line area normally done, when the line area is filled and added as child to the parent block area
addPendingFootnote(FootnoteBody) - Method in class org.apache.fop.layout.Page
 
addPoint(PathPoint) - Method in class org.apache.fop.datatypes.PointsData
 
addPolyline(Vector, SVGRenderer.DrawingInstruction, boolean) - Method in class org.apache.fop.render.pdf.SVGRenderer
Adds an SVG polyline or polygon.
addPropertyList(String) - Method in class org.apache.fop.apps.Driver
add the element mapping with the given class name
addPropertyList(String) - Method in class org.apache.fop.svg.SVGDriver
add the element mapping with the given class name
addPropertyList(String, Hashtable) - Method in interface org.apache.fop.fo.TreeBuilder
add a mapping from element name to maker.
addPropertyList(String, Hashtable) - Method in class org.apache.fop.fo.FOTreeBuilder
add a mapping from element name to maker.
addPropertyList(String, Hashtable) - Method in class org.apache.fop.fo.SVGTreeBuilder
add a mapping from element name to maker.
addRealText(BlockArea, FontState, float, float, float, int, LinkSet, int, char[], int, int, TextState, int) - Static method in class org.apache.fop.fo.FOText
 
addRect(float, float, float, float, float, float, SVGRenderer.DrawingInstruction) - Method in class org.apache.fop.render.pdf.SVGRenderer
add an SVG rectangle to the current stream.
addRect(int, int, int, int, float, float, float) - Method in class org.apache.fop.render.awt.AWTRenderer
draw a filled rectangle
addRect(int, int, int, int, float, float, float, float, float, float) - Method in class org.apache.fop.render.awt.AWTRenderer
draw a filled rectangle
addRect(int, int, int, int, PDFPathPaint) - Method in class org.apache.fop.render.pdf.PDFRenderer
add a rectangle to the current stream
addRect(int, int, int, int, PDFPathPaint, PDFPathPaint) - Method in class org.apache.fop.render.pdf.PDFRenderer
add a filled rectangle to the current stream
addRect(Rectangle, LineArea) - Method in class org.apache.fop.layout.LinkSet
 
addRegion(Region) - Method in class org.apache.fop.fo.pagination.SimplePageMaster
 
addShading(PDFShading) - Method in class org.apache.fop.pdf.PDFPage
 
addShading(PDFShading) - Method in class org.apache.fop.pdf.PDFResources
 
addSimplePageMaster(SimplePageMaster) - Method in class org.apache.fop.fo.pagination.LayoutMasterSet
 
addStart(RegionArea) - Method in class org.apache.fop.layout.PageMaster
 
addSubsequenceSpecifier(SubSequenceSpecifier) - Method in class org.apache.fop.fo.pagination.PageSequenceMaster
 
addSVGPathSeg(SVGPathSeg) - Method in class org.apache.fop.datatypes.PathData
 
addSVGStr(FontState, float, String, boolean) - Method in class org.apache.fop.render.pdf.SVGRenderer
Adds an svg string to the output.
addText(BlockArea, FontState, float, float, float, int, LinkSet, int, char[], int, int, TextState, int) - Static method in class org.apache.fop.fo.FOText
 
addText(char[], int, int, LinkSet, TextState) - Method in class org.apache.fop.layout.LineArea
adds text to line area
addToBuilder(TreeBuilder) - Method in class org.apache.fop.svg.SVGElementMapping
 
addToBuilder(TreeBuilder) - Method in class org.apache.fop.svg.SVGPropertyListMapping
 
addToBuilder(TreeBuilder) - Method in class org.apache.fop.extensions.ExtensionPropertyListMapping
 
addToBuilder(TreeBuilder) - Method in class org.apache.fop.extensions.ExtensionElementMapping
 
addToBuilder(TreeBuilder) - Method in interface org.apache.fop.fo.PropertyListMapping
 
addToBuilder(TreeBuilder) - Method in interface org.apache.fop.fo.ElementMapping
 
addToBuilder(TreeBuilder) - Method in class org.apache.fop.fo.StandardElementMapping
 
addToBuilder(TreeBuilder) - Method in class org.apache.fop.fo.StandardPropertyListMapping
 
addToFontFormat(MIFDocument, FontInfo) - Static method in class org.apache.fop.render.mif.FontSetup
add the fonts in the font info to the PDF document
addToIDList(String) - Method in class org.apache.fop.layout.Page
 
addToIdValidationList(String) - Method in class org.apache.fop.datatypes.IDReferences
Adds id to validation list to be validated .
addToResources(PDFDocument, FontInfo) - Static method in class org.apache.fop.render.pdf.FontSetup
add the fonts in the font info to the PDF document
addToStream(String) - Method in class org.apache.fop.mif.MIFDocument
 
adjustFootnoteArea() - Method in class org.apache.fop.layout.BodyAreaContainer
 
AFTER - Static variable in class org.apache.fop.fo.PropertyList
 
aheight - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
align - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
align - Variable in class org.apache.fop.layout.BlockArea
 
align() - Method in class org.apache.fop.layout.LinkSet
 
align(int) - Method in class org.apache.fop.layout.LineArea
aligns line area
alignLastLine - Variable in class org.apache.fop.layout.BlockArea
 
alloc(int) - Method in class org.apache.fop.layout.hyphenation.CharVector
 
alloc(int) - Method in class org.apache.fop.layout.hyphenation.ByteVector
This is to implement memory allocation in the array.
allocationHeight - Variable in class org.apache.fop.layout.LineArea
 
allocationWidth - Variable in class org.apache.fop.layout.Area
 
alpha - Variable in class org.apache.fop.datatypes.ColorType
the alpha component
alpha() - Method in class org.apache.fop.datatypes.ColorType
 
AltGlyph - class org.apache.fop.svg.AltGlyph.
class representing svg:altGlyph pseudo flow object.
AltGlyph.Maker - class org.apache.fop.svg.AltGlyph.Maker.
inner class for making AltGlyph objects.
AltGlyph.Maker() - Constructor for class org.apache.fop.svg.AltGlyph.Maker
 
AltGlyph(FObj, PropertyList) - Constructor for class org.apache.fop.svg.AltGlyph
constructs a AltGlyph object (called by Maker).
anchor - Variable in class org.apache.fop.dom.svg.SVGTextElementImpl
alignment of text
Animate - class org.apache.fop.svg.Animate.
class representing svg:Animate pseudo flow object.
Animate.Maker - class org.apache.fop.svg.Animate.Maker.
inner class for making Animate objects.
Animate.Maker() - Constructor for class org.apache.fop.svg.Animate.Maker
 
Animate(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Animate
constructs a Animate object (called by Maker).
AnimateColor - class org.apache.fop.svg.AnimateColor.
class representing svg:AnimateColor pseudo flow object.
AnimateColor.Maker - class org.apache.fop.svg.AnimateColor.Maker.
inner class for making AnimateColor objects.
AnimateColor.Maker() - Constructor for class org.apache.fop.svg.AnimateColor.Maker
 
AnimateColor(FObj, PropertyList) - Constructor for class org.apache.fop.svg.AnimateColor
constructs a AnimateColor object (called by Maker).
AnimateMotion - class org.apache.fop.svg.AnimateMotion.
class representing svg:AnimateMotion pseudo flow object.
AnimateMotion.Maker - class org.apache.fop.svg.AnimateMotion.Maker.
inner class for making AnimateMotion objects.
AnimateMotion.Maker() - Constructor for class org.apache.fop.svg.AnimateMotion.Maker
 
AnimateMotion(FObj, PropertyList) - Constructor for class org.apache.fop.svg.AnimateMotion
constructs a AnimateMotion object (called by Maker).
AnimateTransform - class org.apache.fop.svg.AnimateTransform.
class representing svg:AnimateTransform pseudo flow object.
AnimateTransform.Maker - class org.apache.fop.svg.AnimateTransform.Maker.
inner class for making AnimateTransform objects.
AnimateTransform.Maker() - Constructor for class org.apache.fop.svg.AnimateTransform.Maker
 
AnimateTransform(FObj, PropertyList) - Constructor for class org.apache.fop.svg.AnimateTransform
constructs a AnimateTransform object (called by Maker).
animationsPaused() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
annotList - Variable in class org.apache.fop.pdf.PDFPage
the list of annotation objects for this page
antiAlias - Variable in class org.apache.fop.pdf.PDFShading
Optional: A flag whether or not to filter the shading function to prevent aliasing artifacts.
APP0 - Static variable in class org.apache.fop.image.analyser.JPEGReader
 
appendChild(Node) - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
appendChild(Node) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
appendChild(Node) - Method in class org.apache.fop.dom.NodeImpl
 
appendData(String) - Method in class org.apache.fop.dom.CharacterDataImpl
 
appendItem(String) - Method in class org.apache.fop.dom.svg.SVGStringListImpl
 
appendItem(SVGLength) - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
appendItem(SVGTransform) - Method in class org.apache.fop.dom.svg.SVGTransformListImpl
 
APPF - Static variable in class org.apache.fop.image.analyser.JPEGReader
 
applyAreaContainerOffsets(AreaContainer, Area) - Method in class org.apache.fop.layout.LinkSet
 
applyFilters() - Method in class org.apache.fop.pdf.PDFStream
Apply the filters to the data in the order given and return the /Filter and /DecodeParms entries for the stream dictionary.
applyStyle(SVGElement, SVGStylable) - Method in class org.apache.fop.render.pdf.SVGRenderer
 
applyTransform(SVGAnimatedTransformList) - Method in class org.apache.fop.render.pdf.SVGRenderer
 
Area - class org.apache.fop.layout.Area.
 
AREA_FULL_NONE - Static variable in class org.apache.fop.fo.Status
 
AREA_FULL_SOME - Static variable in class org.apache.fop.fo.Status
 
Area(FontState) - Constructor for class org.apache.fop.layout.Area
 
Area(FontState, int, int) - Constructor for class org.apache.fop.layout.Area
 
AreaContainer - class org.apache.fop.layout.AreaContainer.
 
AreaContainer(FontState, int, int, int, int, int) - Constructor for class org.apache.fop.layout.AreaContainer
 
areaTree - Variable in class org.apache.fop.apps.Driver
the area tree that is the result of formatting the FO tree
areaTree - Variable in class org.apache.fop.layout.Box
 
AreaTree - class org.apache.fop.layout.AreaTree.
 
AreaTree() - Constructor for class org.apache.fop.layout.AreaTree
 
ascent - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
ASCII85Filter - class org.apache.fop.pdf.ASCII85Filter.
 
ASCII85Filter() - Constructor for class org.apache.fop.pdf.ASCII85Filter
 
ASCIIHexFilter - class org.apache.fop.pdf.ASCIIHexFilter.
 
ASCIIHexFilter() - Constructor for class org.apache.fop.pdf.ASCIIHexFilter
 
asDouble() - Method in class org.apache.fop.fo.expr.Numeric
 
asLength() - Method in class org.apache.fop.fo.expr.Numeric
Return the current value as a Length if possible.
asNumber() - Method in class org.apache.fop.fo.expr.Numeric
Return the current value as a Number if possible.
AUTO - Static variable in class org.apache.fop.datatypes.Length
 
avgWidth - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
awidth - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
AWT - Static variable in class org.apache.fop.configuration.Configuration
 
AWTCommandLine - class org.apache.fop.apps.AWTCommandLine.
initialize AWT previewer
AWTCommandLine(String, String) - Constructor for class org.apache.fop.apps.AWTCommandLine
 
AWTFontMetrics - class org.apache.fop.render.awt.AWTFontMetrics.
This is a FontMetrics to be used for AWT rendering.
AWTFontMetrics(Component) - Constructor for class org.apache.fop.render.awt.AWTFontMetrics
Constructs a new Font-metrics.
AWTRenderer - class org.apache.fop.render.awt.AWTRenderer.
 
AWTRenderer(Translator) - Constructor for class org.apache.fop.render.awt.AWTRenderer
 

B

B5pc_H - Static variable in class org.apache.fop.pdf.PDFCMap
Chinese (traditional)
B5pc_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
background - Variable in class org.apache.fop.pdf.PDFShading
The background color.
backgroundColor - Variable in class org.apache.fop.layout.Area
 
backgroundColor - Variable in class org.apache.fop.layout.RegionArea
 
balance() - Method in class org.apache.fop.layout.hyphenation.TernaryTree
Balance the tree for best search performance
base - Variable in class org.apache.fop.pdf.PDFCMap
base CMap (String or PDFStream)
basefont - Variable in class org.apache.fop.pdf.PDFFont
the base font name (eg "Helvetica")
basefont - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
basefont - Variable in class org.apache.fop.pdf.PDFCIDFont
 
basename - Variable in class org.apache.fop.pdf.PDFEncoding
the name for the base encoding.
BasicLink - class org.apache.fop.fo.flow.BasicLink.
 
BasicLink.Maker - class org.apache.fop.fo.flow.BasicLink.Maker.
 
BasicLink.Maker() - Constructor for class org.apache.fop.fo.flow.BasicLink.Maker
 
BasicLink(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.BasicLink
 
bBox - Variable in class org.apache.fop.pdf.PDFPattern
Vector of Doubles representing the Bounding box rectangle
bBox - Variable in class org.apache.fop.pdf.PDFShading
Optional: A Vector specifying the clipping rectangle
BEFORE - Static variable in class org.apache.fop.fo.PropertyList
 
bIsComputed - Variable in class org.apache.fop.datatypes.Length
 
bitsPerComponent - Variable in class org.apache.fop.pdf.PDFShading
Required for Type 4,5,6, and 7: Specifies the number of bits used to represent each color coordinate.
bitsPerCoordinate - Variable in class org.apache.fop.pdf.PDFShading
Required for Type 4,5,6, and 7: Specifies the number of bits used to represent each vertex coordinate.
bitsPerFlag - Variable in class org.apache.fop.pdf.PDFShading
Required for Type 4,5,6, and 7: Specifies the number of bits used to represent the edge flag for each vertex.
bitsPerSample - Variable in class org.apache.fop.pdf.PDFFunction
Required for Type 0: Number of Bits used to represent each sample value.
black - Variable in class org.apache.fop.pdf.PDFColor
 
black() - Method in class org.apache.fop.pdf.PDFColor
 
blackFactor - Static variable in class org.apache.fop.pdf.PDFColor
 
Block - class org.apache.fop.fo.flow.Block.
 
BLOCK_SIZE - Static variable in class org.apache.fop.layout.hyphenation.TernaryTree
 
Block.Maker - class org.apache.fop.fo.flow.Block.Maker.
 
Block.Maker() - Constructor for class org.apache.fop.fo.flow.Block.Maker
 
Block(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.Block
 
BlockArea - class org.apache.fop.layout.BlockArea.
This class represents a Block Area.
BlockArea(FontState, int, int, int, int, int, int, int, int) - Constructor for class org.apache.fop.layout.BlockArea
 
BlockContainer - class org.apache.fop.fo.flow.BlockContainer.
 
BlockContainer.Maker - class org.apache.fop.fo.flow.BlockContainer.Maker.
 
BlockContainer.Maker() - Constructor for class org.apache.fop.fo.flow.BlockContainer.Maker
 
BlockContainer(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.BlockContainer
 
BLOCKPROGDIM - Static variable in class org.apache.fop.fo.PropertyList
 
blue - Variable in class org.apache.fop.pdf.PDFColor
 
blue - Variable in class org.apache.fop.datatypes.ColorType
the blue component
blue() - Method in class org.apache.fop.pdf.PDFColor
 
blue() - Method in class org.apache.fop.datatypes.ColorType
 
blue255() - Method in class org.apache.fop.pdf.PDFColor
 
BMP_SIG_LENGTH - Static variable in class org.apache.fop.image.analyser.BMPReader
 
BmpImage - class org.apache.fop.image.BmpImage.
 
BmpImage(URL) - Constructor for class org.apache.fop.image.BmpImage
 
BmpImage(URL, ImageReader) - Constructor for class org.apache.fop.image.BmpImage
 
BMPReader - class org.apache.fop.image.analyser.BMPReader.
ImageReader object for BMP image type.
BMPReader() - Constructor for class org.apache.fop.image.analyser.BMPReader
 
BodyAreaContainer - class org.apache.fop.layout.BodyAreaContainer.
 
BodyAreaContainer(FontState, int, int, int, int, int, int, int) - Constructor for class org.apache.fop.layout.BodyAreaContainer
 
bodyIndent - Variable in class org.apache.fop.fo.FONode
 
BodyRegionArea - class org.apache.fop.layout.BodyRegionArea.
 
BodyRegionArea(int, int, int, int) - Constructor for class org.apache.fop.layout.BodyRegionArea
 
bookComponent - Variable in class org.apache.fop.mif.MIFDocument
 
borderColorBottom - Variable in class org.apache.fop.layout.Area
 
borderColorLeft - Variable in class org.apache.fop.layout.Area
 
borderColorRight - Variable in class org.apache.fop.layout.Area
 
borderColorTop - Variable in class org.apache.fop.layout.Area
 
borderStyleBottom - Variable in class org.apache.fop.layout.Area
 
borderStyleLeft - Variable in class org.apache.fop.layout.Area
 
borderStyleRight - Variable in class org.apache.fop.layout.Area
 
borderStyleTop - Variable in class org.apache.fop.layout.Area
 
borderWidthBottom - Variable in class org.apache.fop.layout.Area
 
borderWidthLeft - Variable in class org.apache.fop.layout.Area
 
borderWidthRight - Variable in class org.apache.fop.layout.Area
 
borderWidthTop - Variable in class org.apache.fop.layout.Area
 
BOTTOM - Static variable in class org.apache.fop.fo.PropertyList
 
bounds - Variable in class org.apache.fop.pdf.PDFFunction
Optional for Type 3: An array of (k-1) Doubles that, in combination with Domain, define the intervals to which each function from the Functions array apply.
Box - class org.apache.fop.layout.Box.
 
Box() - Constructor for class org.apache.fop.layout.Box
 
BREAK_AFTER - Static variable in class org.apache.fop.fo.FONode
value of marker after break-after
buildFOTree(Document) - Method in class org.apache.fop.apps.Driver
build the formatting object tree using the given DOM Document
buildFOTree(XMLReader, InputSource) - Method in class org.apache.fop.apps.Driver
build the formatting object tree using the given SAX Parser and SAX InputSource
buildSVGTree(Document) - Method in class org.apache.fop.svg.SVGDriver
build the formatting object tree using the given DOM Document
buildSVGTree(XMLReader, InputSource) - Method in class org.apache.fop.svg.SVGDriver
build the formatting object tree using the given SAX Parser and SAX InputSource
ByteVector - class org.apache.fop.layout.hyphenation.ByteVector.
This class implements a simple byte vector with access to the underlying array.
ByteVector() - Constructor for class org.apache.fop.layout.hyphenation.ByteVector
 
ByteVector(byte[]) - Constructor for class org.apache.fop.layout.hyphenation.ByteVector
 
ByteVector(byte[], int) - Constructor for class org.apache.fop.layout.hyphenation.ByteVector
 
ByteVector(int) - Constructor for class org.apache.fop.layout.hyphenation.ByteVector
 

C

ca - Variable in class org.apache.fop.fo.FOText
 
calculateLastControl(float, float, float, float, float, float) - Method in class org.apache.fop.render.pdf.SVGRenderer
Calculate the last control point for a bezier curve.
CANCEL - Static variable in class org.apache.fop.viewer.UserMessage
Möglicher Rückgabewert @see ButtonDialog
capacity() - Method in class org.apache.fop.layout.hyphenation.CharVector
returns current capacity of array
capacity() - Method in class org.apache.fop.layout.hyphenation.ByteVector
returns current capacity of array
capHeight - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
cells - Variable in class org.apache.fop.fo.flow.TableRow
The list of cell states for this row.
changeColor(float, float, float) - Method in class org.apache.fop.layout.LineArea
 
changeFont(FontState) - Method in class org.apache.fop.layout.LineArea
 
changeHyphenation(String, String, int, char, int, int) - Method in class org.apache.fop.layout.LineArea
sets hyphenation related traits: language, country, hyphenate, hyphenation-character and minimum number of character to remain one the previous line and to be on the next line.
changeVerticalAlign(int) - Method in class org.apache.fop.layout.LineArea
 
changeWhiteSpaceCollapse(int) - Method in class org.apache.fop.layout.LineArea
 
changeWrapOption(int) - Method in class org.apache.fop.layout.LineArea
 
Character - class org.apache.fop.fo.flow.Character.
this class represents the flow object 'fo:character'.
Character.Maker - class org.apache.fop.fo.flow.Character.Maker.
 
Character.Maker() - Constructor for class org.apache.fop.fo.flow.Character.Maker
 
Character(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.Character
 
CharacterDataImpl - class org.apache.fop.dom.CharacterDataImpl.
 
CharacterDataImpl() - Constructor for class org.apache.fop.dom.CharacterDataImpl
 
CharacterProperty - class org.apache.fop.fo.CharacterProperty.
 
CharacterProperty.Maker - class org.apache.fop.fo.CharacterProperty.Maker.
 
CharacterProperty.Maker(String) - Constructor for class org.apache.fop.fo.CharacterProperty.Maker
 
CharacterProperty(char) - Constructor for class org.apache.fop.fo.CharacterProperty
 
characters(char[], int, int) - Method in class org.apache.fop.layout.hyphenation.PatternParser
Characters.
characters(char[], int, int) - Method in class org.apache.fop.configuration.ConfigurationParser
extracts characters from text nodes and puts them into their respective variables
characters(char[], int, int) - Method in class org.apache.fop.fo.FOTreeBuilder
SAX Handler for characters
characters(char[], int, int) - Method in class org.apache.fop.fo.SVGTreeBuilder
SAX Handler for characters
characters(char[], int, int) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
charProcs - Variable in class org.apache.fop.pdf.PDFFontType3
font's required /CharProcs dictionary
CharVector - class org.apache.fop.layout.hyphenation.CharVector.
This class implements a simple char vector with access to the underlying array.
CharVector() - Constructor for class org.apache.fop.layout.hyphenation.CharVector
 
CharVector(char[]) - Constructor for class org.apache.fop.layout.hyphenation.CharVector
 
CharVector(char[], int) - Constructor for class org.apache.fop.layout.hyphenation.CharVector
 
CharVector(int) - Constructor for class org.apache.fop.layout.hyphenation.CharVector
 
checkEnclosure(SVGElement, SVGRect) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
checkEnumValues(String) - Method in class org.apache.fop.fo.Property.Maker
 
checkEnumValues(String) - Method in class org.apache.fop.fo.EnumProperty.Maker
Called by subclass if no match found.
checkIntersection(SVGElement, SVGRect) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
checkRegionNames() - Method in class org.apache.fop.fo.pagination.LayoutMasterSet
 
checkValueKeywords(String) - Method in class org.apache.fop.fo.Property.Maker
Return a String to be parsed if the passed value corresponds to a keyword which can be parsed and used to initialize the property.
cheight - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
children - Variable in class org.apache.fop.layout.Area
 
children - Variable in class org.apache.fop.fo.FONode
 
childs - Variable in class org.apache.fop.dom.NodeImpl
 
CID_TYPE0 - Static variable in class org.apache.fop.pdf.PDFCIDFont
 
CID_TYPE2 - Static variable in class org.apache.fop.pdf.PDFCIDFont
 
cidMap - Variable in class org.apache.fop.pdf.PDFCIDFont
/CIDToGIDMap (only for CIDFontType2, see p 212) can be either "Identity" (default) or a PDFStream
cidSet - Variable in class org.apache.fop.pdf.PDFCIDFontDescriptor
 
cidtype - Variable in class org.apache.fop.pdf.PDFCIDFont
 
Circle - class org.apache.fop.svg.Circle.
class representing svg:Circle pseudo flow object.
Circle.Maker - class org.apache.fop.svg.Circle.Maker.
inner class for making Circle objects.
Circle.Maker() - Constructor for class org.apache.fop.svg.Circle.Maker
 
Circle(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Circle
constructs a Circle object (called by Maker).
classmap - Variable in class org.apache.fop.layout.hyphenation.HyphenationTree
This map stores the character classes
clear() - Method in class org.apache.fop.layout.hyphenation.CharVector
Reset Vector but don't resize or clear elements
clear() - Method in class org.apache.fop.dom.svg.SVGListImpl
 
ClipPath - class org.apache.fop.svg.ClipPath.
class representing svg:ClipPath pseudo flow object.
ClipPath.Maker - class org.apache.fop.svg.ClipPath.Maker.
inner class for making ClipPath objects.
ClipPath.Maker() - Constructor for class org.apache.fop.svg.ClipPath.Maker
 
ClipPath(FObj, PropertyList) - Constructor for class org.apache.fop.svg.ClipPath
constructs a ClipPath object (called by Maker).
clone() - Method in class org.apache.fop.layout.hyphenation.CharVector
 
clone() - Method in class org.apache.fop.layout.hyphenation.TernaryTree
 
cloneNode(boolean) - Method in class org.apache.fop.dom.NodeImpl
 
close() - Method in class org.apache.fop.image.AbstractFopImage
Free all ressource.
close() - Method in interface org.apache.fop.image.FopImage
 
cm - Variable in class org.apache.fop.image.FopImageConsumer
 
CNS_EUC_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
CNS_EUC_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
code - Variable in class org.apache.fop.fo.Status
 
CodePointMapping - class org.apache.fop.render.pdf.CodePointMapping.
 
CodePointMapping() - Constructor for class org.apache.fop.render.pdf.CodePointMapping
 
colorspace - Variable in class org.apache.fop.pdf.PDFDocument
the colorspace (0=RGB, 1=CMYK)
colorSpace - Variable in class org.apache.fop.pdf.PDFPathPaint
 
colorSpace - Variable in class org.apache.fop.pdf.PDFShading
A ColorSpace representing the colorspace.
ColorSpace - class org.apache.fop.datatypes.ColorSpace.
 
ColorSpace(int) - Constructor for class org.apache.fop.datatypes.ColorSpace
 
ColorType - class org.apache.fop.datatypes.ColorType.
a colour quantity in XSL
ColorType(float, float, float) - Constructor for class org.apache.fop.datatypes.ColorType
 
ColorType(String) - Constructor for class org.apache.fop.datatypes.ColorType
set the colour given a particular String specifying either a colour name or #RGB or #RRGGBB
colorType2Color(ColorType) - Static method in class org.apache.fop.render.awt.AWTRenderer
 
ColorTypeProperty - class org.apache.fop.fo.ColorTypeProperty.
 
ColorTypeProperty.Maker - class org.apache.fop.fo.ColorTypeProperty.Maker.
 
ColorTypeProperty.Maker(String) - Constructor for class org.apache.fop.fo.ColorTypeProperty.Maker
 
ColorTypeProperty(ColorType) - Constructor for class org.apache.fop.fo.ColorTypeProperty
 
ColumnArea - class org.apache.fop.layout.ColumnArea.
 
ColumnArea(FontState, int, int, int, int, int) - Constructor for class org.apache.fop.layout.ColumnArea
 
Command - class org.apache.fop.viewer.Command.
Klasse für UI-Kommandos.
Command(String) - Constructor for class org.apache.fop.viewer.Command
 
Command(String, ImageIcon) - Constructor for class org.apache.fop.viewer.Command
 
Command(String, String) - Constructor for class org.apache.fop.viewer.Command
 
CommandLine - class org.apache.fop.apps.CommandLine.
mainline class.
CommandLine(String[]) - Constructor for class org.apache.fop.apps.CommandLine
 
Compare - class org.apache.fop.tools.anttasks.Compare.
This class is an extension of Ant, a script utility from jakarta.apache.org.
Compare() - Constructor for class org.apache.fop.tools.anttasks.Compare
 
CompileXMLFiles - class org.apache.fop.tools.anttasks.CompileXMLFiles.
 
CompileXMLFiles() - Constructor for class org.apache.fop.tools.anttasks.CompileXMLFiles
 
CompoundDatatype - interface org.apache.fop.datatypes.CompoundDatatype.
 
compute(PropertyList) - Method in class org.apache.fop.fo.Property.Maker
Return a Property object representing the value of this property, based on other property values for this FO.
computeProperty(PropertyList, String, String, String) - Method in class org.apache.fop.fo.PropertyListBuilder
 
computeValue() - Method in class org.apache.fop.datatypes.Length
 
computeValue() - Method in class org.apache.fop.datatypes.MixedLength
 
computeValue() - Method in class org.apache.fop.datatypes.PercentLength
Return the computed value in millipoints.
ConditionalPageMasterReference - class org.apache.fop.fo.pagination.ConditionalPageMasterReference.
 
ConditionalPageMasterReference.Maker - class org.apache.fop.fo.pagination.ConditionalPageMasterReference.Maker.
 
ConditionalPageMasterReference.Maker() - Constructor for class org.apache.fop.fo.pagination.ConditionalPageMasterReference.Maker
 
ConditionalPageMasterReference(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
CondLength - class org.apache.fop.datatypes.CondLength.
a space quantity in XSL (space-before, space-after)
CondLength() - Constructor for class org.apache.fop.datatypes.CondLength
 
CondLengthProperty - class org.apache.fop.fo.CondLengthProperty.
 
CondLengthProperty.Maker - class org.apache.fop.fo.CondLengthProperty.Maker.
 
CondLengthProperty.Maker(String) - Constructor for class org.apache.fop.fo.CondLengthProperty.Maker
 
CondLengthProperty(CondLength) - Constructor for class org.apache.fop.fo.CondLengthProperty
 
cOne - Variable in class org.apache.fop.pdf.PDFFunction
Required For Type 2: An Array of n Doubles defining the function result when x=1.
Configuration - class org.apache.fop.configuration.Configuration.
a configuration class for all general configuration aspects except those related to specific renderers.
Configuration() - Constructor for class org.apache.fop.configuration.Configuration
 
ConfigurationParser - class org.apache.fop.configuration.ConfigurationParser.
SAX2 Handler which retrieves the configuration information and stores them in Configuration.
ConfigurationParser() - Constructor for class org.apache.fop.configuration.ConfigurationParser
 
ConfigurationReader - class org.apache.fop.configuration.ConfigurationReader.
entry class for reading configuration from file and creating a configuration class.
ConfigurationReader(InputSource) - Constructor for class org.apache.fop.configuration.ConfigurationReader
creates a configuration reader
configureID(String, Area) - Method in class org.apache.fop.datatypes.IDReferences
Configures this id
consolidate() - Method in class org.apache.fop.dom.svg.SVGTransformListImpl
 
constructFontXML(PFMFile, String, String, String, String) - Method in class org.apache.fop.fonts.apps.PFMReader
Generates the font metrics file from the PFM file.
constructFontXML(TTFFile, String, String, String, String) - Method in class org.apache.fop.fonts.apps.TTFReader
Generates the font metrics file from the PFM file.
CONTAINING_BOX - Static variable in class org.apache.fop.datatypes.LengthBase
 
CONTAINING_REFAREA - Static variable in class org.apache.fop.datatypes.LengthBase
 
contains(String) - Method in class org.apache.fop.viewer.SecureResourceBundle
Stellt fest, ob es den Key gibt.
contains(String) - Method in interface org.apache.fop.viewer.Translator
Gibt an ob ein Key in der Übersetzungsquelle vorhanden ist.
contentRectangleWidth - Variable in class org.apache.fop.layout.Area
 
contents - Variable in class org.apache.fop.pdf.PDFPage
the contents stream
convert(double, String) - Method in class org.apache.fop.datatypes.Length
Convert the given length to a dimensionless integer representing a whole number of base units (milli-points).
convert(String) - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
convert(String) - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
convert(String) - Method in class org.apache.fop.datatypes.TransformData
The following is taken from CR-SVG-20000802 7.6, Transform Attribute The value of the transform attribute is a , which is defined as a list of transform definitions, which are applied in the order provided.
convert(String) - Method in class org.apache.fop.datatypes.PathData
 
convert(String) - Method in class org.apache.fop.datatypes.PointsData
 
convertCMYKtoGRAY() - Method in class org.apache.fop.pdf.PDFColor
 
convertCMYKtoRGB() - Method in class org.apache.fop.pdf.PDFColor
 
convertGRAYtoCMYK() - Method in class org.apache.fop.pdf.PDFColor
 
convertGRAYtoRGB() - Method in class org.apache.fop.pdf.PDFColor
 
convertPath(SVGPathElementImpl, float, float) - Method in class org.apache.fop.render.awt.AWTRenderer
Mapps a SVG-Path to a AWT-GeneralPath.
convertPolygon(SVGPolygonElementImpl, int, int) - Method in class org.apache.fop.render.awt.AWTRenderer
Mapps a SVG-Polygon to a AWT-Polygon.
convertProperty(Property, PropertyList, FObj) - Method in class org.apache.fop.fo.Property.Maker
Return a Property object based on the passed Property object.
convertProperty(Property, PropertyList, FObj) - Method in class org.apache.fop.fo.LengthProperty.Maker
 
convertProperty(Property, PropertyList, FObj) - Method in class org.apache.fop.fo.ColorTypeProperty.Maker
 
convertProperty(Property, PropertyList, FObj) - Method in class org.apache.fop.fo.NumberProperty.Maker
 
convertPropertyDatatype(Property, PropertyList, FObj) - Method in class org.apache.fop.fo.Property.Maker
 
convertRGBtoCMYK() - Method in class org.apache.fop.pdf.PDFColor
 
convertRGBtoGRAY() - Method in class org.apache.fop.pdf.PDFColor
 
convertToSpecifiedUnits(short) - Method in class org.apache.fop.dom.svg.SVGAngleImpl
 
convertToSpecifiedUnits(short) - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
coords - Variable in class org.apache.fop.pdf.PDFShading
Required for Type 2: An Array of four numbers specifying the starting and ending coordinate pairs Required for Type 3: An Array of six numbers [x0,y0,r0,x1,y1,r1] specifying the centers and radii of the starting and ending circles.
count - Variable in class org.apache.fop.pdf.PDFAnnotList
the number of /Annot objects
count - Variable in class org.apache.fop.pdf.PDFPages
the number of /Page objects
country - Variable in class org.apache.fop.layout.BlockArea
 
country - Variable in class org.apache.fop.layout.LineArea
 
Courier - class org.apache.fop.render.mif.fonts.Courier.
 
Courier - class org.apache.fop.render.pdf.fonts.Courier.
 
Courier() - Constructor for class org.apache.fop.render.mif.fonts.Courier
 
Courier() - Constructor for class org.apache.fop.render.pdf.fonts.Courier
 
CourierBold - class org.apache.fop.render.mif.fonts.CourierBold.
 
CourierBold - class org.apache.fop.render.pdf.fonts.CourierBold.
 
CourierBold() - Constructor for class org.apache.fop.render.mif.fonts.CourierBold
 
CourierBold() - Constructor for class org.apache.fop.render.pdf.fonts.CourierBold
 
CourierBoldOblique - class org.apache.fop.render.mif.fonts.CourierBoldOblique.
 
CourierBoldOblique - class org.apache.fop.render.pdf.fonts.CourierBoldOblique.
 
CourierBoldOblique() - Constructor for class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
CourierBoldOblique() - Constructor for class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
CourierOblique - class org.apache.fop.render.mif.fonts.CourierOblique.
 
CourierOblique - class org.apache.fop.render.pdf.fonts.CourierOblique.
 
CourierOblique() - Constructor for class org.apache.fop.render.mif.fonts.CourierOblique
 
CourierOblique() - Constructor for class org.apache.fop.render.pdf.fonts.CourierOblique
 
createAttribute(String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createAttributeNS(String, String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createCDATASection(String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createComment(String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createDocumentFragment() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createElement(String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createElementMapping(String) - Method in class org.apache.fop.apps.Driver
protected method used by addElementMapping(String) to instantiate element mapping class
createElementMapping(String) - Method in class org.apache.fop.svg.SVGDriver
protected method used by addElementMapping(String) to instantiate element mapping class
createElementNS(String, String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createEntityReference(String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createEvent(String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createEvent(String) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createFont(int, String, byte, String, Object) - Static method in class org.apache.fop.pdf.PDFFont
factory method with the basic parameters
createFont(int, String, byte, String, Object, int, int, PDFArray, PDFFontDescriptor) - Static method in class org.apache.fop.pdf.PDFFont
factory method with the extended parameters for Type1, MMType1 and TrueType
createFrame(int, int, int, int) - Method in class org.apache.fop.mif.MIFDocument
 
createGradient(boolean, ColorSpace, Vector, Vector, Vector) - Method in class org.apache.fop.pdf.PDFDocument
 
createGraphic() - Method in class org.apache.fop.svg.SVGObj
 
createGraphic() - Method in class org.apache.fop.svg.Image
 
createGraphic() - Method in class org.apache.fop.svg.Rect
 
createGraphic() - Method in class org.apache.fop.svg.G
 
createGraphic() - Method in class org.apache.fop.svg.Symbol
 
createGraphic() - Method in class org.apache.fop.svg.Ellipse
 
createGraphic() - Method in class org.apache.fop.svg.Style
 
createGraphic() - Method in class org.apache.fop.svg.SVG
 
createGraphic() - Method in class org.apache.fop.svg.Polyline
 
createGraphic() - Method in interface org.apache.fop.svg.GraphicsCreator
 
createGraphic() - Method in class org.apache.fop.svg.Switch
 
createGraphic() - Method in class org.apache.fop.svg.RadialGradient
 
createGraphic() - Method in class org.apache.fop.svg.LinearGradient
 
createGraphic() - Method in class org.apache.fop.svg.Mask
 
createGraphic() - Method in class org.apache.fop.svg.Use
 
createGraphic() - Method in class org.apache.fop.svg.Defs
 
createGraphic() - Method in class org.apache.fop.svg.Text
 
createGraphic() - Method in class org.apache.fop.svg.ClipPath
 
createGraphic() - Method in class org.apache.fop.svg.Path
 
createGraphic() - Method in class org.apache.fop.svg.Circle
 
createGraphic() - Method in class org.apache.fop.svg.Pattern
 
createGraphic() - Method in class org.apache.fop.svg.A
 
createGraphic() - Method in class org.apache.fop.svg.Line
 
createGraphic() - Method in class org.apache.fop.svg.Polygon
 
createID(String) - Method in class org.apache.fop.datatypes.IDReferences
Creates id entry
createInstruction(GraphicImpl, Hashtable) - Method in class org.apache.fop.render.awt.AWTRenderer
 
createInternalLinkGoTo(int) - Method in class org.apache.fop.datatypes.IDNode
creates a new GoTo object for an internal link
createInternalLinkGoTo(String, int) - Method in class org.apache.fop.datatypes.IDReferences
creates an Internal Link GoTo object for this id
createItem() - Method in class org.apache.fop.dom.svg.SVGTransformListImpl
 
createItem() - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
createItem() - Method in class org.apache.fop.dom.svg.SVGStringListImpl
 
createNewId(String) - Method in class org.apache.fop.datatypes.IDReferences
Adds an id to IDReferences
createNextLineArea() - Method in class org.apache.fop.layout.BlockArea
Create a new line area to add inline objects.
createPage() - Method in class org.apache.fop.mif.MIFDocument
 
createParser() - Static method in class org.apache.fop.image.SVGImage
creates a SAX parser, using the value of org.xml.sax.parser defaulting to org.apache.xerces.parsers.SAXParser
createPreviewDialog(AWTRenderer, Translator) - Method in class org.apache.fop.apps.AWTCommandLine
 
createProcessingInstruction(String, String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createPropertyList(String) - Method in class org.apache.fop.apps.Driver
protected method used by addPropertyList(String) to instantiate list mapping class
createPropertyList(String) - Method in class org.apache.fop.svg.SVGDriver
protected method used by addPropertyList(String) to instantiate list mapping class
createRenderer(String) - Method in class org.apache.fop.apps.Driver
protected method used by setRenderer(String, String) to instantiate the Renderer class
createRGBColor() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createStop() - Method in class org.apache.fop.svg.Stop
 
createSVGAngle() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createSVGICCColor() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createSVGLength() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createSVGMatrix() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createSVGNumber() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createSVGPathSegArcAbs(float, float, float, float, float, boolean, boolean) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegArcRel(float, float, float, float, float, boolean, boolean) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegClosePath() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegCurvetoCubicAbs(float, float, float, float, float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegCurvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegCurvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegCurvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegCurvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegCurvetoQuadraticRel(float, float, float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegCurvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegCurvetoQuadraticSmoothRel(float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegLinetoAbs(float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegLinetoHorizontalAbs(float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegLinetoHorizontalRel(float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegLinetoRel(float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegLinetoVerticalAbs(float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegLinetoVerticalRel(float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegMovetoAbs(float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPathSegMovetoRel(float, float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
createSVGPoint() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createSVGRect() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createSVGString() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createSVGTransform() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createSVGTransformFromMatrix(SVGMatrix) - Method in class org.apache.fop.dom.svg.SVGTransformListImpl
 
createSVGTransformFromMatrix(SVGMatrix) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
createTable() - Method in class org.apache.fop.mif.MIFDocument
 
createTextElement() - Method in class org.apache.fop.svg.TextPath
 
createTextElement() - Method in interface org.apache.fop.svg.TextElement
 
createTextElement() - Method in class org.apache.fop.svg.TSpan
 
createTextElement() - Method in class org.apache.fop.svg.TRef
 
createTextNode(String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
createTextRect(int) - Method in class org.apache.fop.mif.MIFDocument
 
CSSPrimitiveValueImpl - class org.apache.fop.dom.css.CSSPrimitiveValueImpl.
 
CSSPrimitiveValueImpl() - Constructor for class org.apache.fop.dom.css.CSSPrimitiveValueImpl
 
CSSStyleDeclarationImpl - class org.apache.fop.dom.css.CSSStyleDeclarationImpl.
 
CSSStyleDeclarationImpl() - Constructor for class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
CSSStyleRuleImpl - class org.apache.fop.dom.css.CSSStyleRuleImpl.
 
CSSStyleRuleImpl(CSSStyleSheet) - Constructor for class org.apache.fop.dom.css.CSSStyleRuleImpl
 
CSSStyleSheetImpl - class org.apache.fop.dom.css.CSSStyleSheetImpl.
 
CSSStyleSheetImpl(String) - Constructor for class org.apache.fop.dom.css.CSSStyleSheetImpl
 
CSSValueImpl - class org.apache.fop.dom.css.CSSValueImpl.
 
CSSValueImpl() - Constructor for class org.apache.fop.dom.css.CSSValueImpl
 
CSSValueListImpl - class org.apache.fop.dom.css.CSSValueListImpl.
 
CSSValueListImpl() - Constructor for class org.apache.fop.dom.css.CSSValueListImpl
 
currentBlue - Variable in class org.apache.fop.render.awt.AWTRenderer
 
currentBlue - Variable in class org.apache.fop.render.pdf.PDFRenderer
the current colour's blue component
currentColorSpace - Variable in class org.apache.fop.datatypes.ColorSpace
 
currentFill - Variable in class org.apache.fop.render.pdf.PDFRenderer
the current color/gradient to fill shapes with
currentFObj - Variable in class org.apache.fop.fo.FOTreeBuilder
current formatting object being handled
currentFObj - Variable in class org.apache.fop.fo.SVGTreeBuilder
current formatting object being handled
currentFontName - Variable in class org.apache.fop.render.awt.AWTRenderer
The current (internal) font name
currentFontName - Variable in class org.apache.fop.render.pdf.SVGRenderer
the current (internal) font name
currentFontName - Variable in class org.apache.fop.render.pdf.PDFRenderer
the current (internal) font name
currentFontSize - Variable in class org.apache.fop.render.awt.AWTRenderer
The current font size in millipoints
currentFontSize - Variable in class org.apache.fop.render.pdf.SVGRenderer
the current font size in millipoints
currentFontSize - Variable in class org.apache.fop.render.pdf.PDFRenderer
the current font size in millipoints
currentFontSize() - Method in class org.apache.fop.fo.expr.PropertyInfo
Return the current font-size value as base units (milli-points).
currentGreen - Variable in class org.apache.fop.render.awt.AWTRenderer
 
currentGreen - Variable in class org.apache.fop.render.pdf.PDFRenderer
the current colour's green component
currentHeight - Variable in class org.apache.fop.layout.Area
 
currentLineArea - Variable in class org.apache.fop.layout.BlockArea
 
currentLinkSet - Variable in class org.apache.fop.layout.BlockArea
 
currentPage - Variable in class org.apache.fop.viewer.PreviewDialog
 
currentRed - Variable in class org.apache.fop.render.awt.AWTRenderer
The current colour's red, green and blue component
currentRed - Variable in class org.apache.fop.render.pdf.PDFRenderer
the current colour's red component
currentStroke - Variable in class org.apache.fop.render.pdf.PDFRenderer
the current color/gradient for borders, letters, etc.
currentXPosition - Variable in class org.apache.fop.render.awt.AWTRenderer
The current horizontal position in millipoints from left
currentXPosition - Variable in class org.apache.fop.render.pdf.SVGRenderer
the current horizontal position in millipoints from left
currentXPosition - Variable in class org.apache.fop.render.pdf.PDFRenderer
the current horizontal position in millipoints from left
currentXPosition - Variable in class org.apache.fop.render.mif.MIFRenderer
the current horizontal position in millipoints from left
currentYPosition - Variable in class org.apache.fop.render.awt.AWTRenderer
The current vertical position in millipoints from bottom
currentYPosition - Variable in class org.apache.fop.render.pdf.SVGRenderer
the current vertical position in millipoints from bottom
currentYPosition - Variable in class org.apache.fop.render.pdf.PDFRenderer
the current vertical position in millipoints from bottom
currentYPosition - Variable in class org.apache.fop.render.mif.MIFRenderer
the current vertical position in millipoints from bottom
Cursor - class org.apache.fop.svg.Cursor.
 
Cursor.Maker - class org.apache.fop.svg.Cursor.Maker.
inner class for making Cursor objects.
Cursor.Maker() - Constructor for class org.apache.fop.svg.Cursor.Maker
 
Cursor(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Cursor
constructs a Cursor object (called by Maker).
CUSTOM_BASE - Static variable in class org.apache.fop.datatypes.LengthBase
 
cwidth - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
cyan - Variable in class org.apache.fop.pdf.PDFColor
 
cyan() - Method in class org.apache.fop.pdf.PDFColor
 
cZero - Variable in class org.apache.fop.pdf.PDFFunction
Required For Type 2: An Array of n Doubles defining the function result when x=0.

D

decode - Variable in class org.apache.fop.pdf.PDFShading
Required for Type 4,5,6, and 7: Array of Doubles which specifies how to decode coordinate and color component values.
decode - Variable in class org.apache.fop.pdf.PDFFunction
Optinoal for Type 0: A 2 * n array of Doubles which provides a linear mapping of sample values to the range.
decreaseMaxHeight(Area, int) - Static method in class org.apache.fop.fo.flow.Footnote
 
DefaultMessageListener - class org.apache.fop.messaging.DefaultMessageListener.
A trivial implementation of a MessageListener For further explanation
DefaultMessageListener() - Constructor for class org.apache.fop.messaging.DefaultMessageListener
 
Defs - class org.apache.fop.svg.Defs.
class representing svg:Defs pseudo flow object.
Defs.Maker - class org.apache.fop.svg.Defs.Maker.
inner class for making Defs objects.
Defs.Maker() - Constructor for class org.apache.fop.svg.Defs.Maker
 
Defs(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Defs
constructs a Defs object (called by Maker).
deleteData(int, int) - Method in class org.apache.fop.dom.CharacterDataImpl
 
deleteRule(int) - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
Desc - class org.apache.fop.svg.Desc.
class representing svg:Desc pseudo flow object.
Desc.Maker - class org.apache.fop.svg.Desc.Maker.
inner class for making Desc objects.
Desc.Maker() - Constructor for class org.apache.fop.svg.Desc.Maker
 
Desc(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Desc
constructs a Desc object (called by Maker).
descendantFonts - Variable in class org.apache.fop.pdf.PDFFontType0
this should be an array of CIDFont but only the first one is used
descent - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
descriptor - Variable in class org.apache.fop.pdf.PDFFontNonBase14
descriptor of font metrics
descriptor - Variable in class org.apache.fop.pdf.PDFCIDFont
 
deSelectAll() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
detailInformation - Variable in class org.apache.fop.viewer.MessagesDialog
 
DEVICE_CMYK - Static variable in class org.apache.fop.datatypes.ColorSpace
 
DEVICE_GRAY - Static variable in class org.apache.fop.datatypes.ColorSpace
 
DEVICE_RGB - Static variable in class org.apache.fop.datatypes.ColorSpace
 
DEVICE_UNKNOWN - Static variable in class org.apache.fop.datatypes.ColorSpace
 
dialog - Variable in class org.apache.fop.viewer.MessagesDialog
 
differences - Variable in class org.apache.fop.pdf.PDFEncoding
the differences from the base encoding
dispatchEvent(Event) - Method in class org.apache.fop.dom.svg.GraphicElement
 
displayDetails(JDialog) - Method in class org.apache.fop.viewer.MessagesDialog
Die Methode fügt in den übergebenen Dialog eine scrollbare Textkomponente ein, in der die Detailinformation angezeigt wird.
DisplaySequence - class org.apache.fop.fo.flow.DisplaySequence.
 
DisplaySequence.Maker - class org.apache.fop.fo.flow.DisplaySequence.Maker.
 
DisplaySequence.Maker() - Constructor for class org.apache.fop.fo.flow.DisplaySequence.Maker
 
DisplaySequence(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.DisplaySequence
 
DisplaySpace - class org.apache.fop.layout.DisplaySpace.
 
DisplaySpace(int) - Constructor for class org.apache.fop.layout.DisplaySpace
 
dispose() - Method in class org.apache.fop.viewer.PreviewDialog
 
distanceBetweenStarts - Variable in class org.apache.fop.fo.FONode
 
divide(Numeric) - Method in class org.apache.fop.fo.expr.Numeric
Divide the the current value by the operand and return a new Numeric representing the result.
doDrawing(SVGRenderer.DrawingInstruction) - Method in class org.apache.fop.render.pdf.SVGRenderer
Writes the drawing instruction out to the current stream depending on what type of drawing is required.
doesGoToReferenceExist(String) - Method in class org.apache.fop.datatypes.IDReferences
Determines whether the GoTo reference for the specified id is defined
doesIDExist(String) - Method in class org.apache.fop.datatypes.IDReferences
Determines whether specified id already exists in IDReferences
DOESNOT_FIT - Static variable in class org.apache.fop.fo.flow.Character
 
doHyphenation(char[], int, int, int) - Method in class org.apache.fop.layout.LineArea
extracts word for hyphenation and calls hyphenation package, handles cases of inword punctuation and quotation marks at the beginning of words, but not in a internationalized way
doit() - Method in class org.apache.fop.viewer.Command
 
domain - Variable in class org.apache.fop.pdf.PDFShading
Optional for Type 1: Array of four numbers, xmin, xmax, ymin, ymax.
domain - Variable in class org.apache.fop.pdf.PDFFunction
Required: 2 * m Array of Double numbers which are possible inputs to the function
doSetup(Area) - Method in class org.apache.fop.fo.flow.TableRow
 
doSetup(Area) - Method in class org.apache.fop.fo.flow.TableCell
 
doubleOut(double) - Method in class org.apache.fop.pdf.PDFNumber
 
doubleOut(Double) - Method in class org.apache.fop.pdf.PDFNumber
 
drawFrame() - Method in class org.apache.fop.render.awt.AWTRenderer
 
drawShape(Shape, AWTRenderer.DrawingInstruction) - Method in class org.apache.fop.render.awt.AWTRenderer
 
Driver - class org.apache.fop.apps.Driver.
Primary class that drives overall FOP process.
Driver() - Constructor for class org.apache.fop.apps.Driver
create a new Driver
dumpConfiguration() - Static method in class org.apache.fop.configuration.Configuration
debug methods, which writes out all information in this configuration
dumpError(Exception) - Method in class org.apache.fop.apps.Driver
Dumps an error
dumpError(Exception) - Method in class org.apache.fop.configuration.ConfigurationReader
Dumps an error
dw - Variable in class org.apache.fop.pdf.PDFCIDFont
 
dw2 - Variable in class org.apache.fop.pdf.PDFCIDFont
 
dx - Variable in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
dxlist - Variable in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
dy - Variable in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
dylist - Variable in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 

E

ElementImpl - class org.apache.fop.dom.ElementImpl.
 
ElementImpl() - Constructor for class org.apache.fop.dom.ElementImpl
 
ElementMapping - interface org.apache.fop.fo.ElementMapping.
 
elements - Variable in class org.apache.fop.dom.svg.SVGMaskElementImpl
 
elements - Variable in class org.apache.fop.dom.svg.SVGClipPathElementImpl
 
Ellipse - class org.apache.fop.svg.Ellipse.
class representing svg:Ellipse pseudo flow object.
Ellipse.Maker - class org.apache.fop.svg.Ellipse.Maker.
inner class for making Ellipse objects.
Ellipse.Maker() - Constructor for class org.apache.fop.svg.Ellipse.Maker
 
Ellipse(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Ellipse
constructs a Ellipse object (called by Maker).
embeddedLinkStart - Variable in class org.apache.fop.layout.LineArea
 
encode - Variable in class org.apache.fop.pdf.PDFFunction
Optional for Type 0: A 2 * m array of Doubles which provides a linear mapping of input values to the domain.
encode(byte[]) - Method in class org.apache.fop.pdf.PDFFilter
encode the given data with the filter
encode(byte[]) - Method in class org.apache.fop.pdf.FlateFilter
Encode the given data and return it.
encode(byte[]) - Method in class org.apache.fop.pdf.ASCII85Filter
 
encode(byte[]) - Method in class org.apache.fop.pdf.ASCIIHexFilter
 
encoding - Variable in class org.apache.fop.pdf.PDFFont
the character encoding scheme used by the font.
encoding() - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
encoding() - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
encoding() - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
encoding() - Method in class org.apache.fop.render.mif.fonts.Courier
 
encoding() - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
encoding() - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
encoding() - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
encoding() - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
encoding() - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
encoding() - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
encoding() - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
encoding() - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
encoding() - Method in class org.apache.fop.render.mif.fonts.Symbol
 
encoding() - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
encoding() - Method in class org.apache.fop.render.pdf.Font
get the encoding of the font
encoding() - Method in class org.apache.fop.render.mif.Font
get the encoding of the font
encoding() - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.Courier
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
encoding() - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
END - Static variable in class org.apache.fop.fo.PropertyList
 
end() - Method in class org.apache.fop.layout.Area
 
end() - Method in class org.apache.fop.layout.BlockArea
Notify this block that the area has completed layout.
end() - Method in class org.apache.fop.layout.ColumnArea
 
end() - Method in class org.apache.fop.layout.SpanArea
 
end() - Method in class org.apache.fop.fo.FObj
 
end() - Method in class org.apache.fop.fo.pagination.SimplePageMaster
 
endDocument() - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
endElement(String) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
endElement(String, String, String) - Method in class org.apache.fop.layout.hyphenation.PatternParser
 
endElement(String, String, String) - Method in class org.apache.fop.configuration.ConfigurationParser
stores subentries or entries into their hashes (map for subentries, configuration for entry)
endElement(String, String, String) - Method in class org.apache.fop.fo.FOTreeBuilder
SAX Handler for the end of an element
endElement(String, String, String) - Method in class org.apache.fop.fo.SVGTreeBuilder
SAX Handler for the end of an element
endIndent - Variable in class org.apache.fop.layout.BlockArea
 
endIndent - Variable in class org.apache.fop.layout.LineArea
 
endIndent - Variable in class org.apache.fop.layout.LinkSet
 
endTable() - Method in class org.apache.fop.mif.MIFDocument
 
EnumProperty - class org.apache.fop.fo.EnumProperty.
 
EnumProperty.Maker - class org.apache.fop.fo.EnumProperty.Maker.
 
EnumProperty.Maker(String) - Constructor for class org.apache.fop.fo.EnumProperty.Maker
 
EnumProperty(int) - Constructor for class org.apache.fop.fo.EnumProperty
 
eq - Variable in class org.apache.fop.layout.hyphenation.TernaryTree
Pointer to equal branch and to data when this node is a string terminator.
equals(Object) - Method in class org.apache.fop.pdf.PDFColor
 
ERROR - Static variable in class org.apache.fop.messaging.MessageEvent
 
error(SAXParseException) - Method in class org.apache.fop.layout.hyphenation.PatternParser
Error.
error(SAXParseException) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
error(String) - Static method in class org.apache.fop.messaging.MessageHandler
error warning for the user
errorDump - Variable in class org.apache.fop.apps.Driver
If true, full error stacks are reported
ErrorHandler - interface org.apache.fop.apps.ErrorHandler.
not implemented yet
errorln(String) - Static method in class org.apache.fop.messaging.MessageHandler
convenience method which adds a return to the error message
ETen_B5_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
ETen_B5_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
ETenms_B5_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
ETenms_B5_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
EUC_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
EUC_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
eval(Property[], PropertyInfo) - Method in class org.apache.fop.fo.expr.MaxFunction
 
eval(Property[], PropertyInfo) - Method in class org.apache.fop.fo.expr.MinFunction
 
eval(Property[], PropertyInfo) - Method in class org.apache.fop.fo.expr.FromParentFunction
 
eval(Property[], PropertyInfo) - Method in class org.apache.fop.fo.expr.AbsFunction
 
eval(Property[], PropertyInfo) - Method in class org.apache.fop.fo.expr.InheritedPropFunction
 
eval(Property[], PropertyInfo) - Method in class org.apache.fop.fo.expr.NearestSpecPropFunction
 
eval(Property[], PropertyInfo) - Method in class org.apache.fop.fo.expr.FromTableColumnFunction
 
eval(Property[], PropertyInfo) - Method in class org.apache.fop.fo.expr.FopPropValFunction
 
eval(Property[], PropertyInfo) - Method in class org.apache.fop.fo.expr.PPColWidthFunction
 
eval(Property[], PropertyInfo) - Method in interface org.apache.fop.fo.expr.Function
 
EVENT - Static variable in class org.apache.fop.messaging.MessageHandler
 
exception - Variable in class org.apache.fop.viewer.MessageException
Angabe der auslösenden Exception, wie z.B.
execute() - Method in class org.apache.fop.tools.anttasks.SerializeHyphPattern
Main method, which is called by ant.
execute() - Method in class org.apache.fop.tools.anttasks.Compare
 
execute() - Method in class org.apache.fop.tools.anttasks.Fop
main method, starts execution of this task
execute() - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
execute() - Method in class org.apache.fop.tools.anttasks.Xslt
Main method, which is called by ant.
Ext_RKSJ_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
Ext_RKSJ_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
extend - Variable in class org.apache.fop.pdf.PDFShading
Required for Type 2+3: An Array of two boolean values specifying whether to extend the start and end colors past the start and end points, respectively.
ExtensionArea - class org.apache.fop.layout.ExtensionArea.
 
ExtensionArea(ExtensionObj) - Constructor for class org.apache.fop.layout.ExtensionArea
 
ExtensionElementMapping - class org.apache.fop.extensions.ExtensionElementMapping.
 
ExtensionElementMapping() - Constructor for class org.apache.fop.extensions.ExtensionElementMapping
 
ExtensionObj - class org.apache.fop.extensions.ExtensionObj.
base class for extension objects
ExtensionObj(FObj, PropertyList) - Constructor for class org.apache.fop.extensions.ExtensionObj
 
ExtensionPropertyListMapping - class org.apache.fop.extensions.ExtensionPropertyListMapping.
 
ExtensionPropertyListMapping() - Constructor for class org.apache.fop.extensions.ExtensionPropertyListMapping
 
ExtensionPropertyMapping - class org.apache.fop.fo.properties.ExtensionPropertyMapping.
 
ExtensionPropertyMapping() - Constructor for class org.apache.fop.fo.properties.ExtensionPropertyMapping
 
EXTERNAL - Static variable in class org.apache.fop.layout.LinkSet
 
ExternalGraphic - class org.apache.fop.fo.flow.ExternalGraphic.
 
ExternalGraphic.Maker - class org.apache.fop.fo.flow.ExternalGraphic.Maker.
 
ExternalGraphic.Maker() - Constructor for class org.apache.fop.fo.flow.ExternalGraphic.Maker
 
ExternalGraphic(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.ExternalGraphic
 
extGState - Variable in class org.apache.fop.pdf.PDFPattern
String representing the extended Graphics state.

F

fatalError(SAXParseException) - Method in class org.apache.fop.layout.hyphenation.PatternParser
Fatal error.
fatalError(SAXParseException) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
FILE - Static variable in class org.apache.fop.messaging.MessageHandler
 
fileInputSource(String) - Static method in class org.apache.fop.apps.MIFCommandLine
create an InputSource from a file name
fileInputSource(String) - Static method in class org.apache.fop.apps.XalanCommandLine
create an InputSource from a file name
fileInputSource(String) - Static method in class org.apache.fop.apps.CommandLine
create an InputSource from a file name
fileInputSource(String) - Static method in class org.apache.fop.apps.AWTCommandLine
create an InputSource from a file name
fileInputSource(String) - Static method in class org.apache.fop.layout.hyphenation.PatternParser
create an InputSource from a file name
fileInputSource(String) - Static method in class org.apache.fop.tools.anttasks.Fop
create an InputSource from a file name
fileInputSource(String) - Static method in class org.apache.fop.tools.anttasks.CompileXMLFiles
create an InputSource from a file name
filename - Variable in class org.apache.fop.pdf.PDFFileSpec
the filename
fillInPDF(StringBuffer) - Method in class org.apache.fop.pdf.PDFFont
fill in the specifics for the font's subtype.
fillInPDF(StringBuffer) - Method in class org.apache.fop.pdf.PDFFontNonBase14
fill in the specifics for the font's subtype
fillInPDF(StringBuffer) - Method in class org.apache.fop.pdf.PDFFontType0
fill in the specifics for the font's subtype
fillInPDF(StringBuffer) - Method in class org.apache.fop.pdf.PDFFontDescriptor
fill in the specifics for the font's descriptor.
fillInPDF(StringBuffer) - Method in class org.apache.fop.pdf.PDFCIDFontDescriptor
 
fillInPDF(StringBuffer) - Method in class org.apache.fop.pdf.PDFFontType3
fill in the specifics for the font's subtype.
fillInPDF(StringBuffer) - Method in class org.apache.fop.pdf.PDFCMap
 
filter - Variable in class org.apache.fop.pdf.PDFFunction
Required (?) For Type 0: A vector of Strings for the various filters to be used to decode the stream.
Filter - class org.apache.fop.svg.Filter.
class representing svg:Filter pseudo flow object.
Filter.Maker - class org.apache.fop.svg.Filter.Maker.
inner class for making Filter objects.
Filter.Maker() - Constructor for class org.apache.fop.svg.Filter.Maker
 
Filter(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Filter
constructs a Filter object (called by Maker).
finalWidth - Variable in class org.apache.fop.layout.LineArea
 
find(char[], int) - Method in class org.apache.fop.layout.hyphenation.TernaryTree
 
find(String) - Method in class org.apache.fop.layout.hyphenation.TernaryTree
 
findChild(Node, String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
findConstant(String) - Method in class org.apache.fop.fo.EnumProperty.Maker
 
findMaker(String, String, String) - Method in class org.apache.fop.fo.PropertyListBuilder
 
findPattern(String) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
 
firstChar - Variable in class org.apache.fop.pdf.PDFFontNonBase14
first character code in the font
firstPageAction - Variable in class org.apache.fop.viewer.PreviewDialog
 
flags - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
FlateFilter - class org.apache.fop.pdf.FlateFilter.
A filter to deflate a stream.
FlateFilter() - Constructor for class org.apache.fop.pdf.FlateFilter
 
flipX() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
flipY() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
Flow - class org.apache.fop.fo.flow.Flow.
 
Flow.Maker - class org.apache.fop.fo.flow.Flow.Maker.
 
Flow.Maker() - Constructor for class org.apache.fop.fo.flow.Flow.Maker
 
Flow(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.Flow
 
FObj - class org.apache.fop.fo.FObj.
base class for representation of formatting objects and their processing
FObj.Maker - class org.apache.fop.fo.FObj.Maker.
 
FObj.Maker() - Constructor for class org.apache.fop.fo.FObj.Maker
 
FObj(FObj, PropertyList) - Constructor for class org.apache.fop.fo.FObj
 
FObjMixed - class org.apache.fop.fo.FObjMixed.
base class for representation of mixed content formatting objects and their processing
FObjMixed.Maker - class org.apache.fop.fo.FObjMixed.Maker.
 
FObjMixed.Maker() - Constructor for class org.apache.fop.fo.FObjMixed.Maker
 
FObjMixed(FObj, PropertyList) - Constructor for class org.apache.fop.fo.FObjMixed
 
fobjTable - Variable in class org.apache.fop.fo.FOTreeBuilder
table mapping element names to the makers of objects representing formatting objects
fobjTable - Variable in class org.apache.fop.fo.SVGTreeBuilder
table mapping element names to the makers of objects representing formatting objects
foCreator - Variable in class org.apache.fop.layout.Area
 
FONode - class org.apache.fop.fo.FONode.
base class for nodes in the formatting object tree
FONode(FObj) - Constructor for class org.apache.fop.fo.FONode
 
Font - class org.apache.fop.svg.Font.
class representing svg:Font pseudo flow object.
Font - class org.apache.fop.render.pdf.Font.
base class for PDF font classes
Font - class org.apache.fop.render.mif.Font.
base class for PDF font classes
FONT_FACTOR - Static variable in class org.apache.fop.render.awt.AWTFontMetrics
This factor multiplies the calculated values to scale to FOP internal measurements
FONT_SIZE - Static variable in class org.apache.fop.render.awt.AWTFontMetrics
Font size standard used for metric measurements
Font.Maker - class org.apache.fop.svg.Font.Maker.
inner class for making Font objects.
Font.Maker() - Constructor for class org.apache.fop.svg.Font.Maker
 
Font() - Constructor for class org.apache.fop.render.pdf.Font
 
Font() - Constructor for class org.apache.fop.render.mif.Font
 
Font(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Font
constructs a Font object (called by Maker).
fontBBox - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
fontBBox - Variable in class org.apache.fop.pdf.PDFFontType3
font's required /FontBBox bounding box
FontDescriptor - interface org.apache.fop.layout.FontDescriptor.
 
fontfile - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
FontFileReader - class org.apache.fop.fonts.FontFileReader.
Reads a file into an array and provides file like functions for array access.
FontFileReader(String) - Constructor for class org.apache.fop.fonts.FontFileReader
Constructor
fontInfo - Variable in class org.apache.fop.layout.FontState
 
FontInfo - class org.apache.fop.layout.FontInfo.
 
FontInfo() - Constructor for class org.apache.fop.layout.FontInfo
 
fontLookup(String, String, String) - Method in class org.apache.fop.layout.FontInfo
 
fontMatrix - Variable in class org.apache.fop.pdf.PDFFontType3
font's required /FontMatrix array
FontMetric - interface org.apache.fop.layout.FontMetric.
interface for font metric classes
FontMetricsMapper - class org.apache.fop.render.awt.FontMetricsMapper.
This class implements org.apache.fop.layout.FontMetric and is added to the hash table in FontInfo.
FontMetricsMapper(String, int, Component) - Constructor for class org.apache.fop.render.awt.FontMetricsMapper
Constructs a new Font-metrics.
fontname - Variable in class org.apache.fop.pdf.PDFFont
the internal name for the font (eg "F1")
fontName() - Method in interface org.apache.fop.layout.FontDescriptor
 
fontName() - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
fontName() - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
fontName() - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
fontName() - Method in class org.apache.fop.render.mif.fonts.Courier
 
fontName() - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
fontName() - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
fontName() - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
fontName() - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
fontName() - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
fontName() - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
fontName() - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
fontName() - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
fontName() - Method in class org.apache.fop.render.mif.fonts.Symbol
 
fontName() - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
fontName() - Method in class org.apache.fop.render.pdf.Font
get the base font name
fontName() - Method in class org.apache.fop.render.mif.Font
get the base font name
fontName() - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.Courier
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
fontName() - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
fontNames - Variable in class org.apache.fop.render.awt.AWTRenderer
 
fonts - Variable in class org.apache.fop.pdf.PDFResources
/Font objects keyed by their internal name
FontSetup - class org.apache.fop.render.awt.FontSetup.
sets up the AWT fonts.
FontSetup - class org.apache.fop.render.pdf.FontSetup.
sets up the PDF fonts.
FontSetup - class org.apache.fop.render.mif.FontSetup.
sets up the PDF fonts.
FontSetup() - Constructor for class org.apache.fop.render.awt.FontSetup
 
FontSetup() - Constructor for class org.apache.fop.render.pdf.FontSetup
 
FontSetup() - Constructor for class org.apache.fop.render.mif.FontSetup
 
fontsize - Variable in class org.apache.fop.dom.svg.SVGLengthListImpl
 
fontsize - Variable in class org.apache.fop.dom.svg.SVGLengthImpl
 
FONTSIZE - Static variable in class org.apache.fop.datatypes.LengthBase
 
fontState - Variable in class org.apache.fop.layout.Area
 
fontState - Variable in class org.apache.fop.render.pdf.SVGRenderer
 
FontState - class org.apache.fop.layout.FontState.
 
FontState(FontInfo, String, String, String, int, int) - Constructor for class org.apache.fop.layout.FontState
 
fontStyles - Variable in class org.apache.fop.render.awt.AWTRenderer
 
Footnote - class org.apache.fop.fo.flow.Footnote.
 
Footnote.Maker - class org.apache.fop.fo.flow.Footnote.Maker.
 
Footnote.Maker() - Constructor for class org.apache.fop.fo.flow.Footnote.Maker
 
Footnote(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.Footnote
 
FootnoteBody - class org.apache.fop.fo.flow.FootnoteBody.
 
FootnoteBody.Maker - class org.apache.fop.fo.flow.FootnoteBody.Maker.
 
FootnoteBody.Maker() - Constructor for class org.apache.fop.fo.flow.FootnoteBody.Maker
 
FootnoteBody(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.FootnoteBody
 
Fop - class org.apache.fop.tools.anttasks.Fop.
extension to Ant which allows usage of Fop in the same way as org.apache.fop.apps.CommandLine (the code is adapted from this class) Gets input and output filenames from the script file
needed libraries: Sax 2 parser (defaults to Xerces-J), Jimi for images, w3c.jar containing org.w3c.dom.svg etc.
Fop() - Constructor for class org.apache.fop.tools.anttasks.Fop
 
FOPException - exception org.apache.fop.apps.FOPException.
Exception thrown when FOP has a problem
FOPException(String) - Constructor for class org.apache.fop.apps.FOPException
create a new FOP Exception
FopImage - interface org.apache.fop.image.FopImage.
 
FopImageConsumer - class org.apache.fop.image.FopImageConsumer.
 
FopImageConsumer(ImageProducer) - Constructor for class org.apache.fop.image.FopImageConsumer
 
FopImageException - exception org.apache.fop.image.FopImageException.
 
FopImageException() - Constructor for class org.apache.fop.image.FopImageException
 
FopImageException(String) - Constructor for class org.apache.fop.image.FopImageException
 
FopImageFactory - class org.apache.fop.image.FopImageFactory.
create FopImage objects (with a configuration file - not yet implemented).
FopImageFactory() - Constructor for class org.apache.fop.image.FopImageFactory
 
FopPropValFunction - class org.apache.fop.fo.expr.FopPropValFunction.
Return the specified or initial value of the property on this object.
FopPropValFunction() - Constructor for class org.apache.fop.fo.expr.FopPropValFunction
 
FOPropertyMapping - class org.apache.fop.fo.properties.FOPropertyMapping.
 
FOPropertyMapping() - Constructor for class org.apache.fop.fo.properties.FOPropertyMapping
 
FORCE_COLUMN_BREAK - Static variable in class org.apache.fop.fo.Status
 
FORCE_PAGE_BREAK - Static variable in class org.apache.fop.fo.Status
 
FORCE_PAGE_BREAK_EVEN - Static variable in class org.apache.fop.fo.Status
 
FORCE_PAGE_BREAK_ODD - Static variable in class org.apache.fop.fo.Status
 
forcedStartOffset - Variable in class org.apache.fop.fo.FONode
 
forcedWidth - Variable in class org.apache.fop.fo.FONode
 
forceRedraw() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
forceStartOffset(int) - Method in class org.apache.fop.fo.FONode
 
forceWidth(int) - Method in class org.apache.fop.fo.FONode
 
foreignObject - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
ForeignObjectArea - class org.apache.fop.layout.inline.ForeignObjectArea.
 
ForeignObjectArea(FontState, int) - Constructor for class org.apache.fop.layout.inline.ForeignObjectArea
 
format() - Method in class org.apache.fop.apps.Driver
format the formatting object tree into an area tree
format() - Method in class org.apache.fop.svg.SVGDriver
format the formatting object tree into an area tree
format(AreaTree) - Method in class org.apache.fop.extensions.ExtensionObj
Called for root extensions.
format(AreaTree) - Method in class org.apache.fop.fo.FOTreeBuilder
format this formatting object tree
format(AreaTree) - Method in class org.apache.fop.fo.pagination.Root
 
format(AreaTree) - Method in class org.apache.fop.fo.pagination.PageSequence
Runs the formatting of this page sequence into the given area tree
formats - Static variable in class org.apache.fop.image.analyser.ImageReaderFactory
 
FOText - class org.apache.fop.fo.FOText.
a text node in the formatting object tree
FOText(char[], int, int, FObj) - Constructor for class org.apache.fop.fo.FOText
 
FOTreeBuilder - class org.apache.fop.fo.FOTreeBuilder.
SAX Handler that builds the formatting object tree.
FOTreeBuilder() - Constructor for class org.apache.fop.fo.FOTreeBuilder
 
freenode - Variable in class org.apache.fop.layout.hyphenation.TernaryTree
 
FromParentFunction - class org.apache.fop.fo.expr.FromParentFunction.
 
FromParentFunction() - Constructor for class org.apache.fop.fo.expr.FromParentFunction
 
FromTableColumnFunction - class org.apache.fop.fo.expr.FromTableColumnFunction.
 
FromTableColumnFunction() - Constructor for class org.apache.fop.fo.expr.FromTableColumnFunction
 
function - Variable in class org.apache.fop.pdf.PDFShading
Required for Type 1, 2, and 3: The object of the color mapping function (usually type 2 or 3).
Function - interface org.apache.fop.fo.expr.Function.
 
FunctionBase - class org.apache.fop.fo.expr.FunctionBase.
 
FunctionBase() - Constructor for class org.apache.fop.fo.expr.FunctionBase
 
functionDataStream - Variable in class org.apache.fop.pdf.PDFFunction
Required For Type 4: Postscript Calculator function composed of arithmetic, boolean, and stack operators + boolean constants
functions - Variable in class org.apache.fop.pdf.PDFFunction
Required for Type 3: An vector of PDFFunctions which form an array of k single input functions making up the stitching function.
functionType - Variable in class org.apache.fop.pdf.PDFFunction
Required: The Type of function (0,2,3,4) default is 0.

G

G - class org.apache.fop.svg.G.
class representing svg:G pseudo flow object.
G.Maker - class org.apache.fop.svg.G.Maker.
inner class for making G objects.
G.Maker() - Constructor for class org.apache.fop.svg.G.Maker
 
G(FObj, PropertyList) - Constructor for class org.apache.fop.svg.G
constructs a G object (called by Maker).
GB_EUC_H - Static variable in class org.apache.fop.pdf.PDFCMap
Chinese (simplified)
GB_EUC_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
GBK_EUC_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
GBK_EUC_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
GBpc_EUC_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
GBpc_EUC_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
generatesReferenceAreas() - Method in class org.apache.fop.fo.flow.Flow
 
generatesReferenceAreas() - Method in class org.apache.fop.fo.flow.BlockContainer
 
generatesReferenceAreas() - Method in class org.apache.fop.fo.FObj
 
generatesReferenceAreas() - Method in class org.apache.fop.fo.pagination.Region
 
generation - Variable in class org.apache.fop.pdf.PDFObject
the object's generation (0 in new documents)
get(int) - Method in class org.apache.fop.layout.hyphenation.CharVector
 
get(int) - Method in class org.apache.fop.layout.hyphenation.ByteVector
 
get(String) - Method in class org.apache.fop.fo.PropertyList
Return the property on the current FlowObject.
getA() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
getAbsoluteHeight() - Method in class org.apache.fop.layout.Area
 
getAction() - Method in class org.apache.fop.pdf.PDFAction
represent the action to call this method should be implemented to return the action which gets called by the Link Object.
getAction() - Method in class org.apache.fop.pdf.PDFGoToRemote
return the action string which will reference this object
getAction() - Method in class org.apache.fop.pdf.PDFGoTo
 
getAction() - Method in class org.apache.fop.pdf.PDFInternalLink
returns the action ncecessary for an internal link
getAction() - Method in class org.apache.fop.pdf.PDFUri
returns the action ncecessary for a uri
getAfter() - Method in class org.apache.fop.layout.Page
 
getAlign() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
getAllocationWidth() - Method in class org.apache.fop.layout.Area
 
getAngle() - Method in class org.apache.fop.dom.svg.SVGTransformImpl
 
getAnimatedInstanceRoot() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getAnimatedNormalizedPathSegList() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getAnimatedPathSegList() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getAnimatedPoints() - Method in class org.apache.fop.dom.svg.SVGPolygonElementImpl
 
getAnimatedPoints() - Method in class org.apache.fop.dom.svg.SVGPolylineElementImpl
 
getAnimatedPresentationAttribute(String) - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
getAnimatedValue() - Method in class org.apache.fop.dom.svg.SVGAngleImpl
 
getAnimatedValue() - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
getAnimVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedRectImpl
 
getAnimVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedLengthListImpl
 
getAnimVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedTransformListImpl
 
getAnimVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedEnumerationImpl
 
getAnimVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedNumberImpl
 
getAnimVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedLengthImpl
 
getAnimVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedStringImpl
 
getAnnotList() - Method in class org.apache.fop.pdf.PDFPage
get this page's annotation list
getArea() - Method in class org.apache.fop.layout.LinkSet
 
getAreaHeight() - Method in class org.apache.fop.fo.flow.TableRow
 
getAreaHeight() - Method in class org.apache.fop.fo.flow.Block
 
getAreaHeight() - Method in class org.apache.fop.fo.flow.Table
 
getArray() - Method in class org.apache.fop.layout.hyphenation.CharVector
 
getArray() - Method in class org.apache.fop.layout.hyphenation.ByteVector
 
getAscender() - Method in interface org.apache.fop.layout.FontDescriptor
 
getAscender() - Method in class org.apache.fop.layout.FontState
 
getAscender(int) - Method in interface org.apache.fop.layout.FontMetric
 
getAscender(int) - Method in class org.apache.fop.render.awt.FontMetricsMapper
Determines the font ascent of the Font described by this FontMetrics object
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.Courier
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.Symbol
 
getAscender(int) - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.Courier
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
getAscender(int) - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
getAscender(String, int, int) - Method in class org.apache.fop.render.awt.AWTFontMetrics
Determines the font ascent of the Font described by this FontMetrics object
getAttribute(String) - Method in class org.apache.fop.dom.ElementImpl
 
getAttributeNode(String) - Method in class org.apache.fop.dom.ElementImpl
 
getAttributeNodeNS(String, String) - Method in class org.apache.fop.dom.ElementImpl
 
getAttributeNS(String, String) - Method in class org.apache.fop.dom.ElementImpl
 
getAttributes() - Method in class org.apache.fop.dom.NodeImpl
 
getB() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
getBackgroundColor() - Method in class org.apache.fop.layout.Area
 
getBackgroundColor() - Method in class org.apache.fop.layout.RegionArea
 
getBaseLength() - Method in class org.apache.fop.datatypes.LengthBase
 
getBaseLength() - Method in class org.apache.fop.datatypes.PercentLength
 
getBaseLength() - Method in interface org.apache.fop.datatypes.PercentBase
 
getBaseVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedRectImpl
 
getBaseVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedLengthListImpl
 
getBaseVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedTransformListImpl
 
getBaseVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedEnumerationImpl
 
getBaseVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedNumberImpl
 
getBaseVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedLengthImpl
 
getBaseVal() - Method in class org.apache.fop.dom.svg.SVGAnimatedStringImpl
 
getBaseValue() - Method in class org.apache.fop.datatypes.LengthBase
 
getBaseValue() - Method in interface org.apache.fop.datatypes.PercentBase
 
getBBox() - Method in class org.apache.fop.dom.svg.GraphicElement
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGAElementImpl
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGLineElementImpl
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGSwitchElementImpl
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGPolygonElementImpl
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGCircleElementImpl
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGGElementImpl
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getBBox() - Method in class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
getBefore() - Method in class org.apache.fop.layout.Page
 
getBeforeFloatReferenceArea() - Method in class org.apache.fop.layout.BodyAreaContainer
 
getBitmaps() - Method in class org.apache.fop.image.AbstractFopImage
Return the image data (uncompressed).
getBitmaps() - Method in interface org.apache.fop.image.FopImage
 
getBitmapsSize() - Method in class org.apache.fop.image.AbstractFopImage
Return the image data size (uncompressed).
getBitmapsSize() - Method in interface org.apache.fop.image.FopImage
 
getBitsPerComponent() - Method in class org.apache.fop.pdf.FlateFilter
 
getBitsPerPixel() - Method in class org.apache.fop.image.AbstractFopImage
Return the number of bits per pixel.
getBitsPerPixel() - Method in interface org.apache.fop.image.FopImage
 
getBlankOrNotBlank() - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
getBlue() - Method in class org.apache.fop.layout.inline.InlineArea
 
getBlue() - Method in class org.apache.fop.dom.css.RGBColorImpl
 
getBody() - Method in class org.apache.fop.layout.Page
 
getBooleanValue(String) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access boolean values in the configuration
getBooleanValue(String, int) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access boolean values in the configuration
getBounds(Area) - Method in class org.apache.fop.render.awt.AWTRenderer
 
getC() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
getCapHeight() - Method in interface org.apache.fop.layout.FontDescriptor
 
getCapHeight() - Method in class org.apache.fop.layout.FontState
 
getCapHeight() - Method in class org.apache.fop.fonts.PFMFile
Returns the CapHeight parameter for the font (height of uppercase H).
getCapHeight() - Method in class org.apache.fop.fonts.TTFFile
 
getCapHeight(int) - Method in interface org.apache.fop.layout.FontMetric
 
getCapHeight(int) - Method in class org.apache.fop.render.awt.FontMetricsMapper
The size of a capital letter measured from the font's baseline
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.Courier
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.Symbol
 
getCapHeight(int) - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.Courier
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
getCapHeight(int) - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
getCapHeight(String, int, int) - Method in class org.apache.fop.render.awt.AWTFontMetrics
The size of a capital letter measured from the font's baseline
getCharacter() - Method in class org.apache.fop.fo.Property
 
getCharacter() - Method in class org.apache.fop.fo.CharacterProperty
 
getCharNumAtPosition(SVGPoint) - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getCharSet() - Method in class org.apache.fop.fonts.PFMFile
Returns the charset used for the font.
getCharSetName() - Method in class org.apache.fop.fonts.PFMFile
Returns the charset of the font as a string.
getCharSetName() - Method in class org.apache.fop.fonts.TTFFile
 
getCharWidth(int) - Method in class org.apache.fop.fonts.TTFFile
 
getCharWidth(short) - Method in class org.apache.fop.fonts.PFMFile
Returns the width of a character
getChildNodes() - Method in class org.apache.fop.dom.NodeImpl
 
getChildren() - Method in class org.apache.fop.layout.Area
 
getChildrenBBox() - Method in class org.apache.fop.dom.svg.GraphicElement
Convenience method for implementations of SVGTransformable that have children that represents the bounding box
getClassName() - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
getClipPathUnits() - Method in class org.apache.fop.dom.svg.SVGClipPathElementImpl
 
getCode() - Method in class org.apache.fop.fo.Status
 
getColor() - Method in class org.apache.fop.fo.expr.NCnameProperty
 
getColorModel() - Method in class org.apache.fop.image.FopImageConsumer
 
getColors() - Method in class org.apache.fop.pdf.FlateFilter
 
getColorSpace() - Method in class org.apache.fop.image.AbstractFopImage
Return the image color space.
getColorSpace() - Method in interface org.apache.fop.image.FopImage
 
getColorSpace() - Method in class org.apache.fop.pdf.PDFPathPaint
 
getColorSpace() - Method in class org.apache.fop.pdf.PDFDocument
 
getColorSpace() - Method in class org.apache.fop.datatypes.ColorSpace
 
getColorSpaceOut(boolean) - Method in class org.apache.fop.pdf.PDFPathPaint
 
getColorSpaceOut(boolean) - Method in class org.apache.fop.pdf.PDFPattern
 
getColorSpaceOut(boolean) - Method in class org.apache.fop.pdf.PDFColor
 
getColorSpacePDFString() - Method in class org.apache.fop.datatypes.ColorSpace
 
getColorType() - Method in class org.apache.fop.fo.Property
 
getColorType() - Method in class org.apache.fop.fo.ColorTypeProperty
 
getColorType() - Method in class org.apache.fop.fo.NumberProperty
 
getColumn() - Method in class org.apache.fop.fo.flow.TableRow.CellState
 
getColumnCount() - Method in class org.apache.fop.layout.BodyRegionArea
 
getColumnCount() - Method in class org.apache.fop.layout.SpanArea
 
getColumnGap() - Method in class org.apache.fop.layout.BodyRegionArea
 
getColumnIndex() - Method in class org.apache.fop.layout.ColumnArea
 
getColumnNumber() - Method in class org.apache.fop.fo.flow.TableColumn
 
getColumns() - Method in class org.apache.fop.pdf.FlateFilter
 
getColumnWidth() - Method in class org.apache.fop.fo.flow.TableColumn
 
getComponent(String) - Method in class org.apache.fop.datatypes.CondLength
 
getComponent(String) - Method in class org.apache.fop.datatypes.Keep
 
getComponent(String) - Method in class org.apache.fop.datatypes.LengthRange
 
getComponent(String) - Method in interface org.apache.fop.datatypes.CompoundDatatype
 
getComponent(String) - Method in class org.apache.fop.datatypes.Space
 
getComputedStyle(Element, String) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getComputedTextLength() - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getConditionality() - Method in class org.apache.fop.datatypes.CondLength
 
getConditionality() - Method in class org.apache.fop.datatypes.Space
 
getCondLength() - Method in class org.apache.fop.fo.Property
 
getCondLength() - Method in class org.apache.fop.fo.CondLengthProperty
 
getConfiguration() - Static method in class org.apache.fop.configuration.Configuration
 
getContentHandler() - Method in class org.apache.fop.apps.Driver
return the tree builder (a SAX ContentHandler).
getContentHandler() - Method in class org.apache.fop.svg.SVGDriver
return the tree builder (a SAX DocumentHandler).
getContentHeight() - Method in class org.apache.fop.layout.Area
 
getContentScriptType() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getContentStyleType() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getContentWidth() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
This is NOT the content width of the instream-foreign-object.
getContentWidth() - Method in class org.apache.fop.layout.Area
 
getContentWidth() - Method in class org.apache.fop.fo.flow.Flow
Return the content width of this flow (really of the region in which it is flowing).
getContentWidth() - Method in class org.apache.fop.fo.flow.Block
Return the content width of the boxes generated by this FO.
getContentWidth() - Method in class org.apache.fop.fo.flow.BlockContainer
Return the content width of the boxes generated by this block container FO.
getContentWidth() - Method in class org.apache.fop.fo.flow.Table
Return the content width of the boxes generated by this table FO.
getContentWidth() - Method in class org.apache.fop.fo.FObj
Return the "content width" of the areas generated by this FO.
getCount() - Method in class org.apache.fop.pdf.PDFAnnotList
get the count of /Annot objects
getCount() - Method in class org.apache.fop.pdf.PDFPages
get the count of /Page objects
getCounterValue() - Method in class org.apache.fop.dom.css.CSSPrimitiveValueImpl
 
getCssRules() - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
getCssText() - Method in class org.apache.fop.dom.css.CSSValueImpl
 
getCssText() - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
getCssText() - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
 
getCTM() - Method in class org.apache.fop.dom.svg.GraphicElement
Returns the transformation matrix from current user units (i.e., after application of the transform attribute) to the viewport coordinate system for the nearestViewportElement.
getCurrentColumn() - Method in class org.apache.fop.layout.SpanArea
 
getCurrentColumnArea() - Method in class org.apache.fop.layout.BodyAreaContainer
 
getCurrentColumnArea() - Method in class org.apache.fop.layout.SpanArea
 
getCurrentLineArea() - Method in class org.apache.fop.layout.BlockArea
Get the current line area in this block area.
getCurrentPos() - Method in class org.apache.fop.fonts.FontFileReader
return current file position
getCurrentScale() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getCurrentTime() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getCurrentTranslate() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getCurrentView() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getCurrentYPosition() - Method in class org.apache.fop.layout.AreaContainer
 
getCx() - Method in class org.apache.fop.dom.svg.SVGCircleElementImpl
 
getCx() - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
getCx() - Method in class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
getCy() - Method in class org.apache.fop.dom.svg.SVGCircleElementImpl
 
getCy() - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
getCy() - Method in class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
getD() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
getData() - Method in class org.apache.fop.pdf.PDFStream
 
getData() - Method in class org.apache.fop.dom.CharacterDataImpl
 
getDataLength() - Method in class org.apache.fop.pdf.PDFStream
 
getDecodeParms() - Method in class org.apache.fop.pdf.PDFFilter
return a parameter dictionary for this filter, or null
getDecodeParms() - Method in class org.apache.fop.pdf.FlateFilter
 
getDecodeParms() - Method in class org.apache.fop.pdf.ASCII85Filter
 
getDecodeParms() - Method in class org.apache.fop.pdf.ASCIIHexFilter
 
getDefaultRegionName() - Method in class org.apache.fop.fo.pagination.Region
Returns the default region name (xsl-region-before, xsl-region-start, etc.)
getDefaultRegionName() - Method in class org.apache.fop.fo.pagination.RegionBody
 
getDefaultRegionName() - Method in class org.apache.fop.fo.pagination.RegionAfter
 
getDefaultRegionName() - Method in class org.apache.fop.fo.pagination.RegionBefore
 
getDefs() - Method in interface org.apache.fop.dom.svg.GraphicImpl
 
getDescender() - Method in interface org.apache.fop.layout.FontDescriptor
 
getDescender() - Method in class org.apache.fop.layout.FontState
 
getDescender(int) - Method in interface org.apache.fop.layout.FontMetric
 
getDescender(int) - Method in class org.apache.fop.render.awt.FontMetricsMapper
Determines the font descent of the Font described by this FontMetrics object
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.Courier
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.Symbol
 
getDescender(int) - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.Courier
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
getDescender(int) - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
getDescender(String, int, int) - Method in class org.apache.fop.render.awt.AWTFontMetrics
Determines the font descent of the Font described by this FontMetrics object
getDest() - Method in class org.apache.fop.layout.LinkSet
 
getDetailInformation() - Method in class org.apache.fop.viewer.MessagesDialog
 
getDialog() - Method in class org.apache.fop.viewer.MessagesDialog
 
getDimension() - Method in class org.apache.fop.datatypes.LengthBase
 
getDimension() - Method in interface org.apache.fop.datatypes.PercentBase
 
getDisabled() - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
getDoctype() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getDocument() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getDocumentElement() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getDomain() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getDx() - Method in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
getDy() - Method in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
getE() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
getEffectiveHeight() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
getEffectiveWidth() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
getElement() - Method in class org.apache.fop.fo.PropertyList
 
getElementById(String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getElementById(String) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getElementMapping(String) - Static method in class org.apache.fop.fo.properties.ExtensionPropertyMapping
 
getElementMapping(String) - Static method in class org.apache.fop.fo.properties.SVGPropertyMapping
 
getElementMapping(String) - Static method in class org.apache.fop.fo.properties.FOPropertyMapping
 
getElementMappings() - Static method in class org.apache.fop.fo.properties.ExtensionPropertyMapping
 
getElementMappings() - Static method in class org.apache.fop.fo.properties.SVGPropertyMapping
 
getElementMappings() - Static method in class org.apache.fop.fo.properties.FOPropertyMapping
 
getElementName() - Method in class org.apache.fop.fo.flow.Flow
 
getElementName() - Method in class org.apache.fop.fo.flow.StaticContent
 
getElementName() - Method in class org.apache.fop.fo.pagination.PageMasterReference
Gets the formating object name for this object.
getElementName() - Method in class org.apache.fop.fo.pagination.SinglePageMasterReference
 
getElementName() - Method in class org.apache.fop.fo.pagination.RepeatablePageMasterReference
 
getElementName() - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
getElementName() - Method in class org.apache.fop.fo.pagination.Region
Returns the element name ("fo:region-body", "fo:region-start", etc.)
getElementName() - Method in class org.apache.fop.fo.pagination.RegionBody
 
getElementName() - Method in class org.apache.fop.fo.pagination.RegionAfter
 
getElementName() - Method in class org.apache.fop.fo.pagination.RegionBefore
 
getElementsByTagName(String) - Method in class org.apache.fop.dom.ElementImpl
 
getElementsByTagNameNS(String, String) - Method in class org.apache.fop.dom.ElementImpl
 
getEnclosureList(SVGRect, SVGElement) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getEndIndent() - Method in class org.apache.fop.layout.BlockArea
 
getEndIndent() - Method in class org.apache.fop.layout.LineArea
 
getEndIndent() - Method in class org.apache.fop.layout.LinkSet
 
getEndPositionOfChar(int) - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getEnum() - Method in class org.apache.fop.fo.Property
 
getEnum() - Method in class org.apache.fop.fo.EnumProperty
 
getException() - Method in class org.apache.fop.viewer.MessageException
 
getExceptionWord(Vector) - Method in class org.apache.fop.layout.hyphenation.PatternParser
 
getExplicit(String) - Method in class org.apache.fop.fo.PropertyList
Return the value explicitly specified on this FO.
getExtensionObj() - Method in class org.apache.fop.layout.ExtensionArea
 
getExtensions() - Method in class org.apache.fop.layout.AreaTree
 
getExtentOfChar(int) - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getExternalResourcesRequired() - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
getExternalResourcesRequired() - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
getExternalResourcesRequired() - Method in class org.apache.fop.dom.svg.SVGGradientElementImpl
 
getExternalResourcesRequired() - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
getF() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
getFarthestViewportElement() - Method in class org.apache.fop.dom.svg.GraphicElement
 
getFileSize() - Method in class org.apache.fop.fonts.FontFileReader
 
getFilterResX() - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
getFilterResY() - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
getFilterUnits() - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
getFirstChar() - Method in interface org.apache.fop.layout.FontMetric
 
getFirstChar() - Method in class org.apache.fop.render.awt.FontMetricsMapper
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.Courier
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.Symbol
 
getFirstChar() - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
getFirstChar() - Method in class org.apache.fop.fonts.PFMFile
Returns the number of the character that defines the first entry in the widths list.
getFirstChar() - Method in class org.apache.fop.fonts.TTFFile
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.Courier
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
getFirstChar() - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
getFirstChild() - Method in class org.apache.fop.dom.NodeImpl
 
getFlags() - Method in interface org.apache.fop.layout.FontDescriptor
 
getFlags() - Method in class org.apache.fop.fonts.PFMFile
Returns the characteristics flags for the font as needed for a PDF font descriptor (See PDF specs).
getFlags() - Method in class org.apache.fop.fonts.TTFFile
 
getFloatValue(short) - Method in class org.apache.fop.dom.css.CSSPrimitiveValueImpl
 
getFloatValue(String, int) - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
getFloatValue(String, int) - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
getFlowName() - Method in class org.apache.fop.fo.flow.Flow
 
getFO() - Method in class org.apache.fop.fo.expr.PropertyInfo
 
getFObj() - Method in class org.apache.fop.fo.PropertyList
 
getfoCreator() - Method in class org.apache.fop.layout.Area
 
getFont(int) - Method in class org.apache.fop.render.awt.FontMetricsMapper
Gets a Font instance of the Font that this FontMetrics describes in the desired size.
getFont(String, int, int) - Method in class org.apache.fop.render.awt.AWTFontMetrics
Returns a java.awt.Font instance for the desired family, style and size type.
getFontBBox() - Method in interface org.apache.fop.layout.FontDescriptor
 
getFontBBox() - Method in class org.apache.fop.fonts.PFMFile
Returns the bounding box for the font.
getFontBBox() - Method in class org.apache.fop.fonts.TTFFile
 
getFontFamily() - Method in class org.apache.fop.layout.FontState
 
getFontFile(int) - Method in interface org.apache.fop.layout.FontDescriptor
 
getFontInfo() - Method in class org.apache.fop.layout.Area
 
getFontInfo() - Method in class org.apache.fop.layout.FontState
 
getFontInfo() - Method in class org.apache.fop.layout.AreaTree
 
getFontInfo() - Method in class org.apache.fop.layout.Page
 
getFontName() - Method in class org.apache.fop.layout.FontState
 
getFonts() - Method in class org.apache.fop.layout.FontInfo
 
getFontSize() - Method in class org.apache.fop.layout.FontState
 
getFontState() - Method in class org.apache.fop.layout.Area
 
getFontStyle() - Method in class org.apache.fop.layout.FontState
 
getFontVariant() - Method in class org.apache.fop.layout.FontState
 
getFontWeight() - Method in class org.apache.fop.layout.FontState
 
getFootnoteReferenceArea() - Method in class org.apache.fop.layout.BodyAreaContainer
 
getFootnoteState() - Method in class org.apache.fop.layout.BodyAreaContainer
 
getFopHyphenationTree(String) - Static method in class org.apache.fop.layout.hyphenation.Hyphenator
 
getFromParent(String) - Method in class org.apache.fop.fo.PropertyList
Return the value of this property on the parent of this FO.
getFx() - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
getFy() - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
getGenericMappings() - Static method in class org.apache.fop.fo.properties.ExtensionPropertyMapping
 
getGenericMappings() - Static method in class org.apache.fop.fo.properties.SVGPropertyMapping
 
getGenericMappings() - Static method in class org.apache.fop.fo.properties.FOPropertyMapping
 
getGradientTransform() - Method in class org.apache.fop.dom.svg.SVGGradientElementImpl
 
getGradientUnits() - Method in class org.apache.fop.dom.svg.SVGGradientElementImpl
 
getGraphicParent() - Method in interface org.apache.fop.dom.svg.GraphicImpl
 
getGreen() - Method in class org.apache.fop.layout.inline.InlineArea
 
getGreen() - Method in class org.apache.fop.dom.css.RGBColorImpl
 
getHalfLeading() - Method in class org.apache.fop.layout.BlockArea
 
getHashtableValue(String) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access map/hashtable values in the standard configuration
getHashtableValue(String, int) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access map/hashtable values in the configuration
getHeight() - Method in class org.apache.fop.image.AbstractFopImage
Return the image height.
getHeight() - Method in class org.apache.fop.image.FopImageConsumer
 
getHeight() - Method in interface org.apache.fop.image.FopImage
 
getHeight() - Method in class org.apache.fop.layout.inline.InlineArea
 
getHeight() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
This is NOT the content height of the instream-foreign-object.
getHeight() - Method in class org.apache.fop.layout.Area
 
getHeight() - Method in class org.apache.fop.layout.LinkedRectangle
 
getHeight() - Method in class org.apache.fop.layout.LineArea
 
getHeight() - Method in class org.apache.fop.layout.PageMaster
 
getHeight() - Method in class org.apache.fop.layout.Page
 
getHeight() - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
getHeight() - Method in class org.apache.fop.dom.svg.SVGMaskElementImpl
 
getHeight() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getHeight() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getHeight() - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
getHeight() - Method in class org.apache.fop.dom.svg.SVGRectImpl
 
getHeight() - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
getHeight() - Method in class org.apache.fop.image.analyser.AbstractImageReader
 
getHeight() - Method in interface org.apache.fop.image.analyser.ImageReader
Return the image height.
getHeight() - Method in class org.apache.fop.fo.flow.TableBody
 
getHeight() - Method in class org.apache.fop.fo.flow.TableCell
 
getHref() - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
getHref() - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
getHref() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getHref() - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
getHyphenationPoints() - Method in class org.apache.fop.layout.hyphenation.Hyphenation
 
getHyphenationTree(String, String) - Static method in class org.apache.fop.layout.hyphenation.Hyphenator
 
getId() - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
getIDList() - Method in class org.apache.fop.layout.Page
 
getIDReferences() - Method in class org.apache.fop.layout.Area
 
getIDReferences() - Method in class org.apache.fop.layout.BodyAreaContainer
 
getIDReferences() - Method in class org.apache.fop.layout.AreaTree
 
getIDValue() - Method in class org.apache.fop.datatypes.IDNode
Returns the id value of this node
getImage() - Method in class org.apache.fop.image.FopImageConsumer
 
getImage() - Method in class org.apache.fop.image.ImageArea
 
getImageHeight() - Method in class org.apache.fop.image.ImageArea
 
getImplementation() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getInherited(String) - Method in class org.apache.fop.fo.PropertyList
Return the value of this property inherited by this FO.
getInputStream() - Method in class org.apache.fop.image.analyser.AbstractImageReader
 
getInputStream() - Method in interface org.apache.fop.image.analyser.ImageReader
Return the used InputStream.
getInstanceRoot() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getInterletterValues(String) - Static method in class org.apache.fop.layout.hyphenation.PatternParser
 
getInternalDestination() - Method in class org.apache.fop.extensions.Outline
 
getInternalLinkGoTo() - Method in class org.apache.fop.datatypes.IDNode
Returns the PDFGoTo object associated with the internal link
getInternalLinkGoToReference() - Method in class org.apache.fop.datatypes.IDNode
Returns the reference to the Internal Link's GoTo object
getInternalLinkGoToReference(String) - Method in class org.apache.fop.datatypes.IDReferences
Returns the reference to the GoTo object used for the internal link
getIntersectionList(SVGRect, SVGElement) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getIntrinsicHeight() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
getIntrinsicWidth() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
getIntValue(String) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access int values in the standard configuration
getIntValue(String, int) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access int values in the configuration
getInvalidIds() - Method in class org.apache.fop.datatypes.IDReferences
Returns all invalid id's still remaining in the validation list
getIsProportional() - Method in class org.apache.fop.fonts.PFMFile
Tells whether the font has proportional character spacing.
getItalicAngle() - Method in interface org.apache.fop.layout.FontDescriptor
 
getItalicAngle() - Method in class org.apache.fop.fonts.PFMFile
Returns the italic angle of the font.
getItalicAngle() - Method in class org.apache.fop.fonts.TTFFile
 
getItem(int) - Method in class org.apache.fop.dom.svg.SVGTransformListImpl
 
getItem(int) - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
getItem(int) - Method in class org.apache.fop.dom.svg.SVGStringListImpl
 
getKeep() - Method in class org.apache.fop.fo.Property
 
getKeep() - Method in class org.apache.fop.fo.KeepProperty
 
getKeepWithPrevious() - Method in class org.apache.fop.fo.flow.TableRow
 
getKerning() - Method in class org.apache.fop.layout.FontState
 
getKerning() - Method in class org.apache.fop.fonts.PFMFile
Return the kerning table.
getKerning() - Method in class org.apache.fop.fonts.TTFFile
 
getKerningInfo() - Method in interface org.apache.fop.layout.FontDescriptor
 
getKeys() - Method in class org.apache.fop.viewer.SecureResourceBundle
 
getLabel() - Method in class org.apache.fop.extensions.Outline
 
getLastChar() - Method in interface org.apache.fop.layout.FontMetric
 
getLastChar() - Method in class org.apache.fop.render.awt.FontMetricsMapper
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.Courier
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.Symbol
 
getLastChar() - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
getLastChar() - Method in class org.apache.fop.fonts.PFMFile
Returns the number of the character that defines the last entry in the widths list.
getLastChar() - Method in class org.apache.fop.fonts.TTFFile
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.Courier
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
getLastChar() - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
getLastChild() - Method in class org.apache.fop.dom.NodeImpl
 
getLastRenderedPage() - Method in class org.apache.fop.render.awt.AWTRenderer
 
getLayoutMasterSet() - Method in class org.apache.fop.fo.pagination.Root
 
getLeaderLength() - Method in class org.apache.fop.layout.inline.LeaderArea
 
getLeaderPattern() - Method in class org.apache.fop.layout.inline.LeaderArea
 
getLength() - Method in class org.apache.fop.dom.stylesheets.StyleSheetListImpl
 
getLength() - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
getLength() - Method in class org.apache.fop.dom.css.CSSValueListImpl
 
getLength() - Method in class org.apache.fop.datatypes.CondLength
 
getLength() - Method in class org.apache.fop.dom.CharacterDataImpl
 
getLength() - Method in class org.apache.fop.fo.Property
Accessor functions for all possible Property datatypes
getLength() - Method in class org.apache.fop.fo.LengthProperty
 
getLength() - Method in class org.apache.fop.fo.CondLengthProperty
 
getLengthAdjust() - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getLengthRange() - Method in class org.apache.fop.fo.Property
 
getLengthRange() - Method in class org.apache.fop.fo.SpaceProperty
 
getLengthRange() - Method in class org.apache.fop.fo.LengthRangeProperty
 
getLineArea() - Method in class org.apache.fop.layout.LinkedRectangle
 
getLineThrough() - Method in class org.apache.fop.layout.inline.InlineArea
 
getLineThrough() - Method in class org.apache.fop.layout.inline.InlineSpace
 
getLineThrough() - Method in class org.apache.fop.layout.TextState
 
getLinkSet() - Method in class org.apache.fop.fo.FONode
 
getLinkSets() - Method in class org.apache.fop.layout.Page
 
getLinkType() - Method in class org.apache.fop.layout.LinkSet
 
getListValue(String) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access list values in the standard configuration
getListValue(String, int) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access list values in the configuration
getLocalName() - Method in class org.apache.fop.dom.NodeImpl
 
getLocation() - Method in class org.apache.fop.fo.flow.TableRow.CellState
returns the index of the cell starting at 0.
getLogfileName() - Static method in class org.apache.fop.messaging.MessageHandler
returns the logfile name
getLowerCaseAscent() - Method in class org.apache.fop.fonts.PFMFile
Returns the LowerCaseAscent parameter for the font (height of lowercase d).
getLowerCaseAscent() - Method in class org.apache.fop.fonts.TTFFile
 
getLowerCaseDescent() - Method in class org.apache.fop.fonts.PFMFile
Returns the LowerCaseDescent parameter for the font (height of lowercase p).
getLowerCaseDescent() - Method in class org.apache.fop.fonts.TTFFile
 
getMainReferenceArea() - Method in class org.apache.fop.layout.BodyAreaContainer
 
getMarkerHeight() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
getMarkerSnapshot(Vector) - Method in class org.apache.fop.fo.FONode
At the start of a new span area layout may be partway through a nested FO, and balancing requires rollback to this known point.
getMarkerUnits() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
getMarkerWidth() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
getMaskUnits() - Method in class org.apache.fop.dom.svg.SVGMaskElementImpl
 
getMasterName() - Method in class org.apache.fop.fo.pagination.PageMasterReference
Returns the "master-name" attribute of this page master reference
getMasterName() - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
Returns the "master-name" attribute of this page master reference
getMasterName() - Method in class org.apache.fop.fo.pagination.SimplePageMaster
 
getMatrix() - Method in class org.apache.fop.dom.svg.SVGTransformImpl
 
getMaxContentHeight() - Method in class org.apache.fop.layout.SpanArea
 
getMaxHeight() - Method in class org.apache.fop.layout.Area
 
getMaximum() - Method in class org.apache.fop.datatypes.LengthRange
 
getMedia() - Method in class org.apache.fop.dom.svg.SVGStyleElementImpl
 
getMedia() - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
getMessage() - Method in class org.apache.fop.messaging.MessageEvent
retrieves the message
getMessageId() - Method in class org.apache.fop.viewer.MessageException
 
getMessageType() - Method in class org.apache.fop.messaging.MessageEvent
returns the type of message as int
getMetricsFor(String) - Method in class org.apache.fop.layout.FontInfo
 
getMetricsFor(String, String, String) - Method in class org.apache.fop.layout.FontInfo
 
getMimeType() - Method in class org.apache.fop.image.analyser.AbstractImageReader
 
getMimeType() - Method in class org.apache.fop.image.analyser.GIFReader
 
getMimeType() - Method in interface org.apache.fop.image.analyser.ImageReader
Return correspondig mime type.
getMimeType() - Method in class org.apache.fop.image.analyser.PNGReader
 
getMimeType() - Method in class org.apache.fop.image.analyser.TIFFReader
 
getMimeType() - Method in class org.apache.fop.image.analyser.JPEGReader
 
getMimeType() - Method in class org.apache.fop.image.analyser.SVGReader
 
getMimeType() - Method in class org.apache.fop.image.analyser.BMPReader
 
getMinimum() - Method in class org.apache.fop.datatypes.LengthRange
 
getName() - Method in class org.apache.fop.pdf.PDFFont
get the internal name used for this font
getName() - Method in class org.apache.fop.pdf.PDFPattern
Get the name of the pattern
getName() - Method in class org.apache.fop.pdf.PDFFilter
return a PDF string representation of the filter, e.g.
getName() - Method in class org.apache.fop.pdf.FlateFilter
 
getName() - Method in class org.apache.fop.pdf.ASCII85Filter
 
getName() - Method in class org.apache.fop.pdf.ASCIIHexFilter
 
getName() - Method in class org.apache.fop.pdf.PDFShading
 
getName() - Method in class org.apache.fop.fo.FObj
returns the name of the formatting object
getNameSpace() - Method in class org.apache.fop.fo.PropertyList
 
getNamespaceURI() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getNamespaceURI() - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
getNamespaceURI() - Method in class org.apache.fop.dom.NodeImpl
 
getNCname() - Method in class org.apache.fop.fo.expr.NCnameProperty
 
getNCname() - Method in class org.apache.fop.fo.Property
 
getNearestAncestorAreaContainer() - Method in class org.apache.fop.layout.Area
 
getNearestSpecified(String) - Method in class org.apache.fop.fo.PropertyList
Return the "nearest" specified value for the given property.
getNearestViewportElement() - Method in class org.apache.fop.dom.svg.GraphicElement
 
getNextArea(FObj) - Method in class org.apache.fop.layout.BodyAreaContainer
 
getNextPageMaster() - Method in class org.apache.fop.fo.pagination.SimplePageMaster
 
getNextPageMaster(int, boolean, boolean) - Method in class org.apache.fop.fo.pagination.PageMasterReference
 
getNextPageMaster(int, boolean, boolean) - Method in class org.apache.fop.fo.pagination.SinglePageMasterReference
 
getNextPageMaster(int, boolean, boolean) - Method in class org.apache.fop.fo.pagination.RepeatablePageMasterReference
 
getNextPageMaster(int, boolean, boolean) - Method in interface org.apache.fop.fo.pagination.SubSequenceSpecifier
 
getNextPageMaster(int, boolean, boolean) - Method in class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives
 
getNextSibling() - Method in class org.apache.fop.dom.NodeImpl
 
getNodeName() - Method in class org.apache.fop.dom.NodeImpl
 
getNodeType() - Method in class org.apache.fop.dom.NodeImpl
 
getNodeValue() - Method in class org.apache.fop.dom.NodeImpl
 
getNormalizedPathSegList() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getNumber() - Method in class org.apache.fop.pdf.PDFObject
 
getNumber() - Method in class org.apache.fop.layout.Page
 
getNumber() - Method in class org.apache.fop.fo.Property
 
getNumber() - Method in class org.apache.fop.fo.NumberProperty
 
getNumberOfChars() - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getNumberOfItems() - Method in class org.apache.fop.dom.svg.SVGListImpl
 
getNumberOfPages() - Method in class org.apache.fop.render.awt.AWTRenderer
 
getNumColumnsSpanned() - Method in class org.apache.fop.fo.flow.TableCell
 
getNumeric() - Method in class org.apache.fop.fo.Property
 
getNumeric() - Method in class org.apache.fop.fo.LengthProperty
 
getNumeric() - Method in class org.apache.fop.fo.NumberProperty
 
getNumRowsSpanned() - Method in class org.apache.fop.fo.flow.TableCell
 
getObject() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
getObject() - Method in class org.apache.fop.fo.Property
 
getObject() - Method in class org.apache.fop.fo.SpaceProperty
 
getObject() - Method in class org.apache.fop.fo.LengthProperty
 
getObject() - Method in class org.apache.fop.fo.LengthRangeProperty
 
getObject() - Method in class org.apache.fop.fo.EnumProperty
 
getObject() - Method in class org.apache.fop.fo.CharacterProperty
 
getObject() - Method in class org.apache.fop.fo.CondLengthProperty
 
getObject() - Method in class org.apache.fop.fo.ColorTypeProperty
 
getObject() - Method in class org.apache.fop.fo.KeepProperty
 
getObject() - Method in class org.apache.fop.fo.StringProperty
 
getObject() - Method in class org.apache.fop.fo.NumberProperty
public Double getDouble() { return new Double(this.number.doubleValue()); } public Integer getInteger() { return new Integer(this.number.intValue()); }
getOddOrEven() - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
getOffset() - Method in class org.apache.fop.dom.svg.SVGStopElementImpl
 
getOptimum() - Method in class org.apache.fop.datatypes.LengthRange
 
getOrientAngle() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
getOrientType() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
getOutlines() - Method in class org.apache.fop.extensions.Outline
 
getOutputMethod() - Static method in class org.apache.fop.messaging.MessageHandler
informs what output method is set
getOverflow() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
getOverlined() - Method in class org.apache.fop.layout.inline.InlineArea
 
getOverlined() - Method in class org.apache.fop.layout.inline.InlineSpace
 
getOverlined() - Method in class org.apache.fop.layout.TextState
 
getOverrideStyle(Element, String) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getOwnerDocument() - Method in class org.apache.fop.dom.NodeImpl
 
getOwnerNode() - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
getOwnerRule() - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
getOwnerSVGElement() - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
getPaddingBottom() - Method in class org.apache.fop.layout.Area
 
getPaddingLeft() - Method in class org.apache.fop.layout.Area
 
getPaddingRight() - Method in class org.apache.fop.layout.Area
 
getPaddingTop() - Method in class org.apache.fop.layout.Area
 
getPage() - Method in class org.apache.fop.layout.Area
 
getPageCount() - Method in class org.apache.fop.render.awt.AWTRenderer
Retrieve the number of pages in this document.
getPageFormat(int) - Method in class org.apache.fop.render.awt.AWTRenderer
 
getPageMaster() - Method in class org.apache.fop.fo.pagination.SimplePageMaster
 
getPageMaster() - Method in class org.apache.fop.fo.pagination.Region
 
getPageNumber() - Method in class org.apache.fop.render.awt.AWTRenderer
 
getPageNumber() - Method in class org.apache.fop.viewer.GoToPageDialog
 
getPageNumber() - Method in class org.apache.fop.datatypes.IDNode
Returns the page number of this node
getPageNumber(String) - Method in class org.apache.fop.datatypes.IDReferences
Returns the page number where the specified id is found
getPageNumberID() - Method in class org.apache.fop.layout.inline.InlineArea
 
getPagePosition() - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
getPages() - Method in class org.apache.fop.layout.AreaTree
 
getPageSequenceMaster() - Method in class org.apache.fop.fo.pagination.PageMasterReference
 
getPageSequenceMaster() - Method in class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives
 
getPageSequenceMaster(String) - Method in class org.apache.fop.fo.pagination.LayoutMasterSet
 
getParameterList() - Method in class org.apache.fop.viewer.MessageException
 
getParent() - Method in class org.apache.fop.layout.Area
 
getParent() - Method in class org.apache.fop.fo.FONode
 
getParentFO() - Method in class org.apache.fop.datatypes.LengthBase
Accessor for parentFO object from subclasses which define custom kinds of LengthBase calculations.
getParentFObj() - Method in class org.apache.fop.fo.PropertyList
 
getParentNode() - Method in class org.apache.fop.dom.NodeImpl
 
getParentOutline() - Method in class org.apache.fop.extensions.Outline
 
getParentRule() - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
getParentRule() - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
 
getParentStyleSheet() - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
getParentStyleSheet() - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
 
getPath() - Method in class org.apache.fop.svg.SVGD
get the length
getPath() - Method in class org.apache.fop.datatypes.PathData
 
getPathLength() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getPathSegAtLength(float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getPathSegList() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getPathSegType() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getPathSegType() - Method in class org.apache.fop.dom.svg.SVGPathSegImpl
 
getPathSegTypeAsLetter() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getPathSegTypeAsLetter() - Method in class org.apache.fop.dom.svg.SVGPathSegImpl
 
getPattern(String) - Static method in class org.apache.fop.layout.hyphenation.PatternParser
 
getPatternTransform() - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
getPatternUnits() - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
getPDFFilter() - Method in class org.apache.fop.image.AbstractFopImage
Return the original image compression type.
getPDFFilter() - Method in interface org.apache.fop.image.FopImage
 
getPDFGoTo(String) - Method in class org.apache.fop.datatypes.IDReferences
Returns the PDFGoTo object for the specified id
getPendingAreas() - Method in class org.apache.fop.layout.LineArea
 
getPendingFootnotes() - Method in class org.apache.fop.layout.Page
 
getPendingWidth() - Method in class org.apache.fop.layout.LineArea
 
getPercentBase() - Method in class org.apache.fop.fo.expr.FunctionBase
By default, functions have no percent-based arguments.
getPercentBase() - Method in class org.apache.fop.fo.expr.PropertyInfo
Return the PercentBase object used to calculate the absolute value from a percent specification.
getPercentBase() - Method in interface org.apache.fop.fo.expr.Function
 
getPercentBase(FObj, PropertyList) - Method in class org.apache.fop.fo.Property.Maker
Return an object implementing the PercentBase interface.
getPixelUnitToMillimeterX() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getPixelUnitToMillimeterY() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getPlacementOffset() - Method in class org.apache.fop.layout.LineArea
 
getPointAtLength(float) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getPoints() - Method in class org.apache.fop.svg.SVGPoints
get the length
getPoints() - Method in class org.apache.fop.dom.svg.SVGPolygonElementImpl
 
getPoints() - Method in class org.apache.fop.dom.svg.SVGPolylineElementImpl
 
getPoints() - Method in class org.apache.fop.datatypes.PointsData
 
getPosition() - Method in class org.apache.fop.layout.AreaContainer
 
getPosition() - Method in class org.apache.fop.layout.BodyAreaContainer
 
getPostHyphenText(int) - Method in class org.apache.fop.layout.hyphenation.Hyphenation
 
getPostscriptName() - Method in class org.apache.fop.fonts.PFMFile
Returns the Postscript name of the font.
getPostscriptName() - Method in class org.apache.fop.fonts.TTFFile
 
getPrecedence() - Method in class org.apache.fop.datatypes.Space
 
getPredictor() - Method in class org.apache.fop.pdf.FlateFilter
 
getPrefix() - Method in class org.apache.fop.dom.NodeImpl
 
getPreHyphenText(int) - Method in class org.apache.fop.layout.hyphenation.Hyphenation
 
getPresentationAttribute(String) - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
getPreserveAspectRatio() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
getPreserveAspectRatio() - Method in class org.apache.fop.dom.svg.SVGSymbolElementImpl
 
getPreserveAspectRatio() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getPreserveAspectRatio() - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
getPreviousSibling() - Method in class org.apache.fop.dom.NodeImpl
 
getPrimitiveType() - Method in class org.apache.fop.dom.css.CSSPrimitiveValueImpl
 
getPrimitiveUnits() - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
getPrintable(int) - Method in class org.apache.fop.render.awt.AWTRenderer
 
getProperty(String) - Method in class org.apache.fop.fo.FONode
lets outside sources access the property list first used by PageNumberCitation to find the "id" property returns null by default, overide this function when there is a property list
getProperty(String) - Method in class org.apache.fop.fo.FObj
lets outside sources access the property list first used by PageNumberCitation to find the "id" property
getPropertyCSSValue(String) - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
getPropertyList() - Method in class org.apache.fop.fo.expr.PropertyInfo
 
getPropertyList() - Method in class org.apache.fop.datatypes.LengthBase
Accessor for propertyList object from subclasses which define custom kinds of LengthBase calculations.
getPropertyPriority(String) - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
getPropertyValue(String) - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
getPropName() - Method in class org.apache.fop.fo.Property.Maker
Return the name of the property whose value is being set.
getR() - Method in class org.apache.fop.dom.svg.SVGCircleElementImpl
 
getR() - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
getRectangle() - Method in class org.apache.fop.layout.LinkedRectangle
 
getRects() - Method in class org.apache.fop.layout.LinkSet
 
getRectValue() - Method in class org.apache.fop.dom.css.CSSPrimitiveValueImpl
 
getRed() - Method in class org.apache.fop.layout.inline.InlineArea
 
getRed() - Method in class org.apache.fop.dom.css.RGBColorImpl
 
getReferrer() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getRefX() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
getRefY() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
getRegion(String) - Method in class org.apache.fop.fo.pagination.SimplePageMaster
 
getRegionClass() - Method in class org.apache.fop.fo.pagination.Region
 
getRegionClass() - Method in class org.apache.fop.fo.pagination.RegionBody
 
getRegionClass() - Method in class org.apache.fop.fo.pagination.RegionAfter
 
getRegionClass() - Method in class org.apache.fop.fo.pagination.RegionBefore
 
getRegionName() - Method in class org.apache.fop.fo.pagination.Region
Returns the name of this region
getRegions() - Method in class org.apache.fop.fo.pagination.SimplePageMaster
 
getRemainingHeight() - Method in class org.apache.fop.layout.BodyAreaContainer
Determine remaining height for new span area.
getRemainingWidth() - Method in class org.apache.fop.layout.LineArea
 
getRendererObject() - Method in class org.apache.fop.extensions.Outline
 
getRequiredExtensions() - Method in class org.apache.fop.dom.svg.GraphicElement
 
getRequiredFeatures() - Method in class org.apache.fop.dom.svg.GraphicElement
 
getResizeable() - Method in class org.apache.fop.layout.inline.InlineSpace
 
getResources() - Method in class org.apache.fop.pdf.PDFDocument
get the /Resources object for the document
getRessourceBytes() - Method in class org.apache.fop.image.AbstractFopImage
Return the original image data (compressed).
getRessourceBytes() - Method in interface org.apache.fop.image.FopImage
 
getRessourceBytesSize() - Method in class org.apache.fop.image.AbstractFopImage
Return the original image data size (compressed).
getRessourceBytesSize() - Method in interface org.apache.fop.image.FopImage
 
getRGBColorValue() - Method in class org.apache.fop.dom.css.CSSPrimitiveValueImpl
 
getRootElement() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getRotate() - Method in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
getRotationOfChar(int) - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getRuleStyle() - Method in class org.apache.fop.layout.inline.LeaderArea
 
getRuleThickness() - Method in class org.apache.fop.layout.inline.LeaderArea
 
getRx() - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
getRx() - Method in class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
getRy() - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
getRy() - Method in class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
getScaleFactor() - Method in class org.apache.fop.render.awt.AWTRenderer
 
getScreenCTM() - Method in class org.apache.fop.dom.svg.GraphicElement
Returns the transformation matrix from current user units (i.e., after application of the transform attribute) to the parent user agent's notice of a "pixel".
getScreenPixelToMillimeterX() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getScreenPixelToMillimeterY() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getSelectorText() - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
 
getSimplePageMaster(String) - Method in class org.apache.fop.fo.pagination.LayoutMasterSet
 
getSize() - Method in class org.apache.fop.layout.inline.InlineSpace
 
getSize() - Method in class org.apache.fop.layout.DisplaySpace
 
getSpace() - Method in class org.apache.fop.fo.Property
 
getSpace() - Method in class org.apache.fop.fo.SpaceProperty
 
getSpan() - Method in class org.apache.fop.fo.flow.Block
 
getSpan() - Method in class org.apache.fop.fo.flow.BlockContainer
 
getSpecifiedValue() - Method in class org.apache.fop.fo.Property
Return the original value specified for the property attribute.
getSpreadMethod() - Method in class org.apache.fop.dom.svg.SVGGradientElementImpl
 
getStartIndent() - Method in class org.apache.fop.layout.BlockArea
 
getStartIndent() - Method in class org.apache.fop.layout.LineArea
 
getStartIndent() - Method in class org.apache.fop.layout.LinkSet
 
getStartPositionOfChar(int) - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getStatus() - Method in class org.apache.fop.fo.flow.Flow
 
getStemV() - Method in interface org.apache.fop.layout.FontDescriptor
 
getStemV() - Method in class org.apache.fop.fonts.PFMFile
Returns the width of the dominant vertical stems of the font.
getStemV() - Method in class org.apache.fop.fonts.TTFFile
 
getString() - Method in class org.apache.fop.svg.SVGStringProperty
get the length
getString() - Method in class org.apache.fop.svg.TextProperty
get the length
getString() - Method in class org.apache.fop.fo.expr.NCnameProperty
Return the name as a String (should be specified with quotes!)
getString() - Method in class org.apache.fop.render.pdf.SVGRenderer
 
getString() - Method in class org.apache.fop.fo.Property
 
getString() - Method in class org.apache.fop.fo.CharacterProperty
 
getString() - Method in class org.apache.fop.fo.StringProperty
 
getString(String) - Method in interface org.apache.fop.viewer.Translator
Übersetzt ein Wort.
getStringValue() - Method in class org.apache.fop.dom.css.CSSPrimitiveValueImpl
 
getStringValue(String) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access strings values in the standard configuration
getStringValue(String, int) - Static method in class org.apache.fop.configuration.Configuration
convenience methods to access strings values in the configuration
getStyle() - Method in class org.apache.fop.svg.SVGStyle
get the length
getStyle() - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
getStyle() - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
 
getStyle() - Method in class org.apache.fop.datatypes.StyleData
 
getStyleSheet() - Method in class org.apache.fop.dom.svg.SVGStyleElementImpl
 
getStyleSheets() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getSubpropMaker(String) - Method in class org.apache.fop.fo.Property.Maker
Return a Maker object which is used to set the values on components of compound property types, such as "space".
getSubpropValue(Property, String) - Method in class org.apache.fop.fo.Property.Maker
Return a property value for the given component of a compound property.
getSubpropValue(String, String, String, Property, String) - Method in class org.apache.fop.fo.PropertyListBuilder
 
getSubSequenceSpecifier(int) - Method in class org.apache.fop.fo.pagination.PageSequenceMaster
 
getSubSequenceSpecifierCount() - Method in class org.apache.fop.fo.pagination.PageSequenceMaster
 
getSubStringLength(int, int) - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getSubType() - Method in interface org.apache.fop.layout.FontDescriptor
 
getSubType() - Method in class org.apache.fop.render.pdf.Font
get the subtype of the font, default is TYPE1
getSVGDocument() - Method in class org.apache.fop.image.SVGImage
 
getSVGDocument() - Method in class org.apache.fop.svg.SVGDriver
 
getSVGDocument() - Method in class org.apache.fop.dom.svg.SVGArea
 
getSVGDocument() - Method in class org.apache.fop.fo.SVGTreeBuilder
 
getSVGLength() - Method in class org.apache.fop.svg.SVGLengthProperty
get the length
getSVGLengthList() - Method in class org.apache.fop.svg.SVGLengthListProperty
get the length
getSystemLanguage() - Method in class org.apache.fop.dom.svg.GraphicElement
 
getTableCellXOffset() - Method in class org.apache.fop.layout.Area
 
getTableUnits() - Method in class org.apache.fop.datatypes.Length
Return the number of table units which are included in this length specification.
getTableUnits() - Method in class org.apache.fop.datatypes.TableColLength
Override the method in Length to return the number of specified proportional table-column units.
getTagName() - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
getTagName() - Method in class org.apache.fop.dom.svg.SVGPolygonElementImpl
 
getTagName() - Method in class org.apache.fop.dom.svg.SVGStyleElementImpl
 
getTagName() - Method in class org.apache.fop.dom.svg.SVGCircleElementImpl
 
getTagName() - Method in class org.apache.fop.dom.NodeImpl
 
getTarget() - Method in class org.apache.fop.dom.svg.SVGAElementImpl
 
getText() - Method in class org.apache.fop.layout.inline.WordArea
 
getTextLength() - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
getTitle() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getTitle() - Method in class org.apache.fop.dom.svg.SVGStyleElementImpl
 
getTitle() - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
getTotalContentHeight() - Method in class org.apache.fop.layout.SpanArea
 
getTotalLength() - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
getTransform() - Method in class org.apache.fop.svg.SVGTransform
 
getTransform() - Method in class org.apache.fop.dom.svg.GraphicElement
 
getTransform() - Method in class org.apache.fop.datatypes.TransformData
 
getTransformer(String, boolean) - Static method in class org.apache.fop.tools.xslt.TraxTransform
 
getTransformToElement(SVGElement) - Method in class org.apache.fop.dom.svg.GraphicElement
 
getTransparentColor() - Method in class org.apache.fop.image.AbstractFopImage
Return the transparent color.
getTransparentColor() - Method in interface org.apache.fop.image.FopImage
 
getType() - Method in class org.apache.fop.dom.svg.SVGStyleElementImpl
 
getType() - Method in class org.apache.fop.dom.svg.SVGTransformImpl
 
getType() - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
getType() - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
 
getType() - Method in class org.apache.fop.datatypes.KeepValue
 
getUnderlined() - Method in class org.apache.fop.layout.inline.InlineArea
 
getUnderlined() - Method in class org.apache.fop.layout.inline.WordArea
 
getUnderlined() - Method in class org.apache.fop.layout.inline.InlineSpace
 
getUnderlined() - Method in class org.apache.fop.layout.TextState
 
getUnitType() - Method in class org.apache.fop.dom.svg.SVGAngleImpl
 
getUnitType() - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
getURL() - Method in class org.apache.fop.image.AbstractFopImage
Return the image URL.
getURL() - Method in interface org.apache.fop.image.FopImage
 
getURL() - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
getUseCurrentView() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getUserHyphenationTree(String, String) - Static method in class org.apache.fop.layout.hyphenation.Hyphenator
load tree from serialized file or xml file using configuration settings
getValue() - Method in class org.apache.fop.layout.hyphenation.TernaryTree.Iterator
 
getValue() - Method in class org.apache.fop.dom.svg.SVGAngleImpl
 
getValue() - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
getValue() - Method in class org.apache.fop.datatypes.KeepValue
 
getValue(String) - Static method in class org.apache.fop.configuration.Configuration
convenience method which retrieves some configuration information from the standard configuration
getValue(String, int) - Static method in class org.apache.fop.configuration.Configuration
general access method
getValueAsString() - Method in class org.apache.fop.dom.svg.SVGAngleImpl
 
getValueAsString() - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
getValueInSpecifiedUnits() - Method in class org.apache.fop.dom.svg.SVGAngleImpl
 
getValueInSpecifiedUnits() - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
getValues() - Method in class org.apache.fop.dom.svg.SVGPathSegImpl
 
getValues(int) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
 
getValueType() - Method in class org.apache.fop.dom.css.CSSValueImpl
 
getVector() - Method in class org.apache.fop.pdf.PDFColor
 
getVersion() - Static method in class org.apache.fop.apps.Version
get the version of FOP
getVerticalAlign() - Method in class org.apache.fop.layout.inline.InlineArea
 
getVerticalAlign() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
getViewBox() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
getViewBox() - Method in class org.apache.fop.dom.svg.SVGSymbolElementImpl
 
getViewBox() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getViewBox() - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
getViewport() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getViewportElement() - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
getWidth() - Method in class org.apache.fop.image.AbstractFopImage
Return the image width.
getWidth() - Method in class org.apache.fop.image.FopImageConsumer
 
getWidth() - Method in interface org.apache.fop.image.FopImage
 
getWidth() - Method in class org.apache.fop.layout.LinkedRectangle
 
getWidth() - Method in class org.apache.fop.layout.PageMaster
 
getWidth() - Method in class org.apache.fop.layout.Page
 
getWidth() - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
getWidth() - Method in class org.apache.fop.dom.svg.SVGMaskElementImpl
 
getWidth() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getWidth() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getWidth() - Method in class org.apache.fop.dom.svg.SVGArea
 
getWidth() - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
getWidth() - Method in class org.apache.fop.dom.svg.SVGRectImpl
 
getWidth() - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
getWidth() - Method in class org.apache.fop.image.analyser.AbstractImageReader
 
getWidth() - Method in interface org.apache.fop.image.analyser.ImageReader
Return the image width.
getWidthOfCellSoFar() - Method in class org.apache.fop.fo.flow.TableRow.CellState
returns the horizontal offset of the cell.
getWidths(int) - Method in interface org.apache.fop.layout.FontMetric
 
getWidths(int) - Method in class org.apache.fop.render.awt.FontMetricsMapper
return width (in 1/1000ths of point size) of all character
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.Courier
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.Symbol
 
getWidths(int) - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.Courier
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
getWidths(int) - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
getWidths(String, int, int) - Method in class org.apache.fop.render.awt.AWTFontMetrics
Return widths (in 1/1000ths of point size) of all characters
getWindowsName() - Method in class org.apache.fop.fonts.PFMFile
Returns the Windows name of the font.
getWindowsName() - Method in class org.apache.fop.fonts.TTFFile
 
getWithinColumn() - Method in class org.apache.fop.datatypes.Keep
 
getWithinLine() - Method in class org.apache.fop.datatypes.Keep
 
getWithinPage() - Method in class org.apache.fop.datatypes.Keep
 
getX() - Method in class org.apache.fop.layout.LinkedRectangle
 
getX() - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
getX() - Method in class org.apache.fop.dom.svg.SVGMaskElementImpl
 
getX() - Method in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
getX() - Method in class org.apache.fop.dom.svg.SVGCursorElementImpl
 
getX() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getX() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getX() - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
getX() - Method in class org.apache.fop.dom.svg.SVGRectImpl
 
getX() - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
getX1() - Method in class org.apache.fop.dom.svg.SVGLineElementImpl
 
getX1() - Method in class org.apache.fop.dom.svg.SVGLinearGradientElementImpl
 
getX2() - Method in class org.apache.fop.dom.svg.SVGLineElementImpl
 
getX2() - Method in class org.apache.fop.dom.svg.SVGLinearGradientElementImpl
 
getXHeight() - Method in class org.apache.fop.layout.FontState
 
getXHeight() - Method in class org.apache.fop.fonts.PFMFile
Returns the XHeight parameter for the font (height of lowercase x).
getXHeight() - Method in class org.apache.fop.fonts.TTFFile
 
getXHeight(int) - Method in interface org.apache.fop.layout.FontMetric
 
getXHeight(int) - Method in class org.apache.fop.render.awt.FontMetricsMapper
Determines the typical font height of this FontMetrics object
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.Courier
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.Symbol
 
getXHeight(int) - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.Courier
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
getXHeight(int) - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
getXHeight(String, int, int) - Method in class org.apache.fop.render.awt.AWTFontMetrics
Determines the typical font height of a small cap letter FontMetrics object
getXlinkActuate() - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
getXlinkActuate() - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
getXlinkActuate() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getXlinkArcRole() - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
getXlinkArcRole() - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
getXlinkArcRole() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getXlinkRole() - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
getXlinkRole() - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
getXlinkRole() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getXlinkShow() - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
getXlinkShow() - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
getXlinkShow() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getXlinkTitle() - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
getXlinkTitle() - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
getXlinkTitle() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getXlinkType() - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
getXlinkType() - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
getXlinkType() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getXMLlang() - Method in class org.apache.fop.dom.svg.GraphicElement
 
getXMLspace() - Method in class org.apache.fop.dom.svg.GraphicElement
 
getXNumber() - Method in class org.apache.fop.pdf.PDFXObject
 
getXOffset() - Method in class org.apache.fop.image.ImageArea
 
getXOffset() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
getXPosition() - Method in class org.apache.fop.layout.AreaContainer
 
getXPosition() - Method in class org.apache.fop.layout.BodyAreaContainer
 
getY() - Method in class org.apache.fop.layout.LinkedRectangle
 
getY() - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
getY() - Method in class org.apache.fop.dom.svg.SVGMaskElementImpl
 
getY() - Method in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
getY() - Method in class org.apache.fop.dom.svg.SVGCursorElementImpl
 
getY() - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
getY() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
getY() - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
getY() - Method in class org.apache.fop.dom.svg.SVGRectImpl
 
getY() - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
getY1() - Method in class org.apache.fop.dom.svg.SVGLineElementImpl
 
getY1() - Method in class org.apache.fop.dom.svg.SVGLinearGradientElementImpl
 
getY2() - Method in class org.apache.fop.dom.svg.SVGLineElementImpl
 
getY2() - Method in class org.apache.fop.dom.svg.SVGLinearGradientElementImpl
 
getYOffset() - Method in class org.apache.fop.layout.inline.InlineArea
 
getYPosition() - Method in class org.apache.fop.layout.AreaContainer
 
getYPosition() - Method in class org.apache.fop.layout.BodyAreaContainer
 
getYPosition() - Method in class org.apache.fop.fo.flow.TableBody
 
getYPosition() - Method in class org.apache.fop.fo.flow.TableFooter
 
getZoomAndPan() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
GIF_SIG_LENGTH - Static variable in class org.apache.fop.image.analyser.GIFReader
 
GifJpegImage - class org.apache.fop.image.GifJpegImage.
FopImage object for GIF or JPEG images, using Java native classes.
GifJpegImage(URL) - Constructor for class org.apache.fop.image.GifJpegImage
 
GifJpegImage(URL, ImageReader) - Constructor for class org.apache.fop.image.GifJpegImage
 
GIFReader - class org.apache.fop.image.analyser.GIFReader.
ImageReader object for GIF image type.
GIFReader() - Constructor for class org.apache.fop.image.analyser.GIFReader
 
Glyph - class org.apache.fop.svg.Glyph.
class representing svg:Glyph pseudo flow object.
Glyph.Maker - class org.apache.fop.svg.Glyph.Maker.
inner class for making Glyph objects.
Glyph.Maker() - Constructor for class org.apache.fop.svg.Glyph.Maker
 
Glyph(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Glyph
constructs a Glyph object (called by Maker).
Glyphs - class org.apache.fop.fonts.Glyphs.
 
Glyphs() - Constructor for class org.apache.fop.fonts.Glyphs
 
glyphToString(String) - Static method in class org.apache.fop.fonts.Glyphs
Return the glyphname from a string, eg, glyphToString("\\") returns "backslash"
GoToPageDialog - class org.apache.fop.viewer.GoToPageDialog.
 
GoToPageDialog() - Constructor for class org.apache.fop.viewer.GoToPageDialog
 
GoToPageDialog(Frame, String, boolean) - Constructor for class org.apache.fop.viewer.GoToPageDialog
 
GraphicElement - class org.apache.fop.dom.svg.GraphicElement.
base class for SVG graphic objects.
GraphicElement() - Constructor for class org.apache.fop.dom.svg.GraphicElement
 
GraphicImpl - interface org.apache.fop.dom.svg.GraphicImpl.
base class for SVG graphic objects.
GraphicsCreator - interface org.apache.fop.svg.GraphicsCreator.
 
green - Variable in class org.apache.fop.pdf.PDFColor
 
green - Variable in class org.apache.fop.datatypes.ColorType
the green component
green() - Method in class org.apache.fop.pdf.PDFColor
 
green() - Method in class org.apache.fop.datatypes.ColorType
 
green255() - Method in class org.apache.fop.pdf.PDFColor
 

H

H - Static variable in class org.apache.fop.pdf.PDFCMap
 
halfLeading - Variable in class org.apache.fop.layout.BlockArea
 
halfLeading - Variable in class org.apache.fop.layout.LineArea
 
handleGetObject(String) - Method in class org.apache.fop.viewer.SecureResourceBundle
Händelt den abgefragten Key, liefert entweder den zugehörigen Wert oder eine Meldung.
handleGradient(String, SVGRenderer.DrawingInstruction, boolean, SVGElement) - Method in class org.apache.fop.render.pdf.SVGRenderer
Handles the construction of an SVG gradient.
handleLinearGradient(SVGLinearGradientElement, SVGRenderer.DrawingInstruction, boolean, SVGElement) - Method in class org.apache.fop.render.pdf.SVGRenderer
 
handlePattern(SVGPatternElement, SVGRenderer.DrawingInstruction, boolean, SVGElement) - Method in class org.apache.fop.render.pdf.SVGRenderer
 
handleRadialGradient(SVGRadialGradientElement, SVGRenderer.DrawingInstruction, boolean, SVGElement) - Method in class org.apache.fop.render.pdf.SVGRenderer
 
handleSwitchElement(int, int, SVGSwitchElement) - Method in class org.apache.fop.render.pdf.SVGRenderer
Handles the SVG switch element.
hasAttribute(String) - Method in class org.apache.fop.dom.ElementImpl
 
hasAttributeNS(String, String) - Method in class org.apache.fop.dom.ElementImpl
 
hasAttributes() - Method in class org.apache.fop.dom.NodeImpl
 
hasAttributes() - Method in class org.apache.fop.dom.ElementImpl
 
hasChildNodes() - Method in class org.apache.fop.dom.NodeImpl
 
hasExtension(String) - Method in class org.apache.fop.dom.svg.GraphicElement
 
hasKerningInfo() - Method in interface org.apache.fop.layout.FontDescriptor
 
hasLines - Variable in class org.apache.fop.layout.BlockArea
 
hasLinks() - Method in class org.apache.fop.layout.Page
 
hasMoreElements() - Method in class org.apache.fop.layout.hyphenation.TernaryTree.Iterator
 
header - Variable in class org.apache.fop.image.analyser.GIFReader
 
header - Variable in class org.apache.fop.image.analyser.PNGReader
 
header - Variable in class org.apache.fop.image.analyser.TIFFReader
 
header - Variable in class org.apache.fop.image.analyser.JPEGReader
 
header - Variable in class org.apache.fop.image.analyser.BMPReader
 
height - Variable in class org.apache.fop.image.FopImageConsumer
 
height - Variable in class org.apache.fop.layout.inline.InlineArea
 
height - Variable in class org.apache.fop.layout.RegionArea
 
height - Variable in class org.apache.fop.dom.svg.SVGImageElementImpl
 
height - Variable in class org.apache.fop.image.analyser.AbstractImageReader
Image height.
height - Variable in class org.apache.fop.fo.flow.TableCell
 
HEIGHT - Static variable in class org.apache.fop.fo.PropertyList
 
Helvetica - class org.apache.fop.render.mif.fonts.Helvetica.
 
Helvetica - class org.apache.fop.render.pdf.fonts.Helvetica.
 
Helvetica() - Constructor for class org.apache.fop.render.mif.fonts.Helvetica
 
Helvetica() - Constructor for class org.apache.fop.render.pdf.fonts.Helvetica
 
HelveticaBold - class org.apache.fop.render.mif.fonts.HelveticaBold.
 
HelveticaBold - class org.apache.fop.render.pdf.fonts.HelveticaBold.
 
HelveticaBold() - Constructor for class org.apache.fop.render.mif.fonts.HelveticaBold
 
HelveticaBold() - Constructor for class org.apache.fop.render.pdf.fonts.HelveticaBold
 
HelveticaBoldOblique - class org.apache.fop.render.mif.fonts.HelveticaBoldOblique.
 
HelveticaBoldOblique - class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique.
 
HelveticaBoldOblique() - Constructor for class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
HelveticaBoldOblique() - Constructor for class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
HelveticaOblique - class org.apache.fop.render.mif.fonts.HelveticaOblique.
 
HelveticaOblique - class org.apache.fop.render.pdf.fonts.HelveticaOblique.
 
HelveticaOblique() - Constructor for class org.apache.fop.render.mif.fonts.HelveticaOblique
 
HelveticaOblique() - Constructor for class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
hi - Variable in class org.apache.fop.layout.hyphenation.TernaryTree
Pointer to high branch.
hints - Variable in class org.apache.fop.image.FopImageConsumer
 
HKern - class org.apache.fop.svg.HKern.
 
HKern.Maker - class org.apache.fop.svg.HKern.Maker.
inner class for making HKern objects.
HKern.Maker() - Constructor for class org.apache.fop.svg.HKern.Maker
 
HKern(FObj, PropertyList) - Constructor for class org.apache.fop.svg.HKern
constructs a HKern object (called by Maker).
hstrcmp(char[], int, char[], int) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
String compare, returns 0 if equal or t is a substring of s
Hyphen - class org.apache.fop.layout.hyphenation.Hyphen.
This class represents a hyphen.
hyphenate - Variable in class org.apache.fop.layout.BlockArea
 
hyphenate - Variable in class org.apache.fop.layout.LineArea
 
hyphenate(char[], int, int) - Method in class org.apache.fop.layout.hyphenation.Hyphenator
 
hyphenate(char[], int, int, int, int) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
Hyphenate word and return an array of hyphenation points.
hyphenate(String) - Method in class org.apache.fop.layout.hyphenation.Hyphenator
 
hyphenate(String, int, int) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
Hyphenate word and return a Hyphenation object.
hyphenate(String, String, char[], int, int, int, int) - Static method in class org.apache.fop.layout.hyphenation.Hyphenator
 
hyphenate(String, String, String, int, int) - Static method in class org.apache.fop.layout.hyphenation.Hyphenator
 
Hyphenation - class org.apache.fop.layout.hyphenation.Hyphenation.
This class represents a hyphenated word.
hyphenationChar - Variable in class org.apache.fop.layout.BlockArea
 
hyphenationChar - Variable in class org.apache.fop.layout.LineArea
 
HyphenationException - exception org.apache.fop.layout.hyphenation.HyphenationException.
 
HyphenationException(String) - Constructor for class org.apache.fop.layout.hyphenation.HyphenationException
 
hyphenationPushCharacterCount - Variable in class org.apache.fop.layout.BlockArea
 
hyphenationPushCharacterCount - Variable in class org.apache.fop.layout.LineArea
 
hyphenationRemainCharacterCount - Variable in class org.apache.fop.layout.BlockArea
 
hyphenationRemainCharacterCount - Variable in class org.apache.fop.layout.LineArea
 
HyphenationTree - class org.apache.fop.layout.hyphenation.HyphenationTree.
This tree structure stores the hyphenation patterns in an efficient way for fast lookup.
HyphenationTree() - Constructor for class org.apache.fop.layout.hyphenation.HyphenationTree
 
Hyphenator - class org.apache.fop.layout.hyphenation.Hyphenator.
This class is the main entry point to the hyphenation package.
Hyphenator(String, String, int, int) - Constructor for class org.apache.fop.layout.hyphenation.Hyphenator
 

I

IconToolBar - class org.apache.fop.viewer.IconToolBar.
 
IconToolBar() - Constructor for class org.apache.fop.viewer.IconToolBar
 
Identity_H - Static variable in class org.apache.fop.pdf.PDFCMap
Generic
Identity_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
IDNode - class org.apache.fop.datatypes.IDNode.
 
IDNode(String) - Constructor for class org.apache.fop.datatypes.IDNode
Constructor for IDNode
idReferences - Variable in class org.apache.fop.pdf.PDFDocument
the documents idReferences
idReferences - Variable in class org.apache.fop.render.pdf.PDFRenderer
the IDReferences for this document
IDReferences - class org.apache.fop.datatypes.IDReferences.
 
IDReferences() - Constructor for class org.apache.fop.datatypes.IDReferences
Constructor for IDReferences
ignorableWhitespace(char[], int, int) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
image - Variable in class org.apache.fop.image.ImageArea
 
Image - class org.apache.fop.svg.Image.
class representing svg:Image pseudo flow object.
IMAGE_DIR - Static variable in class org.apache.fop.viewer.Command
 
Image.Maker - class org.apache.fop.svg.Image.Maker.
inner class for making Image objects.
Image.Maker() - Constructor for class org.apache.fop.svg.Image.Maker
 
Image(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Image
constructs a Image object (called by Maker).
ImageArea - class org.apache.fop.image.ImageArea.
 
ImageArea(FontState, FopImage, int, int, int, int, int, int) - Constructor for class org.apache.fop.image.ImageArea
 
imageComplete(int) - Method in class org.apache.fop.image.FopImageConsumer
 
ImageReader - interface org.apache.fop.image.analyser.ImageReader.
ImageReader objects read image headers to determine the image size.
ImageReaderFactory - class org.apache.fop.image.analyser.ImageReaderFactory.
Factory for ImageReader objects.
ImageReaderFactory() - Constructor for class org.apache.fop.image.analyser.ImageReaderFactory
 
imageStatus - Variable in class org.apache.fop.image.FopImageConsumer
 
imageStream - Variable in class org.apache.fop.image.analyser.AbstractImageReader
Image stream.
importNode(Node, boolean) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
increaseAbsoluteHeight(int) - Method in class org.apache.fop.layout.Area
 
increaseHeight(int) - Method in class org.apache.fop.layout.Area
 
incrementCount() - Method in class org.apache.fop.pdf.PDFPages
increment the count of /Page objects
incrementSpanIndex() - Method in class org.apache.fop.layout.ColumnArea
 
indent - Variable in class org.apache.fop.render.xml.XMLRenderer
indentation to use for pretty-printing the XML
info - Variable in class org.apache.fop.pdf.PDFDocument
the /Info object
infoStatus - Variable in class org.apache.fop.viewer.PreviewDialog
 
INH_FONTSIZE - Static variable in class org.apache.fop.datatypes.LengthBase
 
InheritedPropFunction - class org.apache.fop.fo.expr.InheritedPropFunction.
 
InheritedPropFunction() - Constructor for class org.apache.fop.fo.expr.InheritedPropFunction
 
inheritsSpecified() - Method in class org.apache.fop.fo.expr.PropertyInfo
Return whether this property inherits specified values.
inheritsSpecified() - Method in class org.apache.fop.fo.Property.Maker
Return a boolean indicating whether this property inherits the "specified" value rather than the "computed" value.
init() - Method in class org.apache.fop.layout.hyphenation.TernaryTree
 
initialize(String) - Method in class org.apache.fop.dom.svg.SVGStringListImpl
 
initialize(SVGLength) - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
initialize(SVGTransform) - Method in class org.apache.fop.dom.svg.SVGTransformListImpl
 
initializeID(String, Area) - Method in class org.apache.fop.datatypes.IDReferences
Creates and configures the specified id.
Inline - class org.apache.fop.fo.flow.Inline.
 
Inline.Maker - class org.apache.fop.fo.flow.Inline.Maker.
 
Inline.Maker() - Constructor for class org.apache.fop.fo.flow.Inline.Maker
 
Inline(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.Inline
 
InlineArea - class org.apache.fop.layout.inline.InlineArea.
 
InlineArea(FontState, int, float, float, float) - Constructor for class org.apache.fop.layout.inline.InlineArea
 
InlineGraphic - class org.apache.fop.fo.flow.InlineGraphic.
 
InlineGraphic.Maker - class org.apache.fop.fo.flow.InlineGraphic.Maker.
 
InlineGraphic.Maker() - Constructor for class org.apache.fop.fo.flow.InlineGraphic.Maker
 
InlineGraphic(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.InlineGraphic
 
INLINEPROGDIM - Static variable in class org.apache.fop.fo.PropertyList
 
InlineSpace - class org.apache.fop.layout.inline.InlineSpace.
 
InlineSpace(int) - Constructor for class org.apache.fop.layout.inline.InlineSpace
 
InlineSpace(int, boolean) - Constructor for class org.apache.fop.layout.inline.InlineSpace
 
insert(char[], int, char) - Method in class org.apache.fop.layout.hyphenation.TernaryTree
 
insert(String, char) - Method in class org.apache.fop.layout.hyphenation.TernaryTree
Branches are initially compressed, needing one node per key plus the size of the string key.
insertBalanced(String[], char[], int, int) - Method in class org.apache.fop.layout.hyphenation.TernaryTree
Recursively insert the median first and then the median of the lower and upper halves, and so on in order to get a balanced tree.
insertBefore(Node, Node) - Method in class org.apache.fop.dom.NodeImpl
 
insertData(int, String) - Method in class org.apache.fop.dom.CharacterDataImpl
 
insertItemBefore(String, int) - Method in class org.apache.fop.dom.svg.SVGStringListImpl
 
insertItemBefore(SVGLength, int) - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
insertItemBefore(SVGTransform, int) - Method in class org.apache.fop.dom.svg.SVGTransformListImpl
 
insertRule(String, int) - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
InstreamForeignObject - class org.apache.fop.fo.flow.InstreamForeignObject.
 
InstreamForeignObject.Maker - class org.apache.fop.fo.flow.InstreamForeignObject.Maker.
inner class for making SVG objects.
InstreamForeignObject.Maker() - Constructor for class org.apache.fop.fo.flow.InstreamForeignObject.Maker
 
InstreamForeignObject(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.InstreamForeignObject
constructs an instream-foreign-object object (called by Maker).
INTERNAL - Static variable in class org.apache.fop.layout.LinkSet
 
interpolationExponentN - Variable in class org.apache.fop.pdf.PDFFunction
Required for Type 2: The interpolation exponent.
inverse() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
ip - Variable in class org.apache.fop.image.FopImageConsumer
 
isApplied() - Method in class org.apache.fop.pdf.PDFFilter
 
isAuto() - Method in class org.apache.fop.datatypes.Length
 
isAutoLengthAllowed() - Method in class org.apache.fop.fo.LengthProperty.Maker
protected Property checkPropertyKeywords(String value) { if (isAutoLengthAllowed() && value.equals("auto")) { return new LengthProperty(Length.AUTO); } return null; }
isBalanced() - Method in class org.apache.fop.layout.SpanArea
 
isBalancingRequired(FObj) - Method in class org.apache.fop.layout.BodyAreaContainer
This almost does what getNewArea() does, without actually returning an area.
isCompoundMaker() - Method in class org.apache.fop.fo.Property.Maker
 
isCorrespondingForced(PropertyList) - Method in class org.apache.fop.fo.Property.Maker
 
isCorrespondingForced(PropertyList, String, String, String) - Method in class org.apache.fop.fo.PropertyListBuilder
 
isEmbeddable() - Method in interface org.apache.fop.layout.FontDescriptor
 
isEmbeddable() - Method in class org.apache.fop.fonts.TTFFile
 
isEmpty() - Method in class org.apache.fop.layout.LineArea
 
isEveryIdValid() - Method in class org.apache.fop.datatypes.IDReferences
Determines whether all id's are valid
isFlowSet() - Method in class org.apache.fop.fo.pagination.PageSequence
 
isImageReady() - Method in class org.apache.fop.image.FopImageConsumer
 
isIncomplete() - Method in class org.apache.fop.fo.Status
 
isInherited() - Method in class org.apache.fop.svg.SVGD.Maker
whether this property is inherited or not.
isInherited() - Method in class org.apache.fop.svg.SVGPoints.Maker
whether this property is inherited or not.
isInherited() - Method in class org.apache.fop.svg.SVGStringProperty.Maker
whether this property is inherited or not.
isInherited() - Method in class org.apache.fop.svg.SVGTransform.Maker
whether this property is inherited or not.
isInherited() - Method in class org.apache.fop.svg.SVGStyle.Maker
whether this property is inherited or not.
isInherited() - Method in class org.apache.fop.svg.SVGLengthListProperty.Maker
whether this property is inherited or not.
isInherited() - Method in class org.apache.fop.svg.TextProperty.Maker
whether this property is inherited or not.
isInherited() - Method in class org.apache.fop.svg.SVGLengthProperty.Maker
whether this property is inherited or not.
isInherited() - Method in class org.apache.fop.fo.Property.Maker
Default implementation of isInherited.
isInherited(String, String, String) - Method in class org.apache.fop.fo.PropertyListBuilder
 
isInLabel - Variable in class org.apache.fop.fo.FONode
 
isInListBody - Variable in class org.apache.fop.fo.FONode
 
isInTableCell - Variable in class org.apache.fop.fo.FONode
 
isLastColumn() - Method in class org.apache.fop.layout.BodyAreaContainer
Used in Flow when layout returns incomplete.
isLastColumn() - Method in class org.apache.fop.layout.SpanArea
 
isLayoutComplete() - Method in class org.apache.fop.fo.flow.TableRow.CellState
returns true if the cell was completely laid out.
isNewSpanArea() - Method in class org.apache.fop.layout.BodyAreaContainer
This variable is unset by getNextArea(), is set by addSpanArea(), and may be set by resetSpanArea().
isPageBreak() - Method in class org.apache.fop.fo.Status
 
isReserved(String) - Method in class org.apache.fop.fo.pagination.Region
Checks to see if a given region name is one of the reserved names
isSourceFound() - Method in class org.apache.fop.viewer.SecureResourceBundle
 
isSourceFound() - Method in interface org.apache.fop.viewer.Translator
Gibt an ob die Übersetzungsquelle gefunden ist.
isSupported(String, String) - Method in class org.apache.fop.dom.NodeImpl
 
isThereInternalLinkGoTo() - Method in class org.apache.fop.datatypes.IDNode
Determines whether there is an internal link GoTo for this node
isTransparent() - Method in class org.apache.fop.image.AbstractFopImage
Return the image transparency.
isTransparent() - Method in interface org.apache.fop.image.FopImage
 
isValid(int, boolean, boolean) - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
italicAngle - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
item(int) - Method in class org.apache.fop.dom.stylesheets.StyleSheetListImpl
 
item(int) - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
item(int) - Method in class org.apache.fop.dom.css.CSSValueListImpl
 

J

JPEGReader - class org.apache.fop.image.analyser.JPEGReader.
ImageReader object for JPEG image type.
JPEGReader() - Constructor for class org.apache.fop.image.analyser.JPEGReader
 
JPG_SIG_LENGTH - Static variable in class org.apache.fop.image.analyser.JPEGReader
 

K

Keep - class org.apache.fop.datatypes.Keep.
XSL FO Keep Property datatype (keep-together, etc)
KEEP_WITH_ALWAYS - Static variable in class org.apache.fop.datatypes.KeepValue
 
KEEP_WITH_AUTO - Static variable in class org.apache.fop.datatypes.KeepValue
 
KEEP_WITH_NEXT - Static variable in class org.apache.fop.fo.Status
 
KEEP_WITH_VALUE - Static variable in class org.apache.fop.datatypes.KeepValue
 
Keep() - Constructor for class org.apache.fop.datatypes.Keep
 
KeepProperty - class org.apache.fop.fo.KeepProperty.
 
KeepProperty.Maker - class org.apache.fop.fo.KeepProperty.Maker.
 
KeepProperty.Maker(String) - Constructor for class org.apache.fop.fo.KeepProperty.Maker
 
KeepProperty(Keep) - Constructor for class org.apache.fop.fo.KeepProperty
 
KeepValue - class org.apache.fop.datatypes.KeepValue.
Keep Value Stores the different types of keeps in a single convenient format.
KeepValue(String, int) - Constructor for class org.apache.fop.datatypes.KeepValue
 
keys - Variable in class org.apache.fop.pdf.PDFCharProcs
the (character name, drawing stream) pairs for a Type3 font
keys() - Method in class org.apache.fop.layout.hyphenation.TernaryTree
 
kids - Variable in class org.apache.fop.pdf.PDFPages
the /Page objects
knows(String) - Method in class org.apache.fop.layout.hyphenation.TernaryTree
 
KSC_EUC_H - Static variable in class org.apache.fop.pdf.PDFCMap
Korean
KSC_EUC_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
KSCms_UHC_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
KSCms_UHC_HW_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
KSCms_UHC_HW_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
KSCms_UHC_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
KSCpc_EUC_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
kv - Variable in class org.apache.fop.layout.hyphenation.TernaryTree
This vector holds the trailing of the keys when the branch is compressed.

L

Label - class org.apache.fop.extensions.Label.
 
Label.Maker - class org.apache.fop.extensions.Label.Maker.
 
Label.Maker() - Constructor for class org.apache.fop.extensions.Label.Maker
 
Label(FObj, PropertyList) - Constructor for class org.apache.fop.extensions.Label
 
labelSeparation - Variable in class org.apache.fop.fo.FONode
 
laidOutNone() - Method in class org.apache.fop.fo.Status
 
lang - Variable in class org.apache.fop.pdf.PDFCIDFontDescriptor
 
language - Variable in class org.apache.fop.layout.BlockArea
 
language - Variable in class org.apache.fop.layout.LineArea
 
lastChar - Variable in class org.apache.fop.pdf.PDFFontNonBase14
last character code in the font
lastPageAction - Variable in class org.apache.fop.viewer.PreviewDialog
 
layout(Area) - Method in class org.apache.fop.svg.SVGObj
layout this formatting object.
layout(Area) - Method in class org.apache.fop.svg.SVG
layout this formatting object.
layout(Area) - Method in class org.apache.fop.extensions.ExtensionObj
Called for extensions within a page sequence or flow.
layout(Area) - Method in class org.apache.fop.fo.flow.Footnote
 
layout(Area) - Method in class org.apache.fop.fo.flow.TableColumn
 
layout(Area) - Method in class org.apache.fop.fo.flow.TableBody
 
layout(Area) - Method in class org.apache.fop.fo.flow.InlineGraphic
 
layout(Area) - Method in class org.apache.fop.fo.flow.FootnoteBody
 
layout(Area) - Method in class org.apache.fop.fo.flow.TableRow
 
layout(Area) - Method in class org.apache.fop.fo.flow.PageNumber
 
layout(Area) - Method in class org.apache.fop.fo.flow.Flow
 
layout(Area) - Method in class org.apache.fop.fo.flow.StaticContent
 
layout(Area) - Method in class org.apache.fop.fo.flow.PageNumberCitation
 
layout(Area) - Method in class org.apache.fop.fo.flow.ListItemBody
 
layout(Area) - Method in class org.apache.fop.fo.flow.BasicLink
 
layout(Area) - Method in class org.apache.fop.fo.flow.Block
 
layout(Area) - Method in class org.apache.fop.fo.flow.Character
 
layout(Area) - Method in class org.apache.fop.fo.flow.TableCell
 
layout(Area) - Method in class org.apache.fop.fo.flow.BlockContainer
 
layout(Area) - Method in class org.apache.fop.fo.flow.ExternalGraphic
 
layout(Area) - Method in class org.apache.fop.fo.flow.ListItem
 
layout(Area) - Method in class org.apache.fop.fo.flow.ListItemLabel
 
layout(Area) - Method in class org.apache.fop.fo.flow.Wrapper
 
layout(Area) - Method in class org.apache.fop.fo.flow.ListBlock
 
layout(Area) - Method in class org.apache.fop.fo.flow.InstreamForeignObject
layout this formatting object.
layout(Area) - Method in class org.apache.fop.fo.flow.DisplaySequence
 
layout(Area) - Method in class org.apache.fop.fo.flow.Table
 
layout(Area) - Method in class org.apache.fop.fo.flow.Leader
 
layout(Area) - Method in class org.apache.fop.fo.FONode
 
layout(Area) - Method in class org.apache.fop.fo.FObj
generates the area or areas for this formatting object and adds these to the area.
layout(Area) - Method in class org.apache.fop.fo.FObjMixed
 
layout(Area) - Method in class org.apache.fop.fo.FOText
 
layout(Area, Region) - Method in class org.apache.fop.fo.flow.Flow
 
layout(Area, Region) - Method in class org.apache.fop.fo.flow.StaticContent
 
layoutFootnote(Page, FootnoteBody, Area) - Static method in class org.apache.fop.fo.flow.Footnote
 
LayoutMasterSet - class org.apache.fop.fo.pagination.LayoutMasterSet.
 
LayoutMasterSet.Maker - class org.apache.fop.fo.pagination.LayoutMasterSet.Maker.
 
LayoutMasterSet.Maker() - Constructor for class org.apache.fop.fo.pagination.LayoutMasterSet.Maker
 
LayoutMasterSet(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.LayoutMasterSet
 
Leader - class org.apache.fop.fo.flow.Leader.
Implements fo:leader; main property of leader leader-pattern.
Leader.Maker - class org.apache.fop.fo.flow.Leader.Maker.
 
Leader.Maker() - Constructor for class org.apache.fop.fo.flow.Leader.Maker
 
Leader(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.Leader
 
LeaderArea - class org.apache.fop.layout.inline.LeaderArea.
 
LeaderArea(FontState, float, float, float, String, int, int, int, int) - Constructor for class org.apache.fop.layout.inline.LeaderArea
 
leading - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
LEFT - Static variable in class org.apache.fop.fo.PropertyList
 
length - Variable in class org.apache.fop.layout.hyphenation.TernaryTree
 
length - Variable in class org.apache.fop.fo.FOText
 
Length - class org.apache.fop.datatypes.Length.
a length quantity in XSL
length() - Method in class org.apache.fop.layout.hyphenation.CharVector
return number of items in array
length() - Method in class org.apache.fop.layout.hyphenation.Hyphenation
 
length() - Method in class org.apache.fop.layout.hyphenation.ByteVector
return number of items in array
Length(double, int) - Constructor for class org.apache.fop.datatypes.Length
Set the length given a number of relative units and the current font size in base units.
Length(double, String) - Constructor for class org.apache.fop.datatypes.Length
Set the length given a number of units and a unit name.
Length(int) - Constructor for class org.apache.fop.datatypes.Length
set the length as a number of base units
LengthBase - class org.apache.fop.datatypes.LengthBase.
 
LengthBase(FObj, PropertyList, int) - Constructor for class org.apache.fop.datatypes.LengthBase
 
LengthProperty - class org.apache.fop.fo.LengthProperty.
 
LengthProperty.Maker - class org.apache.fop.fo.LengthProperty.Maker.
 
LengthProperty.Maker(String) - Constructor for class org.apache.fop.fo.LengthProperty.Maker
 
LengthProperty(Length) - Constructor for class org.apache.fop.fo.LengthProperty
 
LengthRange - class org.apache.fop.datatypes.LengthRange.
a "progression-dimension" quantity ex.
LengthRange() - Constructor for class org.apache.fop.datatypes.LengthRange
 
LengthRangeProperty - class org.apache.fop.fo.LengthRangeProperty.
 
LengthRangeProperty.Maker - class org.apache.fop.fo.LengthRangeProperty.Maker.
 
LengthRangeProperty.Maker(String) - Constructor for class org.apache.fop.fo.LengthRangeProperty.Maker
 
LengthRangeProperty(LengthRange) - Constructor for class org.apache.fop.fo.LengthRangeProperty
 
Line - class org.apache.fop.svg.Line.
class representing svg:line pseudo flow object.
Line.Maker - class org.apache.fop.svg.Line.Maker.
inner class for making Line objects.
Line.Maker() - Constructor for class org.apache.fop.svg.Line.Maker
 
Line(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Line
constructs a Line object (called by Maker).
lineArea - Variable in class org.apache.fop.layout.LinkedRectangle
the associated LineArea
LineArea - class org.apache.fop.layout.LineArea.
 
LineArea(FontState, int, int, int, int, int, LineArea) - Constructor for class org.apache.fop.layout.LineArea
 
LinearGradient - class org.apache.fop.svg.LinearGradient.
class representing svg:LinearGradient pseudo flow object.
LinearGradient.Maker - class org.apache.fop.svg.LinearGradient.Maker.
inner class for making LinearGradient objects.
LinearGradient.Maker() - Constructor for class org.apache.fop.svg.LinearGradient.Maker
 
LinearGradient(FObj, PropertyList) - Constructor for class org.apache.fop.svg.LinearGradient
constructs a LinearGradient object (called by Maker).
lineHeight - Variable in class org.apache.fop.layout.BlockArea
 
lineHeight - Variable in class org.apache.fop.layout.LineArea
 
linethrough - Variable in class org.apache.fop.layout.TextState
 
lineThrough - Variable in class org.apache.fop.layout.inline.InlineArea
 
lineThrough - Variable in class org.apache.fop.layout.inline.WordArea
 
lineThrough - Variable in class org.apache.fop.layout.inline.InlineSpace
 
lineThrough - Variable in class org.apache.fop.fo.flow.Inline
 
lineThrough - Variable in class org.apache.fop.fo.FOText
 
link - Variable in class org.apache.fop.layout.LinkedRectangle
the linked Rectangle
link - Variable in class org.apache.fop.dom.svg.SVGImageElementImpl
 
link - Variable in class org.apache.fop.dom.svg.SVGUseElementImpl
 
LinkedRectangle - class org.apache.fop.layout.LinkedRectangle.
an object that stores a rectangle that is linked, and the LineArea that it is logically associated with
LinkedRectangle(LinkedRectangle) - Constructor for class org.apache.fop.layout.LinkedRectangle
 
LinkedRectangle(Rectangle, LineArea) - Constructor for class org.apache.fop.layout.LinkedRectangle
 
links - Variable in class org.apache.fop.pdf.PDFAnnotList
the /Annot objects
linkSet - Variable in class org.apache.fop.fo.FONode
 
LinkSet - class org.apache.fop.layout.LinkSet.
a set of rectangles on a page that are linked to a common destination
LinkSet(String, Area, int) - Constructor for class org.apache.fop.layout.LinkSet
 
linkSets - Variable in class org.apache.fop.layout.Page
 
ListBlock - class org.apache.fop.fo.flow.ListBlock.
 
ListBlock.Maker - class org.apache.fop.fo.flow.ListBlock.Maker.
 
ListBlock.Maker() - Constructor for class org.apache.fop.fo.flow.ListBlock.Maker
 
ListBlock(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.ListBlock
 
ListItem - class org.apache.fop.fo.flow.ListItem.
 
ListItem.Maker - class org.apache.fop.fo.flow.ListItem.Maker.
 
ListItem.Maker() - Constructor for class org.apache.fop.fo.flow.ListItem.Maker
 
ListItem(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.ListItem
 
ListItemBody - class org.apache.fop.fo.flow.ListItemBody.
 
ListItemBody.Maker - class org.apache.fop.fo.flow.ListItemBody.Maker.
 
ListItemBody.Maker() - Constructor for class org.apache.fop.fo.flow.ListItemBody.Maker
 
ListItemBody(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.ListItemBody
 
ListItemLabel - class org.apache.fop.fo.flow.ListItemLabel.
 
ListItemLabel.Maker - class org.apache.fop.fo.flow.ListItemLabel.Maker.
 
ListItemLabel.Maker() - Constructor for class org.apache.fop.fo.flow.ListItemLabel.Maker
 
ListItemLabel(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.ListItemLabel
 
llx - Variable in class org.apache.fop.pdf.PDFRectangle
lower left x coordinate
lly - Variable in class org.apache.fop.pdf.PDFRectangle
lower left y coordinate
lo - Variable in class org.apache.fop.layout.hyphenation.TernaryTree
Pointer to low branch and to rest of the key when it is stored directly in this node, we don't have unions in java!
load(InputStream) - Method in class org.apache.fop.viewer.LoadableProperties
 
load(InputStream) - Method in class org.apache.fop.fonts.PFMFile
Parses a PFM file
LoadableProperties - class org.apache.fop.viewer.LoadableProperties.
Erweitert Hashtable um die Methode load.
LoadableProperties() - Constructor for class org.apache.fop.viewer.LoadableProperties
 
loadImage() - Method in class org.apache.fop.image.AbstractFopImage
Load image data and initialize its properties.
loadImage() - Method in class org.apache.fop.image.BmpImage
 
loadImage() - Method in class org.apache.fop.image.GifJpegImage
 
loadImage() - Method in class org.apache.fop.image.SVGImage
 
loadImage() - Method in class org.apache.fop.image.analyser.SVGReader
This means the external svg document will be loaded twice.
loadPatterns(String) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
Read hyphenation patterns from an XML file.
loadPFM(String) - Method in class org.apache.fop.fonts.apps.PFMReader
Read a PFM file and returns it as an object.
loadStandardConfiguration() - Method in class org.apache.fop.apps.Driver
loads standard configuration file and a user file, if it has been specified
loadTTF(String) - Method in class org.apache.fop.fonts.apps.TTFReader
Read a TTF file and returns it as an object.
loadUserconfiguration(String) - Method in class org.apache.fop.apps.Driver
 
locateDef(String) - Method in interface org.apache.fop.dom.svg.GraphicImpl
 
locateDef(String, SVGElement) - Method in class org.apache.fop.render.pdf.SVGRenderer
Locates a defined element in an svg document.
location - Variable in class org.apache.fop.pdf.PDFDocument
the character position of each object
LOG - Static variable in class org.apache.fop.messaging.MessageEvent
 
log(String) - Static method in class org.apache.fop.messaging.MessageHandler
informs the user of the message
logln(String) - Static method in class org.apache.fop.messaging.MessageHandler
convenience method which adds a return to the message

M

m_bitmaps - Variable in class org.apache.fop.image.AbstractFopImage
Image data (uncompressed).
m_bitmapsSize - Variable in class org.apache.fop.image.AbstractFopImage
Image data size.
m_bitsPerPixel - Variable in class org.apache.fop.image.AbstractFopImage
Bits per pixel.
m_colorSpace - Variable in class org.apache.fop.image.AbstractFopImage
Image color space (org.apache.fop.datatypes.ColorSpace).
m_height - Variable in class org.apache.fop.image.AbstractFopImage
Image height (in pixel).
m_href - Variable in class org.apache.fop.image.AbstractFopImage
Image URL.
m_imageReader - Variable in class org.apache.fop.image.AbstractFopImage
ImageReader object (to obtain image header informations).
m_isTransparent - Variable in class org.apache.fop.image.AbstractFopImage
Image transparency.
m_transparentColor - Variable in class org.apache.fop.image.AbstractFopImage
Transparent color (org.apache.fop.pdf.PDFColor).
m_width - Variable in class org.apache.fop.image.AbstractFopImage
Image width (in pixel).
MacExpertEncoding - Static variable in class org.apache.fop.pdf.PDFEncoding
the name for the standard encoding scheme
MacRomanEncoding - Static variable in class org.apache.fop.pdf.PDFEncoding
the name for the standard encoding scheme
magenta - Variable in class org.apache.fop.pdf.PDFColor
 
magenta() - Method in class org.apache.fop.pdf.PDFColor
 
main(String[]) - Static method in class org.apache.fop.apps.MIFCommandLine
mainline method first command line argument is input file second command line argument is output file
main(String[]) - Static method in class org.apache.fop.apps.XalanCommandLine
mainline method first command line argument is xml input file second command line argument is xslt file third command line argument is the target pdf file
main(String[]) - Static method in class org.apache.fop.apps.CommandLine
mainline method first command line argument is input file second command line argument is output file
main(String[]) - Static method in class org.apache.fop.apps.PrintCommandLine
 
main(String[]) - Static method in class org.apache.fop.apps.AWTCommandLine
 
main(String[]) - Static method in class org.apache.fop.layout.hyphenation.TernaryTree
 
main(String[]) - Static method in class org.apache.fop.layout.hyphenation.HyphenationTree
 
main(String[]) - Static method in class org.apache.fop.layout.hyphenation.PatternParser
 
main(String[]) - Static method in class org.apache.fop.fonts.TTFFile
 
main(String[]) - Static method in class org.apache.fop.fonts.apps.TTFReader
The main method for the PFM reader tool.
main(String[]) - Static method in class org.apache.fop.fonts.apps.PFMReader
The main method for the PFM reader tool.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Set.Maker
make a Set object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.MissingGlyph.Maker
make a MissingGlyph object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Image.Maker
make a Image object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Rect.Maker
make a Rect object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.G.Maker
make a G object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.TextPath.Maker
make a TextPath object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Symbol.Maker
make a Symbol object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Ellipse.Maker
make a Ellipse object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Style.Maker
make a Style object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.AnimateColor.Maker
make a AnimateColor object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Marker.Maker
make a Marker object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.HKern.Maker
make a HKern object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.SVG.Maker
make an SVG object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Stop.Maker
make a Stop object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Polyline.Maker
make a Polyline object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.VKern.Maker
make a VKern object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Title.Maker
make a Title object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Switch.Maker
make a Line object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.AnimateTransform.Maker
make a AnimateTransform object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.RadialGradient.Maker
make a RadialGradient object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.LinearGradient.Maker
make a LinearGradient object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Font.Maker
make a Font object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.AnimateMotion.Maker
make a AnimateMotion object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Mask.Maker
make a Mask object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Use.Maker
make a Use object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.TSpan.Maker
make a Line object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Defs.Maker
make a Defs object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Filter.Maker
make a Filter object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Desc.Maker
make a Desc object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.TRef.Maker
make a Line object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Text.Maker
make an SVG Text object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.ClipPath.Maker
make a ClipPath object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Cursor.Maker
make a Cursor object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Glyph.Maker
make a Glyph object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Animate.Maker
make a Animate object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.AltGlyph.Maker
make a AltGlyph object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Path.Maker
make a Path object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Circle.Maker
make a Circle object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Pattern.Maker
make a Pattern object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.A.Maker
make a A object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Line.Maker
make a Line object.
make(FObj, PropertyList) - Method in class org.apache.fop.svg.Polygon.Maker
make a Polygon object.
make(FObj, PropertyList) - Method in class org.apache.fop.extensions.Label.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.extensions.Outline.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.Footnote.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.TableColumn.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.TableBody.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.InlineGraphic.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.FootnoteBody.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.Inline.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.TableRow.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.PageNumber.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.StaticContent.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.PageNumberCitation.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.ListItemBody.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.BasicLink.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.Block.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.Character.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.TableCell.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.Flow.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.TableFooter.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.BlockContainer.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.ExternalGraphic.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.ListItem.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.ListItemLabel.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.Wrapper.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.ListBlock.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.InstreamForeignObject.Maker
make an SVG object.
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.DisplaySequence.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.TableHeader.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.Table.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.flow.Leader.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.FObj.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.FObjMixed.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.SinglePageMasterReference.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.Root.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.RepeatablePageMasterReference.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.PageSequenceMaster.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.SimplePageMaster.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.RegionBody.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.LayoutMasterSet.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.PageSequence.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.RegionAfter.Maker
 
make(FObj, PropertyList) - Method in class org.apache.fop.fo.pagination.RegionBefore.Maker
 
Make(InputStream) - Static method in class org.apache.fop.image.analyser.ImageReaderFactory
ImageReader maker.
make(PropertyList) - Method in class org.apache.fop.svg.SVGD.Maker
make an SVG Length property with the default value.
make(PropertyList) - Method in class org.apache.fop.svg.SVGPoints.Maker
make an SVG Length property with the default value.
make(PropertyList) - Method in class org.apache.fop.svg.SVGStringProperty.Maker
make an SVG Length property with the default value.
make(PropertyList) - Method in class org.apache.fop.svg.SVGTransform.Maker
make an SVG Length property with the default value.
make(PropertyList) - Method in class org.apache.fop.svg.SVGStyle.Maker
make an SVG Length property with the default value.
make(PropertyList) - Method in class org.apache.fop.svg.SVGLengthListProperty.Maker
make an SVG Length property with the default value.
make(PropertyList) - Method in class org.apache.fop.svg.TextProperty.Maker
make an SVG Length property with the default value.
make(PropertyList) - Method in class org.apache.fop.svg.SVGLengthProperty.Maker
make an SVG Length property with the default value.
make(PropertyList) - Method in class org.apache.fop.fo.Property.Maker
Return a Property object representing the initial value.
make(PropertyList, String, FObj) - Method in class org.apache.fop.svg.SVGD.Maker
make an SVG Length property with the given value.
make(PropertyList, String, FObj) - Method in class org.apache.fop.svg.SVGPoints.Maker
make an SVG Length property with the given value.
make(PropertyList, String, FObj) - Method in class org.apache.fop.svg.SVGStringProperty.Maker
make an SVG Length property with the given value.
make(PropertyList, String, FObj) - Method in class org.apache.fop.svg.SVGTransform.Maker
make an SVG Length property with the given value.
make(PropertyList, String, FObj) - Method in class org.apache.fop.svg.SVGStyle.Maker
make an SVG Length property with the given value.
make(PropertyList, String, FObj) - Method in class org.apache.fop.svg.SVGLengthListProperty.Maker
make an SVG Length property with the given value.
make(PropertyList, String, FObj) - Method in class org.apache.fop.svg.TextProperty.Maker
make an SVG Length property with the given value.
make(PropertyList, String, FObj) - Method in class org.apache.fop.svg.SVGLengthProperty.Maker
make an SVG Length property with the given value.
make(PropertyList, String, FObj) - Method in class org.apache.fop.fo.Property.Maker
Create a Property object from an attribute specification.
make(PropertyList, String, FObj) - Method in class org.apache.fop.fo.CharacterProperty.Maker
 
make(PropertyList, String, FObj) - Method in class org.apache.fop.fo.StringProperty.Maker
 
make(Property, String, PropertyList, String, FObj) - Method in class org.apache.fop.fo.Property.Maker
Return a property value for a compound property.
Make(String) - Static method in class org.apache.fop.image.FopImageFactory
create an FopImage objects.
makeAnnotList() - Method in class org.apache.fop.pdf.PDFDocument
make an annotation list object
makeAreaContainer() - Method in class org.apache.fop.layout.RegionArea
 
makeArray(int[]) - Method in class org.apache.fop.pdf.PDFDocument
make an Array object (ex.
makeBodyAreaContainer() - Method in class org.apache.fop.layout.BodyRegionArea
 
makeCompound(PropertyList, FObj) - Method in class org.apache.fop.fo.Property.Maker
Return a Property object representing the initial value.
makeEncoding(String) - Method in class org.apache.fop.pdf.PDFDocument
make a /Encoding object
makeFont(String, String, String, FontMetric, FontDescriptor) - Method in class org.apache.fop.pdf.PDFDocument
make a Type1 /Font object
makeFontDescriptor(FontDescriptor) - Method in class org.apache.fop.pdf.PDFDocument
make a /FontDescriptor object for a CID font
makeFunction(int, int, Vector, Vector, StringBuffer) - Method in class org.apache.fop.pdf.PDFDocument
make a postscript calculator function
makeFunction(int, Vector, Vector, Vector, int, int, Vector, Vector, StringBuffer, Vector) - Method in class org.apache.fop.pdf.PDFDocument
Make a Type 0 sampled function
makeFunction(int, Vector, Vector, Vector, Vector, double) - Method in class org.apache.fop.pdf.PDFDocument
make a type Exponential interpolation function (for shading usually)
makeFunction(int, Vector, Vector, Vector, Vector, Vector) - Method in class org.apache.fop.pdf.PDFDocument
Make a Type 3 Stitching function
makeInfo() - Method in class org.apache.fop.pdf.PDFDocument
make an /Info object
makeLink(Rectangle, String, int) - Method in class org.apache.fop.pdf.PDFDocument
make a link object
makeList(String, Attributes, PropertyList, FObj) - Method in class org.apache.fop.fo.PropertyListBuilder
 
makeOutline(PDFOutline, String, String) - Method in class org.apache.fop.pdf.PDFDocument
Make an outline object and add it to the given outline
makeOutlineRoot() - Method in class org.apache.fop.pdf.PDFDocument
Make the root Outlines object
makePage(AreaTree) - Method in class org.apache.fop.layout.PageMaster
 
makePage(PDFResources, PDFStream, int, int, Page) - Method in class org.apache.fop.pdf.PDFDocument
make a /Page object
makePattern(int, PDFResources, int, int, Vector, double, double, Vector, Vector, StringBuffer) - Method in class org.apache.fop.pdf.PDFDocument
Make a tiling pattern
makePattern(int, PDFShading, Vector, StringBuffer, Vector) - Method in class org.apache.fop.pdf.PDFDocument
Make a smooth shading pattern
makeProperty(PropertyList, String, String, String) - Method in class org.apache.fop.fo.PropertyListBuilder
 
maker() - Static method in class org.apache.fop.svg.Set
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.MissingGlyph
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Image
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Rect
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.G
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.TextPath
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Symbol
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Ellipse
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Style
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.AnimateColor
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Marker
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.HKern
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.SVGStringProperty
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.SVG
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Stop
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Polyline
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.VKern
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Title
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Switch
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.AnimateTransform
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.RadialGradient
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.LinearGradient
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Font
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.SVGLengthListProperty
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.AnimateMotion
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Mask
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Use
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.TextProperty
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.TSpan
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Defs
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Filter
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Desc
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.TRef
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Text
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.ClipPath
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Cursor
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Glyph
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Animate
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.AltGlyph
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Path
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Circle
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Pattern
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.A
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.SVGLengthProperty
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Line
returns the maker for this object.
maker() - Static method in class org.apache.fop.svg.Polygon
returns the maker for this object.
maker() - Static method in class org.apache.fop.extensions.Label
 
maker() - Static method in class org.apache.fop.extensions.Outline
 
maker() - Static method in class org.apache.fop.fo.flow.Footnote
 
maker() - Static method in class org.apache.fop.fo.flow.TableColumn
 
maker() - Static method in class org.apache.fop.fo.flow.TableBody
 
maker() - Static method in class org.apache.fop.fo.flow.InlineGraphic
 
maker() - Static method in class org.apache.fop.fo.flow.FootnoteBody
 
maker() - Static method in class org.apache.fop.fo.flow.Inline
 
maker() - Static method in class org.apache.fop.fo.flow.TableRow
 
maker() - Static method in class org.apache.fop.fo.flow.PageNumber
 
maker() - Static method in class org.apache.fop.fo.flow.Flow
 
maker() - Static method in class org.apache.fop.fo.flow.StaticContent
 
maker() - Static method in class org.apache.fop.fo.flow.PageNumberCitation
 
maker() - Static method in class org.apache.fop.fo.flow.ListItemBody
 
maker() - Static method in class org.apache.fop.fo.flow.BasicLink
 
maker() - Static method in class org.apache.fop.fo.flow.Block
 
maker() - Static method in class org.apache.fop.fo.flow.Character
 
maker() - Static method in class org.apache.fop.fo.flow.TableCell
 
maker() - Static method in class org.apache.fop.fo.flow.TableFooter
 
maker() - Static method in class org.apache.fop.fo.flow.BlockContainer
 
maker() - Static method in class org.apache.fop.fo.flow.ExternalGraphic
 
maker() - Static method in class org.apache.fop.fo.flow.ListItem
 
maker() - Static method in class org.apache.fop.fo.flow.ListItemLabel
 
maker() - Static method in class org.apache.fop.fo.flow.Wrapper
 
maker() - Static method in class org.apache.fop.fo.flow.ListBlock
 
maker() - Static method in class org.apache.fop.fo.flow.InstreamForeignObject
returns the maker for this object.
maker() - Static method in class org.apache.fop.fo.flow.DisplaySequence
 
maker() - Static method in class org.apache.fop.fo.flow.TableHeader
 
maker() - Static method in class org.apache.fop.fo.flow.Table
 
maker() - Static method in class org.apache.fop.fo.flow.Leader
 
maker() - Static method in class org.apache.fop.fo.FObj
 
maker() - Static method in class org.apache.fop.fo.FObjMixed
 
maker() - Static method in class org.apache.fop.fo.pagination.SinglePageMasterReference
 
maker() - Static method in class org.apache.fop.fo.pagination.Root
 
maker() - Static method in class org.apache.fop.fo.pagination.RepeatablePageMasterReference
 
maker() - Static method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
maker() - Static method in class org.apache.fop.fo.pagination.PageSequenceMaster
 
maker() - Static method in class org.apache.fop.fo.pagination.SimplePageMaster
 
maker() - Static method in class org.apache.fop.fo.pagination.RegionBody
 
maker() - Static method in class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives
 
maker() - Static method in class org.apache.fop.fo.pagination.LayoutMasterSet
 
maker() - Static method in class org.apache.fop.fo.pagination.PageSequence
 
maker() - Static method in class org.apache.fop.fo.pagination.RegionAfter
 
maker() - Static method in class org.apache.fop.fo.pagination.RegionBefore
 
maker(String) - Static method in class org.apache.fop.svg.SVGD
returns the maker for this object.
maker(String) - Static method in class org.apache.fop.svg.SVGPoints
returns the maker for this object.
maker(String) - Static method in class org.apache.fop.svg.SVGTransform
returns the maker for this object.
maker(String) - Static method in class org.apache.fop.svg.SVGStyle
returns the maker for this object.
maker(String) - Static method in class org.apache.fop.svg.SVGLengthListProperty
 
maker(String) - Static method in class org.apache.fop.svg.SVGLengthProperty
returns the maker for this object.
makeRoot() - Method in class org.apache.fop.pdf.PDFDocument
make /Root object as next object
makeShading(int, ColorSpace, Vector, Vector, boolean, int, int, int, Vector, PDFFunction) - Method in class org.apache.fop.pdf.PDFDocument
Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh shading object
makeShading(int, ColorSpace, Vector, Vector, boolean, int, int, Vector, int, PDFFunction) - Method in class org.apache.fop.pdf.PDFDocument
make a Lattice-Form Gouraud mesh shading object
makeShading(int, ColorSpace, Vector, Vector, boolean, Vector, Vector, PDFFunction) - Method in class org.apache.fop.pdf.PDFDocument
make a function based shading object
makeShading(int, ColorSpace, Vector, Vector, boolean, Vector, Vector, PDFFunction, Vector) - Method in class org.apache.fop.pdf.PDFDocument
Make an axial or radial shading object.
makeStream() - Method in class org.apache.fop.pdf.PDFDocument
make a stream object
map - Static variable in class org.apache.fop.render.pdf.CodePointMapping
 
MARK - Static variable in class org.apache.fop.image.analyser.JPEGReader
Only SOFn and APPn markers are defined as SOFn is needed for the height and width search.
marker - Variable in class org.apache.fop.fo.FONode
where the layout was up to.
Marker - class org.apache.fop.svg.Marker.
class representing svg:Marker pseudo flow object.
Marker.Maker - class org.apache.fop.svg.Marker.Maker.
inner class for making Marker objects.
Marker.Maker() - Constructor for class org.apache.fop.svg.Marker.Maker
 
Marker(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Marker
constructs a Marker object (called by Maker).
Mask - class org.apache.fop.svg.Mask.
class representing svg:Mask pseudo flow object.
Mask.Maker - class org.apache.fop.svg.Mask.Maker.
inner class for making Mask objects.
Mask.Maker() - Constructor for class org.apache.fop.svg.Mask.Maker
 
Mask(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Mask
constructs a Mask object (called by Maker).
matches(SVGElement) - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
This should probably be elsewhere, in dom.svg
matches(SVGElement, Selector) - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
 
matrix - Variable in class org.apache.fop.pdf.PDFPattern
Vector of Doubles representing the Transformation matrix.
matrix - Variable in class org.apache.fop.pdf.PDFShading
Optional for Type 1: A transformation matrix
max(Numeric) - Method in class org.apache.fop.fo.expr.Numeric
Return a Numeric which is the maximum of the current value and the operand.
MaxFunction - class org.apache.fop.fo.expr.MaxFunction.
 
MaxFunction() - Constructor for class org.apache.fop.fo.expr.MaxFunction
 
maxHeight - Variable in class org.apache.fop.layout.Area
 
maxWidth - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
mergeLinks() - Method in class org.apache.fop.layout.LinkSet
 
MessageEvent - class org.apache.fop.messaging.MessageEvent.
a container for the text and the type of a message MessageEvents are created by MessageHandler and can be received by any MessageListener, which is added to MessageHandler;
MessageEvent(Object) - Constructor for class org.apache.fop.messaging.MessageEvent
 
MessageException - exception org.apache.fop.viewer.MessageException.
Die Klasse MessageException ist eine Exception, die mit einer Meldung und deren Parametern versehen werden kann.
MessageException() - Constructor for class org.apache.fop.viewer.MessageException
 
MessageException(String) - Constructor for class org.apache.fop.viewer.MessageException
 
MessageException(String, String[]) - Constructor for class org.apache.fop.viewer.MessageException
 
MessageException(String, String[], Exception) - Constructor for class org.apache.fop.viewer.MessageException
 
MessageHandler - class org.apache.fop.messaging.MessageHandler.
The class MessageHandler contains the static methods log and error which should be used for any end user information instead of System.out.print() or System.err.print().
MessageHandler() - Constructor for class org.apache.fop.messaging.MessageHandler
 
messageId - Variable in class org.apache.fop.viewer.MessageException
ID der Meldung, die für diese Exception ausgegeben werden soll
MessageListener - interface org.apache.fop.messaging.MessageListener.
For situations, where the messages Fop directs to the user have to be handled in some special way, the interface MessageListener and the class MessageEvent are provided.
MessagesDialog - class org.apache.fop.viewer.MessagesDialog.
Die Klasse MessagesDialog dient der Anzeige von Meldungen.
MessagesDialog(Object, int, int, Icon, Object[], Object) - Constructor for class org.apache.fop.viewer.MessagesDialog
 
MIFCommandLine - class org.apache.fop.apps.MIFCommandLine.
mainline class.
MIFCommandLine(String[]) - Constructor for class org.apache.fop.apps.MIFCommandLine
 
mifDoc - Variable in class org.apache.fop.render.mif.MIFRenderer
the MIF Document being created
MIFDocument - class org.apache.fop.mif.MIFDocument.
class representing a MIF document.
MIFDocument() - Constructor for class org.apache.fop.mif.MIFDocument
creates an empty MIF document
MIFRenderer - class org.apache.fop.render.mif.MIFRenderer.
Renderer that renders areas to MIF
MIFRenderer() - Constructor for class org.apache.fop.render.mif.MIFRenderer
create the MIF renderer
mifVersion - Static variable in class org.apache.fop.mif.MIFDocument
the version of MIF supported
millipoints - Variable in class org.apache.fop.dom.svg.SVGLengthImpl
 
millipoints - Variable in class org.apache.fop.datatypes.Length
 
min(Numeric) - Method in class org.apache.fop.fo.expr.Numeric
Return a Numeric which is the minimum of the current value and the operand.
MinFunction - class org.apache.fop.fo.expr.MinFunction.
 
MinFunction() - Constructor for class org.apache.fop.fo.expr.MinFunction
 
MissingGlyph - class org.apache.fop.svg.MissingGlyph.
 
MissingGlyph.Maker - class org.apache.fop.svg.MissingGlyph.Maker.
inner class for making MissingGlyph objects.
MissingGlyph.Maker() - Constructor for class org.apache.fop.svg.MissingGlyph.Maker
 
MissingGlyph(FObj, PropertyList) - Constructor for class org.apache.fop.svg.MissingGlyph
constructs a MissingGlyph object (called by Maker).
missingWidth - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
MixedLength - class org.apache.fop.datatypes.MixedLength.
A length quantity in XSL which is specified with a mixture of absolute and relative and/or percent components.
MixedLength(int, PercentLength) - Constructor for class org.apache.fop.datatypes.MixedLength
construct an object based on a factor (the percent, as a a factor) and an object which has a method to return the Length which provides the "base" for this calculation.
MMTYPE1 - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()
multiply(Numeric) - Method in class org.apache.fop.fo.expr.Numeric
Multiply the the current value by the operand and return a new Numeric representing the result.
multiply(SVGMatrix) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
mvalue() - Method in class org.apache.fop.datatypes.Length
return the length in 1/1000ths of a point

N

name - Variable in class org.apache.fop.pdf.PDFCMap
/CMapName attribute, one of the predefined constants
name - Variable in class org.apache.fop.fo.FObj
 
namespaceURI - Static variable in class org.apache.fop.dom.svg.SVGDocumentImpl
 
nbArgs() - Method in class org.apache.fop.fo.expr.MaxFunction
 
nbArgs() - Method in class org.apache.fop.fo.expr.MinFunction
 
nbArgs() - Method in class org.apache.fop.fo.expr.FromParentFunction
 
nbArgs() - Method in class org.apache.fop.fo.expr.AbsFunction
 
nbArgs() - Method in class org.apache.fop.fo.expr.InheritedPropFunction
 
nbArgs() - Method in class org.apache.fop.fo.expr.NearestSpecPropFunction
 
nbArgs() - Method in class org.apache.fop.fo.expr.FromTableColumnFunction
 
nbArgs() - Method in class org.apache.fop.fo.expr.FopPropValFunction
 
nbArgs() - Method in class org.apache.fop.fo.expr.PPColWidthFunction
 
nbArgs() - Method in interface org.apache.fop.fo.expr.Function
 
NCnameProperty - class org.apache.fop.fo.expr.NCnameProperty.
 
NCnameProperty(String) - Constructor for class org.apache.fop.fo.expr.NCnameProperty
 
NearestSpecPropFunction - class org.apache.fop.fo.expr.NearestSpecPropFunction.
 
NearestSpecPropFunction() - Constructor for class org.apache.fop.fo.expr.NearestSpecPropFunction
 
needsFootnoteAdjusting() - Method in class org.apache.fop.layout.BodyAreaContainer
 
newValueSpecifiedUnits(short, float) - Method in class org.apache.fop.dom.svg.SVGAngleImpl
 
newValueSpecifiedUnits(short, float) - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
nextElement() - Method in class org.apache.fop.layout.hyphenation.TernaryTree.Iterator
 
nextPageAction - Variable in class org.apache.fop.viewer.PreviewDialog
 
NO - Static variable in class org.apache.fop.viewer.UserMessage
Möglicher Rückgabewert @see ButtonDialog
noBreak - Variable in class org.apache.fop.layout.hyphenation.Hyphen
 
NodeImpl - class org.apache.fop.dom.NodeImpl.
 
NodeImpl() - Constructor for class org.apache.fop.dom.NodeImpl
 
nominalFontSize - Variable in class org.apache.fop.layout.LineArea
 
nominalGlyphHeight - Variable in class org.apache.fop.layout.LineArea
 
NONE - Static variable in class org.apache.fop.messaging.MessageHandler
 
normalize() - Method in class org.apache.fop.dom.NodeImpl
 
normalizeException(Vector) - Method in class org.apache.fop.layout.hyphenation.PatternParser
 
notationDecl(String, String, String) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
NOTHING - Static variable in class org.apache.fop.layout.LineArea
 
NULL - Static variable in class org.apache.fop.image.analyser.JPEGReader
 
number - Variable in class org.apache.fop.pdf.PDFObject
the object's number
NumberProperty - class org.apache.fop.fo.NumberProperty.
 
NumberProperty.Maker - class org.apache.fop.fo.NumberProperty.Maker.
 
NumberProperty.Maker(String) - Constructor for class org.apache.fop.fo.NumberProperty.Maker
 
NumberProperty(double) - Constructor for class org.apache.fop.fo.NumberProperty
 
NumberProperty(int) - Constructor for class org.apache.fop.fo.NumberProperty
 
NumberProperty(Number) - Constructor for class org.apache.fop.fo.NumberProperty
 
Numeric - class org.apache.fop.fo.expr.Numeric.
Represents a "numeric" value as defined by the XSL FO Specification.
Numeric(int, double, double, double, int, PercentBase) - Constructor for class org.apache.fop.fo.expr.Numeric
Construct a Numeric object by specifying one or more components, including absolute length, percent length, table units.
Numeric(Length) - Constructor for class org.apache.fop.fo.expr.Numeric
Construct a Numeric object from a Length.
Numeric(Number) - Constructor for class org.apache.fop.fo.expr.Numeric
Construct a Numeric object from a Number.
Numeric(PercentLength) - Constructor for class org.apache.fop.fo.expr.Numeric
Construct a Numeric object from a PercentLength.
Numeric(TableColLength) - Constructor for class org.apache.fop.fo.expr.Numeric
Construct a Numeric object from a TableColLength.

O

objectcount - Variable in class org.apache.fop.pdf.PDFDocument
the counter for object numbering
objects - Variable in class org.apache.fop.pdf.PDFDocument
the objects themselves
OK - Static variable in class org.apache.fop.fo.flow.Character
 
OK - Static variable in class org.apache.fop.fo.Status
 
oldgetStyle() - Method in interface org.apache.fop.dom.svg.GraphicImpl
 
oldgetTransform() - Method in interface org.apache.fop.dom.svg.GraphicImpl
 
order - Variable in class org.apache.fop.pdf.PDFFunction
Optional for Type 0: order of interpolation between samples.
ordering - Variable in class org.apache.fop.pdf.PDFCIDSystemInfo
 
org.apache.fop.apps - package org.apache.fop.apps
 
org.apache.fop.configuration - package org.apache.fop.configuration
 
org.apache.fop.datatypes - package org.apache.fop.datatypes
 
org.apache.fop.dom - package org.apache.fop.dom
 
org.apache.fop.dom.css - package org.apache.fop.dom.css
 
org.apache.fop.dom.stylesheets - package org.apache.fop.dom.stylesheets
 
org.apache.fop.dom.svg - package org.apache.fop.dom.svg
 
org.apache.fop.extensions - package org.apache.fop.extensions
 
org.apache.fop.fo - package org.apache.fop.fo
 
org.apache.fop.fo.expr - package org.apache.fop.fo.expr
 
org.apache.fop.fo.flow - package org.apache.fop.fo.flow
 
org.apache.fop.fo.pagination - package org.apache.fop.fo.pagination
 
org.apache.fop.fo.properties - package org.apache.fop.fo.properties
 
org.apache.fop.fonts - package org.apache.fop.fonts
 
org.apache.fop.fonts.apps - package org.apache.fop.fonts.apps
 
org.apache.fop.image - package org.apache.fop.image
 
org.apache.fop.image.analyser - package org.apache.fop.image.analyser
 
org.apache.fop.layout - package org.apache.fop.layout
 
org.apache.fop.layout.hyphenation - package org.apache.fop.layout.hyphenation
 
org.apache.fop.layout.inline - package org.apache.fop.layout.inline
 
org.apache.fop.messaging - package org.apache.fop.messaging
 
org.apache.fop.mif - package org.apache.fop.mif
 
org.apache.fop.pdf - package org.apache.fop.pdf
 
org.apache.fop.render - package org.apache.fop.render
 
org.apache.fop.render.awt - package org.apache.fop.render.awt
 
org.apache.fop.render.mif - package org.apache.fop.render.mif
 
org.apache.fop.render.mif.fonts - package org.apache.fop.render.mif.fonts
 
org.apache.fop.render.pdf - package org.apache.fop.render.pdf
 
org.apache.fop.render.pdf.fonts - package org.apache.fop.render.pdf.fonts
 
org.apache.fop.render.xml - package org.apache.fop.render.xml
 
org.apache.fop.svg - package org.apache.fop.svg
 
org.apache.fop.tools.anttasks - package org.apache.fop.tools.anttasks
 
org.apache.fop.tools.xslt - package org.apache.fop.tools.xslt
 
org.apache.fop.viewer - package org.apache.fop.viewer
 
orphans - Variable in class org.apache.fop.fo.FONode
 
Outline - class org.apache.fop.extensions.Outline.
 
Outline.Maker - class org.apache.fop.extensions.Outline.Maker.
 
Outline.Maker() - Constructor for class org.apache.fop.extensions.Outline.Maker
 
Outline(FObj, PropertyList) - Constructor for class org.apache.fop.extensions.Outline
 
output(OutputStream) - Method in class org.apache.fop.pdf.PDFObject
write the PDF represention of this object
output(OutputStream) - Method in class org.apache.fop.pdf.PDFXObject
represent as PDF
output(OutputStream) - Method in class org.apache.fop.pdf.PDFStream
 
output(OutputStream) - Method in class org.apache.fop.pdf.PDFT1Stream
 
output(OutputStream) - Method in class org.apache.fop.pdf.PDFTTFStream
 
output(OutputStream) - Method in class org.apache.fop.pdf.PDFDocument
write the entire document out
output(OutputStream) - Method in class org.apache.fop.mif.MIFDocument
 
outputHeader(OutputStream) - Method in class org.apache.fop.pdf.PDFDocument
write the PDF header
outputStreamData(OutputStream) - Method in class org.apache.fop.pdf.PDFStream
Output just the stream data enclosed by stream/endstream markers
outputTrailer(OutputStream) - Method in class org.apache.fop.pdf.PDFDocument
write the trailer
overlined - Variable in class org.apache.fop.layout.inline.InlineArea
 
overlined - Variable in class org.apache.fop.layout.inline.WordArea
 
overlined - Variable in class org.apache.fop.layout.inline.InlineSpace
 
overlined - Variable in class org.apache.fop.layout.TextState
 
overlined - Variable in class org.apache.fop.fo.flow.Inline
 
overlined - Variable in class org.apache.fop.fo.FOText
 
ownerDoc - Variable in class org.apache.fop.dom.NodeImpl
 

P

packValues(String) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
Packs the values by storing them in 4 bits, two values into a byte Values range is from 0 to 9.
paddingBottom - Variable in class org.apache.fop.layout.Area
 
paddingLeft - Variable in class org.apache.fop.layout.Area
 
paddingRight - Variable in class org.apache.fop.layout.Area
 
paddingTop - Variable in class org.apache.fop.layout.Area
 
page - Variable in class org.apache.fop.layout.Area
 
Page - class org.apache.fop.layout.Page.
 
pageCount - Variable in class org.apache.fop.viewer.PreviewDialog
 
pageheight - Variable in class org.apache.fop.pdf.PDFPage
the height of the page in points
pageHeight - Variable in class org.apache.fop.render.awt.AWTRenderer
 
PageMaster - class org.apache.fop.layout.PageMaster.
 
PageMaster(int, int) - Constructor for class org.apache.fop.layout.PageMaster
 
PageMasterReference - class org.apache.fop.fo.pagination.PageMasterReference.
Base PageMasterReference class.
PageMasterReference(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.PageMasterReference
 
pageNumber - Variable in class org.apache.fop.layout.Page
 
pageNumber - Variable in class org.apache.fop.render.awt.AWTRenderer
 
PageNumber - class org.apache.fop.fo.flow.PageNumber.
 
PageNumber.Maker - class org.apache.fop.fo.flow.PageNumber.Maker.
 
PageNumber.Maker() - Constructor for class org.apache.fop.fo.flow.PageNumber.Maker
 
PageNumber(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.PageNumber
 
PageNumberCitation - class org.apache.fop.fo.flow.PageNumberCitation.
6.6.11 fo:page-number-citation Common Usage: The fo:page-number-citation is used to reference the page-number for the page containing the first normal area returned by the cited formatting object.
PageNumberCitation.Maker - class org.apache.fop.fo.flow.PageNumberCitation.Maker.
 
PageNumberCitation.Maker() - Constructor for class org.apache.fop.fo.flow.PageNumberCitation.Maker
 
PageNumberCitation(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.PageNumberCitation
 
pageNumberId - Variable in class org.apache.fop.layout.inline.InlineArea
 
PageNumberInlineArea - class org.apache.fop.layout.inline.PageNumberInlineArea.
 
PageNumberInlineArea(FontState, float, float, float, String, int) - Constructor for class org.apache.fop.layout.inline.PageNumberInlineArea
 
pageReference - Variable in class org.apache.fop.pdf.PDFGoTo
the pageReference
PageSequence - class org.apache.fop.fo.pagination.PageSequence.
This provides pagination of flows onto pages.
PageSequence.Maker - class org.apache.fop.fo.pagination.PageSequence.Maker.
 
PageSequence.Maker() - Constructor for class org.apache.fop.fo.pagination.PageSequence.Maker
 
PageSequence(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.PageSequence
 
PageSequenceMaster - class org.apache.fop.fo.pagination.PageSequenceMaster.
 
PageSequenceMaster.Maker - class org.apache.fop.fo.pagination.PageSequenceMaster.Maker.
 
PageSequenceMaster.Maker() - Constructor for class org.apache.fop.fo.pagination.PageSequenceMaster.Maker
 
PageSequenceMaster(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.PageSequenceMaster
 
pagewidth - Variable in class org.apache.fop.pdf.PDFPage
the width of the page in points
pageWidth - Variable in class org.apache.fop.render.awt.AWTRenderer
 
paintType - Variable in class org.apache.fop.pdf.PDFPattern
1 for colored pattern, 2 for uncolored
parameterList - Variable in class org.apache.fop.viewer.MessageException
Parameterliste zur Meldung
parent - Variable in class org.apache.fop.pdf.PDFPage
the page's parent, a /Pages object
parent - Variable in class org.apache.fop.layout.Box
 
parent - Variable in class org.apache.fop.render.awt.AWTRenderer
The parent component, used to set up the font.
parent - Variable in class org.apache.fop.fo.FONode
 
parentFO - Variable in class org.apache.fop.datatypes.LengthBase
FO parent of the FO for which this property is to be calculated.
parse(String) - Method in class org.apache.fop.layout.hyphenation.PatternParser
 
parse(String, PropertyInfo) - Static method in class org.apache.fop.fo.expr.PropertyParser
Public entrypoint to the Property expression parser.
parseRule(String) - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
parseSelector() - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
 
parseSheet(String) - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
parseStyleText(String) - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
Path - class org.apache.fop.svg.Path.
class representing svg:Path pseudo flow object.
Path.Maker - class org.apache.fop.svg.Path.Maker.
inner class for making Path objects.
Path.Maker() - Constructor for class org.apache.fop.svg.Path.Maker
 
Path(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Path
constructs a Path object (called by Maker).
PathData - class org.apache.fop.datatypes.PathData.
a PathData quantity in XSL This class parses the string of path data and create a list of object commands.
PathData(String) - Constructor for class org.apache.fop.datatypes.PathData
set the PathData given a particular String specifying PathData and units
pathElements - Variable in class org.apache.fop.dom.svg.SVGPathElementImpl
 
pathLink - Variable in class org.apache.fop.dom.svg.SVGTextPathElementImpl
 
PathPoint - class org.apache.fop.svg.PathPoint.
 
PathPoint(float, float) - Constructor for class org.apache.fop.svg.PathPoint
 
Pattern - class org.apache.fop.svg.Pattern.
class representing svg:Pattern pseudo flow object.
Pattern.Maker - class org.apache.fop.svg.Pattern.Maker.
inner class for making Pattern objects.
Pattern.Maker() - Constructor for class org.apache.fop.svg.Pattern.Maker
 
Pattern(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Pattern
constructs a Pattern object (called by Maker).
PatternConsumer - interface org.apache.fop.layout.hyphenation.PatternConsumer.
This interface is used to connect the XML pattern file parser to the hyphenation tree.
patternCount - Variable in class org.apache.fop.pdf.PDFDocument
the counter for Pattern name numbering (e.g.
patternDataStream - Variable in class org.apache.fop.pdf.PDFPattern
The stream of a pattern
patternName - Variable in class org.apache.fop.pdf.PDFPattern
The name of the pattern such as "Pa1" or "Pattern1"
PatternParser - class org.apache.fop.layout.hyphenation.PatternParser.
A SAX document handler to read and parse hyphenation patterns from a XML file.
PatternParser() - Constructor for class org.apache.fop.layout.hyphenation.PatternParser
 
PatternParser(PatternConsumer) - Constructor for class org.apache.fop.layout.hyphenation.PatternParser
 
patterns - Variable in class org.apache.fop.pdf.PDFResources
 
patternType - Variable in class org.apache.fop.pdf.PDFPattern
Either one (1) for tiling, or two (2) for shading.
pauseAnimations() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
PC_LENGTH - Static variable in class org.apache.fop.fo.expr.Numeric
 
PDF - Static variable in class org.apache.fop.configuration.Configuration
 
PDFAction - class org.apache.fop.pdf.PDFAction.
class representing an action object.
PDFAction() - Constructor for class org.apache.fop.pdf.PDFAction
empty constructor for PDFAction.
PDFAction(int) - Constructor for class org.apache.fop.pdf.PDFAction
create an Action object.
PDFAnnotList - class org.apache.fop.pdf.PDFAnnotList.
class representing an object which is a list of annotations.
PDFAnnotList(int) - Constructor for class org.apache.fop.pdf.PDFAnnotList
create a /Annots object.
PDFArray - class org.apache.fop.pdf.PDFArray.
class representing an array object
PDFArray(int, int[]) - Constructor for class org.apache.fop.pdf.PDFArray
create the array object
PDFCharProcs - class org.apache.fop.pdf.PDFCharProcs.
class representing a /CharProcs dictionary for Type3 fonts.
PDFCharProcs() - Constructor for class org.apache.fop.pdf.PDFCharProcs
 
PDFCIDFont - class org.apache.fop.pdf.PDFCIDFont.
class representing a "character identifier" font (p 210 and onwards).
PDFCIDFont(int, String, String, int, int[], String, String, int, PDFCIDFontDescriptor) - Constructor for class org.apache.fop.pdf.PDFCIDFont
create the /Font object
PDFCIDFont(int, String, String, int, PDFWArray, PDFCIDSystemInfo, PDFCIDFontDescriptor) - Constructor for class org.apache.fop.pdf.PDFCIDFont
create the /Font object
PDFCIDFontDescriptor - class org.apache.fop.pdf.PDFCIDFontDescriptor.
class representing a font descriptor for CID fonts.
PDFCIDFontDescriptor(int, String, int[], int, int, int, int, String) - Constructor for class org.apache.fop.pdf.PDFCIDFontDescriptor
create the /FontDescriptor object
PDFCIDSystemInfo - class org.apache.fop.pdf.PDFCIDSystemInfo.
class representing system information for "character identifier" fonts.
PDFCIDSystemInfo(String, String, int) - Constructor for class org.apache.fop.pdf.PDFCIDSystemInfo
 
PDFCMap - class org.apache.fop.pdf.PDFCMap.
class representing the CMap encodings.
PDFCMap(int, String, PDFCIDSystemInfo) - Constructor for class org.apache.fop.pdf.PDFCMap
create the /CMap object
PDFColor - class org.apache.fop.pdf.PDFColor.
 
PDFColor(ColorType) - Constructor for class org.apache.fop.pdf.PDFColor
 
PDFColor(double, double, double) - Constructor for class org.apache.fop.pdf.PDFColor
 
PDFColor(double, double, double, double) - Constructor for class org.apache.fop.pdf.PDFColor
 
PDFColor(int, int, int) - Constructor for class org.apache.fop.pdf.PDFColor
 
pdfDoc - Variable in class org.apache.fop.render.pdf.SVGRenderer
the PDF Document being created
pdfDoc - Variable in class org.apache.fop.render.pdf.PDFRenderer
the PDF Document being created
PDFDocument - class org.apache.fop.pdf.PDFDocument.
class representing a PDF document.
PDFDocument() - Constructor for class org.apache.fop.pdf.PDFDocument
creates an empty PDF document
PDFEncoding - class org.apache.fop.pdf.PDFEncoding.
class representing an /Encoding object.
PDFEncoding(int, String) - Constructor for class org.apache.fop.pdf.PDFEncoding
create the /Encoding object
pdfFileSpec - Variable in class org.apache.fop.pdf.PDFGoToRemote
the file specification
PDFFileSpec - class org.apache.fop.pdf.PDFFileSpec.
class representing a /FileSpec object.
PDFFileSpec(int, String) - Constructor for class org.apache.fop.pdf.PDFFileSpec
create a /FileSpec object.
PDFFilter - class org.apache.fop.pdf.PDFFilter.
 
PDFFilter() - Constructor for class org.apache.fop.pdf.PDFFilter
 
PDFFilterException - exception org.apache.fop.pdf.PDFFilterException.
 
PDFFilterException() - Constructor for class org.apache.fop.pdf.PDFFilterException
 
PDFFilterException(String) - Constructor for class org.apache.fop.pdf.PDFFilterException
 
PDFFont - class org.apache.fop.pdf.PDFFont.
class representing a /Font object.
PDFFont(int, String, byte, String, Object) - Constructor for class org.apache.fop.pdf.PDFFont
create the /Font object
PDFFontDescriptor - class org.apache.fop.pdf.PDFFontDescriptor.
class representing a font descriptor.
PDFFontDescriptor(int, String, int, int, int, int, PDFRectangle, int, int) - Constructor for class org.apache.fop.pdf.PDFFontDescriptor
create the /FontDescriptor object
PDFFontNonBase14 - class org.apache.fop.pdf.PDFFontNonBase14.
A common ancestor for Type1, TrueType, MMType1 and Type3 fonts (all except base 14 fonts).
PDFFontNonBase14(int, String, byte, String, Object) - Constructor for class org.apache.fop.pdf.PDFFontNonBase14
create the /Font object
PDFFontTrueType - class org.apache.fop.pdf.PDFFontTrueType.
class representing a TrueType font.
PDFFontTrueType(int, String, byte, String, Object) - Constructor for class org.apache.fop.pdf.PDFFontTrueType
create the /Font object
PDFFontType0 - class org.apache.fop.pdf.PDFFontType0.
class representing a Type0 font.
PDFFontType0(int, String, byte, String, Object) - Constructor for class org.apache.fop.pdf.PDFFontType0
create the /Font object
PDFFontType0(int, String, byte, String, Object, PDFCIDFont) - Constructor for class org.apache.fop.pdf.PDFFontType0
create the /Font object
PDFFontType1 - class org.apache.fop.pdf.PDFFontType1.
class representing a Type1 or MMType1 font (not necessary for the base 14).
PDFFontType1(int, String, byte, String, Object) - Constructor for class org.apache.fop.pdf.PDFFontType1
create the /Font object
PDFFontType3 - class org.apache.fop.pdf.PDFFontType3.
class representing a Type3 font.
PDFFontType3(int, String, byte, String, Object) - Constructor for class org.apache.fop.pdf.PDFFontType3
create the /Font object
PDFFontType3(int, String, byte, String, Object, PDFRectangle, PDFArray, PDFCharProcs) - Constructor for class org.apache.fop.pdf.PDFFontType3
create the /Font object
PDFFunction - class org.apache.fop.pdf.PDFFunction.
class representing a PDF Function.
PDFFunction(int, int, Vector, Vector, StringBuffer) - Constructor for class org.apache.fop.pdf.PDFFunction
create an complete Function object of Type 4, a postscript calculator function.
PDFFunction(int, int, Vector, Vector, Vector, int, int, Vector, Vector, StringBuffer, Vector) - Constructor for class org.apache.fop.pdf.PDFFunction
create an complete Function object of Type 0, A Sampled function.
PDFFunction(int, int, Vector, Vector, Vector, Vector, double) - Constructor for class org.apache.fop.pdf.PDFFunction
create an complete Function object of Type 2, an Exponential Interpolation function.
PDFFunction(int, int, Vector, Vector, Vector, Vector, Vector) - Constructor for class org.apache.fop.pdf.PDFFunction
create an complete Function object of Type 3, a Stitching function.
PDFGoTo - class org.apache.fop.pdf.PDFGoTo.
class representing a /GoTo object.
PDFGoTo(int, String) - Constructor for class org.apache.fop.pdf.PDFGoTo
create a /GoTo object.
PDFGoToRemote - class org.apache.fop.pdf.PDFGoToRemote.
class representing a /GoToR object.
PDFGoToRemote(int, PDFFileSpec) - Constructor for class org.apache.fop.pdf.PDFGoToRemote
create an GoToR object.
PDFInfo - class org.apache.fop.pdf.PDFInfo.
class representing an /Info object
PDFInfo(int) - Constructor for class org.apache.fop.pdf.PDFInfo
create an Info object
PDFInternalLink - class org.apache.fop.pdf.PDFInternalLink.
class used to create a PDF internal link
PDFInternalLink(String) - Constructor for class org.apache.fop.pdf.PDFInternalLink
create an internal link instance.
PDFLink - class org.apache.fop.pdf.PDFLink.
class representing an /Annot object of /Subtype /Link
PDFLink(int, Rectangle) - Constructor for class org.apache.fop.pdf.PDFLink
create objects associated with a link annotation (GoToR)
PDFNumber - class org.apache.fop.pdf.PDFNumber.
 
PDFNumber() - Constructor for class org.apache.fop.pdf.PDFNumber
 
PDFObject - class org.apache.fop.pdf.PDFObject.
generic PDF object.
PDFObject() - Constructor for class org.apache.fop.pdf.PDFObject
 
PDFObject(int) - Constructor for class org.apache.fop.pdf.PDFObject
create an empty object
PDFOutline - class org.apache.fop.pdf.PDFOutline.
This represents a single Outline object in a PDF, including the root Outlines object.
PDFOutline(int, String, String) - Constructor for class org.apache.fop.pdf.PDFOutline
 
PDFPage - class org.apache.fop.pdf.PDFPage.
class representing a /Page object.
PDFPage(int, PDFResources, PDFStream, int, int) - Constructor for class org.apache.fop.pdf.PDFPage
create a /Page object
PDFPages - class org.apache.fop.pdf.PDFPages.
class representing a /Pages object.
PDFPages(int) - Constructor for class org.apache.fop.pdf.PDFPages
create a /Pages object.
PDFPathPaint - class org.apache.fop.pdf.PDFPathPaint.
 
PDFPathPaint() - Constructor for class org.apache.fop.pdf.PDFPathPaint
 
PDFPathPaint(int) - Constructor for class org.apache.fop.pdf.PDFPathPaint
 
PDFPattern - class org.apache.fop.pdf.PDFPattern.
class representing a PDF Function.
PDFPattern(int, String, int, PDFShading, Vector, StringBuffer, Vector) - Constructor for class org.apache.fop.pdf.PDFPattern
Create a type 2 pattern (smooth shading)
PDFPattern(int, String, PDFResources, int, int, int, Vector, double, double, Vector, Vector, StringBuffer) - Constructor for class org.apache.fop.pdf.PDFPattern
Create a tiling pattern (type 1).
PDFRectangle - class org.apache.fop.pdf.PDFRectangle.
class representing a rectangle Rectangles are specified on page 183 of the PDF 1.3 spec.
PDFRectangle(int[]) - Constructor for class org.apache.fop.pdf.PDFRectangle
create a rectangle giving an array of four values
PDFRectangle(int, int, int, int) - Constructor for class org.apache.fop.pdf.PDFRectangle
create a rectangle giving the four separate values
PDFRenderer - class org.apache.fop.render.pdf.PDFRenderer.
Renderer that renders areas to PDF
PDFRenderer() - Constructor for class org.apache.fop.render.pdf.PDFRenderer
create the PDF renderer
pdfResources - Variable in class org.apache.fop.render.pdf.PDFRenderer
the /Resources object of the PDF document being created
PDFResources - class org.apache.fop.pdf.PDFResources.
class representing a /Resources object.
PDFResources(int) - Constructor for class org.apache.fop.pdf.PDFResources
create a /Resources object.
PDFRoot - class org.apache.fop.pdf.PDFRoot.
class representing a Root (/Catalog) object
PDFRoot(int) - Constructor for class org.apache.fop.pdf.PDFRoot
create a Root (/Catalog) object
PDFShading - class org.apache.fop.pdf.PDFShading.
class representing a PDF Smooth Shading object.
PDFShading(int, String, int, ColorSpace, Vector, Vector, boolean, int, int, int, Vector, PDFFunction) - Constructor for class org.apache.fop.pdf.PDFShading
Constructor for Type 4,6, or 7
PDFShading(int, String, int, ColorSpace, Vector, Vector, boolean, int, int, Vector, int, PDFFunction) - Constructor for class org.apache.fop.pdf.PDFShading
Constructor for type 5
PDFShading(int, String, int, ColorSpace, Vector, Vector, boolean, Vector, Vector, PDFFunction) - Constructor for class org.apache.fop.pdf.PDFShading
Constructor for type function based shading
PDFShading(int, String, int, ColorSpace, Vector, Vector, boolean, Vector, Vector, PDFFunction, Vector) - Constructor for class org.apache.fop.pdf.PDFShading
Constructor for Type 2 and 3
PDFStream - class org.apache.fop.pdf.PDFStream.
class representing a PDF stream.
PDFStream(int) - Constructor for class org.apache.fop.pdf.PDFStream
create an empty stream object
PDFT1Stream - class org.apache.fop.pdf.PDFT1Stream.
 
PDFT1Stream(int, int) - Constructor for class org.apache.fop.pdf.PDFT1Stream
 
PDFTTFStream - class org.apache.fop.pdf.PDFTTFStream.
 
PDFTTFStream(int, int) - Constructor for class org.apache.fop.pdf.PDFTTFStream
 
PDFUri - class org.apache.fop.pdf.PDFUri.
class used to create a PDF Uri link
PDFUri(String) - Constructor for class org.apache.fop.pdf.PDFUri
create a Uri instance.
pdfVersion - Static variable in class org.apache.fop.pdf.PDFDocument
the version of PDF supported
PDFWArray - class org.apache.fop.pdf.PDFWArray.
class representing a W array for CID fonts.
PDFWArray() - Constructor for class org.apache.fop.pdf.PDFWArray
 
PDFXObject - class org.apache.fop.pdf.PDFXObject.
PDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data.
PDFXObject(int, int, FopImage) - Constructor for class org.apache.fop.pdf.PDFXObject
create an Xobject with the given number and name and load the image in the object
pendingAreas - Variable in class org.apache.fop.layout.LineArea
 
pendingFootnotes - Variable in class org.apache.fop.layout.BlockArea
 
pendingWidth - Variable in class org.apache.fop.layout.LineArea
 
PercentBase - interface org.apache.fop.datatypes.PercentBase.
 
PercentLength - class org.apache.fop.datatypes.PercentLength.
a percent specified length quantity in XSL
PercentLength(double) - Constructor for class org.apache.fop.datatypes.PercentLength
construct an object based on a factor (the percent, as a a factor) and an object which has a method to return the Length which provides the "base" for this calculation.
PercentLength(double, PercentBase) - Constructor for class org.apache.fop.datatypes.PercentLength
 
PFMFile - class org.apache.fop.fonts.PFMFile.
This class represents a PFM file (or parts of it) as a Java object.
PFMFile() - Constructor for class org.apache.fop.fonts.PFMFile
 
PFMInputStream - class org.apache.fop.fonts.PFMInputStream.
This is a helper class for reading PFM files.
PFMInputStream(InputStream) - Constructor for class org.apache.fop.fonts.PFMInputStream
Constructs a PFMInputStream based on an InputStream representing the PFM file.
PFMReader - class org.apache.fop.fonts.apps.PFMReader.
A tool which reads PFM files from Adobe Type 1 fonts and creates XML font metrics file for use in FOP.
PFMReader() - Constructor for class org.apache.fop.fonts.apps.PFMReader
 
PNG_SIG_LENGTH - Static variable in class org.apache.fop.image.analyser.PNGReader
 
PNGReader - class org.apache.fop.image.analyser.PNGReader.
ImageReader object for PNG image type.
PNGReader() - Constructor for class org.apache.fop.image.analyser.PNGReader
 
points - Variable in class org.apache.fop.dom.svg.SVGPolygonElementImpl
 
points - Variable in class org.apache.fop.dom.svg.SVGPolylineElementImpl
 
PointsData - class org.apache.fop.datatypes.PointsData.
Parses the points information in polylines and polygons
PointsData(String) - Constructor for class org.apache.fop.datatypes.PointsData
 
Polygon - class org.apache.fop.svg.Polygon.
 
Polygon.Maker - class org.apache.fop.svg.Polygon.Maker.
inner class for making Polygon objects.
Polygon.Maker() - Constructor for class org.apache.fop.svg.Polygon.Maker
 
Polygon(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Polygon
constructs a Polygon object (called by Maker).
Polyline - class org.apache.fop.svg.Polyline.
class representing svg:Polyline pseudo flow object.
Polyline.Maker - class org.apache.fop.svg.Polyline.Maker.
inner class for making Polyline objects.
Polyline.Maker() - Constructor for class org.apache.fop.svg.Polyline.Maker
 
Polyline(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Polyline
constructs a Polyline object (called by Maker).
popFunction() - Method in class org.apache.fop.fo.expr.PropertyInfo
 
position - Variable in class org.apache.fop.pdf.PDFDocument
the current character position
postBreak - Variable in class org.apache.fop.layout.hyphenation.Hyphen
 
postProcessXML(Document) - Method in class org.apache.fop.fonts.apps.TTFReader
Modifies the generated font metrics file.
postProcessXML(Document) - Method in class org.apache.fop.fonts.apps.PFMReader
Modifies the generated font metrics file.
PPColWidthFunction - class org.apache.fop.fo.expr.PPColWidthFunction.
 
PPColWidthFunction() - Constructor for class org.apache.fop.fo.expr.PPColWidthFunction
 
preBreak - Variable in class org.apache.fop.layout.hyphenation.Hyphen
 
PREDICTION_NONE - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_AVG - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_NONE - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_OPT - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_PAETH - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_SUB - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_PNG_UP - Static variable in class org.apache.fop.pdf.FlateFilter
 
PREDICTION_TIFF2 - Static variable in class org.apache.fop.pdf.FlateFilter
 
prev - Variable in class org.apache.fop.layout.LineArea
 
preview(PFMFile) - Method in class org.apache.fop.fonts.apps.PFMReader
Displays a preview of the PFM file on the console.
preview(TTFFile) - Method in class org.apache.fop.fonts.apps.TTFReader
Displays a preview of the TTF file on the console.
previewArea - Variable in class org.apache.fop.viewer.PreviewDialog
 
PreviewDialog - class org.apache.fop.viewer.PreviewDialog.
Frame and User Interface for Preview
PreviewDialog(AWTRenderer, Translator) - Constructor for class org.apache.fop.viewer.PreviewDialog
Create a new PreviewDialog that uses the given renderer and translator.
PreviewDialogAboutBox - class org.apache.fop.viewer.PreviewDialogAboutBox.
 
PreviewDialogAboutBox(Frame) - Constructor for class org.apache.fop.viewer.PreviewDialogAboutBox
 
previewImageLabel - Variable in class org.apache.fop.viewer.PreviewDialog
 
previousPageAction - Variable in class org.apache.fop.viewer.PreviewDialog
 
prevLTState - Variable in class org.apache.fop.layout.LineArea
 
prevOlState - Variable in class org.apache.fop.layout.LineArea
 
prevUlState - Variable in class org.apache.fop.layout.LineArea
 
print(Graphics, PageFormat, int) - Method in class org.apache.fop.render.awt.AWTRenderer
 
printAction - Variable in class org.apache.fop.viewer.PreviewDialog
 
PrintCommandLine - class org.apache.fop.apps.PrintCommandLine.
This class prints a xsl-fo dokument without interaction.
PrintCommandLine(String[]) - Constructor for class org.apache.fop.apps.PrintCommandLine
 
printStats() - Method in class org.apache.fop.layout.hyphenation.TernaryTree
 
printStats() - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
 
printStuff() - Method in class org.apache.fop.fonts.TTFFile
 
printUsage(String) - Method in class org.apache.fop.apps.MIFCommandLine
 
printUsage(String) - Method in class org.apache.fop.apps.XalanCommandLine
 
printUsage(String) - Method in class org.apache.fop.apps.CommandLine
 
processingInstruction(String, String) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
processMessage(MessageEvent) - Method in interface org.apache.fop.messaging.MessageListener
 
processMessage(MessageEvent) - Method in class org.apache.fop.messaging.DefaultMessageListener
The method processMessage has to be overwritten to handle the MessageEvents.
processMessage(MessageEvent) - Method in class org.apache.fop.viewer.PreviewDialog
Called by MessageHandler if an error message or a log message is received.
processStatus - Variable in class org.apache.fop.viewer.PreviewDialog
 
processWindowEvent(WindowEvent) - Method in class org.apache.fop.viewer.PreviewDialogAboutBox
 
producer - Variable in class org.apache.fop.pdf.PDFInfo
the application producing the PDF
producer - Variable in class org.apache.fop.render.xml.XMLRenderer
the application producing the XML
progress(int) - Method in class org.apache.fop.viewer.PreviewDialog
 
progress(int) - Method in interface org.apache.fop.viewer.ProgressListener
 
progress(int, String) - Method in class org.apache.fop.viewer.PreviewDialog
 
progress(int, String) - Method in interface org.apache.fop.viewer.ProgressListener
 
progress(String) - Method in class org.apache.fop.viewer.PreviewDialog
Setting the text of a JLabel is not thread save, it needs to be done in the EventThread.
progress(String) - Method in interface org.apache.fop.viewer.ProgressListener
 
progressListener - Variable in class org.apache.fop.render.awt.AWTRenderer
 
ProgressListener - interface org.apache.fop.viewer.ProgressListener.
 
PROP_REGION_NAME - Static variable in class org.apache.fop.fo.pagination.Region
 
properties - Variable in class org.apache.fop.image.FopImageConsumer
 
properties - Variable in class org.apache.fop.fo.FObj
 
Property - class org.apache.fop.fo.Property.
 
Property.Maker - class org.apache.fop.fo.Property.Maker.
 
Property.Maker() - Constructor for class org.apache.fop.fo.Property.Maker
Construct an instance of a Property.Maker.
Property.Maker(String) - Constructor for class org.apache.fop.fo.Property.Maker
Construct an instance of a Property.Maker for the given property.
Property() - Constructor for class org.apache.fop.fo.Property
 
PropertyException - exception org.apache.fop.fo.expr.PropertyException.
 
PropertyException(String) - Constructor for class org.apache.fop.fo.expr.PropertyException
 
PropertyInfo - class org.apache.fop.fo.expr.PropertyInfo.
This class holds context information needed during property expression evaluation.
PropertyInfo(Property.Maker, PropertyList, FObj) - Constructor for class org.apache.fop.fo.expr.PropertyInfo
 
PropertyList - class org.apache.fop.fo.PropertyList.
 
PropertyList(PropertyList, String, String) - Constructor for class org.apache.fop.fo.PropertyList
 
PropertyListBuilder - class org.apache.fop.fo.PropertyListBuilder.
 
PropertyListBuilder() - Constructor for class org.apache.fop.fo.PropertyListBuilder
 
PropertyListMapping - interface org.apache.fop.fo.PropertyListMapping.
 
propertylistTable - Variable in class org.apache.fop.fo.FOTreeBuilder
class that builds a property list for each formatting object
propertylistTable - Variable in class org.apache.fop.fo.SVGTreeBuilder
class that builds a property list for each formatting object
PropertyParser - class org.apache.fop.fo.expr.PropertyParser.
Class to parse XSL FO property expression.
pushFunction(Function) - Method in class org.apache.fop.fo.expr.PropertyInfo
 
put(int, byte) - Method in class org.apache.fop.layout.hyphenation.ByteVector
 
put(int, char) - Method in class org.apache.fop.layout.hyphenation.CharVector
 
put(String, Object) - Static method in class org.apache.fop.configuration.Configuration
adds information to the standard configuration map/hashtable in key,value form
put(String, Object, int) - Static method in class org.apache.fop.configuration.Configuration
adds information to the configuration map/hashtable in key,value form

R

RadialGradient - class org.apache.fop.svg.RadialGradient.
class representing svg:RadialGradient pseudo flow object.
RadialGradient.Maker - class org.apache.fop.svg.RadialGradient.Maker.
inner class for making RadialGradient objects.
RadialGradient.Maker() - Constructor for class org.apache.fop.svg.RadialGradient.Maker
 
RadialGradient(FObj, PropertyList) - Constructor for class org.apache.fop.svg.RadialGradient
constructs a RadialGradient object (called by Maker).
range - Variable in class org.apache.fop.pdf.PDFFunction
Required: 2 * n Array of Double numbers which are possible outputs to the function
read() - Method in class org.apache.fop.fonts.FontFileReader
Read 1 byte, throws EOFException on end of file
read2bytes() - Method in class org.apache.fop.image.analyser.JPEGReader
 
readByte() - Method in class org.apache.fop.fonts.PFMInputStream
Parses a one byte value out of the stream.
readFont(FontFileReader) - Method in class org.apache.fop.fonts.TTFFile
 
readInt() - Method in class org.apache.fop.fonts.PFMInputStream
Parses a four byte value out of the stream.
readShort() - Method in class org.apache.fop.fonts.PFMInputStream
Parses a two byte value out of the stream.
readString() - Method in class org.apache.fop.fonts.PFMInputStream
Parses a zero-terminated string out of the stream.
readToken(StringBuffer) - Method in class org.apache.fop.layout.hyphenation.PatternParser
 
readTTFByte() - Method in class org.apache.fop.fonts.FontFileReader
Read 1 signed byte from InputStream
readTTFLong() - Method in class org.apache.fop.fonts.FontFileReader
Read 4 bytes from InputStream
readTTFShort() - Method in class org.apache.fop.fonts.FontFileReader
Read 2 bytes signed from InputStream
readTTFString() - Method in class org.apache.fop.fonts.FontFileReader
Read a 0 terminatet ISO-8859-1 string
readTTFString(int) - Method in class org.apache.fop.fonts.FontFileReader
Read an ISO-8859-1 string of len bytes
readTTFUByte() - Method in class org.apache.fop.fonts.FontFileReader
Read 1 unsigned byte from InputStream
readTTFULong() - Method in class org.apache.fop.fonts.FontFileReader
Read 4 bytes from InputStream
readTTFUShort() - Method in class org.apache.fop.fonts.FontFileReader
Read 2 bytes unsigned from InputStream
Rect - class org.apache.fop.svg.Rect.
class representing svg:rect pseudo flow object.
Rect.Maker - class org.apache.fop.svg.Rect.Maker.
inner class for making Rect objects.
Rect.Maker() - Constructor for class org.apache.fop.svg.Rect.Maker
 
Rect(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Rect
constructs a Rect object (called by Maker).
red - Variable in class org.apache.fop.pdf.PDFColor
 
red - Variable in class org.apache.fop.datatypes.ColorType
the red component
red() - Method in class org.apache.fop.pdf.PDFColor
 
red() - Method in class org.apache.fop.datatypes.ColorType
 
red255() - Method in class org.apache.fop.pdf.PDFColor
 
ref - Variable in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
referencePDF() - Method in class org.apache.fop.pdf.PDFObject
the PDF representation of a reference to this object
Region - class org.apache.fop.fo.pagination.Region.
This is an abstract base class for pagination regions
REGION_CLASS - Static variable in class org.apache.fop.fo.pagination.RegionBody
 
REGION_CLASS - Static variable in class org.apache.fop.fo.pagination.RegionAfter
 
REGION_CLASS - Static variable in class org.apache.fop.fo.pagination.RegionBefore
 
Region(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.Region
 
RegionAfter - class org.apache.fop.fo.pagination.RegionAfter.
 
RegionAfter.Maker - class org.apache.fop.fo.pagination.RegionAfter.Maker.
 
RegionAfter.Maker() - Constructor for class org.apache.fop.fo.pagination.RegionAfter.Maker
 
RegionAfter(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.RegionAfter
 
RegionArea - class org.apache.fop.layout.RegionArea.
 
RegionArea(int, int, int, int) - Constructor for class org.apache.fop.layout.RegionArea
 
RegionBefore - class org.apache.fop.fo.pagination.RegionBefore.
 
RegionBefore.Maker - class org.apache.fop.fo.pagination.RegionBefore.Maker.
 
RegionBefore.Maker() - Constructor for class org.apache.fop.fo.pagination.RegionBefore.Maker
 
RegionBefore(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.RegionBefore
 
RegionBody - class org.apache.fop.fo.pagination.RegionBody.
 
RegionBody.Maker - class org.apache.fop.fo.pagination.RegionBody.Maker.
 
RegionBody.Maker() - Constructor for class org.apache.fop.fo.pagination.RegionBody.Maker
 
RegionBody(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.RegionBody
 
regionNameExists(String) - Method in class org.apache.fop.fo.pagination.SimplePageMaster
 
regionNameExists(String) - Method in class org.apache.fop.fo.pagination.LayoutMasterSet
Checks whether or not a region name exists in this master set
registry - Variable in class org.apache.fop.pdf.PDFCIDSystemInfo
 
remove() - Method in class org.apache.fop.layout.Area
 
removeAreas() - Method in class org.apache.fop.fo.FONode
 
removeAttribute(String) - Method in class org.apache.fop.dom.ElementImpl
 
removeAttributeNode(Attr) - Method in class org.apache.fop.dom.ElementImpl
 
removeAttributeNS(String, String) - Method in class org.apache.fop.dom.ElementImpl
 
removeChild(Area) - Method in class org.apache.fop.layout.Area
 
removeChild(DisplaySpace) - Method in class org.apache.fop.layout.Area
 
removeChild(Node) - Method in class org.apache.fop.dom.NodeImpl
 
removeEventListener(String, EventListener, boolean) - Method in class org.apache.fop.dom.svg.GraphicElement
 
removeFromIdValidationList(String) - Method in class org.apache.fop.datatypes.IDReferences
Removes id from validation list.
removeID(IDReferences) - Method in class org.apache.fop.fo.FObj
removes property id
removeID(String) - Method in class org.apache.fop.datatypes.IDReferences
Removes id from IDReferences
removeItem(int) - Method in class org.apache.fop.dom.svg.SVGTransformListImpl
 
removeItem(int) - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
removeItem(int) - Method in class org.apache.fop.dom.svg.SVGStringListImpl
 
removeLayout(Area) - Method in class org.apache.fop.fo.flow.TableBody
 
removeLayout(Area) - Method in class org.apache.fop.fo.flow.TableRow
 
removeListener(MessageListener) - Static method in class org.apache.fop.messaging.MessageHandler
removes a MessageListener
removeProperty(String) - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
render() - Method in class org.apache.fop.apps.Driver
render the area tree to the output form
render(AreaTree, int) - Method in class org.apache.fop.render.awt.AWTRenderer
 
render(AreaTree, OutputStream) - Method in class org.apache.fop.render.awt.AWTRenderer
 
render(AreaTree, OutputStream) - Method in interface org.apache.fop.render.Renderer
render the given area tree to the given stream
render(AreaTree, OutputStream) - Method in class org.apache.fop.render.pdf.PDFRenderer
render the areas into PDF
render(AreaTree, OutputStream) - Method in class org.apache.fop.render.mif.MIFRenderer
render the areas into MIF
render(AreaTree, OutputStream) - Method in class org.apache.fop.render.xml.XMLRenderer
render the areas into XML
render(int) - Method in class org.apache.fop.render.awt.AWTRenderer
 
render(Renderer) - Method in class org.apache.fop.image.ImageArea
 
render(Renderer) - Method in class org.apache.fop.layout.inline.WordArea
 
render(Renderer) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
render(Renderer) - Method in class org.apache.fop.layout.inline.InlineSpace
 
render(Renderer) - Method in class org.apache.fop.layout.inline.LeaderArea
 
render(Renderer) - Method in class org.apache.fop.layout.Box
 
render(Renderer) - Method in class org.apache.fop.layout.ExtensionArea
 
render(Renderer) - Method in class org.apache.fop.layout.BlockArea
 
render(Renderer) - Method in class org.apache.fop.layout.DisplaySpace
 
render(Renderer) - Method in class org.apache.fop.layout.LineArea
 
render(Renderer) - Method in class org.apache.fop.layout.AreaContainer
 
render(Renderer) - Method in class org.apache.fop.layout.ColumnArea
 
render(Renderer) - Method in class org.apache.fop.layout.BodyAreaContainer
 
render(Renderer) - Method in class org.apache.fop.layout.SpanArea
 
render(Renderer) - Method in class org.apache.fop.layout.Page
 
render(Renderer) - Method in class org.apache.fop.dom.svg.SVGArea
render the SVG.
renderAreaContainer(AreaContainer) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderAreaContainer(AreaContainer) - Method in interface org.apache.fop.render.Renderer
render the given area container
renderAreaContainer(AreaContainer) - Method in class org.apache.fop.render.pdf.PDFRenderer
render area container to PDF
renderAreaContainer(AreaContainer) - Method in class org.apache.fop.render.mif.MIFRenderer
 
renderAreaContainer(AreaContainer) - Method in class org.apache.fop.render.xml.XMLRenderer
render an area container to XML
renderBlockArea(BlockArea) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderBlockArea(BlockArea) - Method in interface org.apache.fop.render.Renderer
render the given block area
renderBlockArea(BlockArea) - Method in class org.apache.fop.render.pdf.PDFRenderer
render block area to PDF
renderBlockArea(BlockArea) - Method in class org.apache.fop.render.mif.MIFRenderer
render the given block area
renderBlockArea(BlockArea) - Method in class org.apache.fop.render.xml.XMLRenderer
render a block area to XML
renderBodyAreaContainer(BodyAreaContainer) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderBodyAreaContainer(BodyAreaContainer) - Method in interface org.apache.fop.render.Renderer
render the given area container
renderBodyAreaContainer(BodyAreaContainer) - Method in class org.apache.fop.render.pdf.PDFRenderer
 
renderBodyAreaContainer(BodyAreaContainer) - Method in class org.apache.fop.render.mif.MIFRenderer
 
renderBodyAreaContainer(BodyAreaContainer) - Method in class org.apache.fop.render.xml.XMLRenderer
render a body area container to XML
renderDisplaySpace(DisplaySpace) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderDisplaySpace(DisplaySpace) - Method in interface org.apache.fop.render.Renderer
render the given display space
renderDisplaySpace(DisplaySpace) - Method in class org.apache.fop.render.pdf.PDFRenderer
render display space to PDF
renderDisplaySpace(DisplaySpace) - Method in class org.apache.fop.render.mif.MIFRenderer
render the given display space
renderDisplaySpace(DisplaySpace) - Method in class org.apache.fop.render.xml.XMLRenderer
render a display space to XML
renderElement(SVGArea, GraphicImpl, int, int, Vector) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderElement(SVGElement, int, int) - Method in class org.apache.fop.render.pdf.SVGRenderer
Main rendering selection.
renderer - Variable in class org.apache.fop.apps.Driver
the renderer to use to output the area tree
renderer - Variable in class org.apache.fop.viewer.PreviewDialog
 
Renderer - interface org.apache.fop.render.Renderer.
interface implement by all renderers.
renderForeignObjectArea(ForeignObjectArea) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderForeignObjectArea(ForeignObjectArea) - Method in interface org.apache.fop.render.Renderer
render a foreign object area
renderForeignObjectArea(ForeignObjectArea) - Method in class org.apache.fop.render.pdf.PDFRenderer
render a foreign object area
renderForeignObjectArea(ForeignObjectArea) - Method in class org.apache.fop.render.mif.MIFRenderer
render a foreign object area
renderForeignObjectArea(ForeignObjectArea) - Method in class org.apache.fop.render.xml.XMLRenderer
render a foreign object area
renderGArea(SVGArea, SVGGElementImpl, int, int) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderGArea(SVGArea, SVGGElementImpl, int, int, Vector) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderGArea(SVGGElement, int, int) - Method in class org.apache.fop.render.pdf.SVGRenderer
 
renderImage(String, float, float, float, float) - Method in class org.apache.fop.render.pdf.SVGRenderer
Renders an svg image to the current stream.
renderImage(String, float, float, float, float, Vector) - Method in class org.apache.fop.render.awt.AWTRenderer
Draws an image.
renderImageArea(ImageArea) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderImageArea(ImageArea) - Method in interface org.apache.fop.render.Renderer
render the given image area
renderImageArea(ImageArea) - Method in class org.apache.fop.render.pdf.PDFRenderer
render image area to PDF
renderImageArea(ImageArea) - Method in class org.apache.fop.render.mif.MIFRenderer
render the given image area
renderImageArea(ImageArea) - Method in class org.apache.fop.render.xml.XMLRenderer
render an image area to XML
renderInlineArea(InlineArea) - Method in class org.apache.fop.render.mif.MIFRenderer
render the given inline area
renderInlineSpace(InlineSpace) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderInlineSpace(InlineSpace) - Method in interface org.apache.fop.render.Renderer
render the given inline space
renderInlineSpace(InlineSpace) - Method in class org.apache.fop.render.pdf.PDFRenderer
render inline space to PDF
renderInlineSpace(InlineSpace) - Method in class org.apache.fop.render.mif.MIFRenderer
render the given inline space
renderInlineSpace(InlineSpace) - Method in class org.apache.fop.render.xml.XMLRenderer
render an inline space to XML
renderLeaderArea(LeaderArea) - Method in class org.apache.fop.render.awt.AWTRenderer
render leader area into AWT
renderLeaderArea(LeaderArea) - Method in interface org.apache.fop.render.Renderer
render the given leader area
renderLeaderArea(LeaderArea) - Method in class org.apache.fop.render.pdf.PDFRenderer
render leader area into PDF
renderLeaderArea(LeaderArea) - Method in class org.apache.fop.render.mif.MIFRenderer
render the given leader area
renderLeaderArea(LeaderArea) - Method in class org.apache.fop.render.xml.XMLRenderer
render a leader area to XML
renderLineArea(LineArea) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderLineArea(LineArea) - Method in interface org.apache.fop.render.Renderer
render the given line area
renderLineArea(LineArea) - Method in class org.apache.fop.render.pdf.PDFRenderer
render line area to PDF
renderLineArea(LineArea) - Method in class org.apache.fop.render.mif.MIFRenderer
render the given line area
renderLineArea(LineArea) - Method in class org.apache.fop.render.xml.XMLRenderer
render a line area to XML
renderPage(Page) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderPage(Page) - Method in interface org.apache.fop.render.Renderer
render the given page
renderPage(Page) - Method in class org.apache.fop.render.pdf.PDFRenderer
render page into PDF
renderPage(Page) - Method in class org.apache.fop.render.mif.MIFRenderer
render the given page
renderPage(Page) - Method in class org.apache.fop.render.xml.XMLRenderer
render a page to XML
renderRootExtensions(AreaTree) - Method in class org.apache.fop.render.pdf.PDFRenderer
 
renderSpanArea(SpanArea) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderSpanArea(SpanArea) - Method in interface org.apache.fop.render.Renderer
render the given span area
renderSpanArea(SpanArea) - Method in class org.apache.fop.render.pdf.PDFRenderer
 
renderSpanArea(SpanArea) - Method in class org.apache.fop.render.mif.MIFRenderer
 
renderSpanArea(SpanArea) - Method in class org.apache.fop.render.xml.XMLRenderer
render a span area to XML
renderSVG(SVGSVGElement, int, int) - Method in class org.apache.fop.render.pdf.SVGRenderer
Renders an SVG element in an SVG document.
renderSVGArea(SVGArea) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderSVGArea(SVGArea) - Method in interface org.apache.fop.render.Renderer
render the given SVG area
renderSVGArea(SVGArea) - Method in class org.apache.fop.render.pdf.PDFRenderer
render SVG area to PDF
renderSVGArea(SVGArea) - Method in class org.apache.fop.render.mif.MIFRenderer
render the given SVG area
renderSVGArea(SVGArea) - Method in class org.apache.fop.render.xml.XMLRenderer
render an SVG area to XML
renderSymbol(SVGSymbolElement, int, int) - Method in class org.apache.fop.render.pdf.SVGRenderer
A symbol has a viewbox and preserve aspect ratio.
renderText(SVGTextElementImpl, float, float, SVGRenderer.DrawingInstruction) - Method in class org.apache.fop.render.pdf.SVGRenderer
Todo: underline, linethrough, textpath
renderWordArea(WordArea) - Method in class org.apache.fop.render.awt.AWTRenderer
 
renderWordArea(WordArea) - Method in interface org.apache.fop.render.Renderer
render the given inline area
renderWordArea(WordArea) - Method in class org.apache.fop.render.pdf.PDFRenderer
render inline area to PDF
renderWordArea(WordArea) - Method in class org.apache.fop.render.mif.MIFRenderer
 
renderWordArea(WordArea) - Method in class org.apache.fop.render.xml.XMLRenderer
render an inline area to XML
RepeatablePageMasterAlternatives - class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives.
 
RepeatablePageMasterAlternatives.Maker - class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives.Maker.
 
RepeatablePageMasterAlternatives.Maker() - Constructor for class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives.Maker
 
RepeatablePageMasterAlternatives(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives
 
RepeatablePageMasterReference - class org.apache.fop.fo.pagination.RepeatablePageMasterReference.
 
RepeatablePageMasterReference.Maker - class org.apache.fop.fo.pagination.RepeatablePageMasterReference.Maker.
 
RepeatablePageMasterReference.Maker() - Constructor for class org.apache.fop.fo.pagination.RepeatablePageMasterReference.Maker
 
RepeatablePageMasterReference(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.RepeatablePageMasterReference
 
replaceChild(Node, Node) - Method in class org.apache.fop.dom.NodeImpl
 
replaceChild(Node, Node) - Method in class org.apache.fop.dom.ElementImpl
 
replaceData(int, int, String) - Method in class org.apache.fop.dom.CharacterDataImpl
 
replaceItem(String, int) - Method in class org.apache.fop.dom.svg.SVGStringListImpl
 
replaceItem(SVGLength, int) - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
replaceItem(SVGTransform, int) - Method in class org.apache.fop.dom.svg.SVGTransformListImpl
 
reqExtensions - Variable in class org.apache.fop.dom.svg.GraphicElement
 
reqFeatures - Variable in class org.apache.fop.dom.svg.GraphicElement
 
res - Variable in class org.apache.fop.render.awt.AWTRenderer
 
res - Variable in class org.apache.fop.viewer.PreviewDialog
 
reset() - Method in class org.apache.fop.fo.pagination.PageMasterReference
 
reset() - Method in class org.apache.fop.fo.pagination.SinglePageMasterReference
 
reset() - Method in class org.apache.fop.fo.pagination.RepeatablePageMasterReference
 
reset() - Method in class org.apache.fop.fo.pagination.PageSequenceMaster
 
reset() - Method in interface org.apache.fop.fo.pagination.SubSequenceSpecifier
Called before a new page sequence is rendered so subsequences can reset any state they keep during the formatting process.
reset() - Method in class org.apache.fop.fo.pagination.RepeatablePageMasterAlternatives
 
resetMarker() - Method in class org.apache.fop.fo.flow.TableRow
 
resetMarker() - Method in class org.apache.fop.fo.FONode
 
resetMaxHeight(Area, int) - Static method in class org.apache.fop.layout.BodyAreaContainer
 
resetPageMasters() - Method in class org.apache.fop.fo.pagination.LayoutMasterSet
 
resetSpanArea() - Method in class org.apache.fop.layout.BodyAreaContainer
This is where the balancing algorithm lives, or gets called.
resolveEntity(String, String) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
resources - Variable in class org.apache.fop.pdf.PDFPattern
The resources associated with this pattern
resources - Variable in class org.apache.fop.pdf.PDFPage
the page's /Resource object
resources - Variable in class org.apache.fop.pdf.PDFFontType3
font's optional /Resources object
resources - Variable in class org.apache.fop.pdf.PDFDocument
the /Resources object
rewind() - Method in class org.apache.fop.layout.hyphenation.TernaryTree.Iterator
 
RGBColorImpl - class org.apache.fop.dom.css.RGBColorImpl.
 
RGBColorImpl(float, float, float) - Constructor for class org.apache.fop.dom.css.RGBColorImpl
 
RIGHT - Static variable in class org.apache.fop.fo.PropertyList
 
rollback(Vector) - Method in class org.apache.fop.fo.FONode
When balancing occurs, the flow layout() method restarts at the point specified by the current marker snapshot, which is retrieved and restored using this method.
root - Variable in class org.apache.fop.pdf.PDFDocument
the /Root object
root - Variable in class org.apache.fop.layout.hyphenation.TernaryTree
 
Root - class org.apache.fop.fo.pagination.Root.
The fo:root formatting object.
Root.Maker - class org.apache.fop.fo.pagination.Root.Maker.
 
Root.Maker() - Constructor for class org.apache.fop.fo.pagination.Root.Maker
 
Root(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.Root
 
rootFObj - Variable in class org.apache.fop.fo.FOTreeBuilder
the root of the formatting object tree
rootFObj - Variable in class org.apache.fop.fo.SVGTreeBuilder
the root of the formatting object tree
rootPages - Variable in class org.apache.fop.pdf.PDFRoot
the /Pages object that is root of the Pages hierarchy
rotate(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
rotateFromVector(float, float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
run() - Method in class org.apache.fop.apps.MIFCommandLine
 
run() - Method in class org.apache.fop.apps.XalanCommandLine
mainline method first command line argument is xml input file second command line argument is xslt file which commands the conversion from xml to xsl:fo third command line argument is the output file
run() - Method in class org.apache.fop.apps.CommandLine
 

S

saveColor - Variable in class org.apache.fop.render.awt.AWTRenderer
 
sc - Variable in class org.apache.fop.layout.hyphenation.TernaryTree
The character stored in this node: splitchar Two special values are reserved:
scale - Variable in class org.apache.fop.viewer.PreviewDialog
 
scale(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
scaleFactor - Variable in class org.apache.fop.render.awt.AWTRenderer
 
scaleNonUniform(float, float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
scaling - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
scalingMethod() - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
SCREEN - Static variable in class org.apache.fop.messaging.MessageHandler
 
searchPatterns(char[], int, byte[]) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
Search for all possible partial matches of word starting at index an update interletter values.
SecureResourceBundle - class org.apache.fop.viewer.SecureResourceBundle.
Die Klasse SecureResourceBundle ist ein Resourceundle, das im Falle eines fehlenden Eintrages keinen Absturz verursacht, sondern die Meldung Key key not found zurückgibt.
SecureResourceBundle(InputStream) - Constructor for class org.apache.fop.viewer.SecureResourceBundle
Kreiert ein ResourceBundle mit der Quelle in in.
seek_add(long) - Method in class org.apache.fop.fonts.FontFileReader
Set current file position to offset
seek_set(long) - Method in class org.apache.fop.fonts.FontFileReader
Set current file position to offset
selectSubString(int, int) - Method in class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
SerializeHyphPattern - class org.apache.fop.tools.anttasks.SerializeHyphPattern.
SerializeHyphPattern
SerializeHyphPattern() - Constructor for class org.apache.fop.tools.anttasks.SerializeHyphPattern
 
Set - class org.apache.fop.svg.Set.
class representing svg:Set pseudo flow object.
Set.Maker - class org.apache.fop.svg.Set.Maker.
inner class for making Set objects.
Set.Maker() - Constructor for class org.apache.fop.svg.Set.Maker
 
Set(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Set
constructs a Set object (called by Maker).
setA(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
setAbsoluteHeight(int) - Method in class org.apache.fop.layout.Area
 
setAction(PDFAction) - Method in class org.apache.fop.pdf.PDFLink
 
setAlign(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setAllocationWidth(int) - Method in class org.apache.fop.layout.Area
 
setAnnotList(PDFAnnotList) - Method in class org.apache.fop.pdf.PDFPage
set this page's annotation list
setApplied(boolean) - Method in class org.apache.fop.pdf.PDFFilter
Set the applied attribute to the given value.
setAttribute(String, String) - Method in class org.apache.fop.dom.ElementImpl
 
setAttributeNode(Attr) - Method in class org.apache.fop.dom.ElementImpl
 
setAttributeNodeNS(Attr) - Method in class org.apache.fop.dom.ElementImpl
 
setAttributeNS(String, String, String) - Method in class org.apache.fop.dom.ElementImpl
 
setB(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
setBackgroundColor(ColorType) - Method in class org.apache.fop.layout.Area
 
setBackgroundColor(ColorType) - Method in class org.apache.fop.layout.RegionArea
 
setBaseDir(String) - Method in class org.apache.fop.apps.Driver
 
setBaseLength(PercentBase) - Method in class org.apache.fop.datatypes.PercentLength
 
setBaseVal(float) - Method in class org.apache.fop.dom.svg.SVGAnimatedNumberImpl
 
setBaseVal(short) - Method in class org.apache.fop.dom.svg.SVGAnimatedEnumerationImpl
 
setBaseVal(String) - Method in class org.apache.fop.dom.svg.SVGAnimatedStringImpl
 
setBaseVal(SVGLength) - Method in class org.apache.fop.dom.svg.SVGAnimatedLengthImpl
 
setBaseVal(SVGLengthList) - Method in class org.apache.fop.dom.svg.SVGAnimatedLengthListImpl
 
setBaseVal(SVGRect) - Method in class org.apache.fop.dom.svg.SVGAnimatedRectImpl
 
setBaseVal(SVGTransformList) - Method in class org.apache.fop.dom.svg.SVGAnimatedTransformListImpl
 
setBitsPerComponent(int) - Method in class org.apache.fop.pdf.FlateFilter
 
setBlankOrNotBlank(int) - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
setBlockProp(int, int) - Method in class org.apache.fop.mif.MIFDocument
 
setBodyIndent(int) - Method in class org.apache.fop.fo.flow.ListBlock
 
setBodyIndent(int) - Method in class org.apache.fop.fo.FONode
 
setBorderColor(ColorType, ColorType, ColorType, ColorType) - Method in class org.apache.fop.layout.Area
 
setBorderStyle(int, int, int, int) - Method in class org.apache.fop.layout.Area
 
setBorderWidth(int, int, int, int) - Method in class org.apache.fop.layout.Area
 
setBuilder(PropertyListBuilder) - Method in class org.apache.fop.fo.PropertyList
 
setC(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
setCharProcs(PDFCharProcs) - Method in class org.apache.fop.pdf.PDFFontType3
set the glyphs' definitions.
setCIDMap(PDFStream) - Method in class org.apache.fop.pdf.PDFCIDFont
set the /CIDToGIDMap (to be used only for CIDFontType2)
setCIDMapIdentity() - Method in class org.apache.fop.pdf.PDFCIDFont
set the /CIDToGIDMap (to be used only for CIDFontType2) to "Identity"
setCIDSet(PDFStream) - Method in class org.apache.fop.pdf.PDFCIDFontDescriptor
 
setClassName(SVGAnimatedString) - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
setClipPathUnits(SVGAnimatedEnumeration) - Method in class org.apache.fop.dom.svg.SVGClipPathElementImpl
 
setColorModel(ColorModel) - Method in class org.apache.fop.image.FopImageConsumer
 
setColors(int) - Method in class org.apache.fop.pdf.FlateFilter
 
setColorSpace(int) - Method in class org.apache.fop.pdf.PDFPathPaint
 
setColorSpace(int) - Method in class org.apache.fop.pdf.PDFColor
 
setColorSpace(int) - Method in class org.apache.fop.pdf.PDFDocument
 
setColorSpace(int) - Method in class org.apache.fop.datatypes.ColorSpace
 
setColumn(int) - Method in class org.apache.fop.fo.flow.TableRow.CellState
 
setColumnCount(int) - Method in class org.apache.fop.layout.BodyRegionArea
 
setColumnGap(int) - Method in class org.apache.fop.layout.BodyRegionArea
 
setColumnIndex(int) - Method in class org.apache.fop.layout.ColumnArea
 
setColumnOffset(int) - Method in class org.apache.fop.fo.flow.TableColumn
 
setColumnProp(int) - Method in class org.apache.fop.mif.MIFDocument
 
setColumns(int) - Method in class org.apache.fop.pdf.FlateFilter
 
setColumns(Vector) - Method in class org.apache.fop.fo.flow.TableBody
 
setColumns(Vector) - Method in class org.apache.fop.fo.flow.TableRow
 
setComponent(Component) - Method in class org.apache.fop.render.awt.AWTRenderer
Sets parent component which is used to set up the font.
setComponent(String, Property, boolean) - Method in class org.apache.fop.datatypes.CondLength
 
setComponent(String, Property, boolean) - Method in class org.apache.fop.datatypes.Keep
 
setComponent(String, Property, boolean) - Method in class org.apache.fop.datatypes.LengthRange
 
setComponent(String, Property, boolean) - Method in interface org.apache.fop.datatypes.CompoundDatatype
 
setComponent(String, Property, boolean) - Method in class org.apache.fop.datatypes.Space
 
setConditionality(Property, boolean) - Method in class org.apache.fop.datatypes.Space
 
setConfigFile(String) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
setConsumer(PatternConsumer) - Method in class org.apache.fop.layout.hyphenation.PatternParser
 
setContentHeight(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setContentRectangleWidth(int) - Method in class org.apache.fop.layout.LinkSet
 
setContentScriptType(String) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setContentSizeAuto(boolean, boolean) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setContentStyleType(String) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setContentWidth(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setCssText(String) - Method in class org.apache.fop.dom.css.CSSValueImpl
 
setCssText(String) - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
setCssText(String) - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
 
setCurrent(String) - Method in class org.apache.fop.mif.MIFDocument
 
setCurrentColumn(int) - Method in class org.apache.fop.layout.SpanArea
 
setCurrentScale(float) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setCurrentTime(float) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setCurrentTranslate(SVGPoint) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setCx(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGCircleElementImpl
 
setCx(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
setCx(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
setCy(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGCircleElementImpl
 
setCy(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
setCy(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
setD(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
setData(byte[]) - Method in class org.apache.fop.pdf.PDFStream
 
setData(byte[], int) - Method in class org.apache.fop.pdf.PDFT1Stream
 
setData(byte[], int) - Method in class org.apache.fop.pdf.PDFTTFStream
 
setData(String) - Method in class org.apache.fop.dom.CharacterDataImpl
 
setDefaultHeader() - Method in class org.apache.fop.image.analyser.GIFReader
 
setDefaultHeader() - Method in class org.apache.fop.image.analyser.PNGReader
 
setDefaultHeader() - Method in class org.apache.fop.image.analyser.TIFFReader
 
setDefaultHeader() - Method in class org.apache.fop.image.analyser.JPEGReader
 
setDefaultHeader() - Method in class org.apache.fop.image.analyser.BMPReader
 
setDependent(String) - Method in class org.apache.fop.tools.anttasks.Xslt
Sets the value for dependent
setDescendantFonts(PDFCIDFont) - Method in class org.apache.fop.pdf.PDFFontType0
set the descendant font
setDescriptor(PDFFontDescriptor) - Method in class org.apache.fop.pdf.PDFFontNonBase14
set the font descriptor (unused for the Type3 fonts)
setDetailInformation(String) - Method in class org.apache.fop.viewer.MessagesDialog
 
setDialog(JDialog) - Method in class org.apache.fop.viewer.MessagesDialog
 
setDimension() - Method in class org.apache.fop.image.analyser.GIFReader
 
setDimension() - Method in class org.apache.fop.image.analyser.PNGReader
 
setDimension() - Method in class org.apache.fop.image.analyser.TIFFReader
 
setDimension() - Method in class org.apache.fop.image.analyser.JPEGReader
 
setDimension() - Method in class org.apache.fop.image.analyser.BMPReader
 
setDimensions(int, int) - Method in class org.apache.fop.image.FopImageConsumer
 
setDisabled(boolean) - Method in class org.apache.fop.dom.css.CSSStyleSheetImpl
 
setDistanceBetweenStarts(int) - Method in class org.apache.fop.fo.FONode
 
setDocumentHeightWidth(int, int) - Method in class org.apache.fop.mif.MIFDocument
 
setDocumentLocator(Locator) - Method in class org.apache.fop.configuration.ConfigurationParser
get locator for position information
setDocumentLocator(Locator) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
setDumpError(boolean) - Method in class org.apache.fop.configuration.ConfigurationReader
long or short error messages
setDW(int) - Method in class org.apache.fop.pdf.PDFCIDFont
set the /DW attribute
setDW2(int[]) - Method in class org.apache.fop.pdf.PDFCIDFont
set the (two elements) /DW2 array
setDW2(int, int) - Method in class org.apache.fop.pdf.PDFCIDFont
set the two elements of the /DW2 array
setE(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
setErrorDump(boolean) - Method in class org.apache.fop.apps.Driver
Set the error dump option
setErrorDump(boolean) - Method in class org.apache.fop.tools.anttasks.SerializeHyphPattern
more error information
setExternalResourcesRequired(SVGAnimatedBoolean) - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
setExternalResourcesRequired(SVGAnimatedBoolean) - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
setExternalResourcesRequired(SVGAnimatedBoolean) - Method in class org.apache.fop.dom.svg.SVGGradientElementImpl
 
setExternalResourcesRequired(SVGAnimatedBoolean) - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
setF(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
setFilenames(String) - Method in class org.apache.fop.tools.anttasks.Compare
 
setFilterRes(int, int) - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
setFilterResX(SVGAnimatedInteger) - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
setFilterResY(SVGAnimatedInteger) - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
setFilterUnits(SVGAnimatedEnumeration) - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
setFloatValue(short, float) - Method in class org.apache.fop.dom.css.CSSPrimitiveValueImpl
 
setFlowName(String) - Method in class org.apache.fop.fo.flow.Flow
 
setFlowName(String) - Method in class org.apache.fop.fo.flow.StaticContent
 
setFObj(FObj) - Method in class org.apache.fop.fo.PropertyList
 
setFofile(String) - Method in class org.apache.fop.tools.anttasks.Fop
sets the name of the input file
setFontBBox(PDFRectangle) - Method in class org.apache.fop.pdf.PDFFontType3
set the font's bounding box
setFontFile(byte, PDFStream) - Method in class org.apache.fop.pdf.PDFFontDescriptor
set the optional font file stream
setFontInfo(FontInfo) - Method in class org.apache.fop.layout.AreaTree
 
setFontMatrix(PDFArray) - Method in class org.apache.fop.pdf.PDFFontType3
set the font's transformation matrix
setFx(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
setFy(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
setGradientTransform(SVGAnimatedTransformList) - Method in class org.apache.fop.dom.svg.SVGGradientElementImpl
 
setGradientUnits(SVGAnimatedEnumeration) - Method in class org.apache.fop.dom.svg.SVGGradientElementImpl
 
setHeight(float) - Method in class org.apache.fop.dom.svg.SVGRectImpl
 
setHeight(int) - Method in class org.apache.fop.layout.inline.InlineArea
 
setHeight(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setHeight(int) - Method in class org.apache.fop.layout.Area
 
setHeight(int) - Method in class org.apache.fop.layout.LinkedRectangle
 
setHeight(int) - Method in class org.apache.fop.fo.flow.TableColumn
 
setHeight(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
setHeight(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setHeight(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setHeight(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
setHeight(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
setHints(int) - Method in class org.apache.fop.image.FopImageConsumer
 
setHref(SVGAnimatedString) - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
setHref(SVGAnimatedString) - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
setHref(SVGAnimatedString) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setHyphenation(String, String, int, char, int, int) - Method in class org.apache.fop.layout.BlockArea
 
setID(boolean) - Static method in class org.apache.fop.messaging.MessageHandler
if set to true an id string is prefixed to every message uses the thread info as an id for the message producer.
setId(String) - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
setIDReferences(IDReferences) - Method in class org.apache.fop.pdf.PDFDocument
 
setIDReferences(IDReferences) - Method in class org.apache.fop.layout.Area
 
setIDReferences(IDReferences) - Method in class org.apache.fop.layout.BodyAreaContainer
 
setIndents(int, int) - Method in class org.apache.fop.layout.BlockArea
 
setInfile(String) - Method in class org.apache.fop.tools.anttasks.Xslt
Sets the input file
setInternalGoToPageReference(String, String) - Method in class org.apache.fop.datatypes.IDReferences
sets the page reference for the internal link's GoTo.
setInternalLinkGoToPageReference(String) - Method in class org.apache.fop.datatypes.IDNode
sets the page reference for the internal link's GoTo.
setIntrinsicHeight(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setIntrinsicWidth(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setIsBalanced() - Method in class org.apache.fop.layout.SpanArea
 
setIsComputed(boolean) - Method in class org.apache.fop.datatypes.Length
 
setIsFlowSet(boolean) - Method in class org.apache.fop.fo.pagination.PageSequence
 
setIsInLabel() - Method in class org.apache.fop.fo.FONode
 
setIsInListBody() - Method in class org.apache.fop.fo.FONode
 
setIsInTableCell() - Method in class org.apache.fop.fo.FONode
 
setLabelSeparation(int) - Method in class org.apache.fop.fo.FONode
 
setLanguage(String, String) - Method in class org.apache.fop.layout.hyphenation.Hyphenator
 
setLayoutComplete(boolean) - Method in class org.apache.fop.fo.flow.TableRow.CellState
sets the layoutCompleted flag.
setLayoutMasterSet(LayoutMasterSet) - Method in class org.apache.fop.fo.pagination.Root
 
setLineArea() - Method in class org.apache.fop.layout.LinkedRectangle
 
setLineThrough(boolean) - Method in class org.apache.fop.layout.inline.InlineArea
 
setLineThrough(boolean) - Method in class org.apache.fop.layout.inline.InlineSpace
 
setLineThrough(boolean) - Method in class org.apache.fop.layout.TextState
 
setLineThrough(boolean) - Method in class org.apache.fop.fo.FOText
 
setLinkSet(LinkSet) - Method in class org.apache.fop.layout.LineArea
 
setLinkSet(LinkSet) - Method in class org.apache.fop.fo.FONode
 
setLocation(int) - Method in class org.apache.fop.fo.flow.TableRow.CellState
sets the location of the cell.
setLogfileName(String, boolean) - Static method in class org.apache.fop.messaging.MessageHandler
sets the logfile name
setMarkerHeight(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
setMarkerUnits(SVGAnimatedEnumeration) - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
setMarkerWidth(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
setMasterName(String) - Method in class org.apache.fop.fo.pagination.PageMasterReference
 
setMasterName(String) - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
setMatrix(SVGMatrix) - Method in class org.apache.fop.dom.svg.SVGTransformImpl
 
setMaxHeight(int) - Method in class org.apache.fop.layout.Area
 
setMaximum(Property, boolean) - Method in class org.apache.fop.datatypes.LengthRange
Set maximum value to max if it is >= optimum or optimum isn't set.
setMedia(String) - Method in class org.apache.fop.dom.svg.SVGStyleElementImpl
 
setMergefile(String) - Method in class org.apache.fop.tools.anttasks.Xslt
 
setMetrics(int, int, int, int, int, int) - Method in class org.apache.fop.pdf.PDFFontDescriptor
set the optional metrics
setMinimum(Property, boolean) - Method in class org.apache.fop.datatypes.LengthRange
Set minimum value to min.
setMinPushCharCount(int) - Method in class org.apache.fop.layout.hyphenation.Hyphenator
 
setMinRemainCharCount(int) - Method in class org.apache.fop.layout.hyphenation.Hyphenator
 
setMissingEmphasized(boolean) - Method in class org.apache.fop.viewer.SecureResourceBundle
 
setMissingEmphasized(boolean) - Method in interface org.apache.fop.viewer.Translator
Ein Translator soll die fehlenden keys hervorheben können.
setNodeValue(String) - Method in class org.apache.fop.dom.NodeImpl
 
setNumber(int) - Method in class org.apache.fop.layout.Page
 
setObject(Area) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setOddOrEven(int) - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
setOffset(SVGAnimatedNumber) - Method in class org.apache.fop.dom.svg.SVGStopElementImpl
 
setOptimum(Property, boolean) - Method in class org.apache.fop.datatypes.LengthRange
Set the optimum value.
setOrientToAngle(SVGAngle) - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
setOrientToAuto() - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
setOrphans(int) - Method in class org.apache.fop.fo.FONode
 
setOutfile(String) - Method in class org.apache.fop.tools.anttasks.Xslt
Sets the output file
setOutFile(String) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
setOutputMethod(int) - Static method in class org.apache.fop.messaging.MessageHandler
sets the output method
setOutputStream(OutputStream) - Method in class org.apache.fop.apps.Driver
set the OutputStream to use to output the result of the Renderer (if applicable)
setOverflow(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setOverlined(boolean) - Method in class org.apache.fop.layout.inline.InlineArea
 
setOverlined(boolean) - Method in class org.apache.fop.layout.inline.InlineSpace
 
setOverlined(boolean) - Method in class org.apache.fop.layout.TextState
 
setOverlined(boolean) - Method in class org.apache.fop.fo.FOText
 
setOwnerSVG(SVGSVGElement) - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
setOwnerSVG(SVGSVGElement) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setPadding(int, int, int, int) - Method in class org.apache.fop.layout.Area
 
setPage(Page) - Method in class org.apache.fop.layout.Area
 
setPage(Page) - Method in class org.apache.fop.layout.SpanArea
 
setPageNumber(int) - Method in class org.apache.fop.render.awt.AWTRenderer
 
setPageNumber(int) - Method in class org.apache.fop.datatypes.IDNode
Sets the page number for this node
setPageNumber(String, int) - Method in class org.apache.fop.datatypes.IDReferences
Sets the page number for the specified id
setPagePosition(int) - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
setPageReference(String) - Method in class org.apache.fop.pdf.PDFGoTo
Sets page reference after object has been created
setPageSequenceMaster(PageSequenceMaster) - Method in class org.apache.fop.fo.pagination.PageMasterReference
 
setParent(Area) - Method in class org.apache.fop.layout.Area
 
setParent(PDFPages) - Method in class org.apache.fop.pdf.PDFPage
set this page's parent
setParent(SVGElement) - Method in interface org.apache.fop.dom.svg.GraphicImpl
 
setPathLength(SVGAnimatedNumber) - Method in class org.apache.fop.dom.svg.SVGPathElementImpl
 
setPathSegType(short) - Method in class org.apache.fop.dom.svg.SVGPathSegImpl
 
setPathSegTypeAsLetter(String) - Method in class org.apache.fop.dom.svg.SVGPathSegImpl
 
setPatternTransform(SVGAnimatedTransformList) - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
setPatternUnits(SVGAnimatedEnumeration) - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
setPdffile(String) - Method in class org.apache.fop.tools.anttasks.Fop
sets the name of the output file
setPendingAreas(Vector) - Method in class org.apache.fop.layout.LineArea
 
setPendingFootnotes(Vector) - Method in class org.apache.fop.layout.Page
 
setPendingWidth(int) - Method in class org.apache.fop.layout.LineArea
 
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class org.apache.fop.image.FopImageConsumer
 
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class org.apache.fop.image.FopImageConsumer
 
setPosition(int, int) - Method in class org.apache.fop.datatypes.IDNode
Sets the position of this node
setPosition(String, int, int) - Method in class org.apache.fop.datatypes.IDReferences
Sets the x and y position of specified id
setPrecedence(Property, boolean) - Method in class org.apache.fop.datatypes.Space
 
setPredictor(int) - Method in class org.apache.fop.pdf.FlateFilter
 
setPrefix(String) - Method in class org.apache.fop.dom.NodeImpl
 
setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio) - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio) - Method in class org.apache.fop.dom.svg.SVGSymbolElementImpl
 
setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio) - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
setPrimitiveUnits(SVGAnimatedEnumeration) - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
setProducer(String) - Method in class org.apache.fop.pdf.PDFDocument
set the producer of the document
setProducer(String) - Method in class org.apache.fop.pdf.PDFInfo
set the producer string
setProducer(String) - Method in class org.apache.fop.render.awt.AWTRenderer
 
setProducer(String) - Method in interface org.apache.fop.render.Renderer
set the producer of the rendering
setProducer(String) - Method in class org.apache.fop.render.pdf.PDFRenderer
set the PDF document's producer
setProducer(String) - Method in class org.apache.fop.render.mif.MIFRenderer
set the producer of the rendering
setProducer(String) - Method in class org.apache.fop.render.xml.XMLRenderer
set the document's producer
setProgressListener(ProgressListener) - Method in class org.apache.fop.render.awt.AWTRenderer
 
setProperties(Hashtable) - Method in class org.apache.fop.image.FopImageConsumer
 
setProperty(String, String, String) - Method in class org.apache.fop.dom.css.CSSStyleDeclarationImpl
 
setR(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGCircleElementImpl
 
setR(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
setRectangle(Rectangle) - Method in class org.apache.fop.layout.LinkedRectangle
 
setReferenceDirectory(String) - Method in class org.apache.fop.tools.anttasks.Compare
 
setRefX(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
setRefY(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
setRenderer(Renderer) - Method in class org.apache.fop.apps.Driver
set the Renderer to use
setRenderer(String, String) - Method in class org.apache.fop.apps.Driver
set the class name of the Renderer to use as well as the producer string for those renderers that can make use of it
setRendererObject(Object) - Method in class org.apache.fop.extensions.Outline
 
setRequiredExtensions(SVGStringList) - Method in class org.apache.fop.dom.svg.GraphicElement
 
setRequiredFeatures(SVGStringList) - Method in class org.apache.fop.dom.svg.GraphicElement
 
setResizeable(boolean) - Method in class org.apache.fop.layout.inline.InlineSpace
 
setRootOutline(PDFOutline) - Method in class org.apache.fop.pdf.PDFRoot
 
setRootPages(PDFPages) - Method in class org.apache.fop.pdf.PDFRoot
set the root /Pages object
setRotate(float, float, float) - Method in class org.apache.fop.dom.svg.SVGTransformImpl
 
setRowHeight(int) - Method in class org.apache.fop.fo.flow.TableCell
 
setRx(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
setRx(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
setRy(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
setRy(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
setScale(double) - Method in class org.apache.fop.viewer.PreviewDialog
 
setScale(float, float) - Method in class org.apache.fop.dom.svg.SVGTransformImpl
 
setScaleFactor(double) - Method in class org.apache.fop.render.awt.AWTRenderer
 
setScaling(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setSelectorText(String) - Method in class org.apache.fop.dom.css.CSSStyleRuleImpl
Selectors are comma separated values (except for attributes) of all the selectors for the style.
setSize(int) - Method in class org.apache.fop.layout.inline.InlineSpace
 
setSizeAuto(boolean, boolean) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setSkewX(float) - Method in class org.apache.fop.dom.svg.SVGTransformImpl
 
setSkewY(float) - Method in class org.apache.fop.dom.svg.SVGTransformImpl
 
setSmart(String) - Method in class org.apache.fop.tools.anttasks.Xslt
Sets the value for smart
setSourceDir(String) - Method in class org.apache.fop.tools.anttasks.SerializeHyphPattern
Sets the source directory
setSpecifiedValue(String) - Method in class org.apache.fop.fo.Property
Set the original value specified for the property attribute.
setSpreadMethod(SVGAnimatedEnumeration) - Method in class org.apache.fop.dom.svg.SVGGradientElementImpl
 
setStartIndent(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setStartOffset(int) - Method in class org.apache.fop.fo.flow.TableCell
 
setStringValue(short, String) - Method in class org.apache.fop.dom.css.CSSPrimitiveValueImpl
 
setStyle(CSSStyleDeclaration) - Method in class org.apache.fop.dom.svg.SVGElementImpl
 
setStyle(Hashtable) - Method in interface org.apache.fop.dom.svg.GraphicImpl
 
setSubprop(Property, String, Property) - Method in class org.apache.fop.fo.Property.Maker
Set a component in a compound property and return the modified compound property object.
setSVGDocument(SVGDocument) - Method in class org.apache.fop.dom.svg.SVGArea
 
setSystemLanguage(SVGStringList) - Method in class org.apache.fop.dom.svg.GraphicElement
 
setTableCellXOffset(int) - Method in class org.apache.fop.layout.Area
 
setTarget(SVGAnimatedString) - Method in class org.apache.fop.dom.svg.SVGAElementImpl
 
setTargetDir(String) - Method in class org.apache.fop.tools.anttasks.SerializeHyphPattern
Sets the target directory
setTestDirectory(String) - Method in class org.apache.fop.tools.anttasks.Compare
 
setTextRectProp(int, int, int, int) - Method in class org.apache.fop.mif.MIFDocument
 
setTitle(String) - Method in class org.apache.fop.pdf.PDFOutline
 
setTitle(String) - Method in class org.apache.fop.dom.svg.SVGDocumentImpl
 
setTitle(String) - Method in class org.apache.fop.dom.svg.SVGStyleElementImpl
 
setTransform(SVGAnimatedTransformList) - Method in class org.apache.fop.dom.svg.GraphicElement
 
setTransform(Vector) - Method in interface org.apache.fop.dom.svg.GraphicImpl
 
setTranslate(float, float) - Method in class org.apache.fop.dom.svg.SVGTransformImpl
 
setTranslator(Translator) - Static method in class org.apache.fop.viewer.UserMessage
 
setTranslator(Translator) - Static method in class org.apache.fop.viewer.MessagesDialog
 
setType(String) - Method in class org.apache.fop.dom.svg.SVGStyleElementImpl
 
setUnderlined(boolean) - Method in class org.apache.fop.layout.inline.InlineArea
 
setUnderlined(boolean) - Method in class org.apache.fop.layout.inline.WordArea
 
setUnderlined(boolean) - Method in class org.apache.fop.layout.inline.InlineSpace
 
setUnderlined(boolean) - Method in class org.apache.fop.layout.TextState
set text as underlined
setUnderlined(boolean) - Method in class org.apache.fop.fo.FOText
 
setup(FontInfo) - Static method in class org.apache.fop.render.pdf.FontSetup
sets up the font info object.
setup(FontInfo) - Static method in class org.apache.fop.render.mif.FontSetup
sets up the font info object.
setup(FontInfo, Component) - Static method in class org.apache.fop.render.awt.FontSetup
sets up the font info object.
setup(int, Hashtable) - Static method in class org.apache.fop.configuration.Configuration
initializes this configuration
setupColumnHeights() - Method in class org.apache.fop.fo.flow.Table
 
setupFontInfo(FontInfo) - Method in class org.apache.fop.render.awt.AWTRenderer
 
setupFontInfo(FontInfo) - Method in interface org.apache.fop.render.Renderer
set up the given FontInfo
setupFontInfo(FontInfo) - Method in class org.apache.fop.render.pdf.PDFRenderer
set up the font info
setupFontInfo(FontInfo) - Method in class org.apache.fop.render.mif.MIFRenderer
set up the given FontInfo
setupFontInfo(FontInfo) - Method in class org.apache.fop.render.xml.XMLRenderer
set up the font info
setupLinkSet(LinkSet) - Method in class org.apache.fop.layout.BlockArea
 
setUseCMap(PDFStream) - Method in class org.apache.fop.pdf.PDFCMap
set the base CMap
setUseCMap(String) - Method in class org.apache.fop.pdf.PDFCMap
set the base CMap
setUseCurrentView(boolean) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setValue(float) - Method in class org.apache.fop.dom.svg.SVGAngleImpl
 
setValue(float) - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
setValue(int) - Method in class org.apache.fop.datatypes.Length
 
setValue(Object) - Method in class org.apache.fop.viewer.MessagesDialog
 
setValueAsString(String) - Method in class org.apache.fop.dom.svg.SVGAngleImpl
The following is from CR-SVG-20000802 4.1 Basic Data Types; : An angle value is a optionally followed immediately with an angle unit identifier.
setValueAsString(String) - Method in class org.apache.fop.dom.svg.SVGLengthListImpl
 
setValueAsString(String) - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
setValueInSpecifiedUnits(float) - Method in class org.apache.fop.dom.svg.SVGAngleImpl
 
setValueInSpecifiedUnits(float) - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
setVerticalAlign(int) - Method in class org.apache.fop.layout.inline.InlineArea
 
setVerticalAlign(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setViewBox(SVGAnimatedRect) - Method in class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
setViewBox(SVGAnimatedRect) - Method in class org.apache.fop.dom.svg.SVGSymbolElementImpl
 
setViewBox(SVGAnimatedRect) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setViewBox(SVGAnimatedRect) - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
setW(PDFWArray) - Method in class org.apache.fop.pdf.PDFCIDFont
set the /W array
setW2(PDFWArray) - Method in class org.apache.fop.pdf.PDFCIDFont
set the /W2 array
setWidows(int) - Method in class org.apache.fop.fo.FONode
 
setWidth(float) - Method in class org.apache.fop.dom.svg.SVGRectImpl
 
setWidth(int) - Method in class org.apache.fop.layout.inline.ForeignObjectArea
 
setWidth(int) - Method in class org.apache.fop.layout.LinkedRectangle
 
setWidth(int) - Method in class org.apache.fop.fo.flow.TableCell
 
setWidth(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
setWidth(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setWidth(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setWidth(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
setWidth(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
setWidthMetrics(int, int, PDFArray) - Method in class org.apache.fop.pdf.PDFFontNonBase14
set the width metrics for the font
setWidthOfCellSoFar(int) - Method in class org.apache.fop.fo.flow.TableRow.CellState
sets the width of the Cell So Far, i.e the cell's offset.
setWithinColumn(Property, boolean) - Method in class org.apache.fop.datatypes.Keep
 
setWithinLine(Property, boolean) - Method in class org.apache.fop.datatypes.Keep
 
setWithinPage(Property, boolean) - Method in class org.apache.fop.datatypes.Keep
 
setWMode(byte) - Method in class org.apache.fop.pdf.PDFCMap
set the writing direction
setWritingMode(int) - Method in class org.apache.fop.fo.PropertyList
Set the writing mode traits for the FO with this property list.
setX(float) - Method in class org.apache.fop.dom.svg.SVGRectImpl
 
setX(int) - Method in class org.apache.fop.layout.LinkedRectangle
 
setX(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
setX(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGCursorElementImpl
 
setX(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setX(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setX(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
setX(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
setX1(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGLineElementImpl
 
setX1(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGLinearGradientElementImpl
 
setX2(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGLineElementImpl
 
setX2(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGLinearGradientElementImpl
 
setXlinkActuate(String) - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
setXlinkActuate(String) - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
setXlinkActuate(String) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setXlinkArcRole(String) - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
setXlinkArcRole(String) - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
setXlinkArcRole(String) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setXlinkRole(String) - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
setXlinkRole(String) - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
setXlinkRole(String) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setXlinkShow(String) - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
setXlinkShow(String) - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
setXlinkShow(String) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setXlinkTitle(String) - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
setXlinkTitle(String) - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
setXlinkTitle(String) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setXlinkType(String) - Method in class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
setXlinkType(String) - Method in class org.apache.fop.dom.svg.SVGTRefElementImpl
 
setXlinkType(String) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setXMLlang(String) - Method in class org.apache.fop.dom.svg.GraphicElement
 
setXMLspace(String) - Method in class org.apache.fop.dom.svg.GraphicElement
 
setXObjects(Vector) - Method in class org.apache.fop.pdf.PDFResources
 
setXOffset(int) - Method in class org.apache.fop.layout.LinkSet
 
setXPosition(int) - Method in class org.apache.fop.pdf.PDFGoTo
Sets the x Position to jump to
setXPosition(int) - Method in class org.apache.fop.layout.AreaContainer
 
setXPosition(int) - Method in class org.apache.fop.layout.BodyAreaContainer
 
setXsltfile(String) - Method in class org.apache.fop.tools.anttasks.Xslt
Sets the stylesheet file
setY(float) - Method in class org.apache.fop.dom.svg.SVGRectImpl
 
setY(int) - Method in class org.apache.fop.layout.LinkedRectangle
 
setY(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGRectElementImpl
 
setY(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGCursorElementImpl
 
setY(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGUseElementImpl
 
setY(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
setY(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGFilterElementImpl
 
setY(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGPatternElementImpl
 
setY1(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGLineElementImpl
 
setY1(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGLinearGradientElementImpl
 
setY2(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGLineElementImpl
 
setY2(SVGAnimatedLength) - Method in class org.apache.fop.dom.svg.SVGLinearGradientElementImpl
 
setYOffset(int) - Method in class org.apache.fop.layout.inline.InlineArea
 
setYOffset(int) - Method in class org.apache.fop.layout.LinkSet
 
setYPosition(int) - Method in class org.apache.fop.pdf.PDFGoTo
Sets the Y position to jump to
setYPosition(int) - Method in class org.apache.fop.layout.AreaContainer
 
setYPosition(int) - Method in class org.apache.fop.layout.BodyAreaContainer
 
setYPosition(int) - Method in class org.apache.fop.fo.flow.TableBody
 
setYPosition(int) - Method in class org.apache.fop.fo.flow.TableFooter
 
setZoomAndPan(short) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
shading - Variable in class org.apache.fop.pdf.PDFPattern
The Shading object comprising the Type 2 pattern
shadingCount - Variable in class org.apache.fop.pdf.PDFDocument
the counter for Shading name numbering
shadingName - Variable in class org.apache.fop.pdf.PDFShading
The name of the Shading e.g.
shadings - Variable in class org.apache.fop.pdf.PDFResources
 
shadingType - Variable in class org.apache.fop.pdf.PDFShading
Required: The Type of shading (1,2,3,4,5,6,7)
show(Exception, Frame) - Static method in class org.apache.fop.viewer.UserMessage
 
show(String) - Static method in class org.apache.fop.viewer.UserMessage
 
show(String, Exception) - Static method in class org.apache.fop.viewer.UserMessage
 
show(String, Exception, Frame) - Static method in class org.apache.fop.viewer.UserMessage
 
show(String, Frame) - Static method in class org.apache.fop.viewer.UserMessage
 
show(String, String) - Static method in class org.apache.fop.viewer.UserMessage
 
show(String, String[]) - Static method in class org.apache.fop.viewer.UserMessage
 
show(String, String[], Exception) - Static method in class org.apache.fop.viewer.UserMessage
 
show(String, String[], Exception, Frame) - Static method in class org.apache.fop.viewer.UserMessage
Öffnet das Dialogfenster mit der Übersetzung der per Suchschlüssel übergebenen Meldung mit eingesetzten Parametern.
show(String, String[], Frame) - Static method in class org.apache.fop.viewer.UserMessage
 
show(String, String, Frame) - Static method in class org.apache.fop.viewer.UserMessage
 
showConfirmDialog(Component, Object, String, int, int) - Static method in class org.apache.fop.viewer.MessagesDialog
 
showDetailDialog(Component, Object, String, int, int, Icon, String) - Static method in class org.apache.fop.viewer.MessagesDialog
Öffnet ein Dialogfenster, bei dem zusätzlich zu den spez.
showPage() - Method in class org.apache.fop.viewer.PreviewDialog
 
showsDetails - Variable in class org.apache.fop.viewer.MessagesDialog
 
SimplePageMaster - class org.apache.fop.fo.pagination.SimplePageMaster.
 
SimplePageMaster.Maker - class org.apache.fop.fo.pagination.SimplePageMaster.Maker.
 
SimplePageMaster.Maker() - Constructor for class org.apache.fop.fo.pagination.SimplePageMaster.Maker
 
SimplePageMaster(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.SimplePageMaster
 
SinglePageMasterReference - class org.apache.fop.fo.pagination.SinglePageMasterReference.
 
SinglePageMasterReference.Maker - class org.apache.fop.fo.pagination.SinglePageMasterReference.Maker.
 
SinglePageMasterReference.Maker() - Constructor for class org.apache.fop.fo.pagination.SinglePageMasterReference.Maker
 
SinglePageMasterReference(FObj, PropertyList) - Constructor for class org.apache.fop.fo.pagination.SinglePageMasterReference
 
size - Variable in class org.apache.fop.pdf.PDFFunction
Required: Array containing the Integer size of the Domain and Range, respectively.
size() - Method in class org.apache.fop.layout.hyphenation.TernaryTree
 
skewX(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
skewY(float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
skip(long) - Method in class org.apache.fop.image.analyser.JPEGReader
 
skip(long) - Method in class org.apache.fop.fonts.FontFileReader
 
SOF1 - Static variable in class org.apache.fop.image.analyser.JPEGReader
 
SOF2 - Static variable in class org.apache.fop.image.analyser.JPEGReader
 
SOF3 - Static variable in class org.apache.fop.image.analyser.JPEGReader
 
SOFA - Static variable in class org.apache.fop.image.analyser.JPEGReader
 
SOI - Static variable in class org.apache.fop.image.analyser.JPEGReader
 
SOS - Static variable in class org.apache.fop.image.analyser.JPEGReader
 
Space - class org.apache.fop.layout.Space.
 
Space - class org.apache.fop.datatypes.Space.
a space quantity in XSL (space-before, space-after)
Space() - Constructor for class org.apache.fop.layout.Space
 
Space() - Constructor for class org.apache.fop.datatypes.Space
 
spaceLeft() - Method in class org.apache.fop.layout.Area
 
spaceLeft() - Method in class org.apache.fop.layout.BlockArea
 
spaceLeft() - Method in class org.apache.fop.layout.ColumnArea
 
spaceLeft() - Method in class org.apache.fop.layout.SpanArea
 
SpaceProperty - class org.apache.fop.fo.SpaceProperty.
 
SpaceProperty.Maker - class org.apache.fop.fo.SpaceProperty.Maker.
 
SpaceProperty.Maker(String) - Constructor for class org.apache.fop.fo.SpaceProperty.Maker
 
SpaceProperty(Space) - Constructor for class org.apache.fop.fo.SpaceProperty
 
spaceWidth - Variable in class org.apache.fop.layout.LineArea
 
SpanArea - class org.apache.fop.layout.SpanArea.
 
SpanArea(FontState, int, int, int, int, int, int) - Constructor for class org.apache.fop.layout.SpanArea
 
STANDARD - Static variable in class org.apache.fop.configuration.Configuration
defines role types
StandardElementMapping - class org.apache.fop.fo.StandardElementMapping.
 
StandardElementMapping() - Constructor for class org.apache.fop.fo.StandardElementMapping
 
StandardPropertyListMapping - class org.apache.fop.fo.StandardPropertyListMapping.
 
StandardPropertyListMapping() - Constructor for class org.apache.fop.fo.StandardPropertyListMapping
 
start - Variable in class org.apache.fop.fo.FOText
 
START - Static variable in class org.apache.fop.fo.FONode
value of marker before layout begins
START - Static variable in class org.apache.fop.fo.PropertyList
 
start() - Method in class org.apache.fop.layout.Area
 
start() - Method in class org.apache.fop.layout.BlockArea
 
start() - Method in class org.apache.fop.layout.ColumnArea
 
start() - Method in class org.apache.fop.layout.SpanArea
 
start() - Method in class org.apache.fop.configuration.ConfigurationReader
intantiates parser and starts parsing of config file
start() - Method in class org.apache.fop.fo.FObj
 
startCell(int, int) - Method in class org.apache.fop.mif.MIFDocument
 
startDocument() - Method in class org.apache.fop.configuration.ConfigurationParser
 
startDocument() - Method in class org.apache.fop.fo.FOTreeBuilder
SAX Handler for the start of the document
startDocument() - Method in class org.apache.fop.fo.SVGTreeBuilder
SAX Handler for the start of the document
startDocument() - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
startElement(String, AttributeList) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
startElement(String, String, String, Attributes) - Method in class org.apache.fop.layout.hyphenation.PatternParser
Start element.
startElement(String, String, String, Attributes) - Method in class org.apache.fop.configuration.ConfigurationParser
extracts the element and attribute name and sets the fitting status and datatype values
startElement(String, String, String, Attributes) - Method in class org.apache.fop.fo.FOTreeBuilder
SAX Handler for the start of an element
startElement(String, String, String, Attributes) - Method in class org.apache.fop.fo.SVGTreeBuilder
SAX Handler for the start of an element
startHelpAbout(ActionEvent) - Method in class org.apache.fop.viewer.PreviewDialog
Show the About box
startIndent - Variable in class org.apache.fop.layout.BlockArea
 
startIndent - Variable in class org.apache.fop.layout.LineArea
 
startIndent - Variable in class org.apache.fop.layout.LinkSet
 
startLine() - Method in class org.apache.fop.mif.MIFDocument
 
startOffset - Variable in class org.apache.fop.fo.flow.TableCell
 
startRow() - Method in class org.apache.fop.mif.MIFDocument
 
StaticContent - class org.apache.fop.fo.flow.StaticContent.
 
StaticContent.Maker - class org.apache.fop.fo.flow.StaticContent.Maker.
 
StaticContent.Maker() - Constructor for class org.apache.fop.fo.flow.StaticContent.Maker
 
StaticContent(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.StaticContent
 
statisticsStatus - Variable in class org.apache.fop.viewer.PreviewDialog
 
Status - class org.apache.fop.fo.Status.
classes representating the status of laying out a formatting object
Status(int) - Constructor for class org.apache.fop.fo.Status
 
statusBar - Variable in class org.apache.fop.viewer.PreviewDialog
 
statusBarLayout - Variable in class org.apache.fop.viewer.PreviewDialog
 
stemH - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
stemV - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
Stop - class org.apache.fop.svg.Stop.
class representing svg:Stop pseudo flow object.
Stop.Maker - class org.apache.fop.svg.Stop.Maker.
inner class for making Stop objects.
Stop.Maker() - Constructor for class org.apache.fop.svg.Stop.Maker
 
Stop(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Stop
constructs a Stop object (called by Maker).
stoplist - Variable in class org.apache.fop.layout.hyphenation.HyphenationTree
This map stores hyphenation exceptions
str - Variable in class org.apache.fop.svg.TextProperty
the length as a Length object
str - Variable in class org.apache.fop.dom.svg.SVGTextPathElementImpl
 
str - Variable in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
strcmp(char[], int, char[], int) - Static method in class org.apache.fop.layout.hyphenation.TernaryTree
Compares 2 null terminated char arrays
strcmp(String, char[], int) - Static method in class org.apache.fop.layout.hyphenation.TernaryTree
Compares a string with null terminated char array
strcpy(char[], int, char[], int) - Static method in class org.apache.fop.layout.hyphenation.TernaryTree
 
stream - Variable in class org.apache.fop.apps.Driver
the stream to use to output the results of the renderer
StringProperty - class org.apache.fop.fo.StringProperty.
 
StringProperty.Maker - class org.apache.fop.fo.StringProperty.Maker.
 
StringProperty.Maker(String) - Constructor for class org.apache.fop.fo.StringProperty.Maker
 
StringProperty(String) - Constructor for class org.apache.fop.fo.StringProperty
 
stringToGlyph(String) - Static method in class org.apache.fop.fonts.Glyphs
Return the string representation of a glyphname, eg stringToGlyph("backslash") returns "\\"
strlen(char[]) - Static method in class org.apache.fop.layout.hyphenation.TernaryTree
 
strlen(char[], int) - Static method in class org.apache.fop.layout.hyphenation.TernaryTree
 
style - Variable in class org.apache.fop.svg.SVGD
 
style - Variable in class org.apache.fop.svg.SVGPoints
 
style - Variable in class org.apache.fop.svg.SVGStyle
 
Style - class org.apache.fop.svg.Style.
class representing svg:Style pseudo flow object.
STYLE_NOBUTTON - Static variable in class org.apache.fop.viewer.UserMessage
Wert für Setzten keines Buttons
STYLE_Y - Static variable in class org.apache.fop.viewer.UserMessage
Wert für Setzten von nur Ja-Button.
STYLE_Y_N - Static variable in class org.apache.fop.viewer.UserMessage
Wert für Setzten von Ja- und Nein-Buttons.
STYLE_Y_N_C - Static variable in class org.apache.fop.viewer.UserMessage
Wert für Setzten von Ja-, Nein-und Abbruch Buttons.
Style.Maker - class org.apache.fop.svg.Style.Maker.
inner class for making Style objects.
Style.Maker() - Constructor for class org.apache.fop.svg.Style.Maker
 
Style(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Style
constructs a Style object (called by Maker).
StyleData - class org.apache.fop.datatypes.StyleData.
a StyleData quantity in XSL
StyleData(String) - Constructor for class org.apache.fop.datatypes.StyleData
set the StyleData given a particular String specifying StyleData and units
StyleSheetListImpl - class org.apache.fop.dom.stylesheets.StyleSheetListImpl.
 
StyleSheetListImpl(Vector) - Constructor for class org.apache.fop.dom.stylesheets.StyleSheetListImpl
 
SubSequenceSpecifier - interface org.apache.fop.fo.pagination.SubSequenceSpecifier.
Classes that implement this interface can be added to a PageSequenceMaster, and are capable of looking up an appropriate PageMaster.
substringData(int, int) - Method in class org.apache.fop.dom.CharacterDataImpl
 
subtract(Numeric) - Method in class org.apache.fop.fo.expr.Numeric
Subtract the operand from the current value and return a new Numeric representing the result.
subtype - Variable in class org.apache.fop.pdf.PDFFont
the font's subtype (as defined by the constants TYPE0, TYPE1, MMTYPE1, TYPE3, TRUETYPE)
subtype - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
supplement - Variable in class org.apache.fop.pdf.PDFCIDSystemInfo
 
supports(String, String) - Method in class org.apache.fop.dom.NodeImpl
 
suspendRedraw(int) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
SVG - class org.apache.fop.svg.SVG.
class representing svg:svg pseudo flow object.
SVG.Maker - class org.apache.fop.svg.SVG.Maker.
inner class for making SVG objects.
SVG.Maker() - Constructor for class org.apache.fop.svg.SVG.Maker
 
SVG(FObj, PropertyList) - Constructor for class org.apache.fop.svg.SVG
constructs an SVG object (called by Maker).
SVGAElementImpl - class org.apache.fop.dom.svg.SVGAElementImpl.
class representing a line in an SVG Area
SVGAElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGAElementImpl
 
SVGAltGlyphElementImpl - class org.apache.fop.dom.svg.SVGAltGlyphElementImpl.
class representing a line in an SVG Area
SVGAltGlyphElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGAltGlyphElementImpl
 
SVGAngleImpl - class org.apache.fop.dom.svg.SVGAngleImpl.
SVG Angle.
SVGAngleImpl() - Constructor for class org.apache.fop.dom.svg.SVGAngleImpl
 
SVGAnimateColorElementImpl - class org.apache.fop.dom.svg.SVGAnimateColorElementImpl.
 
SVGAnimateColorElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGAnimateColorElementImpl
 
SVGAnimatedEnumerationImpl - class org.apache.fop.dom.svg.SVGAnimatedEnumerationImpl.
 
SVGAnimatedEnumerationImpl(short) - Constructor for class org.apache.fop.dom.svg.SVGAnimatedEnumerationImpl
 
SVGAnimatedLengthImpl - class org.apache.fop.dom.svg.SVGAnimatedLengthImpl.
 
SVGAnimatedLengthImpl(SVGLength) - Constructor for class org.apache.fop.dom.svg.SVGAnimatedLengthImpl
 
SVGAnimatedLengthListImpl - class org.apache.fop.dom.svg.SVGAnimatedLengthListImpl.
a length quantity in XSL
SVGAnimatedLengthListImpl() - Constructor for class org.apache.fop.dom.svg.SVGAnimatedLengthListImpl
 
SVGAnimatedNumberImpl - class org.apache.fop.dom.svg.SVGAnimatedNumberImpl.
 
SVGAnimatedNumberImpl(float) - Constructor for class org.apache.fop.dom.svg.SVGAnimatedNumberImpl
 
SVGAnimatedRectImpl - class org.apache.fop.dom.svg.SVGAnimatedRectImpl.
 
SVGAnimatedRectImpl(SVGRect) - Constructor for class org.apache.fop.dom.svg.SVGAnimatedRectImpl
 
SVGAnimatedStringImpl - class org.apache.fop.dom.svg.SVGAnimatedStringImpl.
 
SVGAnimatedStringImpl(String) - Constructor for class org.apache.fop.dom.svg.SVGAnimatedStringImpl
 
SVGAnimatedTransformListImpl - class org.apache.fop.dom.svg.SVGAnimatedTransformListImpl.
Transform List
SVGAnimatedTransformListImpl() - Constructor for class org.apache.fop.dom.svg.SVGAnimatedTransformListImpl
 
SVGAnimateElementImpl - class org.apache.fop.dom.svg.SVGAnimateElementImpl.
 
SVGAnimateElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGAnimateElementImpl
 
SVGAnimateMotionElementImpl - class org.apache.fop.dom.svg.SVGAnimateMotionElementImpl.
 
SVGAnimateMotionElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGAnimateMotionElementImpl
 
SVGAnimateTransformElementImpl - class org.apache.fop.dom.svg.SVGAnimateTransformElementImpl.
 
SVGAnimateTransformElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGAnimateTransformElementImpl
 
SVGArea - class org.apache.fop.dom.svg.SVGArea.
class representing an SVG area in which the SVG graphics sit
SVGArea(FontState, float, float) - Constructor for class org.apache.fop.dom.svg.SVGArea
construct an SVG area
SVGCircleElementImpl - class org.apache.fop.dom.svg.SVGCircleElementImpl.
 
SVGCircleElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGCircleElementImpl
 
SVGClipPathElementImpl - class org.apache.fop.dom.svg.SVGClipPathElementImpl.
 
SVGClipPathElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGClipPathElementImpl
 
SVGCursorElementImpl - class org.apache.fop.dom.svg.SVGCursorElementImpl.
 
SVGCursorElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGCursorElementImpl
 
SVGD - class org.apache.fop.svg.SVGD.
 
SVGD.Maker - class org.apache.fop.svg.SVGD.Maker.
inner class for making SVG Length objects.
SVGD.Maker() - Constructor for class org.apache.fop.svg.SVGD.Maker
 
SVGD(PropertyList, PathData) - Constructor for class org.apache.fop.svg.SVGD
construct an SVG length (called by the Maker).
SVGDefsElementImpl - class org.apache.fop.dom.svg.SVGDefsElementImpl.
class representing a line in an SVG Area
SVGDefsElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGDefsElementImpl
 
SVGDescElementImpl - class org.apache.fop.dom.svg.SVGDescElementImpl.
class representing a line in an SVG Area
SVGDescElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGDescElementImpl
 
SVGDocumentImpl - class org.apache.fop.dom.svg.SVGDocumentImpl.
 
SVGDocumentImpl() - Constructor for class org.apache.fop.dom.svg.SVGDocumentImpl
 
SVGDriver - class org.apache.fop.svg.SVGDriver.
Primary class that drives overall FOP process.
SVGDriver() - Constructor for class org.apache.fop.svg.SVGDriver
create a new Driver
SVGElementImpl - class org.apache.fop.dom.svg.SVGElementImpl.
 
SVGElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGElementImpl
 
SVGElementMapping - class org.apache.fop.svg.SVGElementMapping.
 
SVGElementMapping() - Constructor for class org.apache.fop.svg.SVGElementMapping
 
SVGEllipseElementImpl - class org.apache.fop.dom.svg.SVGEllipseElementImpl.
 
SVGEllipseElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGEllipseElementImpl
 
SVGExceptionImpl - exception org.apache.fop.dom.svg.SVGExceptionImpl.
 
SVGExceptionImpl(short, String) - Constructor for class org.apache.fop.dom.svg.SVGExceptionImpl
 
SVGFilterElementImpl - class org.apache.fop.dom.svg.SVGFilterElementImpl.
 
SVGFilterElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGFilterElementImpl
 
SVGFontElementImpl - class org.apache.fop.dom.svg.SVGFontElementImpl.
 
SVGFontElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGFontElementImpl
 
SVGGElementImpl - class org.apache.fop.dom.svg.SVGGElementImpl.
 
SVGGElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGGElementImpl
 
SVGGlyphElementImpl - class org.apache.fop.dom.svg.SVGGlyphElementImpl.
 
SVGGlyphElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGGlyphElementImpl
 
SVGGradientElementImpl - class org.apache.fop.dom.svg.SVGGradientElementImpl.
 
SVGGradientElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGGradientElementImpl
 
SVGHKernElementImpl - class org.apache.fop.dom.svg.SVGHKernElementImpl.
 
SVGHKernElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGHKernElementImpl
 
SVGImage - class org.apache.fop.image.SVGImage.
 
SVGImage(URL) - Constructor for class org.apache.fop.image.SVGImage
 
SVGImage(URL, ImageReader) - Constructor for class org.apache.fop.image.SVGImage
 
SVGImageElementImpl - class org.apache.fop.dom.svg.SVGImageElementImpl.
 
SVGImageElementImpl(String, float, float, float, float) - Constructor for class org.apache.fop.dom.svg.SVGImageElementImpl
 
SVGLengthImpl - class org.apache.fop.dom.svg.SVGLengthImpl.
a length quantity in SVG
SVGLengthImpl() - Constructor for class org.apache.fop.dom.svg.SVGLengthImpl
 
SVGLengthImpl(String) - Constructor for class org.apache.fop.dom.svg.SVGLengthImpl
set the length given a particular String specifying length and units
SVGLengthListImpl - class org.apache.fop.dom.svg.SVGLengthListImpl.
a length quantity in XSL
SVGLengthListImpl() - Constructor for class org.apache.fop.dom.svg.SVGLengthListImpl
 
SVGLengthListImpl(String) - Constructor for class org.apache.fop.dom.svg.SVGLengthListImpl
set the length given a particular String specifying length and units
SVGLengthListImpl(String, int) - Constructor for class org.apache.fop.dom.svg.SVGLengthListImpl
set the length given a particular String specifying length and units, and the font-size (necessary for an em)
SVGLengthListProperty - class org.apache.fop.svg.SVGLengthListProperty.
a class representing all the length properties in SVG
SVGLengthListProperty.Maker - class org.apache.fop.svg.SVGLengthListProperty.Maker.
inner class for making SVG Length objects.
SVGLengthListProperty.Maker() - Constructor for class org.apache.fop.svg.SVGLengthListProperty.Maker
 
SVGLengthListProperty(PropertyList, SVGAnimatedLengthList) - Constructor for class org.apache.fop.svg.SVGLengthListProperty
construct an SVG length (called by the Maker).
SVGLengthProperty - class org.apache.fop.svg.SVGLengthProperty.
a class representing all the length properties in SVG
SVGLengthProperty.Maker - class org.apache.fop.svg.SVGLengthProperty.Maker.
inner class for making SVG Length objects.
SVGLengthProperty.Maker() - Constructor for class org.apache.fop.svg.SVGLengthProperty.Maker
 
SVGLengthProperty(PropertyList, SVGLengthImpl) - Constructor for class org.apache.fop.svg.SVGLengthProperty
construct an SVG length (called by the Maker).
SVGLinearGradientElementImpl - class org.apache.fop.dom.svg.SVGLinearGradientElementImpl.
 
SVGLinearGradientElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGLinearGradientElementImpl
 
SVGLineElementImpl - class org.apache.fop.dom.svg.SVGLineElementImpl.
class representing a line in an SVG Area
SVGLineElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGLineElementImpl
construct a line graphic
SVGListImpl - class org.apache.fop.dom.svg.SVGListImpl.
 
SVGListImpl() - Constructor for class org.apache.fop.dom.svg.SVGListImpl
 
SVGMarkerElementImpl - class org.apache.fop.dom.svg.SVGMarkerElementImpl.
 
SVGMarkerElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGMarkerElementImpl
 
SVGMaskElementImpl - class org.apache.fop.dom.svg.SVGMaskElementImpl.
 
SVGMaskElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGMaskElementImpl
 
SVGMatrixImpl - class org.apache.fop.dom.svg.SVGMatrixImpl.
 
SVGMatrixImpl() - Constructor for class org.apache.fop.dom.svg.SVGMatrixImpl
 
SVGMissingGlyphElementImpl - class org.apache.fop.dom.svg.SVGMissingGlyphElementImpl.
 
SVGMissingGlyphElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGMissingGlyphElementImpl
 
SVGObj - class org.apache.fop.svg.SVGObj.
Since SVG objects are not layed out then this class checks that this element is not being layed out inside some incorrect element.
SVGObj(FObj, PropertyList) - Constructor for class org.apache.fop.svg.SVGObj
 
SVGPathElementImpl - class org.apache.fop.dom.svg.SVGPathElementImpl.
TODO: implement properly
SVGPathElementImpl(Vector) - Constructor for class org.apache.fop.dom.svg.SVGPathElementImpl
construct a line graphic
SVGPathSegImpl - class org.apache.fop.dom.svg.SVGPathSegImpl.
 
SVGPathSegImpl(short, float[]) - Constructor for class org.apache.fop.dom.svg.SVGPathSegImpl
 
SVGPatternElementImpl - class org.apache.fop.dom.svg.SVGPatternElementImpl.
 
SVGPatternElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGPatternElementImpl
 
SVGPoints - class org.apache.fop.svg.SVGPoints.
 
SVGPoints.Maker - class org.apache.fop.svg.SVGPoints.Maker.
inner class for making SVG Length objects.
SVGPoints.Maker() - Constructor for class org.apache.fop.svg.SVGPoints.Maker
 
SVGPoints(PropertyList, PointsData) - Constructor for class org.apache.fop.svg.SVGPoints
construct an SVG length (called by the Maker).
SVGPolygonElementImpl - class org.apache.fop.dom.svg.SVGPolygonElementImpl.
 
SVGPolygonElementImpl(Vector) - Constructor for class org.apache.fop.dom.svg.SVGPolygonElementImpl
 
SVGPolylineElementImpl - class org.apache.fop.dom.svg.SVGPolylineElementImpl.
 
SVGPolylineElementImpl(Vector) - Constructor for class org.apache.fop.dom.svg.SVGPolylineElementImpl
 
SVGPropertyListMapping - class org.apache.fop.svg.SVGPropertyListMapping.
 
SVGPropertyListMapping() - Constructor for class org.apache.fop.svg.SVGPropertyListMapping
 
SVGPropertyMapping - class org.apache.fop.fo.properties.SVGPropertyMapping.
 
SVGPropertyMapping() - Constructor for class org.apache.fop.fo.properties.SVGPropertyMapping
 
SVGRadialGradientElementImpl - class org.apache.fop.dom.svg.SVGRadialGradientElementImpl.
 
SVGRadialGradientElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGRadialGradientElementImpl
 
SVGReader - class org.apache.fop.image.analyser.SVGReader.
ImageReader object for SVG document image type.
SVGReader() - Constructor for class org.apache.fop.image.analyser.SVGReader
 
SVGRectElementImpl - class org.apache.fop.dom.svg.SVGRectElementImpl.
class representing a rectangle in an SVG Area
SVGRectElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGRectElementImpl
construct a rectangle graphic.
SVGRectImpl - class org.apache.fop.dom.svg.SVGRectImpl.
 
SVGRectImpl() - Constructor for class org.apache.fop.dom.svg.SVGRectImpl
 
SVGRenderer - class org.apache.fop.render.pdf.SVGRenderer.
Renderer that renders SVG to PDF
SVGRenderer(FontState, PDFDocument, String, int, int, int) - Constructor for class org.apache.fop.render.pdf.SVGRenderer
create the SVG renderer
SVGSetElementImpl - class org.apache.fop.dom.svg.SVGSetElementImpl.
 
SVGSetElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGSetElementImpl
 
SVGStopElementImpl - class org.apache.fop.dom.svg.SVGStopElementImpl.
 
SVGStopElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGStopElementImpl
 
SVGStringListImpl - class org.apache.fop.dom.svg.SVGStringListImpl.
 
SVGStringListImpl(String) - Constructor for class org.apache.fop.dom.svg.SVGStringListImpl
 
SVGStringProperty - class org.apache.fop.svg.SVGStringProperty.
a class representing all the length properties in SVG
SVGStringProperty.Maker - class org.apache.fop.svg.SVGStringProperty.Maker.
inner class for making SVG Length objects.
SVGStringProperty.Maker() - Constructor for class org.apache.fop.svg.SVGStringProperty.Maker
 
SVGStringProperty(PropertyList, String) - Constructor for class org.apache.fop.svg.SVGStringProperty
construct an SVG length (called by the Maker).
SVGStyle - class org.apache.fop.svg.SVGStyle.
 
SVGStyle.Maker - class org.apache.fop.svg.SVGStyle.Maker.
inner class for making SVG Length objects.
SVGStyle.Maker() - Constructor for class org.apache.fop.svg.SVGStyle.Maker
 
SVGStyle(PropertyList, StyleData) - Constructor for class org.apache.fop.svg.SVGStyle
construct an SVG length (called by the Maker).
SVGStyleElementImpl - class org.apache.fop.dom.svg.SVGStyleElementImpl.
 
SVGStyleElementImpl(String) - Constructor for class org.apache.fop.dom.svg.SVGStyleElementImpl
 
SVGSVGElementImpl - class org.apache.fop.dom.svg.SVGSVGElementImpl.
 
SVGSVGElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGSVGElementImpl
 
SVGSwitchElementImpl - class org.apache.fop.dom.svg.SVGSwitchElementImpl.
 
SVGSwitchElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGSwitchElementImpl
 
SVGSymbolElementImpl - class org.apache.fop.dom.svg.SVGSymbolElementImpl.
 
SVGSymbolElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGSymbolElementImpl
 
SVGTextContentElementImpl - class org.apache.fop.dom.svg.SVGTextContentElementImpl.
class representing text in an SVG Area
SVGTextContentElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGTextContentElementImpl
 
SVGTextElementImpl - class org.apache.fop.dom.svg.SVGTextElementImpl.
class representing text in an SVG Area
SVGTextElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGTextElementImpl
construct a text element
SVGTextPathElementImpl - class org.apache.fop.dom.svg.SVGTextPathElementImpl.
 
SVGTextPathElementImpl(String, String) - Constructor for class org.apache.fop.dom.svg.SVGTextPathElementImpl
 
SVGTitleElementImpl - class org.apache.fop.dom.svg.SVGTitleElementImpl.
class representing a line in an SVG Area
SVGTitleElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGTitleElementImpl
 
SVGTransform - class org.apache.fop.svg.SVGTransform.
 
SVGTransform.Maker - class org.apache.fop.svg.SVGTransform.Maker.
inner class for making SVG Length objects.
SVGTransform.Maker() - Constructor for class org.apache.fop.svg.SVGTransform.Maker
 
SVGTransform(PropertyList, TransformData) - Constructor for class org.apache.fop.svg.SVGTransform
 
SVGTransformImpl - class org.apache.fop.dom.svg.SVGTransformImpl.
 
SVGTransformImpl() - Constructor for class org.apache.fop.dom.svg.SVGTransformImpl
 
SVGTransformListImpl - class org.apache.fop.dom.svg.SVGTransformListImpl.
Transform List
SVGTransformListImpl() - Constructor for class org.apache.fop.dom.svg.SVGTransformListImpl
 
SVGTreeBuilder - class org.apache.fop.fo.SVGTreeBuilder.
SAX Handler that builds the formatting object tree.
SVGTreeBuilder() - Constructor for class org.apache.fop.fo.SVGTreeBuilder
 
SVGTRefElementImpl - class org.apache.fop.dom.svg.SVGTRefElementImpl.
 
SVGTRefElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGTRefElementImpl
 
SVGTSpanElementImpl - class org.apache.fop.dom.svg.SVGTSpanElementImpl.
 
SVGTSpanElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
SVGURIReferenceImpl - class org.apache.fop.dom.svg.SVGURIReferenceImpl.
 
SVGURIReferenceImpl() - Constructor for class org.apache.fop.dom.svg.SVGURIReferenceImpl
 
SVGUseElementImpl - class org.apache.fop.dom.svg.SVGUseElementImpl.
Use Element
SVGUseElementImpl(String) - Constructor for class org.apache.fop.dom.svg.SVGUseElementImpl
 
SVGVKernElementImpl - class org.apache.fop.dom.svg.SVGVKernElementImpl.
 
SVGVKernElementImpl() - Constructor for class org.apache.fop.dom.svg.SVGVKernElementImpl
 
Switch - class org.apache.fop.svg.Switch.
 
Switch.Maker - class org.apache.fop.svg.Switch.Maker.
inner class for making Line objects.
Switch.Maker() - Constructor for class org.apache.fop.svg.Switch.Maker
 
Switch(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Switch
constructs a Switch object (called by Maker).
Symbol - class org.apache.fop.svg.Symbol.
 
Symbol - class org.apache.fop.render.mif.fonts.Symbol.
 
Symbol - class org.apache.fop.render.pdf.fonts.Symbol.
 
Symbol.Maker - class org.apache.fop.svg.Symbol.Maker.
inner class for making Symbol objects.
Symbol.Maker() - Constructor for class org.apache.fop.svg.Symbol.Maker
 
Symbol() - Constructor for class org.apache.fop.render.mif.fonts.Symbol
 
Symbol() - Constructor for class org.apache.fop.render.pdf.fonts.Symbol
 
Symbol(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Symbol
constructs a Symbol object (called by Maker).
sysInfo - Variable in class org.apache.fop.pdf.PDFCMap
/CIDSystemInfo attribute
sysLanguage - Variable in class org.apache.fop.dom.svg.GraphicElement
 
systemInfo - Variable in class org.apache.fop.pdf.PDFCIDFont
 

T

Table - class org.apache.fop.fo.flow.Table.
 
Table.Maker - class org.apache.fop.fo.flow.Table.Maker.
 
Table.Maker() - Constructor for class org.apache.fop.fo.flow.Table.Maker
 
Table(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.Table
 
TableBody - class org.apache.fop.fo.flow.TableBody.
 
TableBody.Maker - class org.apache.fop.fo.flow.TableBody.Maker.
 
TableBody.Maker() - Constructor for class org.apache.fop.fo.flow.TableBody.Maker
 
TableBody(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.TableBody
 
TableCell - class org.apache.fop.fo.flow.TableCell.
 
TableCell.Maker - class org.apache.fop.fo.flow.TableCell.Maker.
 
TableCell.Maker() - Constructor for class org.apache.fop.fo.flow.TableCell.Maker
 
TableCell(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.TableCell
 
tableCellXOffset - Variable in class org.apache.fop.layout.Area
 
TableColLength - class org.apache.fop.datatypes.TableColLength.
A table-column width specification, possibly including some number of proportional "column-units".
TableColLength(double) - Constructor for class org.apache.fop.datatypes.TableColLength
Construct an object with tcolUnits of proportional measure.
TableColLength(int, PercentLength, double) - Constructor for class org.apache.fop.datatypes.TableColLength
 
TableColumn - class org.apache.fop.fo.flow.TableColumn.
 
TableColumn.Maker - class org.apache.fop.fo.flow.TableColumn.Maker.
 
TableColumn.Maker() - Constructor for class org.apache.fop.fo.flow.TableColumn.Maker
 
TableColumn(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.TableColumn
 
TableFooter - class org.apache.fop.fo.flow.TableFooter.
 
TableFooter.Maker - class org.apache.fop.fo.flow.TableFooter.Maker.
 
TableFooter.Maker() - Constructor for class org.apache.fop.fo.flow.TableFooter.Maker
 
TableFooter(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.TableFooter
 
TableHeader - class org.apache.fop.fo.flow.TableHeader.
 
TableHeader.Maker - class org.apache.fop.fo.flow.TableHeader.Maker.
 
TableHeader.Maker() - Constructor for class org.apache.fop.fo.flow.TableHeader.Maker
 
TableHeader(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.TableHeader
 
TableRow - class org.apache.fop.fo.flow.TableRow.
 
TableRow.CellState - class org.apache.fop.fo.flow.TableRow.CellState.
CellState
Copyright @ 2000 Circuit Court Automation Program.
TableRow.CellState(TableRow) - Constructor for class org.apache.fop.fo.flow.TableRow.CellState
simple no args constructor.
TableRow.CellState(TableRow, int, boolean, int) - Constructor for class org.apache.fop.fo.flow.TableRow.CellState
three argument fill everything constructor.
TableRow.Maker - class org.apache.fop.fo.flow.TableRow.Maker.
 
TableRow.Maker() - Constructor for class org.apache.fop.fo.flow.TableRow.Maker
 
TableRow(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.TableRow
 
TCOL_LENGTH - Static variable in class org.apache.fop.fo.expr.Numeric
 
TernaryTree - class org.apache.fop.layout.hyphenation.TernaryTree.
Ternary Search Tree
TernaryTree.Iterator - class org.apache.fop.layout.hyphenation.TernaryTree.Iterator.
 
TernaryTree.Iterator(TernaryTree) - Constructor for class org.apache.fop.layout.hyphenation.TernaryTree.Iterator
 
text - Variable in class org.apache.fop.svg.Title
the title string
text - Variable in class org.apache.fop.svg.Desc
the desc string
Text - class org.apache.fop.svg.Text.
class representing svg:text pseudo flow object.
TEXT - Static variable in class org.apache.fop.layout.LineArea
 
Text.Maker - class org.apache.fop.svg.Text.Maker.
inner class for making SVG Text objects.
Text.Maker() - Constructor for class org.apache.fop.svg.Text.Maker
 
Text(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Text
constructs an SVG Text object (called by Maker).
TextElement - interface org.apache.fop.svg.TextElement.
 
textIndent - Variable in class org.apache.fop.layout.BlockArea
 
textList - Variable in class org.apache.fop.dom.svg.SVGTextElementImpl
vector of text elements, strings, tspan, tref
TextPath - class org.apache.fop.svg.TextPath.
class representing svg:TextPath pseudo flow object.
TextPath.Maker - class org.apache.fop.svg.TextPath.Maker.
inner class for making TextPath objects.
TextPath.Maker() - Constructor for class org.apache.fop.svg.TextPath.Maker
 
TextPath(FObj, PropertyList) - Constructor for class org.apache.fop.svg.TextPath
constructs a TextPath object (called by Maker).
TextProperty - class org.apache.fop.svg.TextProperty.
 
TextProperty.Maker - class org.apache.fop.svg.TextProperty.Maker.
inner class for making SVG Length objects.
TextProperty.Maker() - Constructor for class org.apache.fop.svg.TextProperty.Maker
 
TextProperty(PropertyList, String) - Constructor for class org.apache.fop.svg.TextProperty
construct an SVG length (called by the Maker).
TextState - class org.apache.fop.layout.TextState.
This class holds information about text-decoration
TextState() - Constructor for class org.apache.fop.layout.TextState
 
TIFF_SIG_LENGTH - Static variable in class org.apache.fop.image.analyser.TIFFReader
 
TIFFReader - class org.apache.fop.image.analyser.TIFFReader.
ImageReader object for TIFF image type.
TIFFReader() - Constructor for class org.apache.fop.image.analyser.TIFFReader
 
tilingType - Variable in class org.apache.fop.pdf.PDFPattern
1 for constant spacing, 2 for no distortion, and 3 for fast rendering
TimesBold - class org.apache.fop.render.mif.fonts.TimesBold.
 
TimesBold - class org.apache.fop.render.pdf.fonts.TimesBold.
 
TimesBold() - Constructor for class org.apache.fop.render.mif.fonts.TimesBold
 
TimesBold() - Constructor for class org.apache.fop.render.pdf.fonts.TimesBold
 
TimesBoldItalic - class org.apache.fop.render.mif.fonts.TimesBoldItalic.
 
TimesBoldItalic - class org.apache.fop.render.pdf.fonts.TimesBoldItalic.
 
TimesBoldItalic() - Constructor for class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
TimesBoldItalic() - Constructor for class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
TimesItalic - class org.apache.fop.render.mif.fonts.TimesItalic.
 
TimesItalic - class org.apache.fop.render.pdf.fonts.TimesItalic.
 
TimesItalic() - Constructor for class org.apache.fop.render.mif.fonts.TimesItalic
 
TimesItalic() - Constructor for class org.apache.fop.render.pdf.fonts.TimesItalic
 
TimesRoman - class org.apache.fop.render.mif.fonts.TimesRoman.
 
TimesRoman - class org.apache.fop.render.pdf.fonts.TimesRoman.
 
TimesRoman() - Constructor for class org.apache.fop.render.mif.fonts.TimesRoman
 
TimesRoman() - Constructor for class org.apache.fop.render.pdf.fonts.TimesRoman
 
Title - class org.apache.fop.svg.Title.
 
Title.Maker - class org.apache.fop.svg.Title.Maker.
inner class for making Title objects.
Title.Maker() - Constructor for class org.apache.fop.svg.Title.Maker
 
Title(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Title
constructs a Title object (called by Maker).
toolBar - Variable in class org.apache.fop.viewer.PreviewDialog
 
top - Variable in class org.apache.fop.fo.flow.TableCell
 
TOP - Static variable in class org.apache.fop.fo.PropertyList
 
toPDF() - Method in class org.apache.fop.pdf.PDFFont
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFCIDSystemInfo
produce the PDF representation for the object.
toPDF() - Method in class org.apache.fop.pdf.PDFWArray
 
toPDF() - Method in class org.apache.fop.pdf.PDFPattern
represent as PDF.
toPDF() - Method in class org.apache.fop.pdf.PDFAction
represent the object in PDF this method should be implemented to return the PDF which is to be generated by the Action object
toPDF() - Method in class org.apache.fop.pdf.PDFCharProcs
not done yet
toPDF() - Method in class org.apache.fop.pdf.PDFStream
represent as PDF.
toPDF() - Method in class org.apache.fop.pdf.PDFFontDescriptor
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFFileSpec
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFPage
represent this object as PDF
toPDF() - Method in class org.apache.fop.pdf.PDFAnnotList
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFCIDFont
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFArray
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFPages
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFRoot
represent the object as PDF
toPDF() - Method in class org.apache.fop.pdf.PDFRectangle
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFLink
produce the PDF representation of the object
toPDF() - Method in class org.apache.fop.pdf.PDFGoToRemote
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFResources
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFGoTo
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFEncoding
produce the PDF representation for the object
toPDF() - Method in class org.apache.fop.pdf.PDFShading
represent as PDF.
toPDF() - Method in class org.apache.fop.pdf.PDFInternalLink
there is nothing to return for the toPDF method, as it should not be called
toPDF() - Method in class org.apache.fop.pdf.PDFUri
there is nothing to return for the toPDF method, as it should not be called
toPDF() - Method in class org.apache.fop.pdf.PDFOutline
represent the object in PDF
toPDF() - Method in class org.apache.fop.pdf.PDFFunction
represent as PDF.
toPDF() - Method in class org.apache.fop.pdf.PDFInfo
produce the PDF representation of the object
toPDFString() - Method in class org.apache.fop.pdf.PDFCIDSystemInfo
 
toPDFString() - Method in class org.apache.fop.pdf.PDFWArray
 
toPDFString() - Method in class org.apache.fop.pdf.PDFCIDFont
 
toPDFString() - Method in class org.apache.fop.pdf.PDFRectangle
 
toString() - Method in class org.apache.fop.extensions.Label
 
toString() - Method in class org.apache.fop.layout.hyphenation.Hyphenation
 
toString() - Method in class org.apache.fop.layout.hyphenation.Hyphen
 
toString() - Method in class org.apache.fop.dom.svg.SVGListImpl
 
toString() - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
toString() - Method in class org.apache.fop.dom.svg.SVGLengthImpl
 
toString() - Method in class org.apache.fop.datatypes.PathData
 
toString() - Method in class org.apache.fop.datatypes.Length
 
toString() - Method in class org.apache.fop.datatypes.Keep
What to do here?? There isn't really a meaningful single value.
toString() - Method in class org.apache.fop.datatypes.MixedLength
 
toString() - Method in class org.apache.fop.datatypes.TableColLength
 
toString() - Method in class org.apache.fop.datatypes.PercentLength
 
toString() - Method in class org.apache.fop.dom.CharacterDataImpl
 
trans - Variable in class org.apache.fop.svg.SVGTransform
 
transform(Document, InputStream, Document) - Static method in class org.apache.fop.tools.xslt.XSLTransform
 
transform(Document, InputStream, Document) - Static method in class org.apache.fop.tools.xslt.TraxTransform
 
transform(Document, String, String) - Static method in class org.apache.fop.tools.xslt.XSLTransform
 
transform(Document, String, String) - Static method in class org.apache.fop.tools.xslt.TraxTransform
 
transform(Graphics2D, double, double) - Method in class org.apache.fop.render.awt.AWTRenderer
To configure before print.
transform(Source, Source, Result) - Static method in class org.apache.fop.tools.xslt.TraxTransform
 
transform(String, String, String) - Static method in class org.apache.fop.tools.xslt.XSLTransform
 
transform(String, String, String) - Static method in class org.apache.fop.tools.xslt.TraxTransform
 
transform(String, String, Writer) - Static method in class org.apache.fop.tools.xslt.XSLTransform
 
transform(String, String, Writer) - Static method in class org.apache.fop.tools.xslt.TraxTransform
 
TransformData - class org.apache.fop.datatypes.TransformData.
a TransformData quantity in XSL
TransformData(String) - Constructor for class org.apache.fop.datatypes.TransformData
set the TransformData given a particular String specifying TransformData and units
transformShape(Vector, Shape) - Method in class org.apache.fop.render.awt.AWTRenderer
Applies SVGTransform to the shape and gets the transformed shape.
translate(float, float) - Method in class org.apache.fop.dom.svg.SVGMatrixImpl
 
TRANSLATION_PATH - Static variable in class org.apache.fop.apps.AWTCommandLine
 
Translator - interface org.apache.fop.viewer.Translator.
Definition für die Übersetzer-Klassen.
TraxTransform - class org.apache.fop.tools.xslt.TraxTransform.
Handles xslt tranformations via Trax (xalan2)
TraxTransform() - Constructor for class org.apache.fop.tools.xslt.TraxTransform
 
tree - Variable in class org.apache.fop.render.awt.AWTRenderer
 
treeBuilder - Variable in class org.apache.fop.apps.Driver
the FO tree builder
treeBuilder - Variable in class org.apache.fop.svg.SVGDriver
the FO tree builder
TreeBuilder - interface org.apache.fop.fo.TreeBuilder.
 
TRef - class org.apache.fop.svg.TRef.
 
TRef.Maker - class org.apache.fop.svg.TRef.Maker.
inner class for making Line objects.
TRef.Maker() - Constructor for class org.apache.fop.svg.TRef.Maker
 
TRef(FObj, PropertyList) - Constructor for class org.apache.fop.svg.TRef
constructs a TRef object (called by Maker).
trimToSize() - Method in class org.apache.fop.layout.hyphenation.CharVector
 
trimToSize() - Method in class org.apache.fop.layout.hyphenation.ByteVector
 
trimToSize() - Method in class org.apache.fop.layout.hyphenation.TernaryTree
Each node stores a character (splitchar) which is part of some key(s).
TRUETYPE - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()
TSpan - class org.apache.fop.svg.TSpan.
class representing svg:tspan pseudo flow object.
TSpan.Maker - class org.apache.fop.svg.TSpan.Maker.
inner class for making tspan objects.
TSpan.Maker() - Constructor for class org.apache.fop.svg.TSpan.Maker
 
TSpan(FObj, PropertyList) - Constructor for class org.apache.fop.svg.TSpan
constructs a TSpan object (called by Maker).
TTFFile - class org.apache.fop.fonts.TTFFile.
 
TTFFile() - Constructor for class org.apache.fop.fonts.TTFFile
 
TTFReader - class org.apache.fop.fonts.apps.TTFReader.
A tool which reads TTF files and generates XML font metrics file for use in FOP.
TTFReader() - Constructor for class org.apache.fop.fonts.apps.TTFReader
 
TYPE_NAMES - Static variable in class org.apache.fop.pdf.PDFFont
font subtype names as output in the PDF
TYPE_NAMES - Static variable in class org.apache.fop.pdf.PDFCIDFont
 
TYPE0 - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()
TYPE1 - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()
TYPE3 - Static variable in class org.apache.fop.pdf.PDFFont
font subtype to be used as parameter to createFont()

U

underlined - Variable in class org.apache.fop.layout.inline.InlineArea
 
underlined - Variable in class org.apache.fop.layout.inline.WordArea
 
underlined - Variable in class org.apache.fop.layout.inline.InlineSpace
 
underlined - Variable in class org.apache.fop.layout.TextState
 
underlined - Variable in class org.apache.fop.fo.flow.Inline
 
underlined - Variable in class org.apache.fop.fo.FOText
 
undoit() - Method in class org.apache.fop.viewer.Command
 
UniCNS_UCS2_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
UniCNS_UCS2_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
UniGB_UCS2_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
UniGB_UCS2_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
UniJIS_UCS2_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
UniJIS_UCS2_HW_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
UniJIS_UCS2_HW_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
UniJIS_UCS2_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
UniKSC_UCS2_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
UniKSC_UCS2_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
unknownFOs - Variable in class org.apache.fop.fo.FOTreeBuilder
set of names of formatting objects encountered but unknown
unknownFOs - Variable in class org.apache.fop.fo.SVGTreeBuilder
set of names of formatting objects encountered but unknown
unpackValues(int) - Method in class org.apache.fop.layout.hyphenation.HyphenationTree
 
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
unpauseAnimations() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
unsuspendRedraw(int) - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
unsuspendRedrawAll() - Method in class org.apache.fop.dom.svg.SVGSVGElementImpl
 
URI - Static variable in class org.apache.fop.extensions.ExtensionElementMapping
 
urx - Variable in class org.apache.fop.pdf.PDFRectangle
upper right x coordinate
ury - Variable in class org.apache.fop.pdf.PDFRectangle
upper right y coordinate
Use - class org.apache.fop.svg.Use.
 
Use.Maker - class org.apache.fop.svg.Use.Maker.
inner class for making Use objects.
Use.Maker() - Constructor for class org.apache.fop.svg.Use.Maker
 
Use(FObj, PropertyList) - Constructor for class org.apache.fop.svg.Use
constructs a Use object (called by Maker).
UserMessage - class org.apache.fop.viewer.UserMessage.
Klasse UserMessage ist ein utility zum Abfragen oder zum Informieren des Benutzers.
Eine Meldung besteht aus dem Identifikator (Suchschlüssel im Meldungspool), einem Dialogtitel, einem Buttonset und dem Meldungstext mit eventuellen Platzhaltern für die Parameter.
UserMessage() - Constructor for class org.apache.fop.viewer.UserMessage
 

V

V - Static variable in class org.apache.fop.pdf.PDFCMap
 
validateParent(FObj) - Method in class org.apache.fop.fo.pagination.PageMasterReference
Checks that the parent is the right element.
validateParent(FObj) - Method in class org.apache.fop.fo.pagination.ConditionalPageMasterReference
 
valign - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
value - Variable in class org.apache.fop.svg.SVGStringProperty
the length as a Length object
value - Variable in class org.apache.fop.svg.SVGLengthListProperty
the length as a Length object
value - Variable in class org.apache.fop.svg.SVGLengthProperty
the length as a Length object
value() - Method in class org.apache.fop.datatypes.PercentLength
 
values - Variable in class org.apache.fop.pdf.PDFArray
 
verifySignature(BufferedInputStream) - Method in class org.apache.fop.image.analyser.AbstractImageReader
 
verifySignature(BufferedInputStream) - Method in class org.apache.fop.image.analyser.GIFReader
 
verifySignature(BufferedInputStream) - Method in interface org.apache.fop.image.analyser.ImageReader
Verify image type.
verifySignature(BufferedInputStream) - Method in class org.apache.fop.image.analyser.PNGReader
 
verifySignature(BufferedInputStream) - Method in class org.apache.fop.image.analyser.TIFFReader
 
verifySignature(BufferedInputStream) - Method in class org.apache.fop.image.analyser.JPEGReader
 
verifySignature(BufferedInputStream) - Method in class org.apache.fop.image.analyser.SVGReader
 
verifySignature(BufferedInputStream) - Method in class org.apache.fop.image.analyser.BMPReader
 
Version - class org.apache.fop.apps.Version.
class representing the version of FOP.
Version() - Constructor for class org.apache.fop.apps.Version
 
verticalAlign - Variable in class org.apache.fop.fo.flow.TableCell
 
verticalAlign() - Method in class org.apache.fop.layout.LineArea
Balance (vertically) the inline areas within this line.
verticesPerRow - Variable in class org.apache.fop.pdf.PDFShading
Required for Type 5:The number of vertices in each "row" of the lattice; it must be greater than or equal to 2.
VKern - class org.apache.fop.svg.VKern.
 
VKern.Maker - class org.apache.fop.svg.VKern.Maker.
inner class for making VKern objects.
VKern.Maker() - Constructor for class org.apache.fop.svg.VKern.Maker
 
VKern(FObj, PropertyList) - Constructor for class org.apache.fop.svg.VKern
constructs a VKern object (called by Maker).
vspace - Variable in class org.apache.fop.layout.hyphenation.HyphenationTree
value space: stores the inteletter values

W

w - Variable in class org.apache.fop.pdf.PDFCIDFont
 
w2 - Variable in class org.apache.fop.pdf.PDFCIDFont
 
warning(SAXParseException) - Method in class org.apache.fop.layout.hyphenation.PatternParser
Warning.
warning(SAXParseException) - Method in class org.apache.fop.tools.anttasks.CompileXMLFiles
 
WHITESPACE - Static variable in class org.apache.fop.layout.LineArea
 
widows - Variable in class org.apache.fop.fo.FONode
 
width - Variable in class org.apache.fop.image.FopImageConsumer
 
width - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
width - Variable in class org.apache.fop.layout.RegionArea
 
width - Variable in class org.apache.fop.dom.svg.SVGImageElementImpl
 
width - Variable in class org.apache.fop.image.analyser.AbstractImageReader
Image width.
width - Variable in class org.apache.fop.fo.flow.TableCell
 
WIDTH - Static variable in class org.apache.fop.fo.PropertyList
 
width(int) - Method in class org.apache.fop.layout.FontState
 
width(int, int) - Method in interface org.apache.fop.layout.FontMetric
return width (in 1/1000ths of point size) of character at code point i
width(int, int) - Method in class org.apache.fop.render.awt.FontMetricsMapper
return width (in 1/1000ths of point size) of character at code point i.
width(int, int) - Method in class org.apache.fop.render.mif.fonts.TimesItalic
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.ZapfDingbats
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.CourierBold
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.Courier
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.TimesBoldItalic
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBold
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.CourierOblique
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.TimesRoman
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.CourierBoldOblique
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.HelveticaBoldOblique
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.TimesBold
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.HelveticaOblique
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.Symbol
 
width(int, int) - Method in class org.apache.fop.render.mif.fonts.Helvetica
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaOblique
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.TimesRoman
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.Courier
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.TimesBoldItalic
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.Symbol
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.TimesBold
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.Helvetica
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBoldOblique
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.TimesItalic
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.CourierBoldOblique
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.HelveticaBold
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.CourierBold
 
width(int, int) - Method in class org.apache.fop.render.pdf.fonts.CourierOblique
 
width(int, String, int, int) - Method in class org.apache.fop.render.awt.AWTFontMetrics
Returns width (in 1/1000ths of point size) of character at code point i
widths - Variable in class org.apache.fop.pdf.PDFFontNonBase14
widths of characters from firstChar to lastChar
willCreateArea() - Method in class org.apache.fop.fo.FOText
 
WinAnsiEncoding - Static variable in class org.apache.fop.pdf.PDFEncoding
the name for the standard encoding scheme
wmAbsToRel(int) - Method in class org.apache.fop.fo.PropertyList
Given an absolute direction (top, bottom, left, right), return the corresponding writing model relative direction name for the flow object.
wMode - Variable in class org.apache.fop.pdf.PDFCMap
font's writing direction
WMODE_HORIZONTAL - Static variable in class org.apache.fop.pdf.PDFCMap
horizontal writing direction
WMODE_VERTICAL - Static variable in class org.apache.fop.pdf.PDFCMap
vertical writing direction
wmRelToAbs(int) - Method in class org.apache.fop.fo.PropertyList
Given a writing mode relative direction (start, end, before, after) return the corresponding absolute direction name for the flow object.
WordArea - class org.apache.fop.layout.inline.WordArea.
 
WordArea(FontState, float, float, float, String, int) - Constructor for class org.apache.fop.layout.inline.WordArea
 
Wrapper - class org.apache.fop.fo.flow.Wrapper.
Implementation for fo:wrapper formatting object.
Wrapper.Maker - class org.apache.fop.fo.flow.Wrapper.Maker.
 
Wrapper.Maker() - Constructor for class org.apache.fop.fo.flow.Wrapper.Maker
 
Wrapper(FObj, PropertyList) - Constructor for class org.apache.fop.fo.flow.Wrapper
 
writeElement(String) - Method in class org.apache.fop.render.xml.XMLRenderer
write out an element
writeEmptyElementTag(String) - Method in class org.apache.fop.render.xml.XMLRenderer
write out an empty-element-tag
writeEndTag(String) - Method in class org.apache.fop.render.xml.XMLRenderer
write out an end tag
writeFontXML(Document, String) - Method in class org.apache.fop.fonts.apps.TTFReader
Writes the generated DOM Document to a file.
writeFontXML(Document, String) - Method in class org.apache.fop.fonts.apps.PFMReader
Writes the generated DOM Document to a file.
writeHeader(PrintWriter) - Method in class org.apache.fop.tools.anttasks.Compare
 
writeIndent() - Method in class org.apache.fop.render.xml.XMLRenderer
write out spaces to make indent
writer - Variable in class org.apache.fop.svg.SVGDriver
the PrintWriter to use to output the results of the renderer
writer - Variable in class org.apache.fop.render.xml.XMLRenderer
the writer used to output the XML
writeStartTag(String) - Method in class org.apache.fop.render.xml.XMLRenderer
write out a start tag

X

x - Variable in class org.apache.fop.svg.PathPoint
 
x - Variable in class org.apache.fop.dom.svg.SVGTextElementImpl
x-coordinate of text
x - Variable in class org.apache.fop.dom.svg.SVGImageElementImpl
 
x1 - Variable in class org.apache.fop.dom.svg.SVGLineElementImpl
x-coordinate of start
x2 - Variable in class org.apache.fop.dom.svg.SVGLineElementImpl
x-coordinate of end
XalanCommandLine - class org.apache.fop.apps.XalanCommandLine.
mainline class.
XalanCommandLine(String[]) - Constructor for class org.apache.fop.apps.XalanCommandLine
 
xHeight - Variable in class org.apache.fop.pdf.PDFFontDescriptor
 
xlist - Variable in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
XMLRenderer - class org.apache.fop.render.xml.XMLRenderer.
Renderer that renders areas to XML for debugging purposes.
XMLRenderer() - Constructor for class org.apache.fop.render.xml.XMLRenderer
 
xObjectCount - Variable in class org.apache.fop.pdf.PDFDocument
the counter for XObject numbering
xObjects - Variable in class org.apache.fop.pdf.PDFDocument
the XObjects
xObjects - Variable in class org.apache.fop.pdf.PDFResources
 
xObjectsMap - Variable in class org.apache.fop.pdf.PDFDocument
the XObjects Map.
xOffset - Variable in class org.apache.fop.image.ImageArea
 
xOffset - Variable in class org.apache.fop.layout.inline.ForeignObjectArea
 
xPosition - Variable in class org.apache.fop.pdf.PDFGoTo
 
xPosition - Variable in class org.apache.fop.layout.RegionArea
 
xref - Variable in class org.apache.fop.pdf.PDFDocument
character position of xref table
Xslt - class org.apache.fop.tools.anttasks.Xslt.
Task to call the XSLT processor Xalan (part of xml.apache.org), which converts xml files from a source to an output using a stylesheet file
Xslt() - Constructor for class org.apache.fop.tools.anttasks.Xslt
 
XSLTransform - class org.apache.fop.tools.xslt.XSLTransform.
 
XSLTransform() - Constructor for class org.apache.fop.tools.xslt.XSLTransform
 
xStep - Variable in class org.apache.fop.pdf.PDFPattern
Horizontal spacing
xUID - Variable in class org.apache.fop.pdf.PDFPattern
Vector of Integers represetning the Extended unique Identifier

Y

y - Variable in class org.apache.fop.svg.PathPoint
 
y - Variable in class org.apache.fop.dom.svg.SVGTextElementImpl
y-coordinate of text
y - Variable in class org.apache.fop.dom.svg.SVGImageElementImpl
 
y1 - Variable in class org.apache.fop.dom.svg.SVGLineElementImpl
y-coordinate of start
y2 - Variable in class org.apache.fop.dom.svg.SVGLineElementImpl
y-coordinate of end
yellow - Variable in class org.apache.fop.pdf.PDFColor
 
yellow() - Method in class org.apache.fop.pdf.PDFColor
 
YES - Static variable in class org.apache.fop.viewer.UserMessage
Möglicher Rückgabewert @see ButtonDialog
ylist - Variable in class org.apache.fop.dom.svg.SVGTSpanElementImpl
 
yPosition - Variable in class org.apache.fop.pdf.PDFGoTo
 
yPosition - Variable in class org.apache.fop.layout.RegionArea
 
yStep - Variable in class org.apache.fop.pdf.PDFPattern
Vertical spacing

Z

ZapfDingbats - class org.apache.fop.render.mif.fonts.ZapfDingbats.
 
ZapfDingbats - class org.apache.fop.render.pdf.fonts.ZapfDingbats.
 
ZapfDingbats() - Constructor for class org.apache.fop.render.mif.fonts.ZapfDingbats
 
ZapfDingbats() - Constructor for class org.apache.fop.render.pdf.fonts.ZapfDingbats
 
zoomLabel - Variable in class org.apache.fop.viewer.PreviewDialog
 

_

_83pv_RKSJ_H - Static variable in class org.apache.fop.pdf.PDFCMap
Japanese
_90ms_RKSJ_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
_90ms_RKSJ_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
_90msp_RKSJ_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
_90msp_RKSJ_V - Static variable in class org.apache.fop.pdf.PDFCMap
 
_90pv_RKSJ_H - Static variable in class org.apache.fop.pdf.PDFCMap
 
_data - Variable in class org.apache.fop.pdf.PDFStream
the stream of PDF commands

A B C D E F G H I J K L M N O P R S T U V W X Y Z _

Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.