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

A

ABS - Static variable in class org.foray.fotree.value.Function
Constant indicating the "abs" function.
absoluteHeight(int) - Method in class org.foray.graphic.Graphic4a
 
absoluteHeight(int) - Method in class org.foray.graphic.TempImage
 
absoluteHeightReal() - Method in class org.foray.graphic.BMPGraphic
 
absoluteHeightReal() - Method in class org.foray.graphic.EPSGraphic
 
absoluteHeightReal() - Method in class org.foray.graphic.GIFGraphic
 
absoluteHeightReal() - Method in class org.foray.graphic.Graphic4a
Returns the absolute height, in millipoints, of the graphic.
absoluteHeightReal() - Method in class org.foray.graphic.JPEGGraphic
 
absoluteHeightReal() - Method in class org.foray.graphic.MathGraphic4a
 
absoluteHeightReal() - Method in class org.foray.graphic.PDFGraphic
 
absoluteHeightReal() - Method in class org.foray.graphic.PNGGraphic
 
absoluteHeightReal() - Method in class org.foray.graphic.SVGGraphic
 
absoluteHeightReal() - Method in class org.foray.graphic.TIFFGraphic
 
absoluteWidth(int) - Method in class org.foray.graphic.Graphic4a
 
absoluteWidth(int) - Method in class org.foray.graphic.TempImage
 
absoluteWidthReal() - Method in class org.foray.graphic.BMPGraphic
 
absoluteWidthReal() - Method in class org.foray.graphic.EPSGraphic
 
absoluteWidthReal() - Method in class org.foray.graphic.GIFGraphic
 
absoluteWidthReal() - Method in class org.foray.graphic.Graphic4a
Returns the absolute width, in millipoints, of the graphic.
absoluteWidthReal() - Method in class org.foray.graphic.JPEGGraphic
 
absoluteWidthReal() - Method in class org.foray.graphic.MathGraphic4a
 
absoluteWidthReal() - Method in class org.foray.graphic.PDFGraphic
 
absoluteWidthReal() - Method in class org.foray.graphic.PNGGraphic
 
absoluteWidthReal() - Method in class org.foray.graphic.SVGGraphic
 
absoluteWidthReal() - Method in class org.foray.graphic.TIFFGraphic
 
AbstractAbsoluteDimension - Class in org.foray.fotree.fo.prop
Abstract superclass for the "height", "width", "max-height", "max-width", "min-height", and "min-width" properties.
AbstractAbsoluteDimension(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractAbsoluteDimension
Constructor.
AbstractAbsoluteOffset - Class in org.foray.fotree.fo.prop
Abstract superclass for the "top", "bottom", "left", and "right" properties in XSL-FO.
AbstractAbsoluteOffset(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractAbsoluteOffset
Constructor.
AbstractAllowedAxisScale - Class in org.foray.fotree.fo.prop
Abstract superclass for the XSL-FO properties "allowed-height-scale" and "allowed-width-scale".
AbstractAllowedAxisScale(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractAllowedAxisScale
Constructor.
AbstractAncestralInlineArea - Class in org.foray.area
Abstract superclass for inline area classes that can create children.
AbstractAncestralInlineArea() - Constructor for class org.foray.area.AbstractAncestralInlineArea
 
AbstractAudioDial - Class in org.foray.fotree.fo.prop
Abstract superclass for the "pitch-range", "stress", and "richness" XSL-FO properties.
AbstractAudioDial(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractAudioDial
Constructor.
AbstractAxslProperty - Class in org.foray.fotree.axsl
Superclass for properties in the "axsl:" namespace.
AbstractAxslProperty() - Constructor for class org.foray.fotree.axsl.AbstractAxslProperty
 
AbstractBackgroundPosition - Class in org.foray.fotree.fo.prop
Abstract superclass for the "background-position-horizontal" and "background-position-vertical" properties.
AbstractBackgroundPosition(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractBackgroundPosition
Constructor.
AbstractBoolean - Class in org.foray.fotree.fo.prop
Abstract superclass for boolean (true, false) properties in XSL-FO.
AbstractBoolean(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractBoolean
Constructor.
AbstractBorder - Class in org.foray.fotree.fo.prop
Abstract superclass for the shorthand properties "border", "border-left", "border-right", "border-top", and "border-bottom".
AbstractBorder(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractBorder
Constructor.
AbstractBorderColor - Class in org.foray.fotree.fo.prop
Abstract superclass for the eight directional border color properties (but not for border-color itself, which is a shorthand property).
AbstractBorderColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractBorderColor
Constructor.
AbstractBorderPrecedence - Class in org.foray.fotree.fo.prop
Abstract superclass for the "border-before-precedence", "border-after-precedence", "border-start-precedence", and "border-end-precedence" properties in XSL-FO.
AbstractBorderPrecedence(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractBorderPrecedence
Constructor.
AbstractBorderStyle - Class in org.foray.fotree.fo.prop
Abstract superclass for the "border-before-style", "border-after-style", "border-start-style", "border-end-style", "border-left-style", "border-right-style", "border-top-style", and "border-bottom-style" properties in XSL-FO.
AbstractBorderStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractBorderStyle
Constructor.
AbstractBorderWidth - Class in org.foray.fotree.fo.prop
Abstract superclass for the "border-before-width", "border-after-width", "border-start-width", "border-end-width", "border-top-width", "border-bottom-width", "border-left-width", and "border-right-width" properties in XSL-FO.
AbstractBorderWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractBorderWidth
Constructor.
AbstractBorderWidth(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.AbstractBorderWidth
Special constructor to be used when some other class has done the parsing.
AbstractCharacter - Class in org.foray.fotree.fo.prop
Abstract superclass for the "character", "grouping-separator", and "hyphenation-character" properties.
AbstractCharacter(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractCharacter
Constructor.
AbstractCharacterSequence - Class in org.foray.fotree.fo.obj
Abstract superclass for representations of characters.
AbstractCharacterSequence(FObj) - Constructor for class org.foray.fotree.fo.obj.AbstractCharacterSequence
Constructor.
AbstractContentDimension - Class in org.foray.fotree.fo.prop
Abstract superclass for the "content-width" and "content-height" properties in XSL-FO.
AbstractContentDimension(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractContentDimension
Constructor.
AbstractCue - Class in org.foray.fotree.fo.prop
Abstract superclass for the "cue-before" and "cue-after" properties, and the "cue" shorthand property.
AbstractCue(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractCue
Constructor.
AbstractCue(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.AbstractCue
Constructor for the case where the property value is already known.
AbstractDemoServlet - Class in org.foray.demo.servlet
Abstract base class for FOray demo servlets.
AbstractDemoServlet() - Constructor for class org.foray.demo.servlet.AbstractDemoServlet
Constructor.
AbstractFlow - Class in org.foray.fotree.fo.obj
Abstract superclass for "flow", and "static-content" objects in XSL-FO.
AbstractFlow(PageSequence, PropertyList) - Constructor for class org.foray.fotree.fo.obj.AbstractFlow
Constructor.
AbstractFlowPL - Class in org.foray.pioneer
Abstract Pioneer Layout for Flow and StaticContent.
AbstractFlowPL(Flow, PioneerLS) - Constructor for class org.foray.pioneer.AbstractFlowPL
Constructor for flow.
AbstractFlowPL(StaticContent, PioneerLS) - Constructor for class org.foray.pioneer.AbstractFlowPL
Constructor for static-content.
AbstractFolioDescriptor - Class in org.foray.fotree.fo.obj
Abstract superclass for "folio-prefix" and "folio-suffix" FOs.
AbstractFolioDescriptor(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.AbstractFolioDescriptor
Constructor.
AbstractFoProperty - Class in org.foray.fotree.fo
Superclass for properties in the "fo:" namespace.
AbstractFoProperty() - Constructor for class org.foray.fotree.fo.AbstractFoProperty
 
AbstractGlyphOrientation - Class in org.foray.fotree.fo.prop
Abstract superclass for glyph-orientation-horizontal and glyph-orientation-vertical properties.
AbstractGlyphOrientation(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractGlyphOrientation
Constructor.
AbstractIndent - Class in org.foray.fotree.fo.prop
Abstract superclass for the "start-indent" and "end-indent" XSL-FO properties.
AbstractIndent(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractIndent
Constructor.
AbstractIndexFormatting - Class in org.foray.fotree.fo.obj
Abstract superclass for "index-page-number-prefix", "index-page-number-suffix", "index-page-citation-list-separator", and "index-page-citation-range-separator" FOs.
AbstractIndexFormatting(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.AbstractIndexFormatting
Constructor.
AbstractInlineArea - Class in org.foray.area
Common superclass for all areas generated by inline formatting objects.
AbstractInlineArea() - Constructor for class org.foray.area.AbstractInlineArea
Constructor.
AbstractKeep - Class in org.foray.fotree.fo.prop
Abstract superclass for the "keep-together", "keep-with-next", and "keep-with-previous" properties.
AbstractKeep(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractKeep
Constructor.
AbstractKeep.Type - Enum in org.foray.fotree.fo.prop
Enumeration of possible Keep types.
AbstractListItemContent - Class in org.foray.area
An AreaNode containing the areas generated by the children of a list-item-label.
AbstractListItemContent(ListItemArea) - Constructor for class org.foray.area.AbstractListItemContent
Private Constructor.
AbstractMargin - Class in org.foray.fotree.fo.prop
Abstract superclass for the "margin-top", "margin-bottom", "margin-left", and "margin-right" XSL-FO properties.
AbstractMargin(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractMargin
Constructor.
AbstractMergeIndex - Class in org.foray.fotree.fo.prop
Abstract superclass for the "merge-pages-across-index-key-references", "merge-ranges-across-index-key-references", and "merge-sequential-page-numbers" properties in XSL-FO.
AbstractMergeIndex(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractMergeIndex
Constructor.
AbstractMixedInlinePL - Class in org.foray.pioneer
Abstract superclass for Pioneer Layout for inline formatting objects that can contain either block or inline content.
AbstractMixedInlinePL(Fo, PioneerLS) - Constructor for class org.foray.pioneer.AbstractMixedInlinePL
Constructor.
AbstractName - Class in org.foray.fotree.fo.prop
Abstract superclass for XSL-FO properties that define a "name".
AbstractName(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractName
Constructor.
AbstractObjectReader - Class in org.foray.demo.embed.tools
This class can be used as base class for XMLReaders that generate SAX events from Java objects.
AbstractObjectReader() - Constructor for class org.foray.demo.embed.tools.AbstractObjectReader
Constructor for the AbstractObjectReader object.
AbstractOrderedTreeNode - Class in org.foray.common
An implementation of the TreeNode interface that provides methods for various traversal needs.
AbstractOrderedTreeNode() - Constructor for class org.foray.common.AbstractOrderedTreeNode
 
AbstractOrderedTreeNode.PostOrderDescendantIterator - Class in org.foray.common
A post-order iterator over the descendants of a given node.
AbstractOTFLayoutTable - Class in org.foray.font.format.ttf
Abstract superclass for the OpenType layout tables.
AbstractPadding - Class in org.foray.fotree.fo.prop
Abstract superclass for the "padding-before", "padding-after", "padding-start", "padding-end", "padding-left", "padding-right", "padding-top", and "padding-bottom" properties.
AbstractPadding(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractPadding
Constructor.
AbstractPageDimension - Class in org.foray.fotree.fo.prop
Abstract superclass for the "page-height" and "page-width" properties.
AbstractPageDimension(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractPageDimension
Constructor.
AbstractPageMaster - Class in org.foray.fotree.fo.obj
Abstract superclass for all page master classes.
AbstractPageMaster(LayoutMasterSet, PropertyList) - Constructor for class org.foray.fotree.fo.obj.AbstractPageMaster
Constructor.
AbstractPageReference - Class in org.foray.fotree.fo.obj
Abstract superclass for page-number, page-number-citation, and page-number-citation-last.
AbstractPageReference(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.AbstractPageReference
Constructor.
AbstractPause - Class in org.foray.fotree.fo.prop
Abstract superclass for the "pause-before" and "pause-after" properties, and for the shorthand property "pause".
AbstractPause(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractPause
Constructor.
AbstractPause(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.AbstractPause
Constructor for the case where the property value is already known.
AbstractProtocolRegistration - Class in org.foray.common.url
Abstract implementation of ProtocolRegistrationStrategy.
AbstractProtocolRegistration() - Constructor for class org.foray.common.url.AbstractProtocolRegistration
Constructor.
AbstractRandomAccessInput - Class in org.foray.common.io
Abstract superclass for RandomAccessInput implementations.
AbstractRandomAccessInput() - Constructor for class org.foray.common.io.AbstractRandomAccessInput
 
AbstractRelativeDimension - Class in org.foray.fotree.fo.prop
Abstract superclass for inline-progression-dimension and block-progression-dimension.
AbstractRelativeDimension(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractRelativeDimension
Constructor.
AbstractRelativeSpace - Class in org.foray.fotree.fo.prop
Abstract superclass for the "space-before", "space-after", "space-start", and "space-end" properties.
AbstractRelativeSpace(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractRelativeSpace
Constructor.
AbstractString - Class in org.foray.fotree.fo.prop
Abstract superclass for properties that can take any string, that is, index-class, index-key, and ref-index-key.
AbstractString(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.AbstractString
Constructor.
AbstractTablePart - Class in org.foray.fotree.fo.obj
Abstract superclass for table-body, table-header, and table-footer objects in XSL-FO.
AbstractTablePart(Table, PropertyList) - Constructor for class org.foray.fotree.fo.obj.AbstractTablePart
Constructor.
AbstractTablePartContainer - Class in org.foray.area
Abstract superclass for table-body, table-header, and table-footer areas.
AbstractTablePartContainer(TableRA) - Constructor for class org.foray.area.AbstractTablePartContainer
Protected Constructor.
AbstractTablePartPL - Class in org.foray.pioneer
Abstract Pioneer Layout for all table body items.
AbstractTablePartPL(TableBody, PioneerLS) - Constructor for class org.foray.pioneer.AbstractTablePartPL
Constructor for table-body.
AbstractTablePartPL(TableHeader, PioneerLS) - Constructor for class org.foray.pioneer.AbstractTablePartPL
Constructor for table-header.
AbstractTablePartPL(TableFooter, PioneerLS) - Constructor for class org.foray.pioneer.AbstractTablePartPL
Constructor for table-footer.
AbstractXmlProperty - Class in org.foray.fotree.xml
Superclass for properties in the "xml:" namespace.
AbstractXmlProperty() - Constructor for class org.foray.fotree.xml.AbstractXmlProperty
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.axsl.obj.Metadata
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.BasicLink
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.BidiOverride
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Block
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.BlockContainer
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Bookmark
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Character
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ColorProfile
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Declarations
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Float
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Flow
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.FlowMap
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Footnote
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Inline
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.InlineContainer
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Leader
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ListBlock
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ListItem
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ListItemBody
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Marker
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.MultiCase
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.MultiProperties
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.MultiToggle
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.PageNumber
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.PageNumberCitation
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.PageNumberCitationLast
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.PageSequence
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RegionAfter
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RegionBefore
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RegionBody
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RegionEnd
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RegionStart
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Root
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.StaticContent
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Table
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.TableBody
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.TableCaption
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.TableCell
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.TableColumn
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.TableFooter
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.TableHeader
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.TableRow
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Title
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.fo.obj.Wrapper
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.math.obj.InstreamMathElement
 
acceptProxyFactory(ProxyFactory) - Method in class org.foray.fotree.svg.obj.InstreamSvgElement
 
actionPerformed(ActionEvent) - Method in class org.foray.render.awt.viewer.Command
 
actionPerformed(ActionEvent) - Method in class org.foray.render.awt.viewer.PreviewDialogAboutBox
 
activateForeignXML(ForeignXML) - Method in class org.foray.fotree.FOTreeBuilder
Set a flag indicating that we are currently processing foreign XML.
activeLineArea(AreaNode) - Method in class org.foray.pioneer.FONodePL
Finds the LineArea into which items nominally to be laid out in area should actually be laid out.
actualWordSpacing() - Method in class org.foray.area.LeaderArea
Computes the size of the extra word spacing that should be between each dot character, that is, the additional displacement beyond the width of the space character itself.
add(byte) - Method in class org.foray.common.ByteVector
Adds one element to the vector.
add(byte) - Method in class org.foray.common.ByteVectorPacked
Adds one element to the vector.
add(byte[]) - Method in class org.foray.common.ByteVectorPacked
Adds the content of a byte array to this vector.
add(String, T) - Method in class org.foray.pdf.object.PDFNameTree
Add a mapping to this name tree.
add(Integer, T) - Method in class org.foray.pdf.object.PDFNumberTree
Add a mapping to this number tree.
add(String) - Method in class org.foray.pdf.object.PDFStream
Append data to the stream.
add(PsNumber) - Method in class org.foray.ps.PsNumber
Adds a given amount to the value of this object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can.
add(PsPathElement) - Method in class org.foray.ps.PsPath
Adds a new element to this path.
add(Action) - Method in class org.foray.render.awt.viewer.IconToolBar
 
add(Action, String, Icon) - Method in class org.foray.render.awt.viewer.IconToolBar
Adds a new JButton which dispatches the action.
add(String) - Method in class org.foray.render.pcl.PCLStream
Writes a given String to the output stream, handling any necessary conversions.
add(String) - Method in class org.foray.render.txt.TXTStream
Write some text to this stream.
addAnnotation(PDFAnnotation) - Method in class org.foray.pdf.object.PDFAnnotList
Add a PDFAnnotation to the collection.
addAnnotationList(PDFAnnotList) - Method in class org.foray.pdf.object.PDFAnnotList
For each item in annotationList, add the item to this.
addAnnotationList(PDFAnnotList) - Method in class org.foray.pdf.object.PDFPage
Add an annotation list to the annotations on this page.
addBookmarkAreaChild(BookmarkArea) - Method in class org.foray.area.BookmarkArea
 
addBookmarkAreaChild(BookmarkArea) - Method in class org.foray.area.BookmarkParentArea
Adds a bookmark area as a child.
addBookmarkAreaChild(BookmarkArea) - Method in class org.foray.area.BookmarkTreeArea
 
addCapacity(int) - Method in class org.foray.font.format.Kerning
Increases the size of the arrays by pairsToAdd.
addCharacter(String, PDFStream) - Method in class org.foray.pdf.object.PDFCharProcs
Add a character definition in the dictionary.
addCharacters(char[], int, int, String, int, int) - Method in class org.foray.fotree.FObj
Adds text characters to the object.
addCharacters(char[], int, int, String, int, int) - Method in class org.foray.fotree.FObjMixed
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.BlockContainer
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.Bookmark
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.Character
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.ColorProfile
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.Declarations
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.Float
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.FlowMap
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.Footnote
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.InlineContainer
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.ListBlock
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.ListItem
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.ListItemBody
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.MultiCase
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.MultiProperties
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.MultiToggle
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.PageSequence
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.Region
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.Root
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.Table
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.TableCaption
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.TableCell
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.TableColumn
 
addChild(FObj) - Method in class org.foray.fotree.fo.obj.TableRow
 
addChild(FObj) - Method in class org.foray.fotree.FObj
Add a child to this object.
addChild(FObj) - Method in class org.foray.fotree.FObjMixed
 
addChild(FObj) - Method in class org.foray.fotree.ForeignXML
 
addChild(PDFOutlineItem) - Method in class org.foray.pdf.object.PDFOutlineParent
Add a child to this parent.
addChildToEmptyContentModel(FObj) - Method in class org.foray.fotree.FObj
Throws a standard exception when an attempt is made to add content to an object that has an empty content model.
addClass(String) - Method in interface org.foray.hyphen.PatternConsumer
Add a Liang-style character class.
addClass(String) - Method in class org.foray.hyphen.PatternTree
 
addCluster(int[]) - Method in class org.foray.hyphen.util.NaturalLanguage
Add a new Grapheme Cluster to this language.
addColumn(int) - Method in class org.foray.mif.MifTbl
Adds a column to this table.
addComponent(FObj, String, String) - Method in class org.foray.fotree.fo.prop.AbstractKeep
Adds a component value to the compound value.
addComponent(FObj, String, String) - Method in class org.foray.fotree.fo.prop.AbstractRelativeDimension
Adds a component value to the compound value.
addComponent(FObj, String, String) - Method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
Adds a component value to the compound value.
addComponent(FObj, String, String) - Method in class org.foray.fotree.fo.prop.PdBorderSeparation
Adds a component value to the compound value.
addComponent(FObj, String, String) - Method in class org.foray.fotree.fo.prop.PdLeaderLength
Adds a component value to the compound value.
addComponent(FObj, String, String) - Method in class org.foray.fotree.fo.prop.PdLetterSpacing
Adds a component value to the compound value.
addComponent(FObj, String, String) - Method in class org.foray.fotree.fo.prop.PdLineHeight
Add a component to this compound property.
addComponent(FObj, String, String) - Method in class org.foray.fotree.fo.prop.PdWordSpacing
Adds a component value to the compound value.
addComponent(String, String) - Method in class org.foray.fotree.value.DtSpace
Adds a component to the "space" datatype.
addComponent(String, PropertyValue) - Method in class org.foray.fotree.value.DtSpace
Adds a component to the "space" datatype.
addContent(WordSequenceContent) - Method in class org.foray.hyphen.WordSequence4a
Adds an item to this content.
addContent(LineContent) - Method in class org.foray.linebreak.LineContentIterator4a
 
addContent(MifImportObject) - Method in class org.foray.mif.MifFrame
Add a content item.
addContent(Object) - Method in class org.foray.mif.MifPgfLine
Add some content to this line.
addDefaultFilter(String) - Method in class org.foray.pdf.object.PDFDocument
 
addDefaultFilters() - Method in class org.foray.pdf.object.PDFStream
Adds the default filter to this stream.
addElement(DTDElement) - Method in class org.foray.xml.dtd.DTD
Adds a new element to this DTD.
addEncryption(PDFEncryption) - Method in class org.foray.pdf.object.PDFStream
Add the encryption filter.
addEntry(CMap04Entry) - Method in class org.foray.ps.encode.CMap04
Add a new entry to this map.
addEntry(char, char, char) - Method in class org.foray.ps.encode.CMap04
 
addEntry(char, char, char[]) - Method in class org.foray.ps.encode.CMap04
Add a new entry to this map, converting the input values to an entry.
addEntry(CMap12Entry) - Method in class org.foray.ps.encode.CMap12
Add a new entry to this map.
addEntry(int, int, int) - Method in class org.foray.ps.encode.CMap12
 
addException(String, int) - Method in interface org.foray.hyphen.PatternConsumer
Add a Liang-style hyphenation exception.
addException(String, int) - Method in class org.foray.hyphen.PatternTree
 
addFileset(FileSet) - Method in class org.foray.app.ant.FOrayAntTask
Adds a set of fo files (nested fileset attribute).
addFilledRect(int, int, int, int, Color) - Method in class org.foray.output.MIFConverter
Creates a filled rectangle in the MIF output.
addFilledRect(int, int, int, int, Color) - Method in class org.foray.render.ps.PSRenderer
Draw a filled rectangle.
addFilledRect(int, int, int, int, Color) - Method in class org.foray.render.svg.SVGRenderer
Add a filled rectangle.
addFilter(PsEncodeFilter) - Method in class org.foray.pdf.object.PDFStream
Add a filter for compression of the stream.
addFilter(String) - Method in class org.foray.pdf.object.PDFStream
Adds a filter of the specified type to this stream.
addFlow(Flow) - Method in class org.foray.fotree.fo.obj.PageSequence
Register a descendant flow.
addFont(PDFFont) - Method in class org.foray.pdf.object.PDFResources
Add a font object to resources list.
addId(FObj) - Method in class org.foray.fotree.fo.obj.Root
If fobj has a valid "id" property, map the "id" back to fobj so that fobj can be retrieved quickly later.
addImage(String, int, int, int, int) - Method in class org.foray.mif.MifBook
Creates a new image.
addItem(Property) - Method in class org.foray.fotree.value.PropertyCollection
Add an item to the collection.
addItem(PropertyValue) - Method in class org.foray.fotree.value.ValueCollection
Adds an item to the collection.
addItem(PsInterpreter4a, PsObject, PsObject) - Method in class org.foray.ps.PsDictionary
Add an entry to the dictonary.
addKerningEntry(int, int, short) - Method in class org.foray.font.format.Kerning
Adds a kerning pair.
addLineContent(LineContent, int, int, LineOutput) - Method in class org.foray.text.line.EagerLineBreaker
Add new line-content for processing.
addLineContent(LineContent) - Method in class org.foray.text.line.PatientLineBreaker
 
addLink(PdfPage, Shape, AffineTransform, String, boolean) - Method in class org.foray.graphic.batik.PDFGraphics2D
This is a pdf specific method used to add a link to the pdf document.
addMember(ProjectMember) - Method in class org.foray.demo.embed.model.ProjectTeam
Adds a ProjectMember to this project team.
addMorphException(String, String, String, String) - Method in interface org.foray.hyphen.PatternConsumer
Add a morphing hyphenation break to an exception word.
addMorphException(String, String, String, String) - Method in class org.foray.hyphen.PatternTree
 
addNamedDestination(String, PDFDestination) - Method in class org.foray.pdf.object.PDFDocument
Add a named destination to this document.
addNonTextContent(LineArea, GraftingPoint) - Method in class org.foray.pioneer.FONodePL
Add this object's non-text line content to a line.
addNonTextItemToLine(LineArea, FoLineNonText, FoContext) - Method in class org.foray.pioneer.FONodePL
Adds a non-text item to the line.
addNonTextNode(FObj) - Method in class org.foray.fotree.axsl.obj.Metadata
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.BasicLink
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.BidiOverride
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.Block
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.Inline
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.Leader
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.Marker
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.Title
 
addNonTextNode(FObj) - Method in class org.foray.fotree.fo.obj.Wrapper
 
addNonTextNode(FObj) - Method in class org.foray.fotree.FObjMixed
Add a non-text node to the children of this object.
addPage(PDFPage) - Method in class org.foray.pdf.object.PDFPages
add a /Page object.
addPage(PDFPage) - Method in class org.foray.pdf.object.PDFRoot
Add a /Page object to the root /Pages object.
addPageLabel(int, PDFPageLabel) - Method in class org.foray.pdf.object.PDFRoot
Adds a range of pages to the page labels for this document.
addPageLabelRange(int, PdfPageLabelStyle, CharSequence, int) - Method in class org.foray.pdf.object.PDFDocument
 
addPattern(String) - Method in interface org.foray.hyphen.PatternConsumer
Add a Liang-style hyphenation pattern.
addPattern(String) - Method in class org.foray.hyphen.PatternTree
 
addPattern(PDFPattern) - Method in class org.foray.pdf.object.PDFResources
Add a pattern to the resources list.
addPendingFootnote(FootnoteBody) - Method in class org.foray.pioneer.PioneerLS
Adds a footnote to the list of pending (not laid out) footnotes.
addProperty(FObj, Property) - Method in class org.foray.fotree.PropertyList
Adds a property to this PropertyList.
addRange(int, int) - Method in class org.foray.hyphen.util.NaturalLanguage
Add a range of Unicode codepoints to this language.
addRect(int, int, int, int, float, float, float) - Method in class org.foray.render.awt.AWTRenderer
Draw a rectangle.
addRect(int, int, int, int, float, float, float, float, float, float) - Method in class org.foray.render.awt.AWTRenderer
Draw a filled rectangle.
addRect(int, int, int, int, boolean) - Method in class org.foray.render.awt.AWTRenderer
Draw a filled rectangle in the current color.
addRect(int, int, int, int, Color, Color) - Method in class org.foray.render.pcl.PCLRenderer
Add a filled rectangle to the current stream.
addRect(int, int, int, int, float, float, float) - Method in class org.foray.render.svg.SVGRenderer
Draw a rectangle.
addRect(int, int, int, int, float, float, float, float, float, float) - Method in class org.foray.render.svg.SVGRenderer
Draw a filled rectangle.
addRect(int, int, int, int, boolean) - Method in class org.foray.render.svg.SVGRenderer
Draw a filled rectangle in the current color.
addRect(int, int, int, int, Color, Color) - Method in class org.foray.render.txt.TXTRenderer
Add a filled rectangle to the current stream.
addRegionAfter(RegionAfter) - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Registers the child region-after.
addRegionBefore(RegionBefore) - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Registers the child region-before.
addRegionBody(RegionBody) - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Registers the child region-body.
addRegionEnd(RegionEnd) - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Registers the child region-end.
addRegionStart(RegionStart) - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Registers the child region-start.
addRowSpan(TableCell) - Method in class org.foray.pioneer.RowSpanMgr
Add a cell to this manager.
addShading(PDFShading) - Method in class org.foray.pdf.object.PDFPage
Add a shading to this page.
addShading(PDFShading) - Method in class org.foray.pdf.object.PDFResources
Add a shading to the resources list.
addSpanArea(int) - Method in class org.foray.area.MainRA
Add a new span area with specified number of column areas.
addSpecialBreak(int, MutatingHyphenationBreak4a) - Method in class org.foray.hyphen.MutatingWord4a
Add a special break to this hyphenation.
addStaticContent(StaticContent) - Method in class org.foray.fotree.fo.obj.PageSequence
Register a descendant static-content.
addStreamFilters() - Method in class org.foray.pdf.object.PDFXObject
Adds the normal stream filters used for graphics.
addTextItemToLine(LineArea, FoLineText, int, int, GraftingPoint) - Method in class org.foray.pioneer.FONodePL
Adds a text item to the line.
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.axsl.obj.Metadata
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.BasicLink
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.BidiOverride
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.Block
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.Inline
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.Leader
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.Marker
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.Title
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.fo.obj.Wrapper
 
addTextNode(AbstractCharacterSequence) - Method in class org.foray.fotree.FObjMixed
Add a text node to the children of this object.
addTextRect(int) - Method in class org.foray.mif.MifPage
Adds a text rectangle with a specified number of columns to this page.
addToStream(String) - Method in class org.foray.mif.MifBook
Adds a given string to the output.
addUnvalidatedOption(String, Object, int) - Method in class org.foray.common.Configuration
Adds an item to the configuration without giving the subclass an opportunity to validate it.
addXObject(PDFXObject) - Method in class org.foray.pdf.object.PDFResources
Add an x object to the resources list.
alignmentAdjustment() - Method in class org.foray.area.LineArea
Computes the amount that the start-edge of the line-area's content-rectangle should be adjusted when rendering.
alignmentPointOffset() - Method in class org.foray.area.LineArea
Provides the number which would, when added to the before-edge of the line-area in the block-progression-dimension, produce the alignment-point for text on this line.
alignmentPointY() - Method in class org.foray.area.LineArea
Computes the y axis of the alignment point for this line.
alloc(int) - Method in class org.foray.common.ByteVector
Allocates or uses a specified number of elements (bytes).
allowsEmbedding() - Method in class org.foray.font.FreeStandingFont
Indicates whether the font allows embedding.
allowsLineBreak(int) - Static method in class org.foray.text.line.LineBreaker
Determines whether a character allows (but does not force) a line break.
ancestorArea() - Method in class org.foray.area.AreaNode
 
ancestorBasicLink(FoContext) - Method in class org.foray.fotree.fo.obj.BasicLink
Override the FONode method, because "this" is the object being sought.
ancestorBasicLink(FoContext) - Method in class org.foray.fotree.fo.obj.PageSequence
Override the FONode method, because there will be no BasicLink objects above this one.
ancestorBasicLink(FoContext) - Method in class org.foray.fotree.fo.obj.Root
Overrides the FObj method, because Root has no parent from which to check for a link.
ancestorBasicLink(FoContext) - Method in class org.foray.fotree.FObj
 
ancestorBlockAreaNotALineArea() - Method in class org.foray.area.AreaNode
Returns the ancestor block area that is not a line area.
ancestorBlockContentFactory() - Method in class org.foray.area.AreaNode
 
ancestorBlockOrRa() - Method in class org.foray.area.AreaNode
Returns the nearest ancestor Area that was generated by a block-level formatting object, if such an area exists.
ancestorFlow(FoContext) - Method in class org.foray.fotree.fo.obj.Flow
Returns the ancestor Flow, if any.
ancestorFlow(FoContext) - Method in class org.foray.fotree.FObj
Returns the ancestor Flow, if any.
ancestorGeneratedByBlockLevelFO() - Method in class org.foray.area.AreaNode
Finds the nearest ancestor area that was generated by a block-level formatting object.
ancestorGeneratingRA(FoContext) - Method in class org.foray.fotree.fo.obj.Root
Returns the nearest ancestor FObj that generates reference areas.
ancestorGeneratingRA(FoContext) - Method in class org.foray.fotree.FObj
Returns the nearest ancestor FObj that generates reference areas.
ancestorLineArea() - Method in class org.foray.area.AreaNode
Returns the ancestor LineArea, if any.
ancestorLineArea() - Method in class org.foray.area.LineArea
Returns the ancestor LineArea, if any.
ancestorListRelatedObject(FoContext) - Method in class org.foray.fotree.fo.obj.ListItemBody
Overrides the FObj method, because this is the object that is being sought.
ancestorListRelatedObject(FoContext) - Method in class org.foray.fotree.fo.obj.ListItemLabel
Overrides the FObj method, because this is the object that is being sought.
ancestorListRelatedObject(FoContext) - Method in class org.foray.fotree.fo.obj.Root
Overrides the FObj method, because Root has no parent.
ancestorListRelatedObject(FoContext) - Method in class org.foray.fotree.FObj
 
ancestorMarker() - Method in class org.foray.fotree.FObj
 
ancestorNormalBlockArea() - Method in class org.foray.area.AreaNode
 
ancestorPageCollection() - Method in class org.foray.area.AreaNode
Returns the ancestor page collection for this area.
ancestorPageCollection() - Method in class org.foray.area.PageCollection
Returns the ancestor page collection for this area.
ancestorProperty(FoProperty) - Method in class org.foray.fotree.FObj
Returns the nearest ancestor property of a specified type.
ancestorReferenceArea() - Method in class org.foray.area.AreaNode
Returns the nearest ancestor reference area.
ancestorSpanRA() - Method in class org.foray.area.AreaNode
Returns the ancestor Span area.
ancestorSpanRA() - Method in class org.foray.area.SpanRA
Returns the ancestor Span area.
ancestorStaticContent(FoContext) - Method in class org.foray.fotree.fo.obj.StaticContent
Returns the ancestor StaticContent, if any.
ancestorStaticContent(FoContext) - Method in class org.foray.fotree.FObj
Returns the ancestor StaticContent, if any.
ancestorTable(FoContext) - Method in class org.foray.fotree.fo.obj.Root
Overrides the FObj method, because there are no Tables above here.
ancestorTable(FoContext) - Method in class org.foray.fotree.fo.obj.Table
Overrides the FObj method, because this is the nearest Table.
ancestorTable(FoContext) - Method in class org.foray.fotree.FObj
 
ancestorTableArea() - Method in class org.foray.area.AreaNode
 
ancestorTableArea() - Method in class org.foray.area.TableRA
Overrides the AreaNode method, because this is the TableRA being sought.
anySubsitutionActive() - Method in class org.foray.common.FontOptions4a
 
APP0 - Static variable in class org.foray.graphic.JPEGGraphic
Application marker, JFIF.
append(int) - Method in class org.foray.common.util.IntArrayBuilder
Append an int to this structure.
APPF - Static variable in class org.foray.graphic.JPEGGraphic
Byte value indicating the Application marker.
Application - Class in org.foray.core
The FOray Application itself.
applyColor(Color, boolean) - Method in class org.foray.graphic.batik.PDFGraphics2D
Apply a color to the document.
applyFilters() - Method in class org.foray.pdf.object.PDFStream
Apply the filters to the data in the order given.
applyLinefeedTreatment(char, LinefeedTreatment) - Static method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Applies the linefeed treatment to a specific character.
applyLinefeedTreatment(StringBuilder, LinefeedTreatment) - Static method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Applies linefeed-treatment to an array of characters.
applyPaint(Paint, boolean) - Method in class org.foray.graphic.batik.PDFGraphics2D
Apply a paint to the document.
applyPaint(Paint, boolean) - Method in class org.foray.graphic.batik.PSGraphics2D
Apply the paint to this graphic.
applyStroke(Stroke) - Method in class org.foray.graphic.batik.PDFGraphics2D
Apply a stroke to the document.
applyStroke(Stroke) - Method in class org.foray.graphic.batik.PSGraphics2D
Draw the graphic using a specified Stroke.
applyTextTransform(TextTransform, boolean, char) - Static method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Applies text-transform to one character.
applyWhiteSpaceCollapse(CharSequence, int) - Static method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Applies white-space-collapse to one character of charArray.
applyWhiteSpaceCollapse(char, char, char) - Static method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Applies white-space-collapse to one char.
applyWhiteSpaceCollapse(StringBuilder, boolean) - Static method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Applies white-space-collapse to an array of characters.
applyWhiteSpaceTreatment(CharSequence, int, WhiteSpaceTreatment) - Static method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Applies white space treatment to a character array.
applyWhiteSpaceTreatment(char, char, char, WhiteSpaceTreatment) - Static method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Applies white space treatment to a single character.
applyWhiteSpaceTreatment(StringBuilder, WhiteSpaceTreatment) - Static method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Applies white-space-treatment to an array of characters.
Area - Class in org.foray.area
Abstract superclass for all Areas in the AreaTree.
Area() - Constructor for class org.foray.area.Area
Constructor.
AREA_TREE_PUBLIC_ID - Static variable in class org.foray.common.AxslDtdUtil
The public id of the "area tree" DTD.
AreaClass - Enum in org.foray.area
Enumeration of valid area classes.
AreaFixed - Class in org.foray.area
Subclasses are block-areas that do not need to store their own size or spacing information.
AreaFixed() - Constructor for class org.foray.area.AreaFixed
Constructor.
AreaFlexible - Class in org.foray.area
Subclasses are areas that need to store their own size and spacing information.
AreaFlexible() - Constructor for class org.foray.area.AreaFlexible
Constructor.
AreaNode - Class in org.foray.area
Abstract superclass for all nodes in the AreaTree.
AreaNode() - Constructor for class org.foray.area.AreaNode
Constructor.
areaToJava2dCoordinates(Rectangle2D.Float, float) - Static method in class org.foray.common.Java2dUtil
Converts a rectangle from the FOray area tree coordinate system to the Java2D user space coordinate system.
AreaTree - Class in org.foray.area
The root of the AreaTree.
AreaTreeFactory4a - Class in org.foray.area
The top-level object in the FOTree implementation.
AreaTreeFactory4a(Log) - Constructor for class org.foray.area.AreaTreeFactory4a
Constructor.
arrayListToStrings(List<String>) - Static method in class org.foray.xml.dtd.DTDTokenizer
Converts an ArrayList containing Strings to a String[].
Ascii85DecodeFilter - Class in org.foray.ps.filter
An ASCII85Decode filter.
Ascii85DecodeFilter(InputStream) - Constructor for class org.foray.ps.filter.Ascii85DecodeFilter
Constructor.
Ascii85EncodeFilter - Class in org.foray.ps.filter
Acts as either an ASCII85Encode Filter or an ASCII85Decode filter.
Ascii85EncodeFilter(OutputStream, boolean) - Constructor for class org.foray.ps.filter.Ascii85EncodeFilter
Constructor.
asciiHexBytesToHex(byte, byte) - Static method in class org.foray.common.StringUtil
Converts two bytes, each of which must be valid ASCII hex (0-9, A-F, a-f) into the byte that those ASCII characters represent.
asciiHexByteToHex(byte) - Static method in class org.foray.common.StringUtil
Converts one ASCII Hex byte (0-9, A-F, a-f) to the hexadecimal byte that it represents.
AsciiHexDecodeFilter - Class in org.foray.ps.filter
An ASCIIHexDecode filter.
AsciiHexDecodeFilter(InputStream) - Constructor for class org.foray.ps.filter.AsciiHexDecodeFilter
Constructor.
AsciiHexEncodeFilter - Class in org.foray.ps.filter
A class that can act as either an ASCIIHexEncode Filter or an ASCIIHexDecode filter.
AsciiHexEncodeFilter(OutputStream, boolean) - Constructor for class org.foray.ps.filter.AsciiHexEncodeFilter
Constructor.
asPostScript(Encoding) - Method in class org.foray.ps.encode.CMap04
 
asPostScript(Encoding) - Method in class org.foray.ps.encode.CMap12
 
asPostScript(Encoding) - Method in class org.foray.ps.encode.EncodingVector4a
 
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.BMPFactory
 
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.EPSFactory
 
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.GIFFactory
 
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.GraphicFactory
Subclasses implement this method to try to create an appropriate Graphic instance.
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.JPEGFactory
 
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.MathFactory
 
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.PDFFactory
 
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.PNGFactory
 
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.SVGFactory
 
attemptCreate(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.TIFFFactory
 
AWTPrintRenderer - Class in org.foray.render.awt
A specialized AWT Renderer that prints the document.
AWTPrintRenderer(Log, OutputConfiguration, PrinterJob) - Constructor for class org.foray.render.awt.AWTPrintRenderer
Constructor.
AWTRenderer - Class in org.foray.render.awt
A Renderer that displays the document using AWT.
AWTRenderer(Log, OutputConfiguration) - Constructor for class org.foray.render.awt.AWTRenderer
Constructor.
AWTStarter - Class in org.foray.app
Starter for the AWT viewer.
AWTStarter(SessionConfig, OutputConfig, CommandLineOptions) - Constructor for class org.foray.app.AWTStarter
Constructor.
AxslDtdUtil - Class in org.foray.common
Utilities related to the aXSL DTDs.
AxslEnumerated - Class in org.foray.fotree.axsl.prop
Properties that have only enumerated values.
AxslEnumerated(FObj, String, String) - Constructor for class org.foray.fotree.axsl.prop.AxslEnumerated
Default Constructor.
AxslObject - Enum in org.foray.fotree.axsl
An enumeration for object extensions to the XSL-FO standard.
AxslProperty - Enum in org.foray.fotree.axsl
An enumeration for XSL-FO properties, that is, the identification of the property itself, as opposed to its value.
AxslPropertyKeyword - Class in org.foray.fotree.axsl
Class encapsulating those property values that are expressed as keywords (e.g.
AxslValue - Enum in org.foray.fotree.axsl
An enumeration of the hard-coded XSL-FO property values.

B

balanceColumns() - Method in class org.foray.area.SpanRA
Balances the size of the columns.
baseFileName(String) - Static method in class org.foray.common.IOUtil
Strips the extension off the end of a file name, returning the base portion of the file name.
baseline(String) - Method in class org.foray.font.Font4a
 
baselineOffset(Font.WritingMode, Font.Baseline, int) - Method in class org.foray.font.Font4a
 
baselineX() - Method in class org.foray.area.AbstractInlineArea
 
baselineY() - Method in class org.foray.area.AbstractInlineArea
 
BasicLink - Class in org.foray.fotree.fo.obj
A "basic-link" object in XSL-FO.
BasicLink(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.BasicLink
Constructor.
BasicLinkArea - Class in org.foray.area
A normal inline-area generated by the fo:basic-link.
BasicLinkPL - Class in org.foray.pioneer
Pioneer Layout for a BasicLink.
BasicLinkPL(BasicLink, PioneerLS) - Constructor for class org.foray.pioneer.BasicLinkPL
Constructor.
BatikUaAwt - Class in org.foray.graphic.batik
A Batik UserAgent implementation that is used when drawing an SVG using an AWT device (screen or printer).
BatikUaAwt(AffineTransform) - Constructor for class org.foray.graphic.batik.BatikUaAwt
Creates a new SVGUserAgent.
BatikUaDocument - Class in org.foray.graphic.batik
A Batik UserAgent implementation that is used when drawing an SVG into a document format such as PDF or PostScript.
BatikUaDocument(AffineTransform) - Constructor for class org.foray.graphic.batik.BatikUaDocument
Creates a new SVGUserAgent.
BeforeFloatRA - Class in org.foray.area
Manages the before-float-reference-area.
bestBaseEncodingPdf() - Method in class org.foray.ps.encode.EncodingPDFDoc
 
bestBaseEncodingPdf() - Method in class org.foray.ps.encode.EncodingVector4a
 
bestMarker(RetrieveMarker) - Method in class org.foray.area.PageRA
 
BidiOverride - Class in org.foray.fotree.fo.obj
A "bidi-override" object in XSL-FO.
BidiOverride(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.BidiOverride
Constructor.
BidiOverrideArea - Class in org.foray.area
A normal inline-area generated by the fo:bidi-override object.
BidiOverridePL - Class in org.foray.pioneer
Pioneer Layout for a BidiOverride.
BidiOverridePL(BidiOverride, PioneerLS) - Constructor for class org.foray.pioneer.BidiOverridePL
Constructor.
BIG_ENDIAN_HEADER - Static variable in class org.foray.graphic.factory.TIFFFactory
File header indicating that the file is a TIFF file in big-endian (Motorola) format.
BINARY_SERIALIZATION_EXTENSION - Static variable in class org.foray.common.FOrayConstants
The file extension used for files that are serialized binary java objects.
Bit - Class in org.foray.common
Utility class containing numeric routines, especially bit operators.
BIT_DEPTH_4 - Static variable in class org.foray.graphic.Graphic4a
The bit depth (bits per pixel) for a 4-bit image.
BIT_DEPTH_COLOR - Static variable in class org.foray.graphic.Graphic4a
The bit depth (bits per pixel) for a typical 3-channel color image.
BIT_DEPTH_GRAYSCALE - Static variable in class org.foray.graphic.Graphic4a
The bit depth (bits per pixel) for an 8-bit image.
BIT_DEPTH_MONOCHROME - Static variable in class org.foray.graphic.Graphic4a
The bit depth (bits per pixel) for a monochrome image.
BITS_PER_BYTE - Static variable in class org.foray.common.WKConstants
The number of bits in a byte, that is, 8.
BITS_PER_NIBBLE - Static variable in class org.foray.common.WKConstants
The number of bits in a nibble, that is, 4.
BLACK_FACTOR - Static variable in class org.foray.common.ColorSpaceCMYK
A magic number used in the conversion of CMYK to RGB.
Block - Class in org.foray.fotree.fo.obj
A "block" object in XSL-FO.
Block(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Block
Constructor.
BlockArea - Class in org.foray.area
Superclass for normal block-areas (NormalBlockArea) and line-areas (LineArea).
BlockArea() - Constructor for class org.foray.area.BlockArea
Constructor.
BlockContainer - Class in org.foray.fotree.fo.obj
A "block-container" object in XSL-FO.
BlockContainer(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.BlockContainer
Constructor.
BlockContainerPL - Class in org.foray.pioneer
Pioneer Layout for BlockContainer.
BlockContainerPL(BlockContainer, PioneerLS) - Constructor for class org.foray.pioneer.BlockContainerPL
Constructor.
BlockContainerRA - Class in org.foray.area
The container area for the contents of a block-container FO.
blockMustEnclosePCDATA() - Method in class org.foray.fotree.axsl.obj.Metadata
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.BasicLink
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.Block
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.Inline
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.Leader
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.Marker
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.Title
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.fo.obj.Wrapper
 
blockMustEnclosePCDATA() - Method in class org.foray.fotree.FObjMixed
Indicates whether any PCDATA (text) found in this element must have an ancestor block element.
BlockPL - Class in org.foray.pioneer
Pioneer Layout for Block.
BlockPL(Block, PioneerLS) - Constructor for class org.foray.pioneer.BlockPL
Constructor.
BMP_HEADER - Static variable in class org.foray.graphic.factory.BMPFactory
The header bytes at the beginning of a BMP file.
BMPFactory - Class in org.foray.graphic.factory
ImageReader object for BMP image type.
BMPFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.BMPFactory
Constructor.
BMPGraphic - Class in org.foray.graphic
A BMP (bitmap) image.
BMPGraphic(GraphicServer4a, URL, BufferedInputStream) - Constructor for class org.foray.graphic.BMPGraphic
Constructor.
BODY_START - Static variable in class org.foray.fotree.value.Function
Constant indicating the "body-start" function.
Bookmark - Class in org.foray.fotree.fo.obj
A "bookmark" object in XSL-FO.
Bookmark(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Bookmark
Constructor.
BookmarkArea - Class in org.foray.area
The AreaTree representation of an fo:bookmark object.
BookmarkParentArea - Class in org.foray.area
Superclass for classes that can be parents of BookmarkAreas.
BookmarkParentArea() - Constructor for class org.foray.area.BookmarkParentArea
 
BookmarkTitle - Class in org.foray.fotree.fo.obj
A "bookmark-title" object in XSL-FO.
BookmarkTitle(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.BookmarkTitle
Constructor.
BookmarkTitleArea - Class in org.foray.area
The AreaTree representation of an fo:bookmark-title object.
BookmarkTree - Class in org.foray.fotree.fo.obj
A "bookmark-tree" object in XSL-FO.
BookmarkTree(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.BookmarkTree
Constructor.
BookmarkTreeArea - Class in org.foray.area
A NonArea class for items generated by fo:bookmark-tree.
BORDER_WIDTH_MEDIUM - Static variable in class org.foray.fotree.value.DtBorderWidth
The size, in millipoints, of a "medium" border (1000 millipoints).
BORDER_WIDTH_THICK - Static variable in class org.foray.fotree.value.DtBorderWidth
The size, in millipoints, of a "thick" border (2000 millipoints).
BORDER_WIDTH_THIN - Static variable in class org.foray.fotree.value.DtBorderWidth
The size, in millipoints, of a "thin" border (500 millipoints).
BoundingBox4a - Class in org.foray.common.ps
A PostScript bounding box.
BoundingBox4a(float, float, float, float) - Constructor for class org.foray.common.ps.BoundingBox4a
Constructor.
BoundingBox4a(float[]) - Constructor for class org.foray.common.ps.BoundingBox4a
Constructor for a pre-existing float array.
bpdAncestorBlockOrRa() - Method in class org.foray.area.AreaNode
 
bpdAncestorBlockOrRa() - Method in class org.foray.pioneer.OverrideGraftingContext
 
bpdUsedByChildren() - Method in class org.foray.area.NormalFlowRA
Returns the sum of the bpd of each child.
brBpd() - Method in class org.foray.area.Area
 
BREAK_AFTER - Static variable in class org.foray.pioneer.FONodePL
value of progress after break-after.
breakIntoLines(Iterator<LbContent>) - Method in class org.foray.linebreak.OptimumFitLb4a
 
brIpd() - Method in class org.foray.area.Area
 
brOriginBPDOffset() - Method in class org.foray.area.Area
The difference, in millipoints, between the page-viewport-area's before-edge and this Area's border-rectangle before-edge.
brOriginIPDOffset() - Method in class org.foray.area.Area
The difference, in millipoints, between the page-viewport-area's start-edge and this Area's border-rectangle start-edge.
brOriginX() - Method in class org.foray.area.Area
 
brOriginX() - Method in class org.foray.area.RegionRABody
 
brOriginY() - Method in class org.foray.area.Area
 
brOriginY() - Method in class org.foray.area.RegionRABody
 
brPoints() - Method in class org.foray.area.Area
Returns the border rectangle measured in points (1/72 of an inch).
bufferToByteArray(StringBuilder) - Static method in class org.foray.pdf.object.PDFObject
Converts a StringBuilder buffer to an array of bytes.
buildCountryKey(String, Country) - Static method in class org.foray.hyphen.HyphenationServer4a
Concatenates a language code with a country code to create a country key suitable for naming country-specific items.
buildEmbeddableSubset() - Method in class org.foray.font.format.ttf.TTFSubSetFile
Builds and returns the embeddable subset.
buildURLList(URL[], String) - Static method in class org.foray.common.url.URLUtil
This method is an attempt to standardize the way that URLs are constructed, and, more importantly, how they are converted into Streams or other i/o resources.
byteArrayCompare(byte[], int, byte[]) - Static method in class org.foray.common.ByteSequenceSearcher
Determine if the contents of bytesToFind is equal to the contents of bytesToSearch at a given location.
byteArrayToStream(byte[], OutputStream) - Method in class org.foray.pdf.object.PDFObject
Writes the content of a byte array to an output stream.
BYTES_PER_INT - Static variable in class org.foray.common.WKConstants
The number of bytes in an int, that is, 4.
BYTES_PER_KILOBYTE - Static variable in class org.foray.common.WKConstants
The number of bytes per kilobyte, that is, 1024.
BYTES_PER_LONG - Static variable in class org.foray.common.WKConstants
The number of bytes in a long, that is, 8.
BYTES_PER_SHORT - Static variable in class org.foray.common.WKConstants
The number of bytes in a short, that is, 2.
ByteSequenceSearcher - Class in org.foray.common
For illustration purposes, consider the file to be a sequence of bytes ordered from left to right.
ByteVector - Class in org.foray.common
A vector of bytes.
ByteVector() - Constructor for class org.foray.common.ByteVector
No-argument constructor.
ByteVector(int) - Constructor for class org.foray.common.ByteVector
Constructor.
ByteVectorPacked - Class in org.foray.common
A vector of nibbles, or half bytes.
ByteVectorPacked() - Constructor for class org.foray.common.ByteVectorPacked
No-argument constructor.
ByteVectorPacked(int) - Constructor for class org.foray.common.ByteVectorPacked
Constructor.

C

calcColumnOrigins() - Method in class org.foray.area.TableRA
Computes the content-rectangle point-of-origin "X" value for a column in this table.
canAddLineArea(NormalBlockArea) - Method in class org.foray.area.SpanRA
Indicates whether a new line can be added to a given block area.
canBreakMidWord(String) - Static method in class org.foray.text.line.LineBreaker
Indicates the validity of breaking a word in the middle without hyphenation, based on a given language.
canEncode(int) - Method in class org.foray.ps.encode.CMap
 
canEncode(int) - Method in class org.foray.ps.encode.EncodingVector4a
 
canEvalBorderStyle(PropertyValue) - Method in class org.foray.fotree.fo.AbstractFoProperty
Indicates whether a given property value can evaluate to a BorderStyle enumeration.
canEvalColor() - Method in class org.foray.fotree.value.DtAngle
 
canEvalColor() - Method in class org.foray.fotree.value.DtBorderWidth
 
canEvalColor() - Method in class org.foray.fotree.value.DtCharacter
 
canEvalColor() - Method in class org.foray.fotree.value.DtColor
Indicates whether this property value has the ability to express itself as a Color.
canEvalColor() - Method in class org.foray.fotree.value.DtCountry
 
canEvalColor() - Method in class org.foray.fotree.value.DtFrequency
 
canEvalColor() - Method in class org.foray.fotree.value.DtInteger
 
canEvalColor() - Method in class org.foray.fotree.value.DtKeep
 
canEvalColor() - Method in class org.foray.fotree.value.DtLanguage
 
canEvalColor() - Method in class org.foray.fotree.value.DtLength
 
canEvalColor() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
canEvalColor() - Method in class org.foray.fotree.value.DtLengthConditional
 
canEvalColor() - Method in class org.foray.fotree.value.DtLengthRange
 
canEvalColor() - Method in class org.foray.fotree.value.DtName
 
canEvalColor() - Method in class org.foray.fotree.value.DtNumber
 
canEvalColor() - Method in class org.foray.fotree.value.DtPercentage
 
canEvalColor() - Method in class org.foray.fotree.value.DtRectangle
 
canEvalColor() - Method in class org.foray.fotree.value.DtScript
 
canEvalColor() - Method in class org.foray.fotree.value.DtShadowEffect
 
canEvalColor() - Method in class org.foray.fotree.value.DtSpace
 
canEvalColor() - Method in class org.foray.fotree.value.DtString
 
canEvalColor() - Method in class org.foray.fotree.value.DtTextDeco
 
canEvalColor() - Method in class org.foray.fotree.value.DtTime
 
canEvalColor() - Method in class org.foray.fotree.value.DtURI
 
canEvalColor() - Method in class org.foray.fotree.value.DtWritingMode
 
canEvalColor() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
canEvalColor() - Method in class org.foray.fotree.value.ExprInner
 
canEvalColor() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
canEvalColor() - Method in class org.foray.fotree.value.ExprUnaryOper
 
canEvalColor() - Method in class org.foray.fotree.value.FnAbs
 
canEvalColor() - Method in class org.foray.fotree.value.FnBodyStart
 
canEvalColor() - Method in class org.foray.fotree.value.FnCeiling
 
canEvalColor() - Method in class org.foray.fotree.value.FnFloor
 
canEvalColor() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
canEvalColor() - Method in class org.foray.fotree.value.FnFromParent
 
canEvalColor() - Method in class org.foray.fotree.value.FnFromTableColumn
 
canEvalColor() - Method in class org.foray.fotree.value.FnInheritedProp
 
canEvalColor() - Method in class org.foray.fotree.value.FnLabelEnd
 
canEvalColor() - Method in class org.foray.fotree.value.FnMax
 
canEvalColor() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
canEvalColor() - Method in class org.foray.fotree.value.FnMin
 
canEvalColor() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
canEvalColor() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
canEvalColor() - Method in class org.foray.fotree.value.FnRgb
Indicates whether this property value has the ability to express itself as a Color.
canEvalColor() - Method in class org.foray.fotree.value.FnRgbIcc
Indicates whether this property value has the ability to express itself as a Color.
canEvalColor() - Method in class org.foray.fotree.value.FnRound
 
canEvalColor() - Method in class org.foray.fotree.value.FnSystemColor
Indicates whether this property value has the ability to express itself as a Color.
canEvalColor() - Method in class org.foray.fotree.value.FnSystemFont
 
canEvalColor() - Method in interface org.foray.fotree.value.PropertyValue
Indicates whether this property value has the ability to express itself as a Color.
canEvalColor() - Method in class org.foray.fotree.value.PropertyValueStatic
 
canEvalInteger() - Method in class org.foray.fotree.value.DtAngle
 
canEvalInteger() - Method in class org.foray.fotree.value.DtBorderWidth
 
canEvalInteger() - Method in class org.foray.fotree.value.DtCharacter
 
canEvalInteger() - Method in class org.foray.fotree.value.DtColor
 
canEvalInteger() - Method in class org.foray.fotree.value.DtCountry
 
canEvalInteger() - Method in class org.foray.fotree.value.DtFrequency
 
canEvalInteger() - Method in class org.foray.fotree.value.DtInteger
 
canEvalInteger() - Method in class org.foray.fotree.value.DtKeep
 
canEvalInteger() - Method in class org.foray.fotree.value.DtLanguage
 
canEvalInteger() - Method in class org.foray.fotree.value.DtLength
 
canEvalInteger() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
canEvalInteger() - Method in class org.foray.fotree.value.DtLengthConditional
 
canEvalInteger() - Method in class org.foray.fotree.value.DtLengthRange
 
canEvalInteger() - Method in class org.foray.fotree.value.DtName
 
canEvalInteger() - Method in class org.foray.fotree.value.DtNumber
 
canEvalInteger() - Method in class org.foray.fotree.value.DtPercentage
 
canEvalInteger() - Method in class org.foray.fotree.value.DtRectangle
 
canEvalInteger() - Method in class org.foray.fotree.value.DtScript
 
canEvalInteger() - Method in class org.foray.fotree.value.DtShadowEffect
 
canEvalInteger() - Method in class org.foray.fotree.value.DtSpace
 
canEvalInteger() - Method in class org.foray.fotree.value.DtString
 
canEvalInteger() - Method in class org.foray.fotree.value.DtTextDeco
 
canEvalInteger() - Method in class org.foray.fotree.value.DtTime
 
canEvalInteger() - Method in class org.foray.fotree.value.DtURI
 
canEvalInteger() - Method in class org.foray.fotree.value.DtWritingMode
 
canEvalInteger() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
canEvalInteger() - Method in class org.foray.fotree.value.ExprInner
 
canEvalInteger() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
canEvalInteger() - Method in class org.foray.fotree.value.ExprUnaryOper
 
canEvalInteger() - Method in class org.foray.fotree.value.FnAbs
 
canEvalInteger() - Method in class org.foray.fotree.value.FnBodyStart
 
canEvalInteger() - Method in class org.foray.fotree.value.FnCeiling
 
canEvalInteger() - Method in class org.foray.fotree.value.FnFloor
 
canEvalInteger() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
canEvalInteger() - Method in class org.foray.fotree.value.FnFromParent
 
canEvalInteger() - Method in class org.foray.fotree.value.FnFromTableColumn
 
canEvalInteger() - Method in class org.foray.fotree.value.FnInheritedProp
 
canEvalInteger() - Method in class org.foray.fotree.value.FnLabelEnd
 
canEvalInteger() - Method in class org.foray.fotree.value.FnMax
 
canEvalInteger() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
canEvalInteger() - Method in class org.foray.fotree.value.FnMin
 
canEvalInteger() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
canEvalInteger() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
canEvalInteger() - Method in class org.foray.fotree.value.FnRgb
 
canEvalInteger() - Method in class org.foray.fotree.value.FnRgbIcc
 
canEvalInteger() - Method in class org.foray.fotree.value.FnRound
 
canEvalInteger() - Method in class org.foray.fotree.value.FnSystemColor
 
canEvalInteger() - Method in class org.foray.fotree.value.FnSystemFont
 
canEvalInteger() - Method in interface org.foray.fotree.value.PropertyValue
Indicates whether this property value has the ability to express itself as an integer Numeric item.
canEvalInteger() - Method in class org.foray.fotree.value.PropertyValueStatic
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtAngle
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtBorderWidth
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtCharacter
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtColor
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtCountry
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtFrequency
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtInteger
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtKeep
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtLanguage
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtLength
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtLengthConditional
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtLengthRange
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtName
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtNumber
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtPercentage
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtRectangle
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtScript
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtShadowEffect
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtSpace
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtString
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtTextDeco
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtTime
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtURI
 
canEvalKeyword() - Method in class org.foray.fotree.value.DtWritingMode
 
canEvalKeyword() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
canEvalKeyword() - Method in class org.foray.fotree.value.ExprInner
 
canEvalKeyword() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
canEvalKeyword() - Method in class org.foray.fotree.value.ExprUnaryOper
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnAbs
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnBodyStart
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnCeiling
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnFloor
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnFromParent
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnFromTableColumn
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnInheritedProp
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnLabelEnd
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnMax
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnMin
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnRgb
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnRgbIcc
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnRound
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnSystemColor
 
canEvalKeyword() - Method in class org.foray.fotree.value.FnSystemFont
 
canEvalKeyword() - Method in class org.foray.fotree.value.PropertyCollection
 
canEvalKeyword() - Method in interface org.foray.fotree.value.PropertyValue
Indicates whether this property value can evaluate to a keyword.
canEvalKeyword() - Method in class org.foray.fotree.value.PvKeyword
 
canEvalKeyword() - Method in class org.foray.fotree.value.ValueCollection
 
canEvalLength() - Method in class org.foray.fotree.value.DtAngle
 
canEvalLength() - Method in class org.foray.fotree.value.DtBorderWidth
 
canEvalLength() - Method in class org.foray.fotree.value.DtCharacter
 
canEvalLength() - Method in class org.foray.fotree.value.DtColor
 
canEvalLength() - Method in class org.foray.fotree.value.DtCountry
 
canEvalLength() - Method in class org.foray.fotree.value.DtFrequency
 
canEvalLength() - Method in class org.foray.fotree.value.DtInteger
 
canEvalLength() - Method in class org.foray.fotree.value.DtKeep
 
canEvalLength() - Method in class org.foray.fotree.value.DtLanguage
 
canEvalLength() - Method in class org.foray.fotree.value.DtLength
 
canEvalLength() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
canEvalLength() - Method in class org.foray.fotree.value.DtLengthConditional
 
canEvalLength() - Method in class org.foray.fotree.value.DtLengthRange
 
canEvalLength() - Method in class org.foray.fotree.value.DtName
 
canEvalLength() - Method in class org.foray.fotree.value.DtNumber
 
canEvalLength() - Method in class org.foray.fotree.value.DtPercentage
 
canEvalLength() - Method in class org.foray.fotree.value.DtRectangle
 
canEvalLength() - Method in class org.foray.fotree.value.DtScript
 
canEvalLength() - Method in class org.foray.fotree.value.DtShadowEffect
 
canEvalLength() - Method in class org.foray.fotree.value.DtSpace
 
canEvalLength() - Method in class org.foray.fotree.value.DtString
 
canEvalLength() - Method in class org.foray.fotree.value.DtTextDeco
 
canEvalLength() - Method in class org.foray.fotree.value.DtTime
 
canEvalLength() - Method in class org.foray.fotree.value.DtURI
 
canEvalLength() - Method in class org.foray.fotree.value.DtWritingMode
 
canEvalLength() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
canEvalLength() - Method in class org.foray.fotree.value.ExprInner
 
canEvalLength() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
canEvalLength() - Method in class org.foray.fotree.value.ExprUnaryOper
 
canEvalLength() - Method in class org.foray.fotree.value.FnAbs
 
canEvalLength() - Method in class org.foray.fotree.value.FnBodyStart
 
canEvalLength() - Method in class org.foray.fotree.value.FnCeiling
 
canEvalLength() - Method in class org.foray.fotree.value.FnFloor
 
canEvalLength() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
canEvalLength() - Method in class org.foray.fotree.value.FnFromParent
 
canEvalLength() - Method in class org.foray.fotree.value.FnFromTableColumn
 
canEvalLength() - Method in class org.foray.fotree.value.FnInheritedProp
 
canEvalLength() - Method in class org.foray.fotree.value.FnLabelEnd
 
canEvalLength() - Method in class org.foray.fotree.value.FnMax
 
canEvalLength() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
canEvalLength() - Method in class org.foray.fotree.value.FnMin
 
canEvalLength() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
canEvalLength() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
canEvalLength() - Method in class org.foray.fotree.value.FnRgb
 
canEvalLength() - Method in class org.foray.fotree.value.FnRgbIcc
 
canEvalLength() - Method in class org.foray.fotree.value.FnRound
 
canEvalLength() - Method in class org.foray.fotree.value.FnSystemColor
 
canEvalLength() - Method in class org.foray.fotree.value.FnSystemFont
 
canEvalLength() - Method in interface org.foray.fotree.value.PropertyValue
Indicates whether this expression can be evaluated to a unit power = 1 (length) or not.
canEvalLength() - Method in class org.foray.fotree.value.PropertyValueStatic
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtAngle
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtBorderWidth
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtCharacter
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtColor
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtCountry
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtFrequency
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtInteger
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtKeep
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtLanguage
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtLength
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtLengthConditional
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtLengthRange
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtName
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtNumber
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtPercentage
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtRectangle
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtScript
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtShadowEffect
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtSpace
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtString
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtTextDeco
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtTime
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtURI
 
canEvalNumeric() - Method in class org.foray.fotree.value.DtWritingMode
 
canEvalNumeric() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
canEvalNumeric() - Method in class org.foray.fotree.value.ExprInner
 
canEvalNumeric() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
canEvalNumeric() - Method in class org.foray.fotree.value.ExprUnaryOper
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnAbs
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnBodyStart
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnCeiling
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnFloor
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnFromParent
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnFromTableColumn
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnInheritedProp
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnLabelEnd
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnMax
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnMin
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnRgb
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnRgbIcc
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnRound
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnSystemColor
 
canEvalNumeric() - Method in class org.foray.fotree.value.FnSystemFont
 
canEvalNumeric() - Method in interface org.foray.fotree.value.PropertyValue
Indicates whether this property value has the ability to express itself as a Numeric item.
canEvalNumeric() - Method in class org.foray.fotree.value.PropertyValueStatic
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtAngle
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtBorderWidth
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtCharacter
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtColor
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtCountry
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtFrequency
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtInteger
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtKeep
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtLanguage
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtLength
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtLengthConditional
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtLengthRange
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtName
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtNumber
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtPercentage
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtRectangle
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtScript
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtShadowEffect
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtSpace
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtString
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtTextDeco
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtTime
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtURI
 
canEvalPercentage() - Method in class org.foray.fotree.value.DtWritingMode
 
canEvalPercentage() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
canEvalPercentage() - Method in class org.foray.fotree.value.ExprInner
 
canEvalPercentage() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
canEvalPercentage() - Method in class org.foray.fotree.value.ExprUnaryOper
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnAbs
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnBodyStart
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnCeiling
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnFloor
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnFromParent
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnFromTableColumn
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnInheritedProp
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnLabelEnd
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnMax
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnMin
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnRgb
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnRgbIcc
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnRound
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnSystemColor
 
canEvalPercentage() - Method in class org.foray.fotree.value.FnSystemFont
 
canEvalPercentage() - Method in interface org.foray.fotree.value.PropertyValue
Indicates whether this property value can evaluate to a percentage.
canEvalPercentage() - Method in class org.foray.fotree.value.PropertyValueStatic
 
canEvalUri(PropertyValue) - Method in class org.foray.fotree.fo.AbstractFoProperty
Indicates whether a given property value can evaluate to a URI.
canMakeFontOutput(String) - Method in class org.foray.font.FontUse4a
 
canMakeGraphicOutput(String) - Method in class org.foray.graphic.Graphic4a
 
canMakeGraphicOutput(String) - Method in class org.foray.graphic.TempImage
 
canUserAnnotate() - Method in class org.foray.core.OutputConfig
 
canUserCopy() - Method in class org.foray.core.OutputConfig
 
canUserModify() - Method in class org.foray.core.OutputConfig
 
canUserPrint() - Method in class org.foray.core.OutputConfig
 
capacity() - Method in class org.foray.common.ByteVector
Returns the current capacity of the vector.
capacity() - Method in class org.foray.common.ByteVectorPacked
Returns the current capacity of the vector, in half-bytes.
capacityRemaining() - Method in class org.foray.area.LineArea
 
capacityTotal() - Method in class org.foray.area.LineArea
 
capacityUsed() - Method in class org.foray.area.LineArea
 
CARRIAGE_RETURN - Static variable in class org.foray.common.WKConstants
The carriage-return character, cast as a byte.
CARRIAGE_RETURN - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "carriage-return" character.
CcittFaxDecodeFilter - Class in org.foray.ps.filter
A CCITTFaxDecode filter.
CcittFaxDecodeFilter(InputStream) - Constructor for class org.foray.ps.filter.CcittFaxDecodeFilter
Constructor.
CcittFaxEncodeFilter - Class in org.foray.ps.filter
CCF Filter class.
CcittFaxEncodeFilter(OutputStream, boolean) - Constructor for class org.foray.ps.filter.CcittFaxEncodeFilter
Constructor.
CEILING - Static variable in class org.foray.fotree.value.Function
Constant indicating the "ceiling" function.
CF_BIT_ARG_1_AND_2_ARE_WORDS - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The bit in the composite flag indicating ARG_1_AND_2_ARE_WORDS.
CF_BIT_ARGS_ARE_XY_VALUES - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The bit in the composite flag indicating ARGS_ARE_XY_VALUES.
CF_BIT_MORE_COMPONENTS - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The bit in the composite flag indicating MORE_COMPONENTS.
CF_BIT_ROUND_XY_TO_GRID - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The bit in the composite flag indicating ROUND_XY_TO_GRID.
CF_BIT_USE_MY_METRICS - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The bit in the composite flag indicating USE_MY_METRICS.
CF_BIT_WE_HAVE_A_SCALE - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The bit in the composite flag indicating WE_HAVE_A_SCALE.
CF_BIT_WE_HAVE_A_TWO_BY_TWO - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The bit in the composite flag indicating WE_HAVE_A_TWO_BY_TWO.
CF_BIT_WE_HAVE_AN_X_AND_Y_SCALE - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The bit in the composite flag indicating WE_HAVE_AN_X_AND_Y_SCALE.
CF_BIT_WE_HAVE_INSTRUCTIONS - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The bit in the composite flag indicating WE_HAVE_INSTRUCTIONS.
ChangeBarBegin - Class in org.foray.fotree.fo.obj
A "change-bar-begin" object in XSL-FO.
ChangeBarBegin(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ChangeBarBegin
Constructor.
ChangeBarEnd - Class in org.foray.fotree.fo.obj
A "change-bar-end" object in XSL-FO.
ChangeBarEnd(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ChangeBarEnd
Constructor.
CHAR_STRINGS_KEY - Static variable in class org.foray.ps.type1.PsFontDictionary4a
Key to the "CharStrings" entry.
Character - Class in org.foray.fotree.fo.obj
A "character" object in XSL-FO.
Character(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Character
Constructor.
CHARACTER_NOT_SPECIFIED - Static variable in class org.foray.fotree.fo.prop.AbstractCharacter
This value is not valid Unicode text, and is used to indicate that the required "character" property for fo:character was not specified.
CharacterOutputStream - Class in org.foray.common
Output stream used to write character-based data (that is, Strings) to a wrapped (byte-based) output stream.
CharacterOutputStream(OutputStream, boolean) - Constructor for class org.foray.common.CharacterOutputStream
Constructor.
characters(char[], int, int) - Method in class org.foray.core.ConfigurationParser
 
characters(String) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
Send a String of character data.
characters(char[], int, int) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
characters(char[], int, int) - Method in class org.foray.fotree.ForeignXML
This is pretending to be a SAX Handler for the characters (content) of an element.
characters(char[], int, int) - Method in class org.foray.fotree.FOTreeBuilder
 
characters(char[], int, int) - Method in class org.foray.hyphen.PatternParser
 
characters(char[], int, int) - Method in class org.foray.hyphen.util.NatLangParser
 
characters(char[], int, int) - Method in class org.foray.hyphen.util.ValidateChars
 
characters(char[], int, int) - Method in class org.foray.xml.FOrayPretty
 
CharacterSequence4a - Class in org.foray.fotree.fo.obj
A text node in the formatting object tree.
CharacterSequence4a(FObj, char[]) - Constructor for class org.foray.fotree.fo.obj.CharacterSequence4a
Constructor.
CharacterUtils - Class in org.foray.common.util
Utilities related to char and Character.
charAt(int) - Method in class org.foray.common.CharSequenceSubset
 
charAt(int) - Method in class org.foray.fotree.fo.obj.FoInterword
 
charAt(int) - Method in class org.foray.fotree.fo.obj.FoWord
 
charAt(int) - Method in class org.foray.hyphen.Interword4a
 
charAt(int) - Method in class org.foray.hyphen.Word4a
 
charAt(int) - Method in class org.foray.hyphen.WordWrapper
 
CharSequenceSubset - Class in org.foray.common
A wrapper around another CharSequence, providing a view of a subset of that sequence.
CharSequenceSubset(CharSequence, int, int) - Constructor for class org.foray.common.CharSequenceSubset
Constructor.
CharSequenceUtils - Class in org.foray.common.util
Utilities related to CharSequence.
CharSet4a - Class in org.foray.ps.encode
The FOray implementation of CharSet.
CharSet4a(String, char[]) - Constructor for class org.foray.ps.encode.CharSet4a
Constructor suitable for character sets that contain only 16-bit characters.
CharSet4a(String, int[]) - Constructor for class org.foray.ps.encode.CharSet4a
General constructor suitable for character sets containing 16-bit codePoints, 32-bit code points, or both.
CHARSET_ISO_8859_1 - Static variable in class org.foray.common.util.CharsetUtils
Constant indicating the ISO-8859-1 character set.
CHARSET_US_ASCII - Static variable in class org.foray.common.util.CharsetUtils
Constant indicating the U.S.
CHARSET_UTF_16 - Static variable in class org.foray.common.util.CharsetUtils
Constant indicating the UTF-16 character set.
CHARSET_UTF_16BE - Static variable in class org.foray.common.util.CharsetUtils
Constant indicating the UTF-16, big-endian character set.
CHARSET_UTF_16LE - Static variable in class org.foray.common.util.CharsetUtils
Constant indicating the UTF-16, little-endian character set.
CHARSET_UTF_8 - Static variable in class org.foray.common.util.CharsetUtils
Constant indicating the UTF-8 character set.
CharSetExtendedRoman - Class in org.foray.ps.encode
Class containing hard-coded values that represent the ExtendedRoman character set.
CharSetParser - Class in org.foray.ps.encode
A GlyphListParser instance parses a glyph list, arranging its data for efficient use during processing.
CharSetParser(InputStream) - Constructor for class org.foray.ps.encode.CharSetParser
Create a new CharSetParser instance.
CharsetUtils - Class in org.foray.common.util
Utilities related to Charsets.
CharSetWindowsANSI - Class in org.foray.ps.encode
Class containing hard-coded values that represent the "Windows ANSI" character set, also known as Windows Code Page 1252.
charToHexString(char, boolean, int) - Static method in class org.foray.common.StringUtil
Returns a String representing a character's hex value.
charToOctalString(char, int) - Static method in class org.foray.common.StringUtil
Returns a String representing a character's octal value.
charWidth(LineText, int, int) - Method in class org.foray.text.line.LineBreaker
Computes the width of a given character.
CHECK_SUM_ADJUSTMENT_OFFSET - Static variable in class org.foray.font.format.ttf.TTFTableHEAD
Constant for the offset to the "checkSumAdjustment" in this table.
CHECK_SUM_CONSTANT - Static variable in class org.foray.font.format.ttf.TTFTableHEAD
A magic number used in the checksum computation.
checkBreakAfter(Break) - Static method in enum org.foray.pioneer.Status
Converts a given "break-after" value to the appropriate Status.
checkBreakBefore(Fo, Area) - Method in class org.foray.pioneer.PioneerLS
Indicates whether a "break-before" condition exists for a given FO Tree node being laid out in a given AreaTree area.
checkExceptionLocation(FoTreeException) - Method in class org.foray.fotree.FObj
Sets the location (from the SAX Locator) of an exception if it has not been set already.
checkKeywords(AxslValue[], String) - Method in class org.foray.fotree.axsl.AbstractAxslProperty
Checks the keywords for this property, returning an appropriate property value if a keyword is detected.
checkKeywords(FoValue[], String) - Method in class org.foray.fotree.fo.AbstractFoProperty
Checks the keywords for this property, returning an appropriate property value if a keyword is detected.
checkKeywords(FoValue[], String) - Method in class org.foray.fotree.xml.AbstractXmlProperty
Checks the keywords for this property, returning an appropriate property value if a keyword is detected.
checkSubstitution(IntArrayBuilder, int) - Method in class org.foray.font.format.ttf.OTFLookupGSUBx04x01.Ligature
Checks this ligature to see if it matches the current position in a sequence of glyphIndexes, and if so, makes the substitution.
checkUnmatchedReference(FObj) - Method in class org.foray.fotree.fo.obj.Root
For a given object that references an id, checks whether that id has already been registered and, if not, adds the object to a list of objects whose references have not yet been found.
children() - Method in class org.foray.common.AbstractOrderedTreeNode
 
childrenAsStrings() - Method in class org.foray.fotree.fo.obj.FlowTargetList
Returns the "region-name-reference" property of each child region-name-specifier in a list.
CIEBASED_A - Static variable in class org.foray.ps.PsColorSpace
Constant indicating a CIE-based 1-channel colorspace.
CIEBASED_ABC - Static variable in class org.foray.ps.PsColorSpace
Constant indicating a CIE-based 3-channel colorspace.
ClassService - Class in org.foray.common
This class loads services present in the class path.
cleanup() - Method in class org.foray.area.LineArea
This method should be called before a LineArea is discarded to clean up dependencies between nodes in the tree.
cleanup(FOrayTarget) - Method in class org.foray.core.FOrayDocument
A hook for clients to call, allowing the document to clean up after itself.
cleanup() - Method in class org.foray.core.FOrayTarget
Closes the OutputStream, if any.
clone() - Method in class org.foray.common.TernaryTreeMap
 
clone() - Method in class org.foray.ps.PsGraphicsState
 
clone() - Method in class org.foray.ps.PsInteger
 
clone() - Method in class org.foray.ps.PsNumber
 
clone() - Method in class org.foray.ps.PsReal
 
close() - Method in class org.foray.graphic.Graphic4a
 
close() - Method in class org.foray.graphic.TempImage
 
close() - Method in class org.foray.pdf.object.PDFContentStream
 
close() - Method in class org.foray.pdf.object.PDFDocument
 
close() - Method in class org.foray.ps.PsFile
Closes this file.
closeFile(PsInterpreter4a) - Method in class org.foray.ps.PsFile
Close the input file.
closepath() - Method in class org.foray.ps.PsGraphicsState
Closes the current sub-path.
closepathDevice() - Method in class org.foray.ps.java2d.Java2DSystemDict
 
closepathDevice() - Method in class org.foray.ps.pdf.PDFSystemDict
 
closepathDevice() - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "closepath".
closepathDevice() - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
closeTextObject() - Method in class org.foray.pdf.object.PDFContentStream
Closes any open text object.
CM_PER_INCH - Static variable in class org.foray.common.WKConstants
The number of centimeters per inch.
CMap - Class in org.foray.ps.encode
Abstract superclass for all CMap Tables.
CMap() - Constructor for class org.foray.ps.encode.CMap
 
CMap04 - Class in org.foray.ps.encode
Class containing a set of 16-bit Unicode ranges that sequentially map to the same-sized range of glyph indexes.
CMap04(String, int) - Constructor for class org.foray.ps.encode.CMap04
Constructor.
CMap04Entry - Class in org.foray.ps.encode
Contains one entry from a TrueType CMap subtable, format 4, which handles 16-bit Unicode codepoint ranges.
CMap04Entry(char, char, char) - Constructor for class org.foray.ps.encode.CMap04Entry
Constructor for contiguous entries.
CMap04Entry(char, char, char[]) - Constructor for class org.foray.ps.encode.CMap04Entry
Constructor for non-contiguous entries.
CMap12 - Class in org.foray.ps.encode
Class containing a set of 32-bit Unicode ranges that sequentially map to the same-sized range of glyph indexes.
CMap12(String, int) - Constructor for class org.foray.ps.encode.CMap12
Constructor.
CMap12Entry - Class in org.foray.ps.encode
Contains one entry from a TrueType CMap subtable, Format 12, which handles 32-bit Unicode codepoint ranges.
CMap12Entry(int, int, int) - Constructor for class org.foray.ps.encode.CMap12Entry
Constructor.
CMAP_FORMAT_0 - Static variable in class org.foray.font.format.ttf.TTFTableCMAP
Constant indicating that this CMap table is format 0.
CMAP_FORMAT_12 - Static variable in class org.foray.font.format.ttf.TTFTableCMAP
Constant indicating that this CMap table is format 12.
CMAP_FORMAT_2 - Static variable in class org.foray.font.format.ttf.TTFTableCMAP
Constant indicating that this CMap table is format 2.
CMAP_FORMAT_4 - Static variable in class org.foray.font.format.ttf.TTFTableCMAP
Constant indicating that this CMap table is format 4.
CMAP_FORMAT_6 - Static variable in class org.foray.font.format.ttf.TTFTableCMAP
Constant indicating that this CMap table is format 6.
CMAP_FORMAT_UNKNOWN - Static variable in class org.foray.font.format.ttf.TTFTableCMAP
Constant indicating that this CMap table is in an unknown format.
COLOR_DEPTH_MARKER - Static variable in class org.foray.graphic.JPEGGraphic
Byte value indicating a Color-Depth Marker.
COLOR_RGB_TRANSPARENT - Static variable in class org.foray.fotree.value.DtColor
A standard transparent color.
COLOR_SPACE_CMYK - Static variable in class org.foray.graphic.JPEGGraphic
Constant used in a JPEG file to indicate that the color-space is CMYK (four channels).
COLOR_SPACE_GRAY - Static variable in class org.foray.graphic.JPEGGraphic
Constant used in a JPEG file to indicate that the color-space is grayscale.
COLOR_SPACE_OFFSET - Static variable in class org.foray.graphic.JPEGGraphic
The offset, in bytes, to the color space information.
COLOR_SPACE_RGB - Static variable in class org.foray.graphic.JPEGGraphic
Constant used in a JPEG file to indicate that the color-space is RGB (three channels).
ColorProfile - Class in org.foray.fotree.fo.obj
A "color-profile" object in XSL-FO.
ColorProfile(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ColorProfile
Constructor.
ColorSpaceCMYK - Class in org.foray.common
A ColorSpace implementation for CMYK.
colorToFloat(int) - Static method in class org.foray.render.Renderer
Converts a color value in the range 0 - 255 to its floating-point equivalant, that is, a value in the range 0 - 1.
ColorUtil - Class in org.foray.common
Utility class for colors.
columnNumber() - Method in class org.foray.area.NormalFlowRA
Returns the 1-based column number, that is, the first column will be 1, the second 2, etc.
Command - Class in org.foray.render.awt.viewer
This class represents UI-commands, which can be used as menu or toolbar items
.
Command(PreviewDialog, String) - Constructor for class org.foray.render.awt.viewer.Command
Constructor for no icon.
Command(PreviewDialog, String, ImageIcon) - Constructor for class org.foray.render.awt.viewer.Command
Constructor for a resolved icon.
Command(PreviewDialog, String, String) - Constructor for class org.foray.render.awt.viewer.Command
Constructor for a named icon.
COMMAND_LINE_EXAMPLE_001 - Static variable in class org.foray.app.FOray
Command-line example for testing and documentation.
COMMAND_LINE_EXAMPLE_002 - Static variable in class org.foray.app.FOray
Command-line example for testing and documentation.
COMMAND_LINE_EXAMPLE_003 - Static variable in class org.foray.app.FOray
Command-line example for testing and documentation.
COMMAND_LINE_EXAMPLE_004 - Static variable in class org.foray.app.FOray
Command-line example for testing and documentation.
COMMAND_LINE_EXAMPLES - Static variable in class org.foray.app.FOray
Examples of command-line arguments.
CommandLineOptions - Class in org.foray.app
Parses the commandline arguments.
CommandLineOptions(CommandLine) - Constructor for class org.foray.app.CommandLineOptions
Constructor.
CommandLineStarter - Class in org.foray.app
Superclass for all classes which start FOray from the commandline.
CommandLineStarter(SessionConfig, OutputConfig, CommandLineOptions) - Constructor for class org.foray.app.CommandLineStarter
Constructor.
comment(String) - Method in class org.foray.common.CharacterOutputStream
Writes a given comment, if comments are enabled.
comment(String) - Method in class org.foray.render.ps.PSRenderer
Write out a comment, iff comments are enabled.
comment(char[], int, int) - Method in class org.foray.xml.FOrayPretty
 
compareNullTerminated(CharSequence, int, CharSequence) - Static method in class org.foray.common.util.CharSequenceUtils
Compares a null-terminated string in one CharSequence with another one.
compareNullTerminated(CharSequence, int, CharSequence, int) - Static method in class org.foray.common.util.CharSequenceUtils
Compares a null-terminated string in one CharSequence with another one.
compareNullTerminated(CharSequence, int, CharSequence, int, int) - Static method in class org.foray.common.util.CharSequenceUtils
Compares a null-terminated string in one CharSequence with that in another.
compareTo(PsNumber) - Method in class org.foray.ps.PsNumber
 
completeCurrentLine() - Method in class org.foray.pioneer.BlockPL
Notify this block that the area has completed layout.
completeCurrentLineInBlock(NormalBlockArea) - Method in class org.foray.pioneer.PioneerLS
Completes the current line in a given block area.
COMPRESSION_CCITT_GROUP_3 - Static variable in class org.foray.graphic.TIFFGraphic
Constant indicating that the image is compressed using CCITT Group 3.
COMPRESSION_CCITT_GROUP_4 - Static variable in class org.foray.graphic.TIFFGraphic
Constant indicating that the image is compressed using CCITT Group 4.
COMPRESSION_CCITT_ID - Static variable in class org.foray.graphic.TIFFGraphic
Constant indicating that the image is compressed using CCITT ID.
COMPRESSION_JPEG - Static variable in class org.foray.graphic.TIFFGraphic
Constant indicating that the image is compressed using JPEG.
COMPRESSION_LZW - Static variable in class org.foray.graphic.TIFFGraphic
Constant indicating that the image is compressed using LZW.
COMPRESSION_PACKBITS - Static variable in class org.foray.graphic.TIFFGraphic
Constant indicating that the image is compressed using Packbits.
COMPRESSION_UNCOMPRESSED - Static variable in class org.foray.graphic.TIFFGraphic
Constant indicating that the image is uncompressed.
COMPRESSION_UNCOMPRESSED_2 - Static variable in class org.foray.graphic.TIFFGraphic
Constant indicating that the image is uncompressed.
computeAutoBaseline(FoContext) - Method in class org.foray.fotree.FObj
Computes the dominant-baseline="auto" value.
computeByteIndex(int) - Method in class org.foray.common.ByteVectorPacked
Converts an index specified for nibbles into the correct index to use to retrieve the byte containing that nibble.
computeCompositeEntrySize(int) - Static method in class org.foray.font.format.ttf.TTFTableGLYF
Computes the size, in bytes, of a composite entry, based on the flags for that entry.
computeInitialPD() - Method in class org.foray.area.AreaFlexible
Initialize the progression dimension for this Area.
computeInitialPD() - Method in class org.foray.area.ExternalGraphicArea
 
computeInitialPD() - Method in class org.foray.area.LineArea
 
computeIsProportional() - Method in class org.foray.font.format.type1.Type1MetricsParserPFM
Computes whether this is a fixed width or proportional font.
computeSegmentBoundaries() - Method in class org.foray.font.format.type1.Type1FontParser
Computes the size of the various segments.
computeSegmentBoundaries() - Method in class org.foray.font.format.type1.Type1FontParserPFA
 
computeSegmentBoundaries() - Method in class org.foray.font.format.type1.Type1FontParserPFB
 
computeShape(Shape, int) - Method in class org.foray.fotree.value.DtRectangle
 
computeShape(Shape, int) - Method in class org.foray.fotree.value.DtShape
Computes the shape described by this.
concatMatrices(PsInterpreter4a, PsMatrix, PsMatrix) - Static method in class org.foray.ps.PsMatrix
Multiplies the two matrices together and returns the product matrix.
CONDITIONALITY_KEYWORDS - Static variable in class org.foray.fotree.value.DtSpace
Array of the keywords that describe conditionality.
ConditionalPageMasterReference - Class in org.foray.fotree.fo.obj
A "conditional-page-master-reference" object in XSL-FO.
ConditionalPageMasterReference(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ConditionalPageMasterReference
Constructor.
ConfigGenerator - Class in org.foray.font.config
Creates a default axsl-compliant font-configuration file from fonts in a set of directories.
ConfigGenerator(FontServer4a) - Constructor for class org.foray.font.config.ConfigGenerator
Basic Constructor.
ConfigParser - Class in org.foray.font.config
SAX2 Handler which retrieves the font configuration information and stores it in FontServer.
ConfigParser(FontServer4a, InputSource) - Constructor for class org.foray.font.config.ConfigParser
Constructor.
Configuration - Class in org.foray.common
Abstract superclass for configuration options.
Configuration() - Constructor for class org.foray.common.Configuration
Constructor.
ConfigurationException - Exception in org.foray.common
Exception class for errors in configuring FOray.
ConfigurationException(String) - Constructor for exception org.foray.common.ConfigurationException
Constructs a new exception with the specified detail message.
ConfigurationException(String, Throwable) - Constructor for exception org.foray.common.ConfigurationException
Constructs a new exception with the specified detail message and cause.
ConfigurationParser - Class in org.foray.core
SAX2 Handler which retrieves the configuration information and stores them in Configuration.
ConfigurationParser(SessionConfig, Configuration, InputSource) - Constructor for class org.foray.core.ConfigurationParser
Constructor.
ConfiguredFont - Class in org.foray.font.config
Collector of information needed in order to register a font.
CONNECTOR - Static variable in class org.foray.text.line.solitary.SolitaryLineBreaker
Possible value for SolitaryLineBreaker.previousCharacter, indicating that the previous character was an interword connectors, like whitespace or a hyphen.
ConsumerFont4a - Class in org.foray.font
A ConsumerFont represents a Font as used by a specific FontConsumer.
ConsumerFont4a(Font4a, FontConsumer4a) - Constructor for class org.foray.font.ConsumerFont4a
Constructor.
ContainerRA - Class in org.foray.area
Abstract superclass for areas that are primarily for collection and positioning other areas.
ContainerRA() - Constructor for class org.foray.area.ContainerRA
Constructor.
contains(AreaNode) - Method in class org.foray.area.FOLinkageNormal
Indicates whether a given area was generated by this linkage.
contains(String) - Method in class org.foray.render.awt.viewer.SecureResourceBundle
 
contains(String) - Method in interface org.foray.render.awt.viewer.Translator
Indicates whether a given key exists.
containsChar(char) - Method in class org.foray.ps.encode.CMap04Entry
Indicates whether this entry can encode a given character.
containsChar(int) - Method in class org.foray.ps.encode.CMap12Entry
Indicates whether this entry can encode a given character.
containsNonWord(String) - Static method in class org.foray.hyphen.util.WordList
Indicates whether a given word contains any non-word characters.
containsText(char[], int, int) - Method in class org.foray.fotree.FObj
Indicates whether a given char array contains non-whitespace text.
contentComplete() - Method in class org.foray.area.AreaTree
 
contentStackingAxis() - Method in class org.foray.area.AbstractInlineArea
 
contentStackingAxis() - Method in class org.foray.area.AbstractTablePartContainer
 
contentStackingAxis() - Method in class org.foray.area.Area
Returns the content stacking axis for this area.
contentStackingAxis() - Method in class org.foray.area.BeforeFloatRA
 
contentStackingAxis() - Method in class org.foray.area.BlockContainerRA
 
contentStackingAxis() - Method in class org.foray.area.FootnoteRA
 
contentStackingAxis() - Method in class org.foray.area.LineArea
Returns the content stacking axis for this area.
contentStackingAxis() - Method in class org.foray.area.ListBlockArea
 
contentStackingAxis() - Method in class org.foray.area.ListItemArea
 
contentStackingAxis() - Method in class org.foray.area.MainRA
 
contentStackingAxis() - Method in class org.foray.area.NormalBlockArea
 
contentStackingAxis() - Method in class org.foray.area.NormalFlowRA
 
contentStackingAxis() - Method in class org.foray.area.PageRA
 
contentStackingAxis() - Method in class org.foray.area.RegionRA
 
contentStackingAxis() - Method in class org.foray.area.RegionRABody
 
contentStackingAxis() - Method in class org.foray.area.SpanRA
 
contentStackingAxis() - Method in class org.foray.area.TableCellRA
 
contentStackingAxis() - Method in class org.foray.area.TableRA
 
contentStackingAxis() - Method in class org.foray.area.TableRowContainer
Returns the content stacking axis for this area.
contentStackingAxisAbsolute() - Method in class org.foray.area.Area
Return the absolute axis for this area.
contentStackingDirectionAbsolute() - Method in class org.foray.area.Area
Return the absolute direction for this area.
convert(Table) - Method in class org.foray.output.MIFConverter
Converts an FOTree table to a MIF Table.
convert(TableBody) - Method in class org.foray.output.MIFConverter
Converts an FOTree table-body to a MIF Table Body.
convert(TableRow) - Method in class org.foray.output.MIFConverter
Converts an FOTree table-row to a MIF Table Row.
convert(TableColumn) - Method in class org.foray.output.MIFConverter
Converts an FOTree table-column to a MIF Table Column.
convertColorSpace(Color, ColorSpace) - Static method in class org.foray.common.ColorUtil
Converts a given color to a color in a given ColorSpace, returning the result.
Converter - Class in org.foray.output
Abstract superclass for all output targets that do no layout, instead converting directly from the FO Tree.
Converter(Log) - Constructor for class org.foray.output.Converter
Constructor.
convertFO2PDF(URL, File) - Method in class org.foray.demo.embed.DemoFO2PDF
Demonstration of a conversion from FO to PDF.
convertFontSelectionStrategy(FoValue) - Static method in class org.foray.fotree.PropertyList
Converts an FO-oriented font-selection-strategy to a font-oriented font-selection-strategy.
convertFontStyle(FoValue) - Static method in class org.foray.fotree.PropertyList
Converts an FO-oriented font-style to a font-oriented font-style.
convertLiangToWeight(int) - Static method in class org.foray.hyphen.Word4a
Converts the raw value from the Liang data to a weighted value.
convertLineEndings(byte[]) - Method in class org.foray.font.format.type1.Type1Font
Normalize the line-endings in the input.
convertMillipointRectangle(Rectangle) - Static method in class org.foray.render.Renderer
Converts a Rectangle storing millipoints to one storing points.
convertNumericToInteger(PropertyValue) - Method in class org.foray.fotree.Property
Converts a numeric property value its integer equivalent.
convertPercent(String, float) - Static method in class org.foray.font.config.RegisteredFontFamily
Converts a String representing a percentage to its decimal value.
convertProjectTeam2PDF(ProjectTeam, File, File) - Method in class org.foray.demo.embed.DemoObj2PDF
Demonstration converting the Project Team data to a PDF.
convertProjectTeam2XML(ProjectTeam, File) - Method in class org.foray.demo.embed.DemoObj2XML
Demonstration of transformation of the Team data to XML.
convertToDegrees(float, byte) - Static method in class org.foray.fotree.value.DtAngle
Converts input degrees, grads, or radians to degrees.
convertToMatrix() - Method in class org.foray.ps.PsArray
Attempts to convert this into a PsMatrix instance.
convertUnits(String) - Static method in class org.foray.fotree.value.DtLength
Converts a String unit descriptor to its internal byte equivalent.
convertValueToFoValue(PropertyValue) - Method in class org.foray.fotree.fo.AbstractFoProperty
Converts a keyword property value to its equivalent FoValue.
convertValueToFoValue(PropertyValue) - Static method in class org.foray.fotree.value.Datatype
Converts a keyword property value to its equivalent FoValue.
convertValueToLength(PropertyValue, FObj, FoContext) - Method in class org.foray.fotree.Property
Converts a property value to its computed length.
convertWord(long) - Static method in class org.foray.ps.filter.Ascii85EncodeFilter
This converts a 32 bit value (4 bytes) into 5 bytes using base 85.
convertXML2FO(File, File, File) - Method in class org.foray.demo.embed.DemoXML2FO
Demonstration converting XML to FO.
convertXML2PDF(File, File, File) - Method in class org.foray.demo.embed.DemoXML2PDF
Demonstration of Conversion from XSL to PDF.
copy(PsGraphicsState) - Method in class org.foray.ps.PsGraphicsState
Copies the contents of copyFrom into this, in conformity with the requirements of the copy operator.
copyArea(int, int, int, int, int, int) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
copyArea(int, int, int, int, int, int) - Method in class org.foray.graphic.batik.PSGraphics2D
 
copyStream(InputStream, OutputStream) - Static method in class org.foray.common.IOUtil
Copies the contents of the InputStream over to the OutputStream.
count() - Method in class org.foray.pdf.object.PDFOutline
Returns the total number of open items at all levels of the outline.
count() - Method in class org.foray.pdf.object.PDFOutlineItem
 
count() - Method in class org.foray.pdf.object.PDFOutlineParent
Return the total number of descendants.
countLetterSpacingChars() - Method in class org.foray.area.TextArea
Counts the number of characters in this text that will have letter-spacing applied to them.
Country4a - Class in org.foray.common.i18n
Country codes using the ISO-3166 standard.
countSpaces() - Method in class org.foray.area.TextArea
Counts the number of space-like characters in this text that should be rendered as spaces in the output.
coverageIndex(int) - Method in class org.foray.font.format.ttf.OTFCoverage
Returns the coverage index for a given glyph index.
coverageIndex(int) - Method in class org.foray.font.format.ttf.OTFCoveragex01
 
coverageIndex(int) - Method in class org.foray.font.format.ttf.OTFCoveragex02
 
crBpd() - Method in class org.foray.area.AbstractInlineArea
 
crBpd() - Method in class org.foray.area.Area
 
crBpd() - Method in class org.foray.area.BeforeFloatRA
 
crBpd() - Method in class org.foray.area.BlockContainerRA
 
crBpd() - Method in class org.foray.area.FootnoteRA
 
crBpd() - Method in class org.foray.area.LineArea
 
crBpd() - Method in class org.foray.area.ListBlockArea
 
crBpd() - Method in class org.foray.area.ListItemArea
 
crBpd() - Method in class org.foray.area.MainRA
 
crBpd() - Method in class org.foray.area.NormalBlockArea
 
crBpd() - Method in class org.foray.area.NormalFlowRA
 
crBpd() - Method in class org.foray.area.PageRA
 
crBpd() - Method in class org.foray.area.RegionRA
 
crBpd() - Method in class org.foray.area.RegionRABody
 
crBpd() - Method in class org.foray.area.SpanRA
 
crBpd() - Method in class org.foray.area.TableBodyContainer
 
crBpd() - Method in class org.foray.area.TableCellRA
 
crBpd() - Method in class org.foray.area.TableFooterContainer
 
crBpd() - Method in class org.foray.area.TableHeaderContainer
 
crBpd() - Method in class org.foray.area.TableRA
 
crBpd() - Method in class org.foray.area.TableRowContainer
 
create() - Method in class org.foray.graphic.batik.PDFGraphics2D
 
create() - Method in class org.foray.graphic.batik.PSGraphics2D
 
create(PsInterpreter4a, byte[]) - Static method in class org.foray.ps.PsInteger
Static method to attempt to create a PSInteger instance, if the input qualifies.
create(PsInterpreter4a, byte[]) - Static method in class org.foray.ps.PsName
Static method to attempt to create a PsName instance, if the input qualifies.
create(PsInterpreter4a, byte[]) - Static method in class org.foray.ps.PsReal
Static method to attempt to create a PSReal instance, if the input qualifies.
createBasicLink(Area) - Method in class org.foray.render.pdf.PDFRenderer
Marks a specified area as being a link.
createClip(Document, Element, String) - Static method in class org.foray.render.svg.SVGUtilities
Create an SVG Clip.
createDestination(float, float) - Method in class org.foray.pdf.object.PDFPage
 
createDOMDocument() - Method in class org.foray.fotree.ForeignXML
Create and return a DOM Document instance.
createDOMDocument() - Method in class org.foray.fotree.math.obj.InstreamMathElement
 
createDOMDocument() - Method in class org.foray.fotree.svg.obj.InstreamSvgElement
 
createEllipse(Document, float, float, float, float) - Static method in class org.foray.render.svg.SVGUtilities
Create an SVG Ellipse.
createFont() - Method in class org.foray.font.SystemFont
Attempts to create a java.awt.Font from this SystemFont.
createFontFile() - Method in class org.foray.font.format.FontParser
Factory method that creates instances of FontFile that know how to read the file's contents.
createFontFileReader() - Method in class org.foray.font.config.RegisteredFont
Creates a font file reader for this registered font.
createFontOutput(FontUse4a) - Method in class org.foray.font.output.FontOutputFactory4a
Create a FontOutput implementation.
createFontOutput(FontUse4a) - Method in class org.foray.font.output.FontPdfFactory4a
 
createFontOutput(FontUse4a) - Method in class org.foray.font.output.FontPsFactory4a
 
createFrame(int, int, int, int) - Method in class org.foray.mif.MifBook
Creates a new anchored frame.
createFrame(MifBook, int, int, int, int) - Method in class org.foray.mif.MifBookComponent
Create a frame and add it to this component.
createG(Document) - Static method in class org.foray.render.svg.SVGUtilities
Create an SVG G (group) element.
createGradient(Gradient) - Method in class org.foray.pdf.object.PDFDocument
 
createGraphicOutput(Graphic) - Method in class org.foray.graphic.output.GraphicJava2dFactory
 
createGraphicOutput(Graphic) - Method in class org.foray.graphic.output.GraphicOutputFactory
Create a GraphicOutput implementation.
createGraphicOutput(Graphic) - Method in class org.foray.graphic.output.GraphicPdfFactory
 
createGraphicOutput(Graphic) - Method in class org.foray.graphic.output.GraphicPsFactory
 
createGraphicsNode(BridgeContext, Element) - Method in class org.foray.graphic.batik.PDFAElementBridge
Builds using the specified BridgeContext and element, the specified graphics node.
createImage(Document, String, float, float) - Static method in class org.foray.render.svg.SVGUtilities
Create an SVG Image.
createKeepDT() - Static method in class org.foray.fotree.value.DtKeep
Factory method that creates a new, default SpaceDT instance.
createLine(Document, float, float, float, float) - Static method in class org.foray.render.svg.SVGUtilities
Create an SVG Line.
createLSInput(InputStream, String, String) - Static method in class org.foray.xml.DomUtil
Converts an input stream into an LSInput.
createMetricsFileReader() - Method in class org.foray.font.config.RegisteredFont
Creates a metrics file reader for this registered font.
createNewPropertyList(Attributes) - Method in class org.foray.fotree.axsl.NamespaceAxsl
 
createNewPropertyList(Attributes) - Method in class org.foray.fotree.fo.NamespaceFO
 
createNewPropertyList(Attributes) - Method in class org.foray.fotree.foray.NamespaceForay
 
createNewPropertyList(Attributes) - Method in class org.foray.fotree.math.MathNamespace
 
createNewPropertyList(Attributes) - Method in class org.foray.fotree.Namespace
Return a newly-created appropriate PropertyList for this namespace.
createNewPropertyList(Attributes) - Method in class org.foray.fotree.svg.NamespaceSVG
 
createNewPropertyList(Attributes) - Method in class org.foray.fotree.xml.NamespaceXML
 
createNonstandardNamespace(String) - Method in class org.foray.fotree.FoTreeServer4a
Creates a Namespace instance for the given class name.
createPage() - Method in class org.foray.mif.MifBook
 
createParser() - Method in class org.foray.hyphen.util.ValidateChars
Creates a SAX parser.
createParser() - Method in class org.foray.xml.FOrayPretty
Creates a SAX parser.
createPath(Document, String) - Static method in class org.foray.render.svg.SVGUtilities
Create an SVG Path.
createPdfColor(Color) - Method in class org.foray.pdf.object.PDFDocument
 
createPdfEncryption() - Method in class org.foray.pdf.object.PDFDocument
 
createPdfOutlineItem(String, String, Color, boolean, boolean) - Method in class org.foray.pdf.object.PDFOutlineParent
 
createPdfPage(int, int) - Method in class org.foray.pdf.object.PDFDocument
 
createPreviewDialog(AWTRenderer, Translator) - Method in class org.foray.app.AWTStarter
Creates a new preview dialog.
createPreviewDialog(AWTRenderer, Translator) - Method in class org.foray.demo.embed.DemoAWTViewer
Factory method for a PreviewDialog instance.
createPropertyValue(FObj, FoProperty, String) - Method in class org.foray.fotree.fo.prop.AbstractBorderColor
Converts the unparsed property value into its parsed, storable value.
createPropertyValue(FObj, String) - Method in class org.foray.fotree.fo.prop.PdBackgroundColor
Converts the unparsed property value into its parsed, storable value.
createPropertyValue(FObj, FoProperty, String) - Method in class org.foray.fotree.fo.prop.PdBorderColor
Converts the unparsed property value into its parsed, storable value.
createPropertyValue(FObj, String) - Method in class org.foray.fotree.fo.prop.PdChangeBarColor
Converts the unparsed property value into its parsed, storable value.
createPropertyValue(FObj, String) - Method in class org.foray.fotree.fo.prop.PdColor
Converts the unparsed property value into its parsed, storable value.
createRandomAccessInput(URL) - Static method in class org.foray.common.io.AbstractRandomAccessInput
Factory method that creates an instance of the best RandomAccessInput implementation for a given URL.
createRandomAccessInput(String, byte[]) - Static method in class org.foray.common.io.AbstractRandomAccessInput
Factory method that creates an instance of the best RandomAccessInput implementation for a given byte array.
createRandomAccessInput(DataSource) - Static method in class org.foray.common.io.AbstractRandomAccessInput
Factory method that creates an instance of the best RandomAccessInput implementation for a given byte array.
createRect(Document, float, float, float, float) - Static method in class org.foray.render.svg.SVGUtilities
Create an SVG Rectangle.
createSampleProjectTeam() - Static method in class org.foray.demo.embed.DemoObj2XML
Static method creating some ProjectTeam sample data.
createSax2Parser() - Static method in class org.foray.common.sax.SaxParser
Creates a SAX2 parser with a standard configuration.
createTable() - Method in class org.foray.mif.MifBook
 
createTable() - Method in class org.foray.mif.MifBookComponent
Creates a new table and adds it to this component.
createText(Document, float, float, String) - Static method in class org.foray.render.svg.SVGUtilities
Create an SVG Text object.
createTextRect(int) - Method in class org.foray.mif.MifBook
Creates a new text rectangle.
createURL(String) - Static method in class org.foray.common.url.URLFactory
Creates a URL instance.
createURL(String, String, int, String) - Static method in class org.foray.common.url.URLFactory
Creates a URL instance.
createURL(String, String, int, String, URLStreamHandler) - Static method in class org.foray.common.url.URLFactory
Creates a URL instance.
createURL(String, String, String) - Static method in class org.foray.common.url.URLFactory
Creates a URL instance.
createURL(URL, String) - Static method in class org.foray.common.url.URLFactory
Creates a URL instance.
createURL(URL, String, URLStreamHandler) - Static method in class org.foray.common.url.URLFactory
Creates a URL instance.
createURLStreamHandler(String) - Method in class org.foray.common.url.FOrayURLStreamHandlerFactory
 
crHeight(FoContext) - Method in class org.foray.fotree.fo.obj.Region
 
crHeight(FoContext) - Method in class org.foray.fotree.fo.obj.RegionAfter
 
crHeight(FoContext) - Method in class org.foray.fotree.fo.obj.RegionBefore
 
crHeight(FoContext) - Method in class org.foray.fotree.fo.obj.RegionBody
 
crHeight(FoContext) - Method in class org.foray.fotree.fo.obj.RegionEnd
 
crHeight(FoContext) - Method in class org.foray.fotree.fo.obj.RegionStart
 
crIpd() - Method in class org.foray.area.AbstractInlineArea
 
crIpd() - Method in class org.foray.area.Area
 
crIpd() - Method in class org.foray.area.BeforeFloatRA
 
crIpd() - Method in class org.foray.area.BlockArea
 
crIpd() - Method in class org.foray.area.BlockContainerRA
 
crIpd() - Method in class org.foray.area.FootnoteRA
 
crIpd() - Method in class org.foray.area.ListBlockArea
 
crIpd() - Method in class org.foray.area.ListItemArea
 
crIpd() - Method in class org.foray.area.MainRA
 
crIpd() - Method in class org.foray.area.NormalFlowRA
 
crIpd() - Method in class org.foray.area.PageRA
 
crIpd() - Method in class org.foray.area.RegionRA
 
crIpd() - Method in class org.foray.area.RegionRABody
 
crIpd() - Method in class org.foray.area.SpanRA
 
crIpd() - Method in class org.foray.area.TableBodyContainer
 
crIpd() - Method in class org.foray.area.TableCellRA
 
crIpd() - Method in class org.foray.area.TableFooterContainer
 
crIpd() - Method in class org.foray.area.TableHeaderContainer
 
crIpd() - Method in class org.foray.area.TableRA
 
crIpd() - Method in class org.foray.area.TableRowContainer
 
crIPDBlockArea() - Method in class org.foray.area.AreaFlexible
Returns the IPD for a block area.
crOriginBPDOffset() - Method in class org.foray.area.Area
The difference, in millipoints, between the page-viewport-area's before-edge and this Area's content-rectangle before-edge.
crOriginBPDOffset() - Method in class org.foray.area.AreaFlexible
 
crOriginBPDOffset() - Method in class org.foray.area.BeforeFloatRA
 
crOriginBPDOffset() - Method in class org.foray.area.BlockContainerRA
 
crOriginBPDOffset() - Method in class org.foray.area.FootnoteRA
 
crOriginBPDOffset() - Method in class org.foray.area.MainRA
 
crOriginBPDOffset() - Method in class org.foray.area.PageRA
 
crOriginBPDOffset() - Method in class org.foray.area.RegionRA
 
crOriginBPDOffset() - Method in class org.foray.area.RegionRABody
 
crOriginIPDOffset() - Method in class org.foray.area.Area
The difference, in millipoints, between the page-viewport-area's start-edge and this Area's content-rectangle start-edge.
crOriginIPDOffset() - Method in class org.foray.area.AreaFlexible
 
crOriginIPDOffset() - Method in class org.foray.area.BeforeFloatRA
 
crOriginIPDOffset() - Method in class org.foray.area.BlockArea
 
crOriginIPDOffset() - Method in class org.foray.area.FootnoteRA
 
crOriginIPDOffset() - Method in class org.foray.area.MainRA
 
crOriginIPDOffset() - Method in class org.foray.area.NormalFlowRA
 
crOriginIPDOffset() - Method in class org.foray.area.PageRA
 
crOriginIPDOffset() - Method in class org.foray.area.RegionRA
 
crOriginIPDOffset() - Method in class org.foray.area.RegionRABody
 
crOriginX() - Method in class org.foray.area.AbstractInlineArea
Overrides the normal Area logic to handle the adjustments needed on a line to handle centering, right-justification, etc.
crOriginX() - Method in class org.foray.area.Area
 
crOriginX() - Method in class org.foray.area.PageRA
 
crOriginX() - Method in class org.foray.area.TableCellRA
 
crOriginY() - Method in class org.foray.area.Area
 
crOriginY() - Method in class org.foray.area.PageRA
 
crPoints() - Method in class org.foray.area.Area
Returns the content rectangle measured in points (1/72 of an inch).
crWidth(FoContext) - Method in class org.foray.fotree.fo.obj.Region
 
crWidth(FoContext) - Method in class org.foray.fotree.fo.obj.RegionAfter
 
crWidth(FoContext) - Method in class org.foray.fotree.fo.obj.RegionBefore
 
crWidth(FoContext) - Method in class org.foray.fotree.fo.obj.RegionBody
 
crWidth(FoContext) - Method in class org.foray.fotree.fo.obj.RegionEnd
 
crWidth(FoContext) - Method in class org.foray.fotree.fo.obj.RegionStart
 
crX(FoContext) - Method in class org.foray.fotree.fo.obj.Region
 
crX(FoContext) - Method in class org.foray.fotree.fo.obj.RegionAfter
 
crX(FoContext) - Method in class org.foray.fotree.fo.obj.RegionBefore
 
crX(FoContext) - Method in class org.foray.fotree.fo.obj.RegionBody
 
crX(FoContext) - Method in class org.foray.fotree.fo.obj.RegionEnd
 
crX(FoContext) - Method in class org.foray.fotree.fo.obj.RegionStart
 
crY(FoContext) - Method in class org.foray.fotree.fo.obj.Region
 
crY(FoContext) - Method in class org.foray.fotree.fo.obj.RegionAfter
 
crY(FoContext) - Method in class org.foray.fotree.fo.obj.RegionBefore
 
crY(FoContext) - Method in class org.foray.fotree.fo.obj.RegionBody
 
crY(FoContext) - Method in class org.foray.fotree.fo.obj.RegionEnd
 
crY(FoContext) - Method in class org.foray.fotree.fo.obj.RegionStart
 
curFrame() - Method in class org.foray.mif.MifBookComponent
Returns the current frame.
curPage() - Method in class org.foray.mif.MifBookComponent
Returns the current page.
curPara() - Method in class org.foray.mif.MifFlow
Returns the current paragraph.
curPara() - Method in class org.foray.mif.MifTbl
Returns the last paragraph of the current cell.
curPara() - Method in class org.foray.mif.MifTextFlow
 
curParaLine() - Method in class org.foray.mif.MifPgf
Returns the current line from this paragraph.
curTable() - Method in class org.foray.mif.MifBookComponent
Returns the current table.
curTextFlow() - Method in class org.foray.mif.MifBookComponent
Returns the current text flow.
curTextRect() - Method in class org.foray.mif.MifPage
Returns the current text rectangle.
curveto(PsNumber, PsNumber, PsNumber, PsNumber, PsNumber, PsNumber) - Method in class org.foray.ps.PsGraphicsState
Marks the control points in a new Bezier curve segment in the current path.
curvetoDevice(double, double, double, double, double, double) - Method in class org.foray.ps.java2d.Java2DSystemDict
 
curvetoDevice(double, double, double, double, double, double) - Method in class org.foray.ps.pdf.PDFSystemDict
 
curvetoDevice(double, double, double, double, double, double) - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "curveto".
curvetoDevice(double, double, double, double, double, double) - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
CYAN_COMPONENT_INDEX - Static variable in class org.foray.common.ColorSpaceCMYK
Constant indicating the index for the cyan component of the image.
CYRILLIC - Static variable in class org.foray.common.i18n.Script4a
The Cyrillic script.

D

Datatype - Class in org.foray.fotree.value
Abstract class representing an XSL-FO Property Datatype, as defined in Section 5.11 of the XSL-FO Standard 1.0.
Datatype() - Constructor for class org.foray.fotree.value.Datatype
 
DctDecodeFilter - Class in org.foray.ps.filter
A DCTDecode filter.
DctDecodeFilter(InputStream) - Constructor for class org.foray.ps.filter.DctDecodeFilter
Constructor.
DctEncodeFilter - Class in org.foray.ps.filter
DCT Filter class.
DctEncodeFilter(OutputStream, boolean) - Constructor for class org.foray.ps.filter.DctEncodeFilter
Constructor.
DECIPOINTS_PER_POINT - Static variable in class org.foray.common.WKConstants
The number of decipoints per point, that is, 10.
Declarations - Class in org.foray.fotree.fo.obj
A "declarations" object in XSL-FO.
Declarations(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Declarations
Constructor.
decode(byte[]) - Method in class org.foray.ps.filter.EexecDecodeFilter
Decodes the encoded bytes.
decodeArray(byte, byte[], int, int) - Static method in class org.foray.ps.filter.AsciiHexDecodeFilter
Decodes the input array, starting at byte 0 and extending to byte inputLength, and returns the output in a byte array.
decodeCharacter(int) - Method in class org.foray.font.format.ttf.TTFTableCMAP
Decodes a glyph index using the Unicode CMap from this table.
decodeCharacter(int) - Method in class org.foray.ps.encode.CMap04
 
decodeCharacter(int) - Method in class org.foray.ps.encode.CMap04Entry
Decodes a given glyphIndex.
decodeCharacter(int) - Method in class org.foray.ps.encode.CMap12
 
decodeCharacter(int) - Method in class org.foray.ps.encode.CMap12Entry
Decodes a given glyphIndex.
decodeCharacter(int) - Method in class org.foray.ps.encode.EncodingVector4a
 
decodeImage(SeekableStream) - Method in class org.foray.graphic.PNGGraphic
Decodes the image from the stream.
decodeSubsetIndex(int) - Method in class org.foray.font.Subset
Get the full font glyph index (not subsetted) that corresponds to subsetGlyphIndex.
DEFAULT_CHARACTERS_PER_LINE - Static variable in class org.foray.pdf.object.PDFDocument
The default line length of the output PDF document.
DEFAULT_ENCODING - Static variable in class org.foray.render.txt.TXTRenderer
The default encoding to use in output.
DEFAULT_FONT_DICTIONARY_SIZE - Static variable in class org.foray.ps.PsDictionary
Constant indicating the default size of a new dictionary.
DEFAULT_FONT_FAMILY - Static variable in class org.foray.fotree.fo.prop.PdFontFamily
Constant containing the default font family array.
DEFAULT_LINE_LENGTH - Static variable in class org.foray.font.format.type1.Type1FontParserPFB
The default line length to be used when writing a hex representation of the font contents.
DEFAULT_SCREEN_RESOLUTION - Static variable in class org.foray.common.FOrayConstants
Constant indicating the system-wide default screen resolution, expressed in pixels-per-inch, that is 96.
DEFAULT_STACK_SIZE - Static variable in class org.foray.ps.PsStack
Constant indicating the default number of entries in a stack.
DEFAULT_UNITS_PER_TEXT_SPACE - Static variable in class org.foray.font.FSTrueTypeFont
Constant indicating the default units per text-space unit used by TrueType fonts.
DEFAULT_VIEWPORT_HEIGHT - Static variable in class org.foray.graphic.batik.BatikUaDocument
The default viewport height, in pixels.
DEFAULT_VIEWPORT_WIDTH - Static variable in class org.foray.graphic.batik.BatikUaDocument
The default viewport width, in pixels.
DEFAULT_VOICE - Static variable in class org.foray.speech.SpeechServer4a
The voice to be used when no other can be found.
DEFAULT_VOICE_CHILD - Static variable in class org.foray.speech.SpeechServer4a
The default child voice.
DEFAULT_VOICE_FAMILY - Static variable in class org.foray.fotree.fo.prop.PdVoiceFamily
The default (initial) value for this property.
DEFAULT_VOICE_FEMALE - Static variable in class org.foray.speech.SpeechServer4a
The default female voice.
DEFAULT_VOICE_MALE - Static variable in class org.foray.speech.SpeechServer4a
The default male voice.
DEGREES - Static variable in class org.foray.fotree.value.DtAngle
Constant indicating that the units in this angle are degrees.
DEGREES_PER_CIRCLE - Static variable in class org.foray.common.WKConstants
The number of degrees in a circle, that is, 360.
delete(int, int) - Method in class org.foray.common.util.IntArrayBuilder
Removes the ints in a range of this sequence.
deleteIntAt(int) - Method in class org.foray.common.util.IntArrayBuilder
Removes the value at a given index.
DELIMITER - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript delimiters.
deltaTransform(Dimension2D) - Method in class org.foray.ps.PsMatrix
Performs a delta transform on a distance vector based on this matrix.
DemoAWTViewer - Class in org.foray.demo.embed
This class demonstrates the use of the AWT Viewer.
DemoAWTViewer() - Constructor for class org.foray.demo.embed.DemoAWTViewer
Constructor.
DemoFO2PDF - Class in org.foray.demo.embed
This class demonstrates the conversion of an FO file to PDF using FOray.
DemoFO2PDF() - Constructor for class org.foray.demo.embed.DemoFO2PDF
 
DemoFrame - Class in org.foray.ps.java2d.demo
An AWT Frame for the demo.
DemoFrame(String) - Constructor for class org.foray.ps.java2d.demo.DemoFrame
Constructor.
DemoObj2PDF - Class in org.foray.demo.embed
This class demonstrates the conversion of an arbitrary object file to a PDF using JAXP (XSLT) and FOray (XSL:FO).
DemoObj2PDF() - Constructor for class org.foray.demo.embed.DemoObj2PDF
 
DemoObj2XML - Class in org.foray.demo.embed
This class demonstrates the conversion of an arbitrary object file to an XML file.
DemoObj2XML() - Constructor for class org.foray.demo.embed.DemoObj2XML
 
DemoPanel - Class in org.foray.ps.java2d.demo
A JPanel extension used for the barcode demonstration.
DemoPanel(String) - Constructor for class org.foray.ps.java2d.demo.DemoPanel
Constructor.
DemoPrintServlet - Class in org.foray.demo.servlet
Example servlet to generate a FOray printout from a servlet.
DemoPrintServlet() - Constructor for class org.foray.demo.servlet.DemoPrintServlet
Constructor.
DemoServlet - Class in org.foray.demo.servlet
Example servlet to generate a PDF from a servlet.
DemoServlet() - Constructor for class org.foray.demo.servlet.DemoServlet
Constructor.
DemoXML2FO - Class in org.foray.demo.embed
This class demonstrates the conversion of an XML file to an XSL-FO file using JAXP (XSLT).
DemoXML2FO() - Constructor for class org.foray.demo.embed.DemoXML2FO
 
DemoXML2PDF - Class in org.foray.demo.embed
This class demonstrates the conversion of an XML file to PDF using JAXP (XSLT) and FOray (XSL:FO).
DemoXML2PDF() - Constructor for class org.foray.demo.embed.DemoXML2PDF
 
dependsOnPd(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.AbstractContentDimension
Indicates whether the computation of the scaling factor is dependent on the progression dimension (either IPD or BPD).
DescendantIterator - Class in org.foray.fotree
Iterates over the descendants of an FObj instance, returning them in pre-traversal order.
DescendantIterator(FObj) - Constructor for class org.foray.fotree.DescendantIterator
Constructor.
destinationName() - Method in class org.foray.area.Area
 
DEVICE_CMYK - Static variable in class org.foray.ps.PsColorSpace
Constant indicating a Device CMYK colorspace.
DEVICE_GRAY - Static variable in class org.foray.ps.PsColorSpace
Constant indicating a Device Gray colorspace.
DEVICE_RGB - Static variable in class org.foray.ps.PsColorSpace
Constant indicating a Device RGB colorspace.
difference(Panose, byte[]) - Method in class org.foray.font.format.Panose
Computes the weighted "closeness" of another Panose to this value.
DIMENSION_MARKER - Static variable in class org.foray.graphic.JPEGGraphic
Byte value indicating a Dimension Marker.
dimensionContainingBlock(FoContext) - Method in class org.foray.fotree.fo.prop.AbstractAbsoluteOffset
Returns either the width or the height of the containing block, depending on the subclass.
dimensionContainingBlock(FoContext) - Method in class org.foray.fotree.fo.prop.PdBottom
 
dimensionContainingBlock(FoContext) - Method in class org.foray.fotree.fo.prop.PdLeft
 
dimensionContainingBlock(FoContext) - Method in class org.foray.fotree.fo.prop.PdRight
 
dimensionContainingBlock(FoContext) - Method in class org.foray.fotree.fo.prop.PdTop
 
disactivateForeignXML() - Method in class org.foray.fotree.FOTreeBuilder
Unset the flag indicating that we are currently processing foreign XML.
DISCARD_CHAR - Static variable in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Constant indicating that a given character should be discarded.
displayDetails(JDialog) - Method in class org.foray.render.awt.viewer.MessagesDialog
Die Methode fügt in den übergebenen Dialog eine scrollbare Textkomponente ein, in der die Detailinformation angezeigt wird.
displayError(String) - Method in class org.foray.graphic.batik.BatikUaDocument
 
displayError(Exception) - Method in class org.foray.graphic.batik.BatikUaDocument
 
displayMessage(String) - Method in class org.foray.graphic.batik.BatikUaDocument
 
dispose() - Method in class org.foray.graphic.batik.PDFGraphics2D
 
dispose() - Method in class org.foray.graphic.batik.PSGraphics2D
 
divide(PsNumber) - Method in class org.foray.ps.PsNumber
Divides this number by a given object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can.
DocumentInputSource - Class in org.foray.common.sax
This is an InputSource to be used with DocumentReader.
DocumentInputSource(Document) - Constructor for class org.foray.common.sax.DocumentInputSource
Constructor.
DocumentReader - Class in org.foray.common.sax
This presents a DOM as an XMLReader to make it easy to use a Document with a SAX-based implementation.
DocumentReader() - Constructor for class org.foray.common.sax.DocumentReader
 
doDrawing(boolean, boolean, boolean) - Method in class org.foray.graphic.batik.PDFGraphics2D
Add the commands to do the actual drawing.
doDrawing(boolean, boolean, boolean) - Method in class org.foray.graphic.batik.PSGraphics2D
Write the command to the renderer.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.foray.demo.servlet.AbstractDemoServlet
 
doit() - Method in class org.foray.render.awt.viewer.Command
Action handler which can be overriden by subclasses.
domToSvgDom(Document) - Method in class org.foray.graphic.GraphicServer4a
Converts a generic DOM Document instance that contains a MathML document into an SVGDocument.
DomUtil - Class in org.foray.xml
Utility class containing methods useful in parsing or building XML.
doRegister(String, URLStreamHandler) - Method in class org.foray.common.url.FactoryProtocolRegistration
 
dotLeaderText() - Method in class org.foray.area.LeaderArea
 
dotLeaderTextOffset() - Method in class org.foray.area.LeaderArea
Computes the offset from this's start-edge at which the first dot should appear.
dotLeaderTextSize() - Method in class org.foray.area.LeaderArea
Returns the size of the leader text.
DOUBLE_QUOTE - Static variable in class org.foray.render.xml.XMLRenderer
Constant used in string building.
doubleOut(Double) - Static method in class org.foray.common.ps.PsUtil
Format a Double instance as PostScript output.
doubleOut(double) - Static method in class org.foray.common.ps.PsUtil
Format a double primitive as PostScript output.
doubleOut(double, int) - Static method in class org.foray.common.ps.PsUtil
Format a double primitive as PostScript output.
draw(Shape) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
draw(Shape) - Method in class org.foray.graphic.batik.PSGraphics2D
 
drawFrame() - Method in class org.foray.render.awt.AWTRenderer
Draws a frame around the page.
drawFrame() - Method in class org.foray.render.svg.SVGRenderer
Draws a frame around the current page.
drawGraphic(Graphics2D, Rectangle2D.Float) - Method in class org.foray.graphic.output.SvgJava2d
 
drawGraphic(Graphic, Rectangle2D.Float, Rectangle2D.Float, FontConsumer, boolean) - Method in class org.foray.pdf.object.PDFContentStream
 
drawGraphic(GraphicArea, Graphic, Rectangle, Rectangle) - Method in class org.foray.render.awt.AWTRenderer
 
drawGraphic(GraphicArea, Graphic, Rectangle, Rectangle) - Method in class org.foray.render.pcl.PCLRenderer
 
drawGraphic(GraphicArea, Graphic, Rectangle, Rectangle) - Method in class org.foray.render.pdf.PDFRenderer
 
drawGraphic(GraphicArea, Graphic, Rectangle, Rectangle) - Method in class org.foray.render.ps.PSRenderer
 
drawGraphic(GraphicArea, Graphic, Rectangle, Rectangle) - Method in class org.foray.render.Renderer
Renders a Graphic to a given contentRectangle, and clipping it to a given clip rectangle.
drawGraphic(GraphicArea, Graphic, Rectangle, Rectangle) - Method in class org.foray.render.svg.SVGRenderer
 
drawGraphic(GraphicArea, Graphic, Rectangle, Rectangle) - Method in class org.foray.render.txt.TXTRenderer
 
drawGraphic(GraphicArea, Graphic, Rectangle, Rectangle) - Method in class org.foray.render.xml.XMLRenderer
 
drawImage(Image, int, int, ImageObserver) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
drawImage(Image, int, int, ImageObserver) - Method in class org.foray.graphic.batik.PSGraphics2D
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.foray.graphic.batik.PSGraphics2D
 
drawImageClipped(GraphicArea, Graphic, int, int, int, int) - Method in class org.foray.render.ps.PSRenderer
Draw a given image, clipping it to a given rectangle.
drawLine(Line2D.Float) - Method in class org.foray.pdf.object.PDFContentStream
 
drawLine(int, int, int, int, int, RuleStyle, Color) - Method in class org.foray.render.awt.AWTRenderer
 
drawLine(int, int, int, int, int, RuleStyle, Color) - Method in class org.foray.render.pcl.PCLRenderer
 
drawLine(int, int, int, int, int, RuleStyle, Color) - Method in class org.foray.render.pdf.PDFRenderer
 
drawLine(int, int, int, int, int, RuleStyle, Color) - Method in class org.foray.render.ps.PSRenderer
 
drawLine(int, int, int, int, int, RuleStyle, Color) - Method in class org.foray.render.Renderer
Draw a line in the output document.
drawLine(int, int, int, int, int, RuleStyle, Color) - Method in class org.foray.render.svg.SVGRenderer
 
drawLine(int, int, int, int, int, RuleStyle, Color) - Method in class org.foray.render.txt.TXTRenderer
 
drawLine(int, int, int, int, int, RuleStyle, Color) - Method in class org.foray.render.xml.XMLRenderer
 
drawRectangle(Rectangle2D.Float, boolean, boolean) - Method in class org.foray.pdf.object.PDFContentStream
 
drawRectangle(int, int, int, int, Color, Color) - Method in class org.foray.render.awt.AWTRenderer
 
drawRectangle(int, int, int, int, Color, Color) - Method in class org.foray.render.pcl.PCLRenderer
 
drawRectangle(int, int, int, int, Color, Color) - Method in class org.foray.render.pdf.PDFRenderer
 
drawRectangle(int, int, int, int, Color, Color) - Method in class org.foray.render.ps.PSRenderer
 
drawRectangle(int, int, int, int, Color, Color) - Method in class org.foray.render.Renderer
Draw a rectangle in the output document.
drawRectangle(int, int, int, int, Color, Color) - Method in class org.foray.render.svg.SVGRenderer
 
drawRectangle(int, int, int, int, Color, Color) - Method in class org.foray.render.txt.TXTRenderer
 
drawRectangle(int, int, int, int, Color) - Method in class org.foray.render.txt.TXTRenderer
Add a rectangle to the current stream.
drawRectangle(int, int, int, int, Color, Color) - Method in class org.foray.render.xml.XMLRenderer
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.foray.graphic.batik.PSGraphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.foray.graphic.batik.PSGraphics2D
 
drawString(String, float, float) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
drawString(String, float, float) - Method in class org.foray.graphic.batik.PSGraphics2D
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.foray.graphic.batik.PSGraphics2D
 
drawText(CharSequence, FontOptions, Orthography) - Method in class org.foray.pdf.object.PDFContentStream
 
drawVectorContent(OutputStream, GraphicOutputContext, FontConsumer, boolean, boolean) - Method in class org.foray.graphic.output.SvgPdf
 
drawVectorContent(OutputStream, GraphicOutputContext, FontConsumer, boolean, boolean) - Method in class org.foray.graphic.output.SvgPs
 
DtAngle - Class in org.foray.fotree.value
An "angle" property datatype in XSL-FO.
DtAngle(float, byte) - Constructor for class org.foray.fotree.value.DtAngle
Constructor.
DtBorderStyle - Class in org.foray.fotree.value
Pseudo-datatype wrapper for the axsl BorderStyle enumeration that conforms to the PropertyValue interface.
DtBorderWidth - Class in org.foray.fotree.value
Pseudo-datatype for border-width, which is defined at XSL-FO Recommendation 1.1, Section 7.8.21.
DtBorderWidth(PropertyValue) - Constructor for class org.foray.fotree.value.DtBorderWidth
Constructor.
DtCharacter - Class in org.foray.fotree.value
A "character" datatype in XSL-FO.
DtCharacter(char) - Constructor for class org.foray.fotree.value.DtCharacter
Constructor.
DtColor - Class in org.foray.fotree.value
A "color" property datatype in XSL-FO.
DtCountry - Class in org.foray.fotree.value
A "country" datatype in XSL-FO.
DTD - Class in org.foray.xml.dtd
Represents an SGML or XML Document Type Definition (DTD).
DTD() - Constructor for class org.foray.xml.dtd.DTD
Constructor.
DTDElement - Class in org.foray.xml.dtd
Represents an element declaration in an SGML/XML Document Type Definition (DTD).
DTDElement(String, String) - Constructor for class org.foray.xml.dtd.DTDElement
Constructor.
DTDTokenizer - Class in org.foray.xml.dtd
Utility class for tokenizing a DTD.
DtFrequency - Class in org.foray.fotree.value
A "frequency" datatype in XSL.
DtFrequency(double, byte) - Constructor for class org.foray.fotree.value.DtFrequency
Constructor.
DtInteger - Class in org.foray.fotree.value
An "integer" property datatype in XSL-FO.
DtInteger(int) - Constructor for class org.foray.fotree.value.DtInteger
Constructor.
DtKeep - Class in org.foray.fotree.value
A keep datatype in XSL.
DtKeep(PropertyValue, PropertyValue, PropertyValue) - Constructor for class org.foray.fotree.value.DtKeep
Constructor.
DtLanguage - Class in org.foray.fotree.value
A "language" datatype in XSL-FO.
DtLanguage(String) - Constructor for class org.foray.fotree.value.DtLanguage
Constructor.
DtLength - Class in org.foray.fotree.value
A "length" property datatype in XSL-FO.
DtLength(float, String) - Constructor for class org.foray.fotree.value.DtLength
Constructor.
DtLengthBPIPDirection - Class in org.foray.fotree.value
A length-conditional datatype in XSL.
DtLengthBPIPDirection(PropertyValue, PropertyValue) - Constructor for class org.foray.fotree.value.DtLengthBPIPDirection
Constructor.
DtLengthConditional - Class in org.foray.fotree.value
A length-conditional datatype in XSL.
DtLengthConditional(DtLength, FoValue) - Constructor for class org.foray.fotree.value.DtLengthConditional
Constructor.
DtLengthRange - Class in org.foray.fotree.value
A length-range datatype in XSL.
DtLengthRange(boolean, PropertyValue, PropertyValue, PropertyValue) - Constructor for class org.foray.fotree.value.DtLengthRange
Constructor.
DtName - Class in org.foray.fotree.value
A "name" property datatype in XSL-FO.
DtName(String) - Constructor for class org.foray.fotree.value.DtName
Constructor.
DtNumber - Class in org.foray.fotree.value
A "number" property datatype in XSL-FO.
DtNumber(double) - Constructor for class org.foray.fotree.value.DtNumber
Constructor.
DtPercentage - Class in org.foray.fotree.value
A "percentage" property datatype in XSL-FO.
DtPercentage(float) - Constructor for class org.foray.fotree.value.DtPercentage
Constructor.
DtRectangle - Class in org.foray.fotree.value
A rectangle datatype in XSL.
DtRectangle(PropertyValue, PropertyValue, PropertyValue, PropertyValue) - Constructor for class org.foray.fotree.value.DtRectangle
Constructor.
DtScript - Class in org.foray.fotree.value
A "script" datatype in XSL-FO.
DtScript(String) - Constructor for class org.foray.fotree.value.DtScript
Constructor.
DtShadowEffect - Class in org.foray.fotree.value
Shadow Effect is not a datatype listed in the XSL-FO Standard.
DtShadowEffect(DtLength, DtLength, DtLength, DtColor) - Constructor for class org.foray.fotree.value.DtShadowEffect
Constructor.
DtShadowEffectWrapper - Class in org.foray.fotree.value
Wraps a DtShadowEffect instance with its context information so that it can conform to the axsl interface.
DtShadowEffectWrapper(DtShadowEffect, FObj, FoContext) - Constructor for class org.foray.fotree.value.DtShadowEffectWrapper
Constructor.
DtShape - Class in org.foray.fotree.value
A "shape" datatype in XSL.
DtShape() - Constructor for class org.foray.fotree.value.DtShape
 
DtSpace - Class in org.foray.fotree.value
A space quantity in XSL (space-before, space-after).
DtSpace(PropertyValue, PropertyValue, PropertyValue, FoValue, Expr) - Constructor for class org.foray.fotree.value.DtSpace
Constructor.
DtString - Class in org.foray.fotree.value
A "string" property datatype in XSL-FO.
DtString(String) - Constructor for class org.foray.fotree.value.DtString
Constructor.
DtTextDeco - Class in org.foray.fotree.value
Text Decoration is not a datatype recognized in XSL-FO.
DtTextDeco(boolean, boolean, boolean, boolean) - Constructor for class org.foray.fotree.value.DtTextDeco
Constructor.
DtTime - Class in org.foray.fotree.value
A "time" datatype in XSL.
DtTime(double, byte) - Constructor for class org.foray.fotree.value.DtTime
Constructor.
DtURI - Class in org.foray.fotree.value
A "uri-specification" property datatype in XSL-FO.
DtURI(String) - Constructor for class org.foray.fotree.value.DtURI
Constructor.
DtWritingMode - Class in org.foray.fotree.value
Writing Mode is not a datatype recognized in XSL-FO.
dumpConfiguration() - Method in class org.foray.common.Configuration
Returns the contents of this Configuration as a String, suitable for logging.
dumpError(Exception) - Method in class org.foray.core.FOrayDocument
Dumps an error to the logger.
duplicate() - Method in class org.foray.ps.PsArray
 
duplicate() - Method in class org.foray.ps.PsArrayExecuting
 
duplicate() - Method in class org.foray.ps.PsBoolean
 
duplicate() - Method in class org.foray.ps.PsDictionary
 
duplicate() - Method in class org.foray.ps.PsFile
 
duplicate() - Method in class org.foray.ps.PsFontId
 
duplicate() - Method in class org.foray.ps.PsGraphicsState
 
duplicate() - Method in class org.foray.ps.PsInteger
 
duplicate() - Method in class org.foray.ps.PsMark
 
duplicate() - Method in class org.foray.ps.PsName
 
duplicate() - Method in class org.foray.ps.PsNull
 
duplicate() - Method in interface org.foray.ps.PsObject
This is a shallow copy.
duplicate() - Method in enum org.foray.ps.PsOperator
 
duplicate() - Method in class org.foray.ps.PsReal
 
duplicate() - Method in class org.foray.ps.PsString
 

E

EagerLineBreaker - Class in org.foray.text.line
Abstract superclass for LineBreakers that act in an "eager" manner.
EagerLineBreaker(TextServer4a, LineBreakControl, LineBreakHandler, FontConsumer) - Constructor for class org.foray.text.line.EagerLineBreaker
Constructor.
EasyContentHandlerProxy - Class in org.foray.demo.embed.tools
This class is an implementation of ContentHandler which acts as a proxy to another ContentHandler and has the purpose to provide a few handy methods that make life easier when generating SAX events.
EasyContentHandlerProxy(ContentHandler) - Constructor for class org.foray.demo.embed.tools.EasyContentHandlerProxy
Main constructor.
EEXEC_INITIAL_BYTES - Static variable in class org.foray.ps.filter.EexecDecodeFilter
The number of initial bytes specified in the PostScript standard.
EEXEC_INITIAL_KEY - Static variable in class org.foray.ps.filter.EexecDecodeFilter
A magic number specified in the PostScript standard.
EEXEC_RANDOM_BYTES - Static variable in class org.foray.ps.filter.EexecDecodeFilter
The number of random bytes specified in the PostScript standard.
EexecDecodeFilter - Class in org.foray.ps.filter
Handles the PostScript encryption used in the "eexec" operator, usually used in Type1 fonts to encrypt the actual glyph-drawing data and the /Private dictionary.
EexecDecodeFilter(int, byte) - Constructor for class org.foray.ps.filter.EexecDecodeFilter
Default constructor.
effectiveParent(FoContext) - Method in class org.foray.fotree.FObj
Return this node's effective parent, cast as an FObj.
element(String, String) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
Sends notifications for a whole element with some String content.
element(String, String, Attributes) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
Sends notifications for a whole element with some String content.
elementDecl(String, String) - Method in class org.foray.xml.FOrayPretty
 
ElementStack - Class in org.foray.xml.dtd
A stack of DTDElement instances, useful when using a SAX parser.
ElementStack() - Constructor for class org.foray.xml.dtd.ElementStack
Constructor.
EmbedDemo - Class in org.foray.demo.embed
Abstract base class for FOray Embedding Demonstration classes.
EmbedDemo() - Constructor for class org.foray.demo.embed.EmbedDemo
Constructor.
embedFont() - Method in class org.foray.pdf.object.PDFFontDescriptor
Sets this font up so that it will be embedded in the PDF document.
EMPTY_ATTS - Static variable in class org.foray.demo.embed.tools.EasyContentHandlerProxy
An empty Attributes object used when no attributes are needed.
EMPTY_CHILD_LIST - Static variable in class org.foray.fotree.FObj
A static empty and immutable list of children, suitable for return by objects that have no children.
EMPTY_METADATA - Static variable in class org.foray.fotree.fo.obj.Declarations
An empty set of metadata, useful as a return value for metadata when there is no instance of this class.
EMPTY_STRING - Static variable in class org.foray.common.StringUtil
An empty string suitable for String comparisons or initializations.
EMPTY_STRING - Static variable in class org.foray.common.WKConstants
An empty String useful for return values that might return "null", but could return this more safely.
emptyPropertyList() - Static method in class org.foray.fotree.PropertyList
Returns an empty, immutable property list instance.
encode(int) - Method in class org.foray.font.FontUse4a
 
encode(CharSequence, int, int, FontOptions, Orthography) - Method in class org.foray.font.FontUse4a
 
encodeAsLong(byte[]) - Static method in class org.foray.ps.filter.Ascii85EncodeFilter
Converts 4 bytes to a big-endian long.
encodeCharacter(int) - Method in class org.foray.font.format.ttf.TTFTableCMAP
Encode a specific character using the Unicode CMap from this table.
encodeCharacter(int) - Method in class org.foray.ps.encode.CMap04
 
encodeCharacter(char) - Method in class org.foray.ps.encode.CMap04Entry
Encodes a given character.
encodeCharacter(int) - Method in class org.foray.ps.encode.CMap12
 
encodeCharacter(int) - Method in class org.foray.ps.encode.CMap12Entry
Encodes a given character.
encodeCharacter(int) - Method in class org.foray.ps.encode.EncodingVector4a
 
encodeSubsetIndex(int) - Method in class org.foray.font.Subset
Get the subsetted font glyph index that corresponds to fontGlyphIndex, creating a subset glyph index if necessary.
ENCODING - Static variable in class org.foray.pdf.object.PDFDocument
Name of the CharSet that should be used when converting Strings to bytes.
ENCODING_ANY - Static variable in class org.foray.font.FontConsumer4a
Constant indicating that the font selection process is free to use any encoding that it can, including creating new ones, to make its full complement of glyphs available during the font selection process.
ENCODING_INTERNAL_ONLY - Static variable in class org.foray.font.FontConsumer4a
Constant indicating that only a font's internal encoding should be used during the font selection process.
ENCODING_MACINTOSH_ROMAN - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating a "UGL character set with Unicode indexing scheme" for the Microsoft platform.
ENCODING_MICROSOFT_UGL - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating a "Roman" script for the Macintosh platform.
ENCODING_MICROSOFT_UNDEFINED - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating an "undefined" character set or indexing scheme for the Microsoft platform.
ENCODING_SPECIFIED_ONLY - Static variable in class org.foray.font.FontConsumer4a
Constant indicating that only the encoding specified in the RegisteredFontDesc (from the font-configuration) should be used during the font selection process.
ENCODING_UCS_4 - Static variable in class org.foray.font.format.ttf.TTFTableCMAP
Constant indicating that the encoding is Unicode UCS-4.
ENCODING_UNICODE - Static variable in class org.foray.font.format.ttf.TTFTableCMAP
Constant indicating that the encoding is Unicode.
EncodingCE - Class in org.foray.ps.encode
Class containing hard-coded values that represent the CE (Central European) Encoding Vector documented at PLRM2, Appendix E.5.
EncodingCustom - Class in org.foray.ps.encode
An encoding that is not one of the predefined encodings, usually parsed from a Type 1 Font.
EncodingCustom(String, List<GlyphList>, char[], char[]) - Constructor for class org.foray.ps.encode.EncodingCustom
Create a new Encoding instance.
EncodingExpert - Class in org.foray.ps.encode
Class containing hard-coded values that represent the Expert Encoding Vector documented at PostScript Language Reference, 3rd Edition, Appendix E.9.
EncodingExpertSubset - Class in org.foray.ps.encode
Class containing hard-coded values that represent the ExpertSubset Encoding Vector documented at PostScript Language Reference, 3rd Edition, Appendix E.9 and E.11.
EncodingFOrayLatinExtra - Class in org.foray.ps.encode
Class containing hard-coded values that represent the FOrayLatinExtra Encoding Vector.
EncodingISOLatin1 - Class in org.foray.ps.encode
Class containing hard-coded values that represent the ISOLatin1Encoding Encoding Vector documented at PLRM2, Appendix E.7.
EncodingMacExpert - Class in org.foray.ps.encode
Class containing hard-coded values that represent the MacExpertEncoding Encoding Vector documented at PDF Reference, 5th Edition, Appendix D.2.
EncodingMacRoman - Class in org.foray.ps.encode
Class containing hard-coded values that represent the MacRomanEncoding Encoding Vector documented at PDF Reference, 3rd Edition, Appendix D.1.
EncodingMacStandard - Class in org.foray.ps.encode
Class containing hard-coded values that represent the "standard Macintosh ordering" described in the TrueType font reference material (TTF Reference).
EncodingParser - Class in org.foray.ps.encode
An EncodingParser instance parses an encoding list, arranging its data for efficient use during processing.
EncodingParser(InputStream, int, int, List<String>) - Constructor for class org.foray.ps.encode.EncodingParser
Create a new EncodingParser instance.
EncodingPDFDoc - Class in org.foray.ps.encode
Class containing hard-coded values that represent the PDFDocEncoding Encoding Vector documented at PDF Reference, 3rd Edition, Appendix D.1.
EncodingStandard - Class in org.foray.ps.encode
Class containing hard-coded values that represent the StandardEncoding Encoding Vector documented at PLRM3, Appendix E.5.
EncodingSymbol - Class in org.foray.ps.encode
Class containing hard-coded values that represent the Symbol Encoding Vector documented at PDF Reference, 5th Edition, Appendix D.3.
EncodingVector4a - Class in org.foray.ps.encode
Encoding instances provide some standard encoding resources for PostScript.
EncodingVector4a(String, List<GlyphList>, char[], char[]) - Constructor for class org.foray.ps.encode.EncodingVector4a
Create a new Encoding instance.
EncodingVectorInputStream - Class in org.foray.ps.encode
A filter that can decode content from a given PsEncoding to Unicode.
EncodingVectorInputStream(InputStream, PsEncoding) - Constructor for class org.foray.ps.encode.EncodingVectorInputStream
Constructor.
EncodingWinAnsi - Class in org.foray.ps.encode
Class containing hard-coded values that represent the WinAnsiEncoding Encoding Vector documented at PDF Reference, 3rd Edition, Appendix D.1.
EncodingZapfDingbats - Class in org.foray.ps.encode
Class containing hard-coded values that represent the ZapfDingbats Encoding Vector documented at PDF Reference, 5th Edition, Appendix D.4.
encryptData(byte[], int, int) - Method in class org.foray.pdf.object.PDFEncryption
This method encrypts the passed data using the generated keys.
encryptionAvailable() - Static method in class org.foray.pdf.object.PDFEncryption
Indicates whether encryption is available in the current environment.
end() - Method in class org.foray.fotree.axsl.obj.Metadata
 
end() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
end() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
end() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
end() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
end() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
end() - Method in class org.foray.fotree.fo.obj.Bookmark
 
end() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
end() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
end() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
end() - Method in class org.foray.fotree.fo.obj.Character
 
end() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
end() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
end() - Method in class org.foray.fotree.fo.obj.Declarations
 
end() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
end() - Method in class org.foray.fotree.fo.obj.Float
 
end() - Method in class org.foray.fotree.fo.obj.Flow
 
end() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
end() - Method in class org.foray.fotree.fo.obj.FlowMap
 
end() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
end() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
end() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
end() - Method in class org.foray.fotree.fo.obj.Footnote
 
end() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
end() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
end() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
end() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
end() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
end() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
end() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
end() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
end() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
end() - Method in class org.foray.fotree.fo.obj.ListBlock
 
end() - Method in class org.foray.fotree.fo.obj.ListItem
 
end() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
end() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
end() - Method in class org.foray.fotree.fo.obj.MultiCase
 
end() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
end() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
end() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
end() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
end() - Method in class org.foray.fotree.fo.obj.PageSequence
 
end() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
end() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
end() - Method in class org.foray.fotree.fo.obj.RegionAfter
 
end() - Method in class org.foray.fotree.fo.obj.RegionBefore
 
end() - Method in class org.foray.fotree.fo.obj.RegionBody
 
end() - Method in class org.foray.fotree.fo.obj.RegionEnd
 
end() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
end() - Method in class org.foray.fotree.fo.obj.RegionStart
 
end() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
end() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
end() - Method in class org.foray.fotree.fo.obj.Root
 
end() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
end() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
end() - Method in class org.foray.fotree.fo.obj.StaticContent
 
end() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
 
end() - Method in class org.foray.fotree.fo.obj.Table
 
end() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
end() - Method in class org.foray.fotree.fo.obj.TableCaption
 
end() - Method in class org.foray.fotree.fo.obj.TableCell
 
end() - Method in class org.foray.fotree.fo.obj.TableColumn
 
end() - Method in class org.foray.fotree.fo.obj.TableRow
 
end() - Method in class org.foray.fotree.fo.obj.Title
 
end() - Method in class org.foray.fotree.FObj
This method is a hook into the parsing process, primarily to allow the subclass to do some validation or setup work after the object and all of its properties have been parsed and all of its children processed.
end() - Method in class org.foray.fotree.FObjMixed
 
end() - Method in class org.foray.fotree.math.obj.InstreamMathElement
 
end() - Method in class org.foray.fotree.svg.obj.InstreamSvgElement
 
END_OF_DATA - Static variable in class org.foray.ps.filter.AsciiHexDecodeFilter
End-of-data marker specified in the PostScript standard.
END_OF_DATA - Static variable in class org.foray.ps.filter.AsciiHexEncodeFilter
End-of-data marker specified in the PostScript standard.
endDocument() - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
endDocument() - Method in class org.foray.fotree.FOTreeBuilder
 
endDocument() - Method in class org.foray.hyphen.util.ValidateChars
 
endDocument() - Method in class org.foray.xml.FOrayPretty
 
endDTD() - Method in class org.foray.xml.FOrayPretty
 
endElement(String, String, String) - Method in class org.foray.core.ConfigurationParser
 
endElement(String) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
Send the notification of the end of an element.
endElement(String, String, String) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
endElement(String, String, String) - Method in class org.foray.font.config.ConfigParser
Wraps up parsing for elements that need to be finalized.
endElement(String, String, String) - Method in class org.foray.fotree.ForeignXML
This is pretending to be a SAX Handler for the end of an element.
endElement(String, String, String) - Method in class org.foray.fotree.FOTreeBuilder
 
endElement(String, String, String) - Method in class org.foray.hyphen.PatternParser
 
endElement(String, String, String) - Method in class org.foray.hyphen.util.NatLangParser
 
endElement(String, String, String) - Method in class org.foray.hyphen.util.ValidateChars
 
endElement(String, String, String) - Method in class org.foray.xml.FOrayPretty
 
endEntity(String) - Method in class org.foray.xml.FOrayPretty
 
endPrefixMapping(String) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
endsWithLinefeed() - Method in class org.foray.area.TextArea
Indicates whether this text-area ends with a linefeed.
endTable() - Method in class org.foray.mif.MifBook
Switch the reference back from the table to the current textflow.
ENGLISH - Static variable in class org.foray.common.i18n.Language4a
The English language.
ENTRY_BYTES - Static variable in class org.foray.font.format.ttf.TTFOffsetTableRecord
The size, in bytes, of each Table Directory entry.
enumerateFunctionName(String) - Static method in class org.foray.fotree.value.Function
Converts a function name to its integral equivalent.
enumeratePropertyName(String) - Static method in class org.foray.fotree.axsl.PropertyMakerAxsl
Converts a property name to its integral equivalent.
enumeratePropertyName(String) - Static method in class org.foray.fotree.fo.PropertyMakerFO
Converts a property name to its integral equivalent.
enumeratePropertyName(String) - Static method in class org.foray.fotree.xml.PropertyMakerXML
Converts a property name to its integral equivalent.
Environment - Class in org.foray.common
Class with some convenience methods for getting information about the environment.
EOL - Static variable in class org.foray.mif.MifBook
Constant for the end-of-line String, used in building mif output.
EOL - Static variable in class org.foray.pdf.object.PDFObject
The String that should be used to end a line in the PDF document.
EPS_HEADER_ASCII - Static variable in class org.foray.graphic.factory.EPSFactory
The header bytes at the beginning of an EPS file in ASCII format.
EPS_HEADER_BINARY - Static variable in class org.foray.graphic.factory.EPSFactory
The header bytes at the beginning of an EPS file in binary format.
EPSFactory - Class in org.foray.graphic.factory
GraphicFactory object for EPS graphic type.
EPSFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.EPSFactory
Constructor.
EPSGraphic - Class in org.foray.graphic
An EPS (encapsulated Postscript) graphic.
EPSGraphic(GraphicServer4a, URL, BufferedInputStream, boolean) - Constructor for class org.foray.graphic.EPSGraphic
Constructor.
epsToPostScript(EpsGraphic, int, int, int, int) - Method in class org.foray.render.ps.PSRenderer
Converts an EPS graphic to the bytes that represent it in PostScript.
equals(Object) - Method in class org.foray.common.i18n.Country4a
 
equals(Object) - Method in class org.foray.common.i18n.Language4a
 
equals(Object) - Method in class org.foray.common.i18n.Script4a
 
equals(CharSequence, CharSequence) - Static method in class org.foray.common.util.CharSequenceUtils
Compares the content of two character sequences for equality.
equals(Object) - Method in class org.foray.pdf.object.PDFColor
 
equals(Object) - Method in class org.foray.ps.PsName
 
equals(Object) - Method in class org.foray.ps.PsNull
 
equals(Object) - Method in class org.foray.ps.PsNumber
 
equals(Object) - Method in class org.foray.ps.PsString
 
equalToCapitalized(CharSequence, CharSequence) - Static method in class org.foray.common.util.CharSequenceUtils
Compares the content of two character sequences for equivalence, based on the comparison sequence being equal to the title case version of the normalized sequence.
equalToUppercase(CharSequence, CharSequence) - Static method in class org.foray.common.util.CharSequenceUtils
Compares the content of two character sequences for equivalence based on the comparison sequence being equal to the uppercase version of the normalized sequence.
equivalent(RegisteredFontDesc) - Method in class org.foray.font.config.RegisteredFontDesc
Determine whether two RegisteredFontDesc instances have the same set of characteristics (font-weight, font-style, etc).
equivalent() - Method in class org.foray.xml.FOrayXDiff
Compares the XML streams passed or implicitly passed in the constructor, and returns true if the streams are equivalent, false if there is one or more differences.
equivalentExceptWeight(RegisteredFontDesc) - Method in class org.foray.font.config.RegisteredFontDesc
Determine whether two RegisteredFontDesc instances have the same set of characteristics (font-family, font-style, etc), but without regard to font-weight.
error(SAXParseException) - Method in class org.foray.hyphen.PatternParser
 
error(SAXParseException) - Method in class org.foray.hyphen.util.NatLangParser
 
estimateBaseline(Font.WritingMode, Font.Baseline, int) - Method in class org.foray.font.Font4a
Provides reasonable estimates of the various baseline values for the font, based on other font metrics.
eval(FObj, FoContext) - Method in class org.foray.fotree.value.FnBodyStart
The computation for the value of body-start() is found in XSL-FO Standard, 1.0, Section 7.28.4.
eval(FObj) - Method in class org.foray.fotree.value.FnFromPageMasterRegion
Returns the value of this function.
eval(FObj) - Method in class org.foray.fotree.value.FnFromParent
Returns the value of this function.
eval() - Method in class org.foray.fotree.value.FnFromTableColumn
Returns the value of this function.
eval(Property, FObj) - Method in class org.foray.fotree.value.FnInheritedProp
Returns the value of this function.
eval(FObj, FoContext) - Method in class org.foray.fotree.value.FnLabelEnd
The computation for the value of label-end() is found in XSL-FO Standard, 1.0, Section 7.28.3.
eval(FObj) - Method in class org.foray.fotree.value.FnMergePropertyValues
Returns the value of this function.
eval(Property, FObj) - Method in class org.foray.fotree.value.FnNearestSpecProp
Returns the value of this function.
eval() - Method in class org.foray.fotree.value.FnRgb
Returns the value of this function.
eval() - Method in class org.foray.fotree.value.FnRgbIcc
Returns the value of this function.
eval() - Method in class org.foray.fotree.value.FnSystemColor
Returns the value of this function.
eval(FObj) - Method in class org.foray.fotree.value.FnSystemFont
Returns the value of this function.
evalBorderStyle(PropertyValue) - Method in class org.foray.fotree.fo.AbstractFoProperty
Converts a given property value into a BorderStyle enumeration.
evalColor() - Method in class org.foray.fotree.value.DtAngle
 
evalColor() - Method in class org.foray.fotree.value.DtBorderWidth
 
evalColor() - Method in class org.foray.fotree.value.DtCharacter
 
evalColor() - Method in class org.foray.fotree.value.DtColor
Returns the encapsulated Color.
evalColor() - Method in class org.foray.fotree.value.DtCountry
 
evalColor() - Method in class org.foray.fotree.value.DtFrequency
 
evalColor() - Method in class org.foray.fotree.value.DtInteger
 
evalColor() - Method in class org.foray.fotree.value.DtKeep
 
evalColor() - Method in class org.foray.fotree.value.DtLanguage
 
evalColor() - Method in class org.foray.fotree.value.DtLength
 
evalColor() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
evalColor() - Method in class org.foray.fotree.value.DtLengthConditional
 
evalColor() - Method in class org.foray.fotree.value.DtLengthRange
 
evalColor() - Method in class org.foray.fotree.value.DtName
 
evalColor() - Method in class org.foray.fotree.value.DtNumber
 
evalColor() - Method in class org.foray.fotree.value.DtPercentage
 
evalColor() - Method in class org.foray.fotree.value.DtRectangle
 
evalColor() - Method in class org.foray.fotree.value.DtScript
 
evalColor() - Method in class org.foray.fotree.value.DtShadowEffect
 
evalColor() - Method in class org.foray.fotree.value.DtSpace
 
evalColor() - Method in class org.foray.fotree.value.DtString
 
evalColor() - Method in class org.foray.fotree.value.DtTextDeco
 
evalColor() - Method in class org.foray.fotree.value.DtTime
 
evalColor() - Method in class org.foray.fotree.value.DtURI
 
evalColor() - Method in class org.foray.fotree.value.DtWritingMode
 
evalColor() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
evalColor() - Method in class org.foray.fotree.value.ExprInner
 
evalColor() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
evalColor() - Method in class org.foray.fotree.value.ExprUnaryOper
 
evalColor() - Method in class org.foray.fotree.value.FnAbs
 
evalColor() - Method in class org.foray.fotree.value.FnBodyStart
 
evalColor() - Method in class org.foray.fotree.value.FnCeiling
 
evalColor() - Method in class org.foray.fotree.value.FnFloor
 
evalColor() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
evalColor() - Method in class org.foray.fotree.value.FnFromParent
 
evalColor() - Method in class org.foray.fotree.value.FnFromTableColumn
 
evalColor() - Method in class org.foray.fotree.value.FnInheritedProp
 
evalColor() - Method in class org.foray.fotree.value.FnLabelEnd
 
evalColor() - Method in class org.foray.fotree.value.FnMax
 
evalColor() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
evalColor() - Method in class org.foray.fotree.value.FnMin
 
evalColor() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
evalColor() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
evalColor() - Method in class org.foray.fotree.value.FnRgb
Return the color value of "this".
evalColor() - Method in class org.foray.fotree.value.FnRgbIcc
Return the color value of "this".
evalColor() - Method in class org.foray.fotree.value.FnRound
 
evalColor() - Method in class org.foray.fotree.value.FnSystemColor
Return the color value of "this".
evalColor() - Method in class org.foray.fotree.value.FnSystemFont
 
evalColor() - Method in interface org.foray.fotree.value.PropertyValue
Return the color value of "this".
evalColor() - Method in class org.foray.fotree.value.PropertyValueStatic
 
evalColorException() - Method in class org.foray.fotree.value.Expr
Standard exception when trying to evaluate to a Color for a value that cannot do so.
evalInteger() - Method in class org.foray.fotree.value.DtAngle
 
evalInteger() - Method in class org.foray.fotree.value.DtBorderWidth
 
evalInteger() - Method in class org.foray.fotree.value.DtCharacter
 
evalInteger() - Method in class org.foray.fotree.value.DtColor
 
evalInteger() - Method in class org.foray.fotree.value.DtCountry
 
evalInteger() - Method in class org.foray.fotree.value.DtFrequency
 
evalInteger() - Method in class org.foray.fotree.value.DtInteger
 
evalInteger() - Method in class org.foray.fotree.value.DtKeep
 
evalInteger() - Method in class org.foray.fotree.value.DtLanguage
 
evalInteger() - Method in class org.foray.fotree.value.DtLength
 
evalInteger() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
evalInteger() - Method in class org.foray.fotree.value.DtLengthConditional
 
evalInteger() - Method in class org.foray.fotree.value.DtLengthRange
 
evalInteger() - Method in class org.foray.fotree.value.DtName
 
evalInteger() - Method in class org.foray.fotree.value.DtNumber
 
evalInteger() - Method in class org.foray.fotree.value.DtPercentage
 
evalInteger() - Method in class org.foray.fotree.value.DtRectangle
 
evalInteger() - Method in class org.foray.fotree.value.DtScript
 
evalInteger() - Method in class org.foray.fotree.value.DtShadowEffect
 
evalInteger() - Method in class org.foray.fotree.value.DtSpace
 
evalInteger() - Method in class org.foray.fotree.value.DtString
 
evalInteger() - Method in class org.foray.fotree.value.DtTextDeco
 
evalInteger() - Method in class org.foray.fotree.value.DtTime
 
evalInteger() - Method in class org.foray.fotree.value.DtURI
 
evalInteger() - Method in class org.foray.fotree.value.DtWritingMode
 
evalInteger() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
evalInteger() - Method in class org.foray.fotree.value.ExprInner
 
evalInteger() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
evalInteger() - Method in class org.foray.fotree.value.ExprUnaryOper
 
evalInteger() - Method in class org.foray.fotree.value.FnAbs
 
evalInteger() - Method in class org.foray.fotree.value.FnBodyStart
 
evalInteger() - Method in class org.foray.fotree.value.FnCeiling
 
evalInteger() - Method in class org.foray.fotree.value.FnFloor
 
evalInteger() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
evalInteger() - Method in class org.foray.fotree.value.FnFromParent
 
evalInteger() - Method in class org.foray.fotree.value.FnFromTableColumn
 
evalInteger() - Method in class org.foray.fotree.value.FnInheritedProp
 
evalInteger() - Method in class org.foray.fotree.value.FnLabelEnd
 
evalInteger() - Method in class org.foray.fotree.value.FnMax
 
evalInteger() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
evalInteger() - Method in class org.foray.fotree.value.FnMin
 
evalInteger() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
evalInteger() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
evalInteger() - Method in class org.foray.fotree.value.FnRgb
 
evalInteger() - Method in class org.foray.fotree.value.FnRgbIcc
 
evalInteger() - Method in class org.foray.fotree.value.FnRound
 
evalInteger() - Method in class org.foray.fotree.value.FnSystemColor
 
evalInteger() - Method in class org.foray.fotree.value.FnSystemFont
 
evalInteger() - Method in interface org.foray.fotree.value.PropertyValue
Return this value as an int.
evalInteger() - Method in class org.foray.fotree.value.PropertyValueStatic
 
evalIntegerException() - Method in class org.foray.fotree.value.Expr
Standard exception when trying to evaluate to an Integer for a value that cannot do so.
evalIntegerException() - Method in class org.foray.fotree.value.PropertyValueStatic
Standard exception when trying to evaluate to an Integer for a value that cannot do so.
evalKeyword() - Method in class org.foray.fotree.value.DtAngle
 
evalKeyword() - Method in class org.foray.fotree.value.DtBorderWidth
 
evalKeyword() - Method in class org.foray.fotree.value.DtCharacter
 
evalKeyword() - Method in class org.foray.fotree.value.DtColor
 
evalKeyword() - Method in class org.foray.fotree.value.DtCountry
 
evalKeyword() - Method in class org.foray.fotree.value.DtFrequency
 
evalKeyword() - Method in class org.foray.fotree.value.DtInteger
 
evalKeyword() - Method in class org.foray.fotree.value.DtKeep
 
evalKeyword() - Method in class org.foray.fotree.value.DtLanguage
 
evalKeyword() - Method in class org.foray.fotree.value.DtLength
 
evalKeyword() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
evalKeyword() - Method in class org.foray.fotree.value.DtLengthConditional
 
evalKeyword() - Method in class org.foray.fotree.value.DtLengthRange
 
evalKeyword() - Method in class org.foray.fotree.value.DtName
 
evalKeyword() - Method in class org.foray.fotree.value.DtNumber
 
evalKeyword() - Method in class org.foray.fotree.value.DtPercentage
 
evalKeyword() - Method in class org.foray.fotree.value.DtRectangle
 
evalKeyword() - Method in class org.foray.fotree.value.DtScript
 
evalKeyword() - Method in class org.foray.fotree.value.DtShadowEffect
 
evalKeyword() - Method in class org.foray.fotree.value.DtSpace
 
evalKeyword() - Method in class org.foray.fotree.value.DtString
 
evalKeyword() - Method in class org.foray.fotree.value.DtTextDeco
 
evalKeyword() - Method in class org.foray.fotree.value.DtTime
 
evalKeyword() - Method in class org.foray.fotree.value.DtURI
 
evalKeyword() - Method in class org.foray.fotree.value.DtWritingMode
 
evalKeyword() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
evalKeyword() - Method in class org.foray.fotree.value.ExprInner
 
evalKeyword() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
evalKeyword() - Method in class org.foray.fotree.value.ExprUnaryOper
 
evalKeyword() - Method in class org.foray.fotree.value.FnAbs
 
evalKeyword() - Method in class org.foray.fotree.value.FnBodyStart
 
evalKeyword() - Method in class org.foray.fotree.value.FnCeiling
 
evalKeyword() - Method in class org.foray.fotree.value.FnFloor
 
evalKeyword() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
evalKeyword() - Method in class org.foray.fotree.value.FnFromParent
 
evalKeyword() - Method in class org.foray.fotree.value.FnFromTableColumn
 
evalKeyword() - Method in class org.foray.fotree.value.FnInheritedProp
 
evalKeyword() - Method in class org.foray.fotree.value.FnLabelEnd
 
evalKeyword() - Method in class org.foray.fotree.value.FnMax
 
evalKeyword() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
evalKeyword() - Method in class org.foray.fotree.value.FnMin
 
evalKeyword() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
evalKeyword() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
evalKeyword() - Method in class org.foray.fotree.value.FnRgb
 
evalKeyword() - Method in class org.foray.fotree.value.FnRgbIcc
 
evalKeyword() - Method in class org.foray.fotree.value.FnRound
 
evalKeyword() - Method in class org.foray.fotree.value.FnSystemColor
 
evalKeyword() - Method in class org.foray.fotree.value.FnSystemFont
 
evalKeyword() - Method in class org.foray.fotree.value.PropertyCollection
 
evalKeyword() - Method in interface org.foray.fotree.value.PropertyValue
Returns the keyword value of this property value.
evalKeyword() - Method in class org.foray.fotree.value.PvKeyword
 
evalKeyword() - Method in class org.foray.fotree.value.ValueCollection
 
evalKeywordException() - Method in class org.foray.fotree.value.Expr
Standard exception when trying to evaluate to a Keyword for a value that cannot do so.
evalKeywordException() - Method in class org.foray.fotree.value.PropertyValueStatic
Standard exception when trying to evaluate to a Keyword for a value that cannot do so.
evalLength(int) - Method in class org.foray.fotree.value.DtAngle
 
evalLength(int) - Method in class org.foray.fotree.value.DtBorderWidth
 
evalLength(int) - Method in class org.foray.fotree.value.DtCharacter
 
evalLength(int) - Method in class org.foray.fotree.value.DtColor
 
evalLength(int) - Method in class org.foray.fotree.value.DtCountry
 
evalLength(int) - Method in class org.foray.fotree.value.DtFrequency
 
evalLength(int) - Method in class org.foray.fotree.value.DtInteger
 
evalLength(int) - Method in class org.foray.fotree.value.DtKeep
 
evalLength(int) - Method in class org.foray.fotree.value.DtLanguage
 
evalLength(int) - Method in class org.foray.fotree.value.DtLength
 
evalLength(int) - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
evalLength(int) - Method in class org.foray.fotree.value.DtLengthConditional
 
evalLength(int) - Method in class org.foray.fotree.value.DtLengthRange
 
evalLength(int) - Method in class org.foray.fotree.value.DtName
 
evalLength(int) - Method in class org.foray.fotree.value.DtNumber
 
evalLength(int) - Method in class org.foray.fotree.value.DtPercentage
 
evalLength(int) - Method in class org.foray.fotree.value.DtRectangle
 
evalLength(int) - Method in class org.foray.fotree.value.DtScript
 
evalLength(int) - Method in class org.foray.fotree.value.DtShadowEffect
 
evalLength(int) - Method in class org.foray.fotree.value.DtSpace
 
evalLength(int) - Method in class org.foray.fotree.value.DtString
 
evalLength(int) - Method in class org.foray.fotree.value.DtTextDeco
 
evalLength(int) - Method in class org.foray.fotree.value.DtTime
 
evalLength(int) - Method in class org.foray.fotree.value.DtURI
 
evalLength(int) - Method in class org.foray.fotree.value.DtWritingMode
 
evalLength(int) - Method in class org.foray.fotree.value.ExprAdditiveOper
 
evalLength(int) - Method in class org.foray.fotree.value.ExprInner
 
evalLength(int) - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
evalLength(int) - Method in class org.foray.fotree.value.ExprUnaryOper
 
evalLength(int) - Method in class org.foray.fotree.value.FnAbs
 
evalLength(int) - Method in class org.foray.fotree.value.FnBodyStart
 
evalLength(int) - Method in class org.foray.fotree.value.FnCeiling
 
evalLength(int) - Method in class org.foray.fotree.value.FnFloor
 
evalLength(int) - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
evalLength(int) - Method in class org.foray.fotree.value.FnFromParent
 
evalLength(int) - Method in class org.foray.fotree.value.FnFromTableColumn
 
evalLength(int) - Method in class org.foray.fotree.value.FnInheritedProp
 
evalLength(int) - Method in class org.foray.fotree.value.FnLabelEnd
 
evalLength(int) - Method in class org.foray.fotree.value.FnMax
 
evalLength(int) - Method in class org.foray.fotree.value.FnMergePropertyValues
 
evalLength(int) - Method in class org.foray.fotree.value.FnMin
 
evalLength(int) - Method in class org.foray.fotree.value.FnNearestSpecProp
 
evalLength(int) - Method in class org.foray.fotree.value.FnProportionalColWidth
 
evalLength(int) - Method in class org.foray.fotree.value.FnRgb
 
evalLength(int) - Method in class org.foray.fotree.value.FnRgbIcc
 
evalLength(int) - Method in class org.foray.fotree.value.FnRound
 
evalLength(int) - Method in class org.foray.fotree.value.FnSystemColor
 
evalLength(int) - Method in class org.foray.fotree.value.FnSystemFont
 
evalLength(int) - Method in interface org.foray.fotree.value.PropertyValue
Evaluates the expression to a unit power of 1 (length).
evalLength(int) - Method in class org.foray.fotree.value.PropertyValueStatic
 
evalLengthException() - Method in class org.foray.fotree.value.Expr
Standard exception when trying to evaluate to a Length for a value that cannot do so.
evalLengthException() - Method in class org.foray.fotree.value.PropertyValueStatic
Standard exception when trying to evaluate to a Length for a value that cannot do so.
evalNumeric() - Method in class org.foray.fotree.value.DtAngle
 
evalNumeric() - Method in class org.foray.fotree.value.DtBorderWidth
 
evalNumeric() - Method in class org.foray.fotree.value.DtCharacter
 
evalNumeric() - Method in class org.foray.fotree.value.DtColor
 
evalNumeric() - Method in class org.foray.fotree.value.DtCountry
 
evalNumeric() - Method in class org.foray.fotree.value.DtFrequency
 
evalNumeric() - Method in class org.foray.fotree.value.DtInteger
 
evalNumeric() - Method in class org.foray.fotree.value.DtKeep
 
evalNumeric() - Method in class org.foray.fotree.value.DtLanguage
 
evalNumeric() - Method in class org.foray.fotree.value.DtLength
 
evalNumeric() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
evalNumeric() - Method in class org.foray.fotree.value.DtLengthConditional
 
evalNumeric() - Method in class org.foray.fotree.value.DtLengthRange
 
evalNumeric() - Method in class org.foray.fotree.value.DtName
 
evalNumeric() - Method in class org.foray.fotree.value.DtNumber
 
evalNumeric() - Method in class org.foray.fotree.value.DtPercentage
 
evalNumeric() - Method in class org.foray.fotree.value.DtRectangle
 
evalNumeric() - Method in class org.foray.fotree.value.DtScript
 
evalNumeric() - Method in class org.foray.fotree.value.DtShadowEffect
 
evalNumeric() - Method in class org.foray.fotree.value.DtSpace
 
evalNumeric() - Method in class org.foray.fotree.value.DtString
 
evalNumeric() - Method in class org.foray.fotree.value.DtTextDeco
 
evalNumeric() - Method in class org.foray.fotree.value.DtTime
 
evalNumeric() - Method in class org.foray.fotree.value.DtURI
 
evalNumeric() - Method in class org.foray.fotree.value.DtWritingMode
 
evalNumeric() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
evalNumeric() - Method in class org.foray.fotree.value.ExprInner
 
evalNumeric() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
evalNumeric() - Method in class org.foray.fotree.value.ExprUnaryOper
 
evalNumeric() - Method in class org.foray.fotree.value.FnAbs
 
evalNumeric() - Method in class org.foray.fotree.value.FnBodyStart
 
evalNumeric() - Method in class org.foray.fotree.value.FnCeiling
 
evalNumeric() - Method in class org.foray.fotree.value.FnFloor
 
evalNumeric() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
evalNumeric() - Method in class org.foray.fotree.value.FnFromParent
 
evalNumeric() - Method in class org.foray.fotree.value.FnFromTableColumn
 
evalNumeric() - Method in class org.foray.fotree.value.FnInheritedProp
 
evalNumeric() - Method in class org.foray.fotree.value.FnLabelEnd
 
evalNumeric() - Method in class org.foray.fotree.value.FnMax
 
evalNumeric() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
evalNumeric() - Method in class org.foray.fotree.value.FnMin
 
evalNumeric() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
evalNumeric() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
evalNumeric() - Method in class org.foray.fotree.value.FnRgb
 
evalNumeric() - Method in class org.foray.fotree.value.FnRgbIcc
 
evalNumeric() - Method in class org.foray.fotree.value.FnRound
 
evalNumeric() - Method in class org.foray.fotree.value.FnSystemColor
 
evalNumeric() - Method in class org.foray.fotree.value.FnSystemFont
 
evalNumeric() - Method in interface org.foray.fotree.value.PropertyValue
Return the raw numeric value of "this", without regard to unit power.
evalNumeric() - Method in class org.foray.fotree.value.PropertyValueStatic
 
evalNumericException() - Method in class org.foray.fotree.value.Expr
Standard exception when trying to evaluate to a Numeric for a value that cannot do so.
evalPercentage(float, FObj, FoContext, FoInlineContext) - Static method in class org.foray.fotree.fo.prop.PdAlignmentAdjust
Computes the value for a percentage.
evalPercentage() - Method in class org.foray.fotree.value.DtAngle
 
evalPercentage() - Method in class org.foray.fotree.value.DtBorderWidth
 
evalPercentage() - Method in class org.foray.fotree.value.DtCharacter
 
evalPercentage() - Method in class org.foray.fotree.value.DtColor
 
evalPercentage() - Method in class org.foray.fotree.value.DtCountry
 
evalPercentage() - Method in class org.foray.fotree.value.DtFrequency
 
evalPercentage() - Method in class org.foray.fotree.value.DtInteger
 
evalPercentage() - Method in class org.foray.fotree.value.DtKeep
 
evalPercentage() - Method in class org.foray.fotree.value.DtLanguage
 
evalPercentage() - Method in class org.foray.fotree.value.DtLength
 
evalPercentage() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
evalPercentage() - Method in class org.foray.fotree.value.DtLengthConditional
 
evalPercentage() - Method in class org.foray.fotree.value.DtLengthRange
 
evalPercentage() - Method in class org.foray.fotree.value.DtName
 
evalPercentage() - Method in class org.foray.fotree.value.DtNumber
 
evalPercentage() - Method in class org.foray.fotree.value.DtPercentage
 
evalPercentage() - Method in class org.foray.fotree.value.DtRectangle
 
evalPercentage() - Method in class org.foray.fotree.value.DtScript
 
evalPercentage() - Method in class org.foray.fotree.value.DtShadowEffect
 
evalPercentage() - Method in class org.foray.fotree.value.DtSpace
 
evalPercentage() - Method in class org.foray.fotree.value.DtString
 
evalPercentage() - Method in class org.foray.fotree.value.DtTextDeco
 
evalPercentage() - Method in class org.foray.fotree.value.DtTime
 
evalPercentage() - Method in class org.foray.fotree.value.DtURI
 
evalPercentage() - Method in class org.foray.fotree.value.DtWritingMode
 
evalPercentage() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
evalPercentage() - Method in class org.foray.fotree.value.ExprInner
 
evalPercentage() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
evalPercentage() - Method in class org.foray.fotree.value.ExprUnaryOper
 
evalPercentage() - Method in class org.foray.fotree.value.FnAbs
 
evalPercentage() - Method in class org.foray.fotree.value.FnBodyStart
 
evalPercentage() - Method in class org.foray.fotree.value.FnCeiling
 
evalPercentage() - Method in class org.foray.fotree.value.FnFloor
 
evalPercentage() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
evalPercentage() - Method in class org.foray.fotree.value.FnFromParent
 
evalPercentage() - Method in class org.foray.fotree.value.FnFromTableColumn
 
evalPercentage() - Method in class org.foray.fotree.value.FnInheritedProp
 
evalPercentage() - Method in class org.foray.fotree.value.FnLabelEnd
 
evalPercentage() - Method in class org.foray.fotree.value.FnMax
 
evalPercentage() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
evalPercentage() - Method in class org.foray.fotree.value.FnMin
 
evalPercentage() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
evalPercentage() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
evalPercentage() - Method in class org.foray.fotree.value.FnRgb
 
evalPercentage() - Method in class org.foray.fotree.value.FnRgbIcc
 
evalPercentage() - Method in class org.foray.fotree.value.FnRound
 
evalPercentage() - Method in class org.foray.fotree.value.FnSystemColor
 
evalPercentage() - Method in class org.foray.fotree.value.FnSystemFont
 
evalPercentage() - Method in interface org.foray.fotree.value.PropertyValue
Returns the percentage value of this property value.
evalPercentage() - Method in class org.foray.fotree.value.PropertyValueStatic
 
evalPercentageException() - Method in class org.foray.fotree.value.Expr
Standard exception when trying to evaluate to a Percentage for a value that cannot do so.
evalPercentageException() - Method in class org.foray.fotree.value.PropertyValueStatic
Standard exception when trying to evaluate to a Percentage for a value that cannot do so.
evalUri(PropertyValue) - Method in class org.foray.fotree.fo.AbstractFoProperty
Converts a given property value into URI.
execute() - Method in class org.foray.app.ant.FOrayAntTask
Starts execution of this task.
execute() - Method in class org.foray.app.ant.RunTest
Execute this ant task.
execute(PsInterpreter4a, PsName) - Method in class org.foray.ps.PsDictionary
Tries to process a name object.
execute(PsName) - Method in class org.foray.ps.PsSystemDict4a
Tries to execute an executable object.
executeOperator(PsOperator) - Method in class org.foray.ps.PsDictionary
Override this method in subclasses that have procedures.
executeOperator(PsOperator) - Method in class org.foray.ps.PsSystemDict4a
Executes a given operator.
exists(URL) - Static method in class org.foray.common.url.URLUtil
Intended to be the equivalent of File.exists().
expandEntityReference(char) - Static method in class org.foray.common.XMLCharacter
Takes an entity reference character and converts it to its expanded value.
expandEntityReferences(CharSequence) - Static method in class org.foray.common.XMLCharacter
For a sequence of raw text characters, expands entity references.
Expr - Class in org.foray.fotree.value
Abstract Base Class for all Expressions.
Expr() - Constructor for class org.foray.fotree.value.Expr
 
ExprAdditive - Class in org.foray.fotree.value
Class for handling AdditiveExpr.
ExprAdditive() - Constructor for class org.foray.fotree.value.ExprAdditive
 
ExprAdditiveOper - Class in org.foray.fotree.value
Class for handling AdditiveExpr.
ExprAdditiveOper(ExprAdditive, ExprMultiplicative, byte) - Constructor for class org.foray.fotree.value.ExprAdditiveOper
Constructor.
ExprInner - Class in org.foray.fotree.value
Class representing nested expressions.
ExprInner(ExprAdditive) - Constructor for class org.foray.fotree.value.ExprInner
Constructor.
ExprMultiplicative - Class in org.foray.fotree.value
Abstract superclass for multiplicative expressions.
ExprMultiplicative() - Constructor for class org.foray.fotree.value.ExprMultiplicative
 
ExprMultiplicativeOper - Class in org.foray.fotree.value
Multiplicative operation.
ExprMultiplicativeOper(ExprMultiplicative, ExprUnary, byte) - Constructor for class org.foray.fotree.value.ExprMultiplicativeOper
Constructor.
ExprPrimary - Class in org.foray.fotree.value
Common superclass for all Expression types.
ExprPrimary() - Constructor for class org.foray.fotree.value.ExprPrimary
 
ExprUnary - Class in org.foray.fotree.value
Abstract superclass for unary expressions.
ExprUnary() - Constructor for class org.foray.fotree.value.ExprUnary
 
ExprUnaryOper - Class in org.foray.fotree.value
Unary operation expression.
ExprUnaryOper(ExprUnary, byte) - Constructor for class org.foray.fotree.value.ExprUnaryOper
Constructor.
extensionValueOf(String) - Static method in enum org.foray.fotree.axsl.AxslObject
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO name of the object instead of its enumerated name.
extensionValueOf(String) - Static method in enum org.foray.fotree.foray.ForayObject
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO name of the object instead of its enumerated name.
ExternalGraphic - Class in org.foray.fotree.fo.obj
An "external-graphic" object in XSL-FO.
ExternalGraphic(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ExternalGraphic
Constructor.
ExternalGraphicArea - Class in org.foray.area
Area containing an external-graphic.
ExternalGraphicPL - Class in org.foray.pioneer
Pioneer Layout for ExternalGraphic.
ExternalGraphicPL(ExternalGraphic, PioneerLS) - Constructor for class org.foray.pioneer.ExternalGraphicPL
Constructor.
extractBaseline(Font.WritingMode, Font.Baseline, int) - Method in class org.foray.font.Font4a
Returns the font's explicit definition of the baseline, if possible.
extractBaseline(Font.WritingMode, Font.Baseline, int) - Method in class org.foray.font.FreeStandingFont
 
extractBaseline(Font.WritingMode, Font.Baseline, int) - Method in class org.foray.font.SystemFont
 

F

FACTORY_REGISTRATION_STRATEGY - Static variable in class org.foray.common.url.ProtocolRegistrationBroker
Constant indicating that the "factory" method should be used for URL handler registration.
FactoryProtocolRegistration - Class in org.foray.common.url
An implementation of {#link ProtocolHandlerRegistry} which does not attempt to use the "java.protocol.handler.pkgs" property to register new URLStreamHandlers, but instead attempts to use only a URLStreamHandlerFactory.
FactoryProtocolRegistration() - Constructor for class org.foray.common.url.FactoryProtocolRegistration
Package-private constructor.
FALLBACK_PAGE_HEIGHT - Static variable in class org.foray.fotree.fo.obj.SimplePageMaster
Constant indicating the fallback page height of 11 inches.
FALLBACK_PAGE_WIDTH - Static variable in class org.foray.fotree.fo.obj.SimplePageMaster
Constant indicating the fallback page widht of 8.5 inches.
FAMILY_NAME_KEY - Static variable in class org.foray.ps.type1.PsFontInfoDictionary4a
Key to the "FamilyName" entry.
fatalError(SAXParseException) - Method in class org.foray.hyphen.PatternParser
 
fatalError(SAXParseException) - Method in class org.foray.hyphen.util.NatLangParser
 
FEATURE_NAMESPACE_PREFIXES - Static variable in class org.foray.common.sax.DocumentReader
Constant for the feature name for "namespace-prefixes".
FEATURE_NAMESPACES - Static variable in class org.foray.common.sax.DocumentReader
Constant for the feature name for "namespaces".
FILEFORMAT_OTF_CFF - Static variable in class org.foray.font.format.FontParser
Constant indicating that the file is an OpenType font in CFF (Type 1) format.
FILEFORMAT_OTF_TRUETYPE - Static variable in class org.foray.font.format.FontParser
Constant indicating that the file is an OpenType font in TrueType format.
FILEFORMAT_TTF_COLLECTION - Static variable in class org.foray.font.format.FontParser
Constant indicating that the file is a TrueType collection.
FILEFORMAT_TTF_SINGLEFONT - Static variable in class org.foray.font.format.FontParser
Constant indicating that the file is a TrueType file containing only one TrueType font.
FILEFORMAT_TYPE1_MAC - Static variable in class org.foray.font.format.FontParser
Constant indicating that the file is a Type 1 file in Macintosh format.
FILEFORMAT_TYPE1_PFA - Static variable in class org.foray.font.format.FontParser
Constant indicating that the file is a Type 1 file in PFA (hexadecimal) format.
FILEFORMAT_TYPE1_PFB - Static variable in class org.foray.font.format.FontParser
Constant indicating that the file is a Type 1 file in PFB (Microsoft) format.
FILEFORMAT_UNKNOWN - Static variable in class org.foray.font.format.FontParser
Consant indicating that the file is in an unknown format.
fill(Shape) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
fill(Shape) - Method in class org.foray.graphic.batik.PSGraphics2D
 
fillDevice() - Method in class org.foray.ps.java2d.Java2DSystemDict
 
fillDevice() - Method in class org.foray.ps.pdf.PDFSystemDict
 
fillDevice() - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "fill".
fillDevice() - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
fillInPDF(StringBuilder) - Method in class org.foray.pdf.object.PDFCIDFontDescriptor
Fill in the specifics for the font's descriptor.
fillInPDF(StringBuilder) - Method in class org.foray.pdf.object.PDFFontDescriptor
Fill in the specifics for the font's descriptor.
filterPush(PsDictionary) - Method in class org.foray.ps.PsDictionaryStack
 
filterPush(PsObject) - Method in class org.foray.ps.PsExecutionStack
 
filterPush(PsGraphicsState) - Method in class org.foray.ps.PsGraphicsStateStack
 
filterPush(PsObject) - Method in class org.foray.ps.PsOperandStack
 
filterPush(T) - Method in class org.foray.ps.PsStack
A hook for subclasses to filter the content of items being pushed onto the stack.
finalizeStreamContent() - Method in class org.foray.pdf.object.PDFCMap
 
finalizeStreamContent() - Method in class org.foray.pdf.object.PDFContentStream
 
finalizeStreamContent() - Method in class org.foray.pdf.object.PDFEmbeddedFileStream
 
finalizeStreamContent() - Method in class org.foray.pdf.object.PDFFontFileStream
 
finalizeStreamContent() - Method in class org.foray.pdf.object.PDFICCStream
 
finalizeStreamContent() - Method in class org.foray.pdf.object.PDFStream
This method is an explicit opportunity for subclasses to finish writing whatever content may still need to be written to the stream before the dictionary and stream contents are written.
finalizeStreamContent() - Method in class org.foray.pdf.object.PDFToUnicodeCMap
 
finalizeStreamContent() - Method in class org.foray.pdf.object.PDFXObject
 
finalizeText(FoContext) - Method in class org.foray.fotree.fo.obj.Wrapper
Overrides FObjMixed method to avoid creating FOText nodes if they are not permitted by the parent.
finalizeText(FoContext) - Method in class org.foray.fotree.FObjMixed
Flushes any remaining text into an FOText item.
find(PsObject) - Method in class org.foray.ps.PsInterpreter4a
Find an object, searching through the dictionary stack until the object is found.
find(String) - Method in class org.foray.ps.PsInterpreter4a
Convenience method for external users of the interpreter.
findEncoding(RegisteredFontDesc, int) - Method in class org.foray.font.ConsumerFont4a
Find the encoding that should be used for the seletion of a font use.
findFilter(String) - Static method in enum org.foray.ps.filter.PSFilter
Returns the PSFilter associated with a given name.
findFrom2Char(String) - Static method in class org.foray.common.i18n.Country4a
Finds an instance of this class from a given 2-character country code as defined in ISO 3166.
findFrom2Char(String) - Static method in class org.foray.common.i18n.Language4a
Finds an instance of this class from a given 2-character language code as defined in ISO 639.
findFrom3Char(String) - Static method in class org.foray.common.i18n.Country4a
Finds an instance of this class from a given 3-character country code as defined in ISO 3166.
findFrom3Char(String) - Static method in class org.foray.common.i18n.Language4a
Finds an instance of this class from a given 3-character language code as defined in ISO 639.
findFromAlpha(String) - Static method in class org.foray.common.i18n.Country4a
Finds an instance of this class from a given 2-character or 3-character language code as defined in ISO 3166.
findFromAlpha(String) - Static method in class org.foray.common.i18n.Language4a
Finds an instance of this class from a given 2-character or 3-character language code as defined in ISO 639.
findFromAlpha(String) - Static method in class org.foray.common.i18n.Script4a
Finds an instance of this class from a given alpha script code as defined in ISO 15924.
findFromNumeric(int) - Static method in class org.foray.common.i18n.Country4a
Finds an instance of this class from a given numeric language code as defined in ISO 3166.
findFromNumeric(int) - Static method in class org.foray.common.i18n.Script4a
Finds an instance of this class from a given alpha script code as defined in ISO 15924.
findProperty(FoProperty) - Method in class org.foray.fotree.value.PropertyCollection
Returns the first occurrence of a Property in the collection that is of the type propertyType.
findRegisteredFontDesc(Font.Style, Font.Weight, Font.Variant, Font.Stretch, boolean, boolean) - Method in class org.foray.font.config.RegisteredFontFamily
This method encapsulates the "per-descriptor matching rules" described in the CSS 2 documentation at Section 15.5.
findXObject(Graphic) - Method in class org.foray.pdf.object.PDFDocument
If a PDFXObject has already been created for a given URL, return that PDFXObject so that it can be reused.
finishRow() - Method in class org.foray.pioneer.RowSpanMgr
Done with a row.
FINLAND - Static variable in class org.foray.common.i18n.Country4a
Finland.
FINLAND - Static variable in class org.foray.common.i18n.Orthography4a
The orthograpy for Finland.
FINNISH - Static variable in class org.foray.common.i18n.Language4a
The Finnish language.
firstDifferent(String, String) - Static method in class org.foray.common.StringUtil
Compares two Strings for equality, returning the index to the first different character.
firstLineText() - Method in class org.foray.fotree.FObj
Recursively searched the descendants of this object looking for and returning the first descendant text item.
firstNormalAreaReturned(String) - Method in class org.foray.area.AreaTree
Find the first normal area returned by the formatting object with an "id" trait matching the "id" parameter.
firstNormalAreaReturned() - Method in class org.foray.area.FOLinkageNormal
Returns the first normal area returned by this linkage.
firstPrintable(char[]) - Static method in class org.foray.common.UnicodeChar
Finds the first printable Unicode code point in a given array of chars.
firstPrintable(CharSequence) - Static method in class org.foray.common.UnicodeChar
Finds the first printable Unicode code point in a given array of chars.
firstTextSegment() - Method in class org.foray.fotree.fo.obj.PageNumber
Returns the underlying text of the first descendant text item.
firstTextSegment() - Method in class org.foray.fotree.fo.obj.PageNumberCitation
Returns the underlying text of the first descendant text item.
firstTextSegment() - Method in class org.foray.fotree.fo.obj.PageNumberCitationLast
Returns the underlying text of the first descendant text item.
firstTextSegment() - Method in class org.foray.fotree.FObj
Returns the underlying text of the first descendant text item.
firstUnresolvedRefId() - Method in class org.foray.area.PageRA
 
FLAG_BIT_ALL_CAP - Static variable in class org.foray.font.output.FontPdf4a
Font Descriptor Flag bit for "AllCap".
FLAG_BIT_FIXED_PITCH - Static variable in class org.foray.font.output.FontPdf4a
Font Descriptor Flag bit for "FixedPitch".
FLAG_BIT_FORCE_BOLD - Static variable in class org.foray.font.output.FontPdf4a
Font Descriptor Flag bit for "ForceBold".
FLAG_BIT_ITALIC - Static variable in class org.foray.font.output.FontPdf4a
Font Descriptor Flag bit for "Italic".
FLAG_BIT_NONSYMBOLIC - Static variable in class org.foray.font.output.FontPdf4a
Font Descriptor Flag bit for "Nonsymbolic".
FLAG_BIT_SCRIPT - Static variable in class org.foray.font.output.FontPdf4a
Font Descriptor Flag bit for "Script".
FLAG_BIT_SERIF - Static variable in class org.foray.font.output.FontPdf4a
Font Descriptor Flag bit for "Serif".
FLAG_BIT_SMALL_CAP - Static variable in class org.foray.font.output.FontPdf4a
Font Descriptor Flag bit for "SmallCap".
FLAG_BIT_SYMBOLIC - Static variable in class org.foray.font.output.FontPdf4a
Font Descriptor Flag bit for "Symbolic".
flags() - Method in class org.foray.pdf.object.PDFOutlineItem
Computes the flags (unsigned 32-bit integer), as described in PDF Reference, 3rd Edition, near Table 8.5.
FlateDecodeFilter - Class in org.foray.ps.filter
A FlateDecodeFilter implementation.
FlateEncodeFilter - Class in org.foray.ps.filter
This class applies a FlateEncode filter to the stream.
Float - Class in org.foray.fotree.fo.obj
A "float" object in XSL-FO.
Float(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Float
Constructor.
FLOOR - Static variable in class org.foray.fotree.value.Function
Constant indicating the "floor" function.
Flow - Class in org.foray.fotree.fo.obj
A "flow" object in XSL-FO.
Flow(PageSequence, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Flow
Constructor.
FlowAssignment - Class in org.foray.fotree.fo.obj
A "flow-assignment" object in XSL-FO.
FlowAssignment(FlowMap, PropertyList) - Constructor for class org.foray.fotree.fo.obj.FlowAssignment
Constructor.
FlowMap - Class in org.foray.fotree.fo.obj
A "flow-map" object in XSL-FO.
FlowMap(LayoutMasterSet, PropertyList) - Constructor for class org.foray.fotree.fo.obj.FlowMap
Constructor.
FlowNameSpecifier - Class in org.foray.fotree.fo.obj
A "flow-name-specifier" object in XSL-FO.
FlowNameSpecifier(FlowSourceList, PropertyList) - Constructor for class org.foray.fotree.fo.obj.FlowNameSpecifier
Constructor.
FlowPL - Class in org.foray.pioneer
Pioneer Layout for Flow.
FlowPL(Flow, PioneerLS) - Constructor for class org.foray.pioneer.FlowPL
Constructor.
FlowSourceList - Class in org.foray.fotree.fo.obj
A "flow-source-list" object in XSL-FO.
FlowSourceList(FlowAssignment, PropertyList) - Constructor for class org.foray.fotree.fo.obj.FlowSourceList
Constructor.
FlowTargetList - Class in org.foray.fotree.fo.obj
A "flow-target-list" object in XSL-FO.
FlowTargetList(FlowAssignment, PropertyList) - Constructor for class org.foray.fotree.fo.obj.FlowTargetList
Constructor.
flowValid(AbstractFlow) - Method in class org.foray.fotree.fo.obj.PageSequence
Indicates whether a given flow can be laid out on at least one page in this page-sequence.
flowValid(AbstractFlow) - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
flowValid(AbstractFlow) - Method in interface org.foray.fotree.fo.obj.PageSequenceTemplate
Make sure that a given flow can be laid out on at least one page in this page-sequence template.
flowValid(AbstractFlow) - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
flush() - Method in class org.foray.ps.filter.Ascii85EncodeFilter
 
flush() - Method in class org.foray.ps.filter.AsciiHexEncodeFilter
 
flush() - Method in class org.foray.ps.filter.FlateEncodeFilter
 
flush() - Method in class org.foray.ps.filter.RunLengthEncodeFilter
 
FnAbs - Class in org.foray.fotree.value
The "abs" function in XSL-FO.
FnAbs(Expr[]) - Constructor for class org.foray.fotree.value.FnAbs
Constructor.
FnAbstractNamedProperty - Class in org.foray.fotree.value
Abstract superclass for the "inherited-property-value", "from-parent", "from-nearest-specified-value", "from-page-master-region", and "merge-property-values" functions.
FnAbstractNamedProperty(Expr[], PropertyType) - Constructor for class org.foray.fotree.value.FnAbstractNamedProperty
Constructor.
FnBodyStart - Class in org.foray.fotree.value
The "body-start" function in XSL-FO.
FnBodyStart(Expr[]) - Constructor for class org.foray.fotree.value.FnBodyStart
Constructor.
FnCeiling - Class in org.foray.fotree.value
The "ceiling" function in XSL-FO.
FnCeiling(Expr[]) - Constructor for class org.foray.fotree.value.FnCeiling
Constructor.
FnFloor - Class in org.foray.fotree.value
The "floor" function in XSL-FO.
FnFloor(Expr[]) - Constructor for class org.foray.fotree.value.FnFloor
Constructor.
FnFromPageMasterRegion - Class in org.foray.fotree.value
The "from-page-master-region" function in XSL-FO.
FnFromPageMasterRegion(Expr[], PropertyType) - Constructor for class org.foray.fotree.value.FnFromPageMasterRegion
Constructor.
FnFromParent - Class in org.foray.fotree.value
The "from-parent" function in XSL-FO.
FnFromParent(Expr[], PropertyType) - Constructor for class org.foray.fotree.value.FnFromParent
Constructor.
FnFromTableColumn - Class in org.foray.fotree.value
The "from-table-column" function in XSL-FO.
FnFromTableColumn(Expr[]) - Constructor for class org.foray.fotree.value.FnFromTableColumn
Constructor.
FnInheritedProp - Class in org.foray.fotree.value
The "inherited-property-value" function in XSL-FO.
FnInheritedProp(Expr[], PropertyType) - Constructor for class org.foray.fotree.value.FnInheritedProp
Constructor.
FnLabelEnd - Class in org.foray.fotree.value
The "label-end" function in XSL-FO.
FnLabelEnd(Expr[]) - Constructor for class org.foray.fotree.value.FnLabelEnd
Constructor.
FnMax - Class in org.foray.fotree.value
The "max" function in XSL-FO.
FnMax(Expr[]) - Constructor for class org.foray.fotree.value.FnMax
Constructor.
FnMergePropertyValues - Class in org.foray.fotree.value
The "merge-property-values" function in XSL-FO.
FnMergePropertyValues(Expr[], PropertyType) - Constructor for class org.foray.fotree.value.FnMergePropertyValues
Constructor.
FnMin - Class in org.foray.fotree.value
The "min" function in XSL-FO.
FnMin(Expr[]) - Constructor for class org.foray.fotree.value.FnMin
Constructor.
FnNearestSpecProp - Class in org.foray.fotree.value
The "nearest-specified-value" function in XSL-FO.
FnNearestSpecProp(Expr[], PropertyType) - Constructor for class org.foray.fotree.value.FnNearestSpecProp
Constructor.
FnProportionalColWidth - Class in org.foray.fotree.value
The "proportional-column-width" function in XSL-FO.
FnProportionalColWidth(Expr[]) - Constructor for class org.foray.fotree.value.FnProportionalColWidth
Constructor.
FnRgb - Class in org.foray.fotree.value
The "rgb" function in XSL-FO.
FnRgb(Expr[]) - Constructor for class org.foray.fotree.value.FnRgb
Constructor.
FnRgbIcc - Class in org.foray.fotree.value
The "rgb-icc" function in XSL-FO.
FnRgbIcc(Expr[]) - Constructor for class org.foray.fotree.value.FnRgbIcc
Constructor.
FnRound - Class in org.foray.fotree.value
The "round" function in XSL-FO.
FnRound(Expr[]) - Constructor for class org.foray.fotree.value.FnRound
Constructor.
FnSystemColor - Class in org.foray.fotree.value
The "system-color" function in XSL-FO.
FnSystemColor(Expr[]) - Constructor for class org.foray.fotree.value.FnSystemColor
Constructor.
FnSystemFont - Class in org.foray.fotree.value
The "system-font" function in XSL-FO.
FnSystemFont(Expr[], PropertyType) - Constructor for class org.foray.fotree.value.FnSystemFont
Constructor.
FO_REQUEST_PARAM - Static variable in class org.foray.demo.servlet.AbstractDemoServlet
Constant for the "fo" request parameter.
FObj - Class in org.foray.fotree
Base class for formatting objects.
FObj(FObj) - Constructor for class org.foray.fotree.FObj
Constructor.
FObjMixed - Class in org.foray.fotree
Abstract superclass for mixed content formatting objects.
FObjMixed(FObj, PropertyList) - Constructor for class org.foray.fotree.FObjMixed
Constructor.
FObjPL - Class in org.foray.pioneer
Abstract superclass for Pioneer Layout for all Fo instances.
FObjPL(Fo, PioneerLS) - Constructor for class org.foray.pioneer.FObjPL
Constructor.
FObjScaled - Class in org.foray.fotree
Abstract base class for inline FOs that are scaleable.
FObjScaled(FObj, PropertyList) - Constructor for class org.foray.fotree.FObjScaled
Constructor.
foComplete(FoTreeEvent) - Method in class org.foray.core.FOrayTarget
 
foDocumentComplete(FoTreeEvent) - Method in class org.foray.core.FOrayTarget
 
FoInterword - Class in org.foray.fotree.fo.obj
Fo wrapper around an interword.
FoInterword(Interword) - Constructor for class org.foray.fotree.fo.obj.FoInterword
Constructor.
FOLineNonText - Class in org.foray.fotree
Wraps an underlying "real" FOLineNonText along with the context to be used by that item for trait resolution.
FOLineNonText(FoLineNonText, FoContext) - Constructor for class org.foray.fotree.FOLineNonText
Constructor.
FOLineText - Class in org.foray.fotree
Wraps an underlying "real" FOLineText along with the context to be used by that item for trait resolution.
FOLineText(FoLineText, FoContext) - Constructor for class org.foray.fotree.FOLineText
Constructor.
FOLinkage - Class in org.foray.area
Abstract superclass for classes that handle the linkage between the FO Tree and the Area Tree.
FOLinkage(Fo) - Constructor for class org.foray.area.FOLinkage
Constructor.
FOLinkageMarker - Class in org.foray.area
Handles linkage to the FO Tree for the specialized case of fo:marker descendants, which can be laid out multiple times in the AreaTree.
FOLinkageMarker(Fo) - Constructor for class org.foray.area.FOLinkageMarker
Constructor.
FOLinkageNormal - Class in org.foray.area
A "normal" linkage manager, that is, one that simply matches an FONode to the Areas that it has created.
FOLinkageNormal(Fo) - Constructor for class org.foray.area.FOLinkageNormal
Constructor.
FolioPrefix - Class in org.foray.fotree.fo.obj
A "folio-prefix" object in XSL-FO.
FolioPrefix(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.FolioPrefix
Constructor.
FolioSuffix - Class in org.foray.fotree.fo.obj
A "folio-suffix" object in XSL-FO.
FolioSuffix(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.FolioSuffix
Constructor.
FONodePL - Class in org.foray.pioneer
Abstract Pioneer Layout superclass for all Fo instances.
FONodePL(Fo, PioneerLS) - Constructor for class org.foray.pioneer.FONodePL
Constructor.
Font4a - Class in org.foray.font
An implementation of the aXSL Font4a interface.
Font4a(RegisteredFont) - Constructor for class org.foray.font.Font4a
Constructor.
FONT_BBOX_KEY - Static variable in class org.foray.ps.type1.PsFontDictionary4a
Key to the "FontBBox" entry.
FONT_CONFIG_PUBLIC_ID - Static variable in class org.foray.common.AxslDtdUtil
The public id of the "font config" DTD.
FONT_FILE_EXTENSIONS - Static variable in class org.foray.font.config.ConfigGenerator
The list of font file extensions supported by this class.
FONT_INFO_KEY - Static variable in class org.foray.ps.type1.PsFontDictionary4a
Key to the "FontInfo" entry.
FONT_NAME_KEY - Static variable in class org.foray.ps.type1.PsFontDictionary4a
Key to the "FontName" entry.
FONT_TYPE_KEY - Static variable in class org.foray.ps.type1.PsFontDictionary4a
Key to the "FontType" entry.
FontConsumer4a - Class in org.foray.font
An implementation of the aXSL FontConsumer interface.
FontConsumer4a(FontServer4a) - Constructor for class org.foray.font.FontConsumer4a
Constructor.
FontContent - Class in org.foray.font.format
Abstract superclass for all parsed font content.
FontContent() - Constructor for class org.foray.font.format.FontContent
 
fontOptions() - Method in class org.foray.area.AbstractAncestralInlineArea
Returns the font options.
fontOptions() - Method in class org.foray.area.ScalingValueCitationArea
 
fontOptions() - Method in class org.foray.area.TextArea
 
FontOptions4a - Class in org.foray.common
FOray implementation of FontOptions.
FontOptions4a() - Constructor for class org.foray.common.FontOptions4a
Default constructor.
FontOutput4a - Class in org.foray.font.output
Abstract superclass for all FOray Font output helper classes.
FontOutput4a(FontUse4a) - Constructor for class org.foray.font.output.FontOutput4a
Constructor.
FontOutputFactory4a - Class in org.foray.font.output
Abstract superclass for the FOray FontOutputFactory implementations.
FontOutputFactory4a() - Constructor for class org.foray.font.output.FontOutputFactory4a
Constructor.
fontOutputFactoryAvailable(String) - Method in class org.foray.font.FontServer4a
Reports on the availability of FontOutputFactory4a instances by mime-type.
FontParser - Class in org.foray.font.format
Parses a font file.
FontParser(FontParserClient, DataSource) - Constructor for class org.foray.font.format.FontParser
Constructor.
FontParserClient - Interface in org.foray.font.format
Interface for clients wishing to parse font content.
FontPdf4a - Class in org.foray.font.output
Helper class for applications using or embedding fonts in PDF output.
FontPdf4a(FontUse4a) - Constructor for class org.foray.font.output.FontPdf4a
Constructor.
FontPdfFactory4a - Class in org.foray.font.output
Factory for creating instances of FontOutput for PDF output.
FontPdfFactory4a() - Constructor for class org.foray.font.output.FontPdfFactory4a
Constructor.
FontPs4a - Class in org.foray.font.output
Helper class for applications using or embedding fonts in PostScript output.
FontPs4a(FontUse4a) - Constructor for class org.foray.font.output.FontPs4a
Constructor.
FontPsFactory4a - Class in org.foray.font.output
Factory for creating instances of FontOutput for PostScript output.
FontPsFactory4a() - Constructor for class org.foray.font.output.FontPsFactory4a
Constructor.
FontSelector - Class in org.foray.font
Abstract superclass for all font-selection strategies.
FontSelector(FontConsumer4a) - Constructor for class org.foray.font.FontSelector
Constructor.
FontSelectorCBC - Class in org.foray.font
The standard character-by-character font selector.
FontSelectorCBC(FontConsumer4a) - Constructor for class org.foray.font.FontSelectorCBC
Constructor.
FontSelectorFactory - Interface in org.foray.font
Interface for classes that know how to create FontSelector implementations.
FontServer4a - Class in org.foray.font
An implementation of the aXSL FontServer interface.
FontServer4a(Log, PsServer) - Constructor for class org.foray.font.FontServer4a
Constructor.
FontServer4a() - Constructor for class org.foray.font.FontServer4a
Zero-argument constructor used for resource discovery purposes.
FontUse4a - Class in org.foray.font
An implementation of the aXSL FontUse4a interface.
FontUse4a(ConsumerFont4a, RegisteredFontDesc, Encoding) - Constructor for class org.foray.font.FontUse4a
Constructor.
FontUtil - Class in org.foray.common
Utility methods related to fonts.
FoObject - Enum in org.foray.fotree.fo
An enumeration for XSL-FO objects.
Footnote - Class in org.foray.fotree.fo.obj
A "footnote" object in XSL-FO.
Footnote(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Footnote
Constructor.
FootnoteBody - Class in org.foray.fotree.fo.obj
A "footnote-body" object in XSL-FO.
FootnoteBody(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.FootnoteBody
Constructor.
FootnoteBodyPL - Class in org.foray.pioneer
Pioneer Layout for FootnoteBody.
FootnoteBodyPL(FootnoteBody, PioneerLS) - Constructor for class org.foray.pioneer.FootnoteBodyPL
Constructor.
FootnotePL - Class in org.foray.pioneer
Pioneer Layout for Footnote.
FootnotePL(Footnote, PioneerLS) - Constructor for class org.foray.pioneer.FootnotePL
Constructor.
FootnoteRA - Class in org.foray.area
Manages the footnote reference area for a page.
foPageSequenceComplete(FoTreeEvent) - Method in class org.foray.core.FOrayTarget
 
FoProperty - Enum in org.foray.fotree.fo
An enumeration for XSL-FO properties, that is, the identification of the property itself, as opposed to its value.
FoPropertyKeyword - Class in org.foray.fotree.fo
Class encapsulating those property values that are expressed as keywords (e.g.
FOray - Class in org.foray.app
Command-line entry point to the FOray application.
FORAY_CONFIG_DTD_PUBLIC_ID - Static variable in class org.foray.core.ConfigurationParser
Public ID of the FOray configuration DTD.
FOrayAntTask - Class in org.foray.app.ant
Wrapper for FOray which allows it to be accessed from within an Ant task.
FOrayAntTask() - Constructor for class org.foray.app.ant.FOrayAntTask
 
FOrayConstants - Class in org.foray.common
FOray-specific constants used throughout the system.
FOrayDocument - Class in org.foray.core
This class manages the process of parsing an input FO document and creating an FOTree.
FOrayDocument(FOraySession, InputSource, XMLReader) - Constructor for class org.foray.core.FOrayDocument
Constructor for processing a SAX InputSource containing an FO document.
FOrayDocument(FOraySession, Document) - Constructor for class org.foray.core.FOrayDocument
Constructor for processing a DOM Document containing an FO document.
FOrayDocument(FOraySession, Transformer, Source) - Constructor for class org.foray.core.FOrayDocument
Constructor for processing a semantic XML document using a JAXP Transformer.
FOrayDocument(FOraySession, URL, URL) - Constructor for class org.foray.core.FOrayDocument
Constructor for JAXP processing, using supplied URLs to the xml and xslt input.
FOrayException - Exception in org.foray.core
Exception thrown when FOray has a problem.
FOrayException(String) - Constructor for exception org.foray.core.FOrayException
Create a new instance with a message.
FOrayException(String, String) - Constructor for exception org.foray.core.FOrayException
Create a new instance with a message and a context message.
FOrayException(Throwable) - Constructor for exception org.foray.core.FOrayException
Create a new instance wrapping another thrown item.
FOrayException(Throwable, String) - Constructor for exception org.foray.core.FOrayException
Create a new instance wrapping another thrown item and providing a context message.
FOrayException(String, Throwable) - Constructor for exception org.foray.core.FOrayException
Create a new instance wrapping another thrown item and providing a message.
FOrayException(String, Throwable, String) - Constructor for exception org.foray.core.FOrayException
Create a new instance wrapping another thrown item and providing a message and a context message.
FOrayLogger - Class in org.foray.common
Extends the Apache Commons Logging SimpleLog class to write to System.out instead of System.err.
FOrayLogger(String) - Constructor for class org.foray.common.FOrayLogger
Construct a simple log with given name.
ForayObject - Enum in org.foray.fotree.foray
An enumeration for object extensions to the XSL-FO standard.
FOrayPretty - Class in org.foray.xml
Command-line application that reads an XML file and writes a pretty-printed version of it.
FOrayPretty(InputSource, OutputStream, String) - Constructor for class org.foray.xml.FOrayPretty
Constructor.
FOraySession - Class in org.foray.core
The ancestor class for all FOray processing.
FOraySession(Log, SessionConfig, FontServer, HyphenationServer, TextServer, GraphicServer, SpeechServer, FoTreeFactory, AreaTreeFactory, LayoutFactory) - Constructor for class org.foray.core.FOraySession
Constructor.
FOraySpecific - Class in org.foray.app
Utility class that creates FOray-specific implementations of the high-level objects for each module.
FOrayTarget - Class in org.foray.core
This class acts as a bridge between the XML:FO parser and the formatting/rendering classes.
FOrayTarget(FOrayDocument, OutputTarget, Layout, OutputStream) - Constructor for class org.foray.core.FOrayTarget
Constructor.
FOrayURLStreamHandlerFactory - Class in org.foray.common.url
URLStreamHandlerFactory implementation that allows custom protocols to be registered and accessed.
FOrayXDiff - Class in org.foray.xml
This class reads two or more XML streams and finds the first difference (if any) between them.
FOrayXDiff(URL[], String) - Constructor for class org.foray.xml.FOrayXDiff
Constructor accepting URLs to compare.
FOrayXDiff(InputStream[], String) - Constructor for class org.foray.xml.FOrayXDiff
Constructor accepting InputStreams to compare.
forceInstance(byte[]) - Static method in class org.foray.font.format.Panose
Creates a new Panose instance without any error checking.
forcesLineBreak(int) - Static method in class org.foray.text.line.LineBreaker
Determines whether a character forces a line break.
ForeignObjectArea - Class in org.foray.area
Area containing a foreign-object.
ForeignXML - Class in org.foray.fotree
Abstract base class for the root node of XML documents or document fragments that are wrapped inside of an fo:instream-foreign-object.
ForeignXML(InstreamForeignObject, PropertyListUnparsed) - Constructor for class org.foray.fotree.ForeignXML
Constructor.
FORM_FEED - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "form-feed" character.
formatArrayIndex(int) - Static method in class org.foray.ps.encode.EncodingParser
Formats the array index for java source code.
formatLocator(Locator) - Method in class org.foray.fotree.Namespace
Turns a current SAX locator into a usable user message.
formatPageNumber(int) - Method in class org.foray.fotree.fo.obj.PageSequence
 
formatPageSequence(PageCollection) - Method in class org.foray.layout.LayoutStrategy
 
formatStaticContent(PageArea) - Method in class org.foray.layout.LayoutStrategy
Formats the static content of the current page.
FOTextPL - Class in org.foray.pioneer
Pioneer Layout for CharacterSequence.
FOTextPL(CharacterSequence, PioneerLS) - Constructor for class org.foray.pioneer.FOTextPL
Constructor.
FOTreeBuilder - Class in org.foray.fotree
SAX Handler that builds the formatting object tree.
FOTreeBuilder(FoTreeServer4a, Log) - Constructor for class org.foray.fotree.FOTreeBuilder
Constructor.
FoTreeServer4a - Class in org.foray.fotree
The top-level object in the FOTree implementation.
FoTreeServer4a(Log, FontServer, TextServer, HyphenationServer, GraphicServer, URL[], boolean) - Constructor for class org.foray.fotree.FoTreeServer4a
Constructor.
FoValue - Enum in org.foray.fotree.fo
An enumeration of the hard-coded XSL-FO property values.
FoWord - Class in org.foray.fotree.fo.obj
Fo wrapper around a word.
FoWord(Word) - Constructor for class org.foray.fotree.fo.obj.FoWord
Constructor.
FoWordSequence - Class in org.foray.fotree.fo.obj
Text in an FO document that is already broken into words.
FoWordSequence(FObj, CharSequence) - Constructor for class org.foray.fotree.fo.obj.FoWordSequence
Constructor.
FoWordSequenceContent - Class in org.foray.fotree.fo.obj
Abstract superclass for the content of an Fo Word Sequence.
FoWordSequenceContent() - Constructor for class org.foray.fotree.fo.obj.FoWordSequenceContent
 
FreeStandingFont - Class in org.foray.font
Base class for all fonts that are registered independently of the operating system's font registration.
FreeStandingFont(RegisteredFont) - Constructor for class org.foray.font.FreeStandingFont
Constructor.
freeStandingFontManifestation() - Method in class org.foray.font.SystemFont
Returns the free-standing manifestation of this font.
FROM_NEAREST_SPECIFIED_VALUE - Static variable in class org.foray.fotree.value.Function
Constant indicating the "from-nearest-specified-value" function.
FROM_PAGE_MASTER_REGION - Static variable in class org.foray.fotree.value.Function
Constant indicating the "from-page-master-region" function.
FROM_PARENT - Static variable in class org.foray.fotree.value.Function
Constant indicating the "from-parent" function.
FROM_TABLE_COLUMN - Static variable in class org.foray.fotree.value.Function
Constant indicating the "from-table-column" function.
fromCIEXYZ(float[]) - Method in class org.foray.common.ColorSpaceCMYK
 
fromRGB(float[]) - Method in class org.foray.common.ColorSpaceCMYK
 
fromValue(int) - Static method in enum org.foray.font.format.ttf.OTFLookupGSUB.LookupType
Finds the enumerated item from its value.
FSTrueTypeFont - Class in org.foray.font
High-level representation of a TrueType font.
FSTrueTypeFont(RegisteredFont) - Constructor for class org.foray.font.FSTrueTypeFont
Construct an instance.
FSType1Font - Class in org.foray.font
Class representing FreeStanding Type 1 fonts.
FSType1Font(RegisteredFont) - Constructor for class org.foray.font.FSType1Font
This constructor should be used for fonts that are registered before they are created.
FULL_NAME_KEY - Static variable in class org.foray.ps.type1.PsFontInfoDictionary4a
Key to the "FullName" entry.
Function - Class in org.foray.fotree.value
Abstract superclass for all XSL-FO functions.
Function() - Constructor for class org.foray.fotree.value.Function
Constructor.
FUNCTION_NAME_LIST - Static variable in class org.foray.fotree.value.Function
The array of valid function names.

G

generalTypeMatches(boolean, boolean) - Method in class org.foray.font.config.RegisteredFontDesc
Determines whether this registered font can return a Font instance that matches the general type requested.
generatedByExists() - Method in class org.foray.area.Area
 
generatedByName() - Method in class org.foray.area.Area
 
generateFor(ProjectTeam) - Method in class org.foray.demo.embed.model.ProjectTeamXMLReader
Generates SAX events for a ProjectTeam object.
generateFor(ProjectMember) - Method in class org.foray.demo.embed.model.ProjectTeamXMLReader
Generates SAX events for a ProjectMember object.
get(int) - Method in class org.foray.common.ByteVector
Retrieve a value from a specific index in the vector.
get(int) - Method in class org.foray.common.ByteVectorPacked
Retrieve a value from a specific index in the vector.
get(char[]) - Method in class org.foray.common.TernaryTreeMap
Returns the mapped "value" for a given char array.
get(char[], int) - Method in class org.foray.common.TernaryTreeMap
Returns the mapped "value" for a given char array.
get(char[], int, int) - Method in class org.foray.common.TernaryTreeMap
Returns the mapped "value" for a given char array.
get(CharSequence) - Method in class org.foray.common.TernaryTreeMap
Returns the mapped "value" for a given String or other CharSequence key.
get(CharSequence, int) - Method in class org.foray.common.TernaryTreeMap
Returns the mapped "value" for a given String or other CharSequence key.
get(CharSequence, int, int) - Method in class org.foray.common.TernaryTreeMap
Returns the mapped "value" for a given String or other CharSequence key.
get(String) - Method in class org.foray.pdf.object.PDFNameTree
Returns a mapped item from its key.
get(Integer) - Method in class org.foray.pdf.object.PDFNumberTree
Returns a mapped item from its key.
get(int) - Method in class org.foray.ps.PsArray
Return one item from the array.
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.AbstractAbsoluteDimension
Returns the absolute axis for this property.
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.AbstractBackgroundPosition
Returns the absolute axis for this property.
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.AbstractPageDimension
Returns the absolute axis for this property.
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdBackgroundPositionHorizontal
 
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdBackgroundPositionVertical
 
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdHeight
 
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdMaxHeight
 
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdMaxWidth
 
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdMinHeight
 
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdMinWidth
 
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdPageHeight
 
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdPageWidth
 
getAbsoluteAxis() - Method in class org.foray.fotree.fo.prop.PdWidth
 
getAbsoluteAxis(RelativeAxis) - Method in class org.foray.fotree.value.DtWritingMode
 
getAbsoluteCompass() - Method in class org.foray.fotree.fo.prop.AbstractMargin
Returns the absolute compass direction for this property.
getAbsoluteCompass() - Method in class org.foray.fotree.fo.prop.PdMarginBottom
 
getAbsoluteCompass() - Method in class org.foray.fotree.fo.prop.PdMarginLeft
 
getAbsoluteCompass() - Method in class org.foray.fotree.fo.prop.PdMarginRight
 
getAbsoluteCompass() - Method in class org.foray.fotree.fo.prop.PdMarginTop
 
getAbsoluteDirection(RelativeCompass) - Method in class org.foray.fotree.value.DtWritingMode
 
getAbsoluteDirFromRelativeAxis(RelativeAxis) - Method in class org.foray.fotree.value.DtWritingMode
 
getAbsoluteMargin(FObj, FoContext, AbsoluteCompass) - Method in class org.foray.fotree.PropertyList
Common logic for retrieving margin values.
getAbsoluteOffset(FObj, FoContext, AbsoluteCompass) - Method in class org.foray.fotree.PropertyList
Returns the absolute offset for a specified direction.
getAccess() - Method in class org.foray.ps.PsObjectComposite
Returns the access settings on this object.
getAction() - Method in class org.foray.pdf.object.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.foray.pdf.object.PDFGoTo
 
getAction() - Method in class org.foray.pdf.object.PDFGoToRemote
Return the action string which will reference this object.
getAction() - Method in class org.foray.pdf.object.PDFUri
Returns the action necessary for a uri.
getAFrameID() - Method in class org.foray.mif.MifPgfLine
Returns the a frame id.
getAfter() - Method in class org.foray.fotree.value.DtWritingMode
 
getAfterExtent() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getAfterPrecedence() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Convenience method.
getAlignmentAdjust(FObj, FoContext, FoInlineContext) - Method in class org.foray.fotree.fo.prop.PdVerticalAlign
Returns the alignment-adjust component of this shorthand property.
getAlignmentBaseline() - Method in class org.foray.fotree.fo.prop.PdVerticalAlign
Returns the alignment-baseline component of this shorthand property.
getAllFonts(boolean, boolean) - Method in class org.foray.font.FontServer4a
 
getAllowsChildren() - Method in class org.foray.area.AreaNode
 
getAllowsChildren() - Method in class org.foray.common.AbstractOrderedTreeNode
 
getAllowsChildren() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getAllowsChildren() - Method in class org.foray.fotree.FObj
 
getAlpha2Code() - Method in class org.foray.common.i18n.Country4a
 
getAlpha2Code() - Method in class org.foray.common.i18n.Language4a
 
getAlpha3Code() - Method in class org.foray.common.i18n.Country4a
 
getAlpha3Code() - Method in class org.foray.common.i18n.Language4a
 
getAlphaCode() - Method in class org.foray.common.i18n.Script4a
 
getAnteriorSpace() - Method in class org.foray.area.AreaFlexible
Returns the current value of the resolved "anterior" space for this Area.
getApplicationName() - Static method in class org.foray.core.Application
Returns the name of the application.
getApplicationName() - Method in class org.foray.output.OutputTarget
Returns the name of the application creating the output.
getApplicationNameShort() - Static method in class org.foray.core.Application
Returns the short name of the application.
getApplicationNameShort() - Method in class org.foray.output.OutputTarget
Returns the short name of the application creating the output.
getApplicationVersion() - Method in class org.foray.output.OutputTarget
Returna the current version of the application that is creating the output.
getAppliedScaleFactorString(int) - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
getAreaName() - Method in class org.foray.area.AreaTree
 
getAreaName() - Method in class org.foray.area.BasicLinkArea
 
getAreaName() - Method in class org.foray.area.BeforeFloatRA
 
getAreaName() - Method in class org.foray.area.BidiOverrideArea
 
getAreaName() - Method in class org.foray.area.BlockContainerRA
 
getAreaName() - Method in class org.foray.area.ExternalGraphicArea
 
getAreaName() - Method in class org.foray.area.FootnoteRA
 
getAreaName() - Method in class org.foray.area.ForeignObjectArea
 
getAreaName() - Method in class org.foray.area.IndexPageCitationListArea
 
getAreaName() - Method in class org.foray.area.InlineArea
 
getAreaName() - Method in class org.foray.area.InlineContainerArea
 
getAreaName() - Method in class org.foray.area.LeaderArea
 
getAreaName() - Method in class org.foray.area.LineArea
 
getAreaName() - Method in class org.foray.area.ListBlockArea
 
getAreaName() - Method in class org.foray.area.ListItemArea
 
getAreaName() - Method in class org.foray.area.ListItemBodyContainer
 
getAreaName() - Method in class org.foray.area.ListItemLabelContainer
 
getAreaName() - Method in class org.foray.area.MainRA
 
getAreaName() - Method in class org.foray.area.NormalBlockArea
 
getAreaName() - Method in class org.foray.area.NormalFlowRA
 
getAreaName() - Method in class org.foray.area.PageCollection
 
getAreaName() - Method in class org.foray.area.PageNumberArea
 
getAreaName() - Method in class org.foray.area.PageNumberCitationArea
 
getAreaName() - Method in class org.foray.area.PageNumberCitationLastArea
 
getAreaName() - Method in class org.foray.area.PageRA
 
getAreaName() - Method in class org.foray.area.RegionRA
 
getAreaName() - Method in class org.foray.area.RegionRABody
 
getAreaName() - Method in class org.foray.area.ScalingValueCitationArea
 
getAreaName() - Method in class org.foray.area.SpanRA
 
getAreaName() - Method in class org.foray.area.TableBodyContainer
 
getAreaName() - Method in class org.foray.area.TableCellRA
 
getAreaName() - Method in class org.foray.area.TableFooterContainer
 
getAreaName() - Method in class org.foray.area.TableHeaderContainer
 
getAreaName() - Method in class org.foray.area.TableRA
 
getAreaName() - Method in class org.foray.area.TableRowContainer
 
getAreaName() - Method in class org.foray.area.TextArea
 
getAreaParent() - Method in class org.foray.area.Area
Returns the parent Area.
getAreaTree() - Method in class org.foray.area.AreaNode
Returns the ancestor AreaTree for this area.
getAreaTree() - Method in class org.foray.area.AreaTree
Returns the ancestor AreaTree for this area.
getAreaTree() - Method in class org.foray.area.PageCollection
 
getAreaTree() - Method in class org.foray.render.Renderer
Returns the area tree being rendered.
getAreaTreeFactory() - Method in class org.foray.core.FOrayDocument
Returns the AreaTreeFactory for this document.
getAreaTreeFactory() - Method in class org.foray.core.FOraySession
Returns the AreaTreeFactory.
getAreaTreeFactory() - Method in class org.foray.core.FOrayTarget
Return the AreaTreeFactory for this target.
getAreaTreeText(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
getAreaTreeText(FoContext) - Method in class org.foray.fotree.fo.obj.CharacterSequence4a
 
getAreaTreeText(FoContext) - Method in class org.foray.fotree.fo.obj.FoWordSequence
 
getAscender(int) - Method in class org.foray.font.Font4a
 
getAscender() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the ascender value for this font.
getAscender() - Method in class org.foray.font.format.ttf.TTFTableHHEA
Returns the ascender.
getAscender(int) - Method in class org.foray.font.FreeStandingFont
 
getAscender(int) - Method in class org.foray.font.SystemFont
 
getAttachment() - Method in class org.foray.fotree.fo.prop.PdBackground
Returns the background-attachment component of this compound property.
getAttributes() - Method in class org.foray.fotree.PropertyListUnparsed
Return the unparsed attributes.
getAuthor() - Method in class org.foray.area.AreaTree
 
getAuthor() - Method in class org.foray.fotree.fo.obj.Root
 
getAutoScript() - Method in class org.foray.fotree.FObj
Computes the script to be used for this object based on its content.
getAverageWidth() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the average width.
getAwtFont(int) - Method in class org.foray.font.Font4a
 
getAwtFont(int) - Method in class org.foray.font.FreeStandingFont
FreeStandingFonts are never AWTFonts, so this always returns null.
getAwtFont(int) - Method in class org.foray.font.SystemFont
 
getAWTFontFormat() - Method in class org.foray.font.FreeStandingFont
Computes the corresponding Java AWT font format constant.
getAxslDtdAsInputStream(String) - Static method in class org.foray.common.AxslDtdUtil
Returns an aXSL DTD as an InputStream.
getAxslNamespace() - Method in class org.foray.fotree.FOTreeBuilder
Returns the aXSL namespace instance.
getAxslNamespace() - Method in class org.foray.fotree.FoTreeServer4a
Returns the namespace used for "axsl" items.
getBackgroundAreas() - Method in class org.foray.area.TableRA
 
getBackgroundColor(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the background-color property.
getBackgroundImage(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the background-image property.
getBackgroundRepeat(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the background-repeat property.
getBasedir() - Method in class org.foray.app.ant.FOrayAntTask
Gets the base directory.
getBaseDocument() - Method in class org.foray.core.SessionConfig
Returns the path to the base document that should be used for finding resources with relative URLs.
getBaseFont() - Method in class org.foray.pdf.object.PDFFont
Return the PostScript name for this font.
getBaseFontURL() - Method in class org.foray.font.FontServer4a
Returns the base URL used for finding font files.
getBaselineFromScript(FoContext) - Method in class org.foray.fotree.FObj
Returns this object's dominant-baseline, as computed from its font and script.
getBaselineShift(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdVerticalAlign
Returns the baseline-shift component of this shorthand property.
getBasePropertyName(String) - Static method in class org.foray.fotree.Property
Find the "base" portion of the property Name.
getBaseTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "BASE" table.
getBaseURL() - Method in class org.foray.core.FOrayDocument
Required by FOTreeControl interface.
getBaseURL() - Method in class org.foray.font.FontServer4a
Returns the base general URL.
getBbox() - Method in class org.foray.font.format.ttf.TTFTableHEAD
Returns the bounding box for this font.
getBefore() - Method in class org.foray.fotree.value.DtWritingMode
 
getBeforeExtent() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getBeforeFloatRefArea() - Method in class org.foray.area.RegionRABody
 
getBeforeFloatSeparator() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getBeforePrecedence() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Convenience method.
getBestFont() - Method in class org.foray.font.config.RegisteredFont
Returns the FreeStandingFont linked to this registered font, if it exists, or the System font if no FreeStandingFont exists.
getBindingEdge() - Method in class org.foray.area.PageRA
Returns the relative direction that matches the binding edge for this page.
getBit(long, int) - Static method in class org.foray.common.Bit
Returns the value of a specific bit.
getBitDepth() - Method in class org.foray.graphic.Graphic4a
Returns the bit depth for this graphic.
getBitsPerComponent() - Method in class org.foray.graphic.Graphic4a
 
getBitsPerComponent() - Method in class org.foray.graphic.TempImage
 
getBlankOrNotBlank(FObj) - Method in class org.foray.fotree.PropertyList
Returns the blank-or-not-blank property.
getBlink(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
See XSL-FO 1.0, Section 5.5.6.
getBlockPL(NormalBlockArea) - Method in class org.foray.pioneer.PioneerLS
Returns the layout manager for a given block area.
getBlue() - Method in class org.foray.pdf.object.PDFColor
Return the blue component of this color.
getBlurRadius(int) - Method in class org.foray.fotree.value.DtShadowEffect
Returns the blur radius for this shadow effect.
getBlurRadius() - Method in class org.foray.fotree.value.DtShadowEffectWrapper
 
getBold() - Method in class org.foray.font.format.Panose
Returns the bold version of this Panose instance.
getBookmarkTitle() - Method in class org.foray.area.BookmarkArea
Return the bookmark title for this bookmark.
getBookmarkTitle() - Method in class org.foray.fotree.fo.obj.Bookmark
Returns the title descendant of this Bookmark.
getBookmarkTree() - Method in class org.foray.area.AreaTree
 
getBookmarkTree() - Method in class org.foray.fotree.fo.obj.Root
 
getBoolean(boolean) - Static method in class org.foray.ps.PsBoolean
Returns the appropriate instance of this class.
getBoolean(String) - Method in class org.foray.ps.PsDictionary
Returns a value expected to be a Boolean from this dictionary.
getBooleanValue(String) - Method in class org.foray.common.Configuration
Convenience method to access boolean values in the configuration.
getBorderAfterPrecedence(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the border-after-precedence property.
getBorderBeforePrecedence(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the border-before-precedence property.
getBorderCollapse(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the border-collapse property.
getBorderColor() - Method in class org.foray.fotree.fo.prop.AbstractBorder
Returns the border-color component of this compound property.
getBorderColor(FObj, FoContext, RelativeCompass) - Method in class org.foray.fotree.PropertyList
Returns the border-color property for a specific direction.
getBorderEndPrecedence(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the border-end-precedence property.
getBorderSeparation() - Method in class org.foray.fotree.fo.prop.PdBorderSpacing
Returns the wrapped PdBorderSeparation instance.
getBorderSeparationBPD(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the border-separation (BPD) property.
getBorderSeparationIPD(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the border-separation (IPD) property.
getBorderStartPrecedence(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the border-start-precedence property.
getBorderStyle() - Method in class org.foray.fotree.fo.prop.AbstractBorder
Returns the border-style component of this compound property.
getBorderStyle(FObj, FoContext, Compass) - Method in class org.foray.fotree.PropertyList
Returns the border-style property for a specific direction.
getBorderWidth() - Method in class org.foray.fotree.fo.prop.AbstractBorder
Returns the border-width component of this compound property.
getBorderWidth(FObj, FoContext, RelativeCompass) - Method in class org.foray.fotree.PropertyList
Returns the border width.
getBottom(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the bottom property.
getBottom() - Method in class org.foray.fotree.value.DtWritingMode
 
getBottomOffset(int, int) - Method in class org.foray.fotree.value.DtRectangle
Returns the bottom offset component of this rectangle.
getBoundingBox() - Method in class org.foray.graphic.EPSGraphic
 
getBoundingBox() - Method in class org.foray.pdf.object.PDFXForm
Returns the bounding box dimensions, in form space, for this graphic.
getBoundingBox() - Method in class org.foray.pdf.object.PDFXFormEps
 
getBoundingBox() - Method in class org.foray.pdf.object.PdfXFormMath
 
getBoundingBox() - Method in class org.foray.pdf.object.PDFXFormSvg
 
getBoundingBox() - Method in class org.foray.pdf.object.PDFXReference
 
getBounds() - Method in class org.foray.common.Gradient4a
 
getBounds(Area) - Method in class org.foray.render.svg.SVGRenderer
Returns the bounds for a given area.
getBounds2D(TextNode) - Method in class org.foray.graphic.batik.PDFTextPainter
 
getBPAxis() - Method in class org.foray.area.Area
Tells which axis (horizontal or vertical) is the block-progression axis.
getBPAxis(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Tells which axis (horizontal or vertical) is the block-progression axis.
getBpAxis() - Method in class org.foray.fotree.value.DtWritingMode
 
getBpDirection() - Method in class org.foray.fotree.value.DtWritingMode
 
getBPDLength() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
Returns the BPD length component.
getBreakAfter(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the break-after property.
getBreakBefore(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the break-before property.
getBuildProperties() - Static method in class org.foray.common.Environment
Provides the build properties.
getByteArray() - Method in class org.foray.font.format.type1.Type1Font
Provides the font contents.
getCachingGraphics() - Method in class org.foray.fotree.FOTreeBuilder
Indicates whether graphics should be cached.
getCapacity() - Method in class org.foray.font.format.Kerning
Returns the current capacity.
getCapHeight(int) - Method in class org.foray.font.Font4a
 
getCapHeight() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the cap height for this font.
getCapHeight() - Method in class org.foray.font.format.ttf.TTFTablePCLT
Returns the cap height for this font.
getCapHeight() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the CapHeight parameter for the font (height of uppercase H).
getCapHeight(int) - Method in class org.foray.font.FreeStandingFont
 
getCapHeight(int) - Method in class org.foray.font.SystemFont
 
getCenteringPaddingAfter() - Method in class org.foray.area.TableCellRA
Returns the padding needed on the bottom of this cell to center it.
getCenteringPaddingBefore() - Method in class org.foray.area.TableCellRA
Returns the padding needed on the top of this cell to center it.
getCenteringPaddingEnd() - Method in class org.foray.area.TableCellRA
Returns the padding needed on the right of this cell to center it.
getCenteringPaddingStart() - Method in class org.foray.area.TableCellRA
Returns the padding needed on the left of this cell to center it.
getCff2Table() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "CFF2" table.
getCffTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "CFF" table.
getCharacter() - Method in class org.foray.fotree.PropertyList
Returns the character property.
getCharacterSet() - Method in class org.foray.ps.encode.CharSetParser
Returns the parsed Unicode code points in this character set.
getCharset() - Method in class org.foray.core.OutputConfig
 
getCharSet() - Method in class org.foray.font.Font4a
Returns the character set used by this font.
getCharSet() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the character set for this font.
getCharSet() - Method in class org.foray.font.FreeStandingFont
 
getCharSet() - Method in class org.foray.font.SystemFont
 
getCharSetID() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the character set for this font.
getCharSetString() - Method in class org.foray.font.format.type1.Type1MetricsParserAFM
Returns the String description of the character set parsed from this file (as opposed to the CharSet instance).
getCharsPerLine() - Method in class org.foray.pdf.object.PDFDocument
Return the number of characters per line that should be written into the PDF.
getCharsPerLine() - Method in class org.foray.pdf.object.PDFObject
Return the number of characters per line that should be written into the PDF.
getCharStringsDictionary() - Method in class org.foray.ps.type1.PsFontDictionary4a
 
getCharsUsed() - Method in class org.foray.font.output.FontOutput4a
Return an array of all characters that should be embedded with the font when it is embedded.
getCharWidth(int) - Method in class org.foray.area.LeaderArea
Computes the width of a character, in millipoints.
getCharWidth(LineText, int) - Method in class org.foray.text.line.LineBreaker
Returns the width of a character.
getCharWidths() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the character widths for this font.
getChildAt(int) - Method in class org.foray.area.AreaNode
 
getChildAt(int) - Method in class org.foray.fotree.axsl.obj.Metadata
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.BasicLink
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.BidiOverride
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Block
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.BlockContainer
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Bookmark
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Character
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.ColorProfile
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Declarations
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Float
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.FlowMap
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Footnote
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Inline
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.InlineContainer
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Leader
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.ListBlock
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.ListItem
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.ListItemBody
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Marker
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.MultiCase
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.MultiProperties
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.MultiToggle
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.PageSequence
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Region
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Root
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Table
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.TableCaption
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.TableCell
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.TableColumn
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.TableRow
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Title
 
getChildAt(int) - Method in class org.foray.fotree.fo.obj.Wrapper
 
getChildAt(int) - Method in class org.foray.fotree.ForeignXML
 
getChildCount() - Method in class org.foray.common.AbstractOrderedTreeNode
 
getChildFontNames() - Method in class org.foray.font.format.ttf.TrueTypeCollection
Returns the name of the child fonts in this TrueType collection.
getChildren() - Method in class org.foray.area.AbstractAncestralInlineArea
 
getChildren() - Method in class org.foray.area.AbstractListItemContent
 
getChildren() - Method in class org.foray.area.AbstractTablePartContainer
 
getChildren() - Method in class org.foray.area.AreaFixed
 
getChildren() - Method in class org.foray.area.AreaNode
 
getChildren() - Method in class org.foray.area.AreaTree
 
getChildren() - Method in class org.foray.area.BeforeFloatRA
 
getChildren() - Method in class org.foray.area.BlockContainerRA
 
getChildren() - Method in class org.foray.area.BookmarkArea
 
getChildren() - Method in class org.foray.area.BookmarkTreeArea
 
getChildren() - Method in class org.foray.area.ExternalGraphicArea
 
getChildren() - Method in class org.foray.area.FootnoteRA
 
getChildren() - Method in class org.foray.area.ForeignObjectArea
 
getChildren() - Method in class org.foray.area.InlineContainerArea
 
getChildren() - Method in class org.foray.area.LineArea
 
getChildren() - Method in class org.foray.area.ListBlockArea
 
getChildren() - Method in class org.foray.area.ListItemArea
 
getChildren() - Method in class org.foray.area.MainRA
 
getChildren() - Method in class org.foray.area.NormalBlockArea
 
getChildren() - Method in class org.foray.area.NormalFlowRA
 
getChildren() - Method in class org.foray.area.PageCollection
 
getChildren() - Method in class org.foray.area.PageRA
 
getChildren() - Method in class org.foray.area.RegionRA
 
getChildren() - Method in class org.foray.area.RegionRABody
 
getChildren() - Method in class org.foray.area.ScalingValueCitationArea
 
getChildren() - Method in class org.foray.area.SpanRA
 
getChildren() - Method in class org.foray.area.TableCellRA
 
getChildren() - Method in class org.foray.area.TableRA
 
getChildren() - Method in class org.foray.area.TableRowContainer
 
getChildren() - Method in class org.foray.area.TextArea
 
getChildren() - Method in class org.foray.common.AbstractOrderedTreeNode
Return the List of this node's children.
getChildren() - Method in class org.foray.fotree.axsl.obj.Metadata
 
getChildren() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getChildren() - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
getChildren() - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
getChildren() - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
getChildren() - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
getChildren() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
getChildren() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
getChildren() - Method in class org.foray.fotree.fo.obj.BasicLink
 
getChildren() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
getChildren() - Method in class org.foray.fotree.fo.obj.Block
 
getChildren() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
getChildren() - Method in class org.foray.fotree.fo.obj.Bookmark
 
getChildren() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
getChildren() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
getChildren() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
getChildren() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
getChildren() - Method in class org.foray.fotree.fo.obj.Character
 
getChildren() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
getChildren() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
getChildren() - Method in class org.foray.fotree.fo.obj.Declarations
 
getChildren() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getChildren() - Method in class org.foray.fotree.fo.obj.Float
 
getChildren() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
getChildren() - Method in class org.foray.fotree.fo.obj.FlowMap
 
getChildren() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
getChildren() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
getChildren() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
getChildren() - Method in class org.foray.fotree.fo.obj.Footnote
 
getChildren() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
getChildren() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
getChildren() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
getChildren() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
getChildren() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
getChildren() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
getChildren() - Method in class org.foray.fotree.fo.obj.Inline
 
getChildren() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
getChildren() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getChildren() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
getChildren() - Method in class org.foray.fotree.fo.obj.Leader
 
getChildren() - Method in class org.foray.fotree.fo.obj.ListBlock
 
getChildren() - Method in class org.foray.fotree.fo.obj.ListItem
 
getChildren() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
getChildren() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
getChildren() - Method in class org.foray.fotree.fo.obj.Marker
 
getChildren() - Method in class org.foray.fotree.fo.obj.MultiCase
 
getChildren() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
getChildren() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
getChildren() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
getChildren() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
getChildren() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getChildren() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
getChildren() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
getChildren() - Method in class org.foray.fotree.fo.obj.Region
 
getChildren() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
getChildren() - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
getChildren() - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
getChildren() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
getChildren() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
getChildren() - Method in class org.foray.fotree.fo.obj.Root
 
getChildren() - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
getChildren() - Method in class org.foray.fotree.fo.obj.Table
 
getChildren() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
getChildren() - Method in class org.foray.fotree.fo.obj.TableCaption
 
getChildren() - Method in class org.foray.fotree.fo.obj.TableCell
 
getChildren() - Method in class org.foray.fotree.fo.obj.TableColumn
 
getChildren() - Method in class org.foray.fotree.fo.obj.TableRow
 
getChildren() - Method in class org.foray.fotree.fo.obj.Title
 
getChildren() - Method in class org.foray.fotree.fo.obj.Wrapper
 
getChildren() - Method in class org.foray.fotree.FObj
 
getChildren() - Method in class org.foray.fotree.ForeignXML
 
getChildren() - Method in class org.foray.pdf.object.PDFOutlineParent
Return the children of this parent.
getCidType(FontPdf) - Static method in class org.foray.pdf.object.PDFCIDFont
Finds the CID Font subtype for a given font.
getClientAreaLocationOnScreen() - Method in class org.foray.graphic.batik.BatikUaAwt
 
getCmapTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "cmap" table.
getCodePointIndexes() - Method in class org.foray.ps.encode.EncodingParser
Returns the codepoint indexes.
getCodePoints() - Method in class org.foray.ps.encode.EncodingParser
Returns the codepoints.
getCodePoints() - Static method in class org.foray.ps.encode.EncodingWinAnsi
Method allowing the ANSI character set to use the same char array as this encoding.
getCodePoints() - Method in class org.foray.ps.encode.GlyphListParser
Returns the sorted list of codepoints.
getCodePointsForGlyphNames() - Method in class org.foray.ps.encode.GlyphListParser
Returns the array of Unicode codepoints that corresponds to GlyphListParser.getGlyphNames().
getCollection() - Method in class org.foray.font.format.ttf.TTCTableHeader
Returns the parent TrueType collection.
getColor() - Method in class org.foray.area.AreaNode
Returns the color of this Area.
getColor() - Method in class org.foray.fotree.fo.prop.PdBackground
Returns the background-color component of this compound property.
getColor(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the color property.
getColor() - Method in class org.foray.fotree.value.DtShadowEffect
Returns the color for this shadow effect.
getColor() - Method in class org.foray.fotree.value.DtShadowEffectWrapper
 
getColor() - Method in class org.foray.pdf.object.PDFColor
Return the encapsulated Color.
getColor() - Method in class org.foray.pdf.object.PDFLink
Returns the color for this link.
getColor() - Method in class org.foray.ps.PsGraphicsState
Returns the color.
getColorCatalog() - Method in class org.foray.mif.MifBookComponent
Returns the color catalog for this component.
getColorProfiles() - Method in class org.foray.fotree.fo.obj.Declarations
 
getColors() - Method in class org.foray.common.Gradient4a
 
getColorSpace() - Method in class org.foray.common.Gradient4a
 
getColorSpace() - Method in class org.foray.graphic.BMPGraphic
 
getColorSpace() - Method in class org.foray.graphic.EPSGraphic
 
getColorSpace() - Method in class org.foray.graphic.GIFGraphic
 
getColorSpace() - Method in class org.foray.graphic.JPEGGraphic
 
getColorSpace() - Method in class org.foray.graphic.MathGraphic4a
 
getColorSpace() - Method in class org.foray.graphic.PDFGraphic
 
getColorSpace() - Method in class org.foray.graphic.PNGGraphic
 
getColorSpace() - Method in class org.foray.graphic.SVGGraphic
 
getColorSpace() - Method in class org.foray.graphic.TempImage
 
getColorSpace() - Method in class org.foray.graphic.TIFFGraphic
 
getColorSpace() - Method in class org.foray.pdf.object.PDFDocument
Returns the color space for this document.
getColorSpace() - Method in class org.foray.pdf.object.PDFPathPaint
Return the color space for this paint.
getColorSpace() - Method in class org.foray.ps.PsGraphicsState
Return the colorspace.
getColorSpacePDFString(ColorSpace) - Static method in class org.foray.pdf.object.PDFColor
Returns the PDF string to use to describe a color space.
getColumn() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getColumn() - Method in class org.foray.fotree.FObj
 
getColumnCount(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the column-count property.
getColumnGap(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the column-gap property.
getColumnNumber(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the column-number property.
getColumnWidth() - Method in class org.foray.area.SpanRA
Returns the width of the columns in this span.
getColumnWidth(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the nominal em-width.
getColumnWidthTableUnits() - Method in class org.foray.fotree.PropertyList
Returns the column-width property.
getCommandLineOptions() - Method in class org.foray.app.CommandLineStarter
Returns the parsed command-line options.
getComponents() - Method in class org.foray.font.format.ttf.OTFLookupGSUBx04x01.Ligature
Returns the array of component glyph indexes, starting with the second component (the first is in the Coverage table), and ordered according to the writing direction of the font.
getCompressionType() - Method in class org.foray.graphic.BMPGraphic
 
getCompressionType() - Method in class org.foray.graphic.EPSGraphic
 
getCompressionType() - Method in class org.foray.graphic.GIFGraphic
 
getCompressionType() - Method in class org.foray.graphic.JPEGGraphic
 
getCompressionType() - Method in class org.foray.graphic.MathGraphic4a
 
getCompressionType() - Method in class org.foray.graphic.PDFGraphic
 
getCompressionType() - Method in class org.foray.graphic.PNGGraphic
 
getCompressionType() - Method in class org.foray.graphic.SVGGraphic
 
getCompressionType() - Method in class org.foray.graphic.TempImage
 
getCompressionType() - Method in class org.foray.graphic.TIFFGraphic
 
getConditionality() - Method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
Returns the conditionality component of this property.
getConditionality() - Method in class org.foray.fotree.fo.prop.PdLetterSpacing
Returns the conditionality component of this property.
getConditionality(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLineHeight
Returns the conditionality component of this property.
getConditionality() - Method in class org.foray.fotree.fo.prop.PdWordSpacing
Returns the value of the conditionality component of this property.
getConditionality() - Method in class org.foray.fotree.value.DtLengthConditional
Returns the conditionality component.
getConditionality() - Method in class org.foray.fotree.value.DtSpace
Returns the conditionality in this space.
getConditionalityNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
Returns the default (initial) value for the conditionality component of this property.
getConditionalityNoInstance() - Static method in class org.foray.fotree.fo.prop.PdLetterSpacing
Returns the default (initial) value for the conditionality component of this property.
getConditionalityNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLineHeight
Returns the default (initial) value for the conditionality component of this property.
getConditionalityNoInstance() - Static method in class org.foray.fotree.fo.prop.PdWordSpacing
Returns the default (initial) value for the conditionality component of this property.
getConfiguredFontName() - Method in class org.foray.font.config.RegisteredFont
Returns the configured font name.
getConsumer() - Method in class org.foray.font.FontSelector
Returns the parent font consumer instance.
getConsumerFont(Font4a) - Method in class org.foray.font.FontConsumer4a
Returns the FontUse instance for a given font.
getContainedForeignObject() - Method in class org.foray.area.ForeignObjectArea
 
getContainingBlock(FoContext) - Method in class org.foray.fotree.fo.obj.Block
Finds the nearest self-or-ancestor that is a Block.
getContainingBlock(FoContext) - Method in class org.foray.fotree.fo.obj.Root
Finds the nearest self-or-ancestor that is a Block.
getContainingBlock(FoContext) - Method in class org.foray.fotree.FObj
Finds the nearest self-or-ancestor that is a Block.
getContainingReferenceArea() - Method in class org.foray.area.AreaNode
Returns the nearest ancestor that is a reference area.
getContent() - Method in class org.foray.graphic.EPSGraphic
 
getContent() - Method in class org.foray.graphic.Graphic4a
 
getContent() - Method in class org.foray.graphic.JPEGGraphic
 
getContent() - Method in class org.foray.graphic.TempImage
 
getContent() - Method in class org.foray.graphic.TIFFGraphic
 
getContent() - Method in class org.foray.hyphen.Interword4a
 
getContentAsText() - Method in class org.foray.fotree.fo.obj.FolioPrefix
 
getContentAsText() - Method in class org.foray.fotree.fo.obj.FolioSuffix
 
getContentBPD() - Method in class org.foray.area.TableCellRA
Returns the height of the content in this cell.
getContentHandler() - Method in class org.foray.common.sax.DocumentReader
 
getContentHandler() - Method in class org.foray.core.FOrayDocument
Returns the tree builder (a SAX ContentHandler).
getContentHandler() - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
getContentHeight(FoContext, FObjScaled) - Method in class org.foray.fotree.FObj
Return the scaling factor that should be applied to the intrinsic height to compute the actual content height.
getContentHeight(FObj, FoContext, FObjScaled) - Method in class org.foray.fotree.PropertyList
Returns the scaling factor for the height.
getContents() - Method in class org.foray.font.output.FontOutput4a
 
getContentSize() - Method in class org.foray.graphic.Graphic4a
 
getContentSize() - Method in class org.foray.graphic.TempImage
 
getContentsPostScriptHex() - Method in class org.foray.font.output.FontPs4a
 
getContentStream() - Method in class org.foray.pdf.object.PDFPage
 
getContentType() - Method in class org.foray.common.io.SimpleDataSource
 
getContentType() - Method in class org.foray.demo.servlet.AbstractDemoServlet
Return the content type.
getContentType() - Method in class org.foray.demo.servlet.DemoPrintServlet
 
getContentType() - Method in class org.foray.demo.servlet.DemoServlet
 
getContentWidth(FoContext, FObjScaled) - Method in class org.foray.fotree.FObj
Return the scaling factor that should be applied to the intrinsic width to compute the actual content width.
getContentWidth(FObj, FoContext, FObjScaled) - Method in class org.foray.fotree.PropertyList
Returns the scaling factor for the width.
getContextMessage() - Method in class org.foray.fotree.FObj
 
getContextMessage(String, int, int) - Static method in class org.foray.fotree.FObj
Creates a context message from a given set of Locator information, which is useful in user messages.
getContextWrapper(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getContextWrapper(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
getContextWrapper(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
getContextWrapper(FoContext) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getContextWrapper(FoContext) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getContextWrapper(FoContext) - Method in class org.foray.fotree.fo.obj.Leader
 
getContextWrapper(FoContext) - Method in class org.foray.fotree.FOLineNonText
 
getContextWrapper(FoContext) - Method in class org.foray.fotree.FOLineText
 
getControl1X() - Method in class org.foray.ps.PsPathCurve
Returns the "x" value for control point 1.
getControl1Y() - Method in class org.foray.ps.PsPathCurve
Returns the "y" value for control point 1.
getControl2X() - Method in class org.foray.ps.PsPathCurve
Returns the "x" value for control point 2.
getControl2Y() - Method in class org.foray.ps.PsPathCurve
Returns the "y" value for control point 2.
getControl3X() - Method in class org.foray.ps.PsPathCurve
Returns the "x" value for control point 3.
getControl3Y() - Method in class org.foray.ps.PsPathCurve
Returns the "y" value for control point 3.
getCookedExternalDestination() - Method in class org.foray.fotree.FObj
Returns the external destination stripped of the "url()" wrapping, leading and trailing spaces, and leading and trailing quotation marks.
getCoordinates() - Method in class org.foray.common.Gradient4a
 
getCopyrightNotice() - Method in class org.foray.font.format.ttf.TTFTableNAME
Returns the copyright notice for this font.
getCorresponding(Compass) - Method in class org.foray.fotree.value.DtWritingMode
 
getCount() - Method in class org.foray.fotree.value.PropertyCollection
Returns the number of items in this collection.
getCount() - Method in class org.foray.fotree.value.ValueCollection
Returns the number of items in this collection.
getCount() - Method in class org.foray.pdf.object.PDFPages
Get the count of /Page objects.
getCountry() - Method in class org.foray.common.i18n.Orthography4a
 
getCountry(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the country property.
getCountry() - Method in class org.foray.fotree.xml.prop.Lang
Return the Country, if any, embedded in this property.
getCountryDT(Country) - Static method in class org.foray.fotree.value.DtCountry
Finds the DtCountry for a given Country code.
getCoverage() - Method in class org.foray.font.format.ttf.OTFLookupGSUBx04x01
Returns the coverage for this subtable.
getCTM() - Method in class org.foray.ps.PsGraphicsState
Returns the current transformation matrix (CTM).
getCurrentColumn() - Method in class org.foray.ps.PsInterpreter4a
Returns the current column number in the file being processed.
getCurrentColumnArea() - Method in class org.foray.area.MainRA
Returns the current column area.
getCurrentColumnArea() - Method in class org.foray.area.SpanRA
Returns the current column area.
getCurrentLine() - Method in class org.foray.ps.PsInterpreter4a
Returns the current line number in the file being processed.
getCurrentLine() - Method in class org.foray.text.line.EagerLineBreaker
Returns the current line-output item.
getCurrentLineArea(NormalBlockArea) - Method in class org.foray.pioneer.BlockPL
Get the current line area in this block area.
getCurrentPageNumber() - Method in class org.foray.area.PageCollection
Returns the current page number.
getCurrentPageSequenceMarkers() - Method in class org.foray.area.PageCollection
Returns the markers in this page sequence.
getCvtTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "cvt" table.
getDashOffset() - Method in class org.foray.ps.PsGraphicsState
Returns the dash offset.
getDashPattern() - Method in class org.foray.ps.PsGraphicsState
Returns the dash pattern.
getDataLength() - Method in class org.foray.pdf.object.PDFStream
Returns the number of bytes written to this stream.
getDeclarations() - Method in class org.foray.fotree.fo.obj.Root
 
getDecodedBuffer() - Method in class org.foray.ps.filter.AsciiHexDecodeFilter
Returns the decoded buffer.
getDecodeName() - Method in class org.foray.ps.filter.Ascii85EncodeFilter
 
getDecodeName() - Method in class org.foray.ps.filter.AsciiHexEncodeFilter
 
getDecodeName() - Method in class org.foray.ps.filter.CcittFaxEncodeFilter
 
getDecodeName() - Method in class org.foray.ps.filter.DctEncodeFilter
 
getDecodeName() - Method in class org.foray.ps.filter.FlateEncodeFilter
 
getDecodeName() - Method in class org.foray.ps.filter.PsEncodeFilter4a
 
getDecodeName() - Method in class org.foray.ps.filter.RunLengthEncodeFilter
 
getDecodeParms() - Method in class org.foray.ps.filter.Ascii85EncodeFilter
 
getDecodeParms() - Method in class org.foray.ps.filter.AsciiHexEncodeFilter
 
getDecodeParms() - Method in class org.foray.ps.filter.CcittFaxEncodeFilter
 
getDecodeParms() - Method in class org.foray.ps.filter.DctEncodeFilter
 
getDecodeParms() - Method in class org.foray.ps.filter.FlateEncodeFilter
 
getDecodeParms() - Method in class org.foray.ps.filter.PsEncodeFilter4a
 
getDecodeParms() - Method in class org.foray.ps.filter.RunLengthEncodeFilter
 
getDefaultBorderStyle() - Method in class org.foray.pdf.object.PDFDocument
Returns the default border style for this document.
getDefaultColor() - Static method in class org.foray.fotree.fo.prop.PdBackgroundColor
Returns the default color (a transparent white).
getDefaultColor() - Static method in class org.foray.fotree.fo.prop.PdColor
Returns the default color, that is, black.
getDefaultFilter() - Static method in class org.foray.font.config.ConfigGenerator
Returns the list of files that should be processed for a given directory.
getDefaultFilters() - Method in class org.foray.pdf.object.PDFDocument
Return the default list of filters to be applied to streams in this document.
getDefaultFont(boolean) - Method in class org.foray.font.FontServer4a
Finds a default registered font.
getDefaultFontSize() - Static method in class org.foray.fotree.fo.prop.PdFontSize
Returns the initial (default) font size.
getDefaultFontUse() - Method in class org.foray.font.FontConsumer4a
Return a default font.
getDefaultFreeStandingFont() - Method in class org.foray.font.FontServer4a
Returns the fallback free-standing font when no other font can be used.
getDefaultKeepValue() - Static method in class org.foray.fotree.value.DtKeep
Returns the default keep value.
getDefaultLanguageSystem() - Method in class org.foray.font.format.ttf.OTFScript
Returns the default language system for this script.
getDefaultRegionName() - Method in class org.foray.fotree.fo.obj.Region
Returns the default region name (xsl-region-before, xsl-region-start, etc.).
getDefaultRegionName() - Method in class org.foray.fotree.fo.obj.RegionAfter
 
getDefaultRegionName() - Method in class org.foray.fotree.fo.obj.RegionBefore
 
getDefaultRegionName() - Method in class org.foray.fotree.fo.obj.RegionBody
 
getDefaultRegionName() - Method in class org.foray.fotree.fo.obj.RegionEnd
 
getDefaultRegionName() - Method in class org.foray.fotree.fo.obj.RegionStart
 
getDefaultSystemFont() - Method in class org.foray.font.FontServer4a
Returns the fallback system font when no other font can be used.
getDefaultWidth() - Method in class org.foray.font.Font4a
 
getDefaultWidth() - Method in class org.foray.font.FreeStandingFont
Returns the default glyph width for this font.
getDefaultWidth() - Method in class org.foray.font.SystemFont
 
getDescendantFonts() - Method in class org.foray.pdf.object.PDFFont
Returns the descendant fonts.
getDescendantFonts() - Method in class org.foray.pdf.object.PDFFontType0
Returns the descendant fonts.
getDescendantIterator() - Method in class org.foray.fotree.FObj
Returns an iterator for the descendants of this node.
getDescendantText() - Method in class org.foray.fotree.FObj
Returns the descendant text nodes concatenated together.
getDescender(int) - Method in class org.foray.font.Font4a
 
getDescender() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the descender value for this font.
getDescender() - Method in class org.foray.font.format.ttf.TTFTableHHEA
Returns the descender.
getDescender(int) - Method in class org.foray.font.FreeStandingFont
 
getDescender(int) - Method in class org.foray.font.SystemFont
 
getDescription() - Method in interface org.foray.common.io.RandomAccessInput
Provides some kind of description of this item, useful in user messages.
getDescription() - Method in class org.foray.common.io.RandomAccessInputArray
 
getDescription() - Method in class org.foray.common.io.RandomAccessInputFile
 
getDescription() - Method in class org.foray.common.io.RandomAccessInputURL
 
getDescriptor() - Method in class org.foray.pdf.object.PDFFont
Returs the font descriptor for this font.
getDestination() - Method in class org.foray.area.BookmarkArea
 
getDestination() - Method in class org.foray.fotree.FObj
 
getDestinations() - Method in class org.foray.pdf.object.PDFRoot
Returns the destinations in this document.
getDeveloperURLShort() - Static method in class org.foray.core.Application
Return the shortened version of the URL to the home page of the developer.
getDeveloperURLShort() - Method in class org.foray.output.OutputTarget
Returns a short version of the URL of the developer.
getDeviceConfiguration() - Method in class org.foray.graphic.batik.PDFGraphics2D
 
getDeviceConfiguration() - Method in class org.foray.graphic.batik.PSGraphics2D
 
getDictionaryStack() - Method in class org.foray.ps.PsInterpreter4a
Returns the dictionary stack.
getDimensionBeforeFloatRA() - Method in class org.foray.area.RegionRABody
Returns the size of the before-float reference area, in millipoints.
getDimensionFootnoteRA() - Method in class org.foray.area.RegionRABody
Returns the size of the footnote reference area, in millipoints.
getDimensionMainRA() - Method in class org.foray.area.RegionRABody
Returns the size of the main reference area, in millipoints.
getDirectory() - Method in class org.foray.font.format.ttf.TTFOffsetTableRecord
Returns the parent directory.
getDirectoryOffset(int) - Method in class org.foray.font.format.ttf.TTCTableHeader
Return the offset to a specific directory.
getDisplayAlign(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the display-align property.
getDocument() - Method in class org.foray.common.sax.DocumentInputSource
Returns the wrapped DOM document.
getDocument() - Method in class org.foray.core.FOrayTarget
Returns the parent document.
getDocument() - Method in class org.foray.fotree.ForeignXML
Returns the DOM Document accumulated within this foreign XML.
getDocument() - Method in class org.foray.mif.MifBookComponent
Returns the document associated with this component.
getDocumentMarkers() - Method in class org.foray.area.AreaTree
Return the markers in this document.
getDocumentMarkers() - Method in class org.foray.area.PageCollection
Returns the markers in this document.
getDom() - Method in class org.foray.font.config.ConfigGenerator
Returns the default configuration as a DOM document.
getDomain() - Method in class org.foray.graphic.math.MathMLDocument4a
From www.w3.org/TR/2003/REC-MathML2-20031021/appendixd.html#id.D.1.1: "The domain name of the server that served the document, or null if the server cannot be identified by a domain name, or if it is not available.
getDOMImplementation() - Static method in class org.foray.xml.DomUtil
Returns the DOM Implementation.
getDominantBaseline(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdVerticalAlign
Returns the dominant-baseline component of this shorthand property.
getDOMRegistry() - Static method in class org.foray.xml.DomUtil
Returns the DOM Implementation registry.
getDoubleValue() - Method in class org.foray.ps.PsNumber
Return the value of this numeric item cast as a double.
getDTDHandler() - Method in class org.foray.common.sax.DocumentReader
 
getDTDHandler() - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
getElement(int) - Method in class org.foray.font.format.Panose
Returns a given element from the underlying Panose array.
getElement(Panose.Field) - Method in class org.foray.font.format.Panose
Returns a given element from the underlying Panose array.
getElement(int) - Method in class org.foray.hyphen.WordSequence4a
 
getElement(int) - Method in class org.foray.ps.PsPath
Returns a specific element from the path.
getElement(String) - Method in class org.foray.xml.dtd.DTD
Returns an element for a given element name.
getEmail() - Method in class org.foray.demo.embed.model.ProjectMember
Returns the email address.
getEmbeddedFiles() - Method in class org.foray.pdf.object.PDFRoot
Returns the embedded files in this document.
getEnclosedExpression() - Method in class org.foray.fotree.value.ExprInner
Returns the wrapped expression.
getEncoding() - Method in class org.foray.font.config.RegisteredFontDesc
Return the prescribed encoding for this description.
getEncoding(String) - Method in class org.foray.font.FontServer4a
 
getEncoding() - Method in class org.foray.font.FontUse4a
 
getEncoding() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the name of the font's encoding vector, e.g.
getEncoding() - Method in class org.foray.font.format.type1.Type1MetricsParserPFM
Returns the name of the presumed encoding vector.
getEncoding() - Method in class org.foray.pdf.object.PDFEncoding
Returns the underlying encoding.
getEncodingLatitude() - Method in class org.foray.font.FontConsumer4a
Returns the encoding latitude for this font consumer.
getEncryptedSegment() - Method in class org.foray.font.format.type1.Type1Font
Provides the encrypted portion of the font contents.
getEncryption() - Method in class org.foray.pdf.object.PDFDocument
Returns the encryption for this document, if any.
getEnd() - Method in class org.foray.font.format.ttf.OTFCoveragex02.RangeRecord
Returns the last glyph index in the range.
getEnd() - Method in class org.foray.fotree.value.DtWritingMode
 
getEndExtent() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getEndIndent() - Method in class org.foray.mif.MifPgfFormat
Returns the end-indent value for this format.
getEndX() - Method in class org.foray.ps.PsPathClose
 
getEndX() - Method in class org.foray.ps.PsPathCurve
 
getEndX() - Method in class org.foray.ps.PsPathElement
Returns the "x" value of the end-point of this element.
getEndX() - Method in class org.foray.ps.PsPathLine
 
getEndX() - Method in class org.foray.ps.PsPathMove
 
getEndY() - Method in class org.foray.ps.PsPathClose
 
getEndY() - Method in class org.foray.ps.PsPathCurve
 
getEndY() - Method in class org.foray.ps.PsPathElement
Returns the "y" value of the end-point of this element.
getEndY() - Method in class org.foray.ps.PsPathLine
 
getEndY() - Method in class org.foray.ps.PsPathMove
 
getEnglishName() - Method in class org.foray.common.i18n.Country4a
 
getEnglishName() - Method in class org.foray.common.i18n.Language4a
 
getEnglishName() - Method in class org.foray.common.i18n.Script4a
 
getEntityResolver() - Static method in class org.foray.common.AxslDtdUtil
Create an entity resolver that knows how to find the local copy of all aXSL DTDs.
getEntityResolver() - Method in class org.foray.common.sax.DocumentReader
 
getEntityResolver(String[]) - Static method in class org.foray.common.XMLUtil
Creates an EntityResolver for one or more XML catalogs.
getEntityResolver() - Method in class org.foray.core.FOraySession
Returns the entity resolver for this session.
getEntityResolver() - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
getEntityResolver() - Method in class org.foray.font.FontServer4a
Returns the EntityResolver for this server.
getErrorCode() - Method in exception org.foray.ps.PsOperatorException
Returns the PostScript error code.
getErrorHandler() - Method in class org.foray.common.sax.DocumentReader
 
getErrorHandler() - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
getEstimatedOverlinePosition(int) - Method in class org.foray.font.Font4a
Returns the estimate of the appropriate overline position, in millipoints.
getEstimatedOverlineSize(int) - Method in class org.foray.font.Font4a
Returns the estimate of the appropriate overline thickness, in millipoints.
getEstimatedStrikeoutPosition(int) - Method in class org.foray.font.Font4a
Returns the estimate of the appropriate strikeout position, in millipoints.
getEstimatedStrikeoutSize(int) - Method in class org.foray.font.Font4a
Returns the estimate of the appropriate strikeout size, in millipoints.
getEstimatedUnderlinePosition(int) - Method in class org.foray.font.Font4a
Returns the estimate of the appropriate underline position, in millipoints.
getEstimatedUnderlineSize(int) - Method in class org.foray.font.Font4a
Returns the estimate of the appropriate underline size, in millipoints.
getEventDescription(int) - Static method in class org.foray.xml.FOrayXDiff
Returns an event description matching the parsed event.
getEventDispatcher() - Method in class org.foray.graphic.batik.BatikUaAwt
 
getExamplesDirectory() - Static method in class org.foray.common.Environment
Returns the local directory that contains the test files.
getExecutionStack() - Method in class org.foray.ps.PsInterpreter4a
Returns the execution stack.
getExtent(FObj) - Method in class org.foray.fotree.PropertyList
Returns the extent property.
getExtentTable() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the extent table.
getExternalDestination() - Method in class org.foray.fotree.PropertyList
Returns the external-destination property.
getFailureCount() - Method in class org.foray.font.config.ConfigGenerator
Returns the quantity of files that could not be processed.
getFamily() - Method in class org.foray.fotree.fo.prop.PdFont
Returns the "font-family" component from this compound property.
getFamilyName() - Method in class org.foray.font.config.ConfiguredFont
Returns the family name.
getFamilyName() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the font-family name for this font.
getFamilyName() - Method in class org.foray.font.format.ttf.TTFTableNAME
Returns the family name for this font.
getFamilyName() - Method in class org.foray.font.FreeStandingFont
 
getFamilyName() - Method in class org.foray.font.SystemFont
 
getFamilyName() - Method in class org.foray.ps.type1.PsFontInfoDictionary4a
 
getFauxSmallCapFontSize(FoContext) - Method in class org.foray.fotree.FObj
Returns the font-size for the lowercase characters when faux small caps are used by this FO.
getFeature(String) - Method in class org.foray.common.sax.DocumentReader
 
getFeature(String) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
getFeature(String) - Method in class org.foray.font.format.ttf.AbstractOTFLayoutTable
Returns the feature instance for a given tag.
getFeatureIndexes() - Method in class org.foray.font.format.ttf.OTFLanguageSystem
Returns the (arbitarily ordered) array of indexes into the features list.
getFileExtension() - Method in class org.foray.app.ant.FOrayAntTask
Returns the output file extension.
getFileExtension() - Method in enum org.foray.app.OutputTargetType
Returns the file extension used for this output target type.
getFileFormat() - Method in class org.foray.font.format.FontParser
Returns the format of this font file.
getFileID() - Method in class org.foray.pdf.object.PDFEncryption
Returns the document file ID.
getFileID(int) - Method in class org.foray.pdf.object.PDFEncryption
This method returns the indexed file ID.
getFilesets() - Method in class org.foray.app.ant.FOrayAntTask
Returns the filesets.
getFillColor() - Method in class org.foray.pdf.PDFGraphicsState
Returns the "non-stroke" or "other" color.
getFirst() - Method in class org.foray.pdf.object.PDFOutlineParent
Return the first child of this parent.
getFirstAreaChild() - Method in class org.foray.area.AreaNode
Returns the first child that is an Area.
getFirstChild() - Method in class org.foray.area.AreaNode
 
getFirstChild() - Method in class org.foray.common.AbstractOrderedTreeNode
 
getFirstChild() - Method in interface org.foray.common.OrderedTreeNode
Returns the first child of this node.
getFirstGeneratedBy() - Method in class org.foray.area.FOLinkageNormal
Returns the first area generated by this linkage, that is, by the FO node in this linkage.
getFirstIndex() - Method in class org.foray.font.output.FontOutput4a
Convenience method equivalent to getFontUse().getEncoding().getFirstIndex().
getFirstIndex() - Method in class org.foray.ps.encode.CMap04
 
getFirstIndex() - Method in class org.foray.ps.encode.CMap12
 
getFirstIndex() - Method in class org.foray.ps.encode.EncodingVector4a
 
getFirstLeaf() - Method in class org.foray.common.AbstractOrderedTreeNode
Finds and returns the first leaf that is a descendant of this node -- either this node or its first child's first leaf.
getFirstLeaf() - Method in interface org.foray.common.OrderedTreeNode
Finds and returns the first leaf that is a descendant of this node -- either this node or its first child's first leaf.
getFlags() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the flag values for this font.
getFlags() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the characteristics flags for the font as needed for a PDF font descriptor (See PDF specs).
getFlags() - Method in class org.foray.font.FreeStandingFont
Returns the PS/PDF flags for this font.
getFlags() - Method in class org.foray.font.output.FontPdf4a
 
getFlatness() - Method in class org.foray.ps.PsGraphicsState
Returns the flatness.
getFloatValue() - Method in class org.foray.ps.PsNumber
Return the value of this numeric item cast as a float.
getFlowMap(String) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
Returns the FlowMap instance for a given flow-map-name.
getFlowMap() - Method in class org.foray.fotree.fo.obj.PageSequence
Returns the flow-map associated with this page-sequence.
getFlowMapName() - Method in class org.foray.fotree.FObj
Returns the flow-map-name property for this object.
getFlowMapName() - Method in class org.foray.fotree.PropertyList
Returns the flow-map-name property.
getFlowMapReference() - Method in class org.foray.fotree.FObj
Returns the flow-map-reference property for this object.
getFlowMapReference() - Method in class org.foray.fotree.PropertyList
Returns the flow-map-reference property.
getFlowName() - Method in class org.foray.fotree.PropertyList
Returns the flow-name property.
getFlowNameReference() - Method in class org.foray.fotree.FObj
Returns the flow-name-reference property for this object.
getFlowNameReference() - Method in class org.foray.fotree.PropertyList
Returns the flow-name-reference property.
getFlows() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getFlowSourceList() - Method in class org.foray.fotree.fo.obj.FlowAssignment
Returns the child flow-source-list.
getFlowTargetList() - Method in class org.foray.fotree.fo.obj.FlowAssignment
Returns the child flow-target-list.
getFofile() - Method in class org.foray.app.ant.FOrayAntTask
Gets the input file.
getFOFile() - Method in class org.foray.app.CommandLineOptions
Returns the parsed FO file location.
getFolioNumberString(int) - Method in class org.foray.fotree.fo.obj.PageNumber
 
getFolioNumberString(int) - Method in class org.foray.fotree.fo.obj.PageNumberCitation
 
getFolioNumberString(int) - Method in class org.foray.fotree.fo.obj.PageNumberCitationLast
 
getFolioPrefix() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getFolioSuffix() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getFONamespace() - Method in class org.foray.fotree.FOTreeBuilder
Return the FO namespace instance.
getFONamespace() - Method in class org.foray.fotree.FoTreeServer4a
Returns the namespace used for "FO" items.
getFONode() - Method in class org.foray.area.FOLinkage
Returns the FONode that generated this linkage.
getFONode() - Method in class org.foray.pioneer.BasicLinkPL
 
getFONode() - Method in class org.foray.pioneer.BidiOverridePL
 
getFONode() - Method in class org.foray.pioneer.BlockContainerPL
 
getFONode() - Method in class org.foray.pioneer.BlockPL
 
getFONode() - Method in class org.foray.pioneer.ExternalGraphicPL
 
getFONode() - Method in class org.foray.pioneer.FlowPL
 
getFONode() - Method in class org.foray.pioneer.FONodePL
Returns the FO Tree node that is being laid out by this layout item.
getFONode() - Method in class org.foray.pioneer.FootnoteBodyPL
 
getFONode() - Method in class org.foray.pioneer.FootnotePL
 
getFONode() - Method in class org.foray.pioneer.FOTextPL
 
getFONode() - Method in class org.foray.pioneer.InlinePL
 
getFONode() - Method in class org.foray.pioneer.InstreamForeignObjectPL
 
getFONode() - Method in class org.foray.pioneer.LeaderPL
 
getFONode() - Method in class org.foray.pioneer.ListBlockPL
 
getFONode() - Method in class org.foray.pioneer.ListItemBodyPL
 
getFONode() - Method in class org.foray.pioneer.ListItemLabelPL
 
getFONode() - Method in class org.foray.pioneer.ListItemPL
 
getFONode() - Method in class org.foray.pioneer.MarkerPL
 
getFONode() - Method in class org.foray.pioneer.NoLayoutPL
 
getFONode() - Method in class org.foray.pioneer.PageNumberCitationPL
 
getFONode() - Method in class org.foray.pioneer.PageNumberPL
 
getFONode() - Method in class org.foray.pioneer.RetrieveMarkerPL
 
getFONode() - Method in class org.foray.pioneer.StaticContentPL
 
getFONode() - Method in class org.foray.pioneer.TableBodyPL
 
getFONode() - Method in class org.foray.pioneer.TableCellPL
 
getFONode() - Method in class org.foray.pioneer.TableFooterPL
 
getFONode() - Method in class org.foray.pioneer.TableHeaderPL
 
getFONode() - Method in class org.foray.pioneer.TablePL
 
getFONode() - Method in class org.foray.pioneer.TableRowPL
 
getFONode() - Method in class org.foray.pioneer.WrapperPL
 
getFONodeLinkage(Fo) - Method in class org.foray.area.AreaTree
Returns the FOLinkage for a given FONode.
getFont() - Method in class org.foray.font.FontUse4a
 
getFont() - Method in class org.foray.font.FSTrueTypeFont
Returns the encapsulated font.
getFont() - Method in class org.foray.pdf.object.PDFFont
Return the underlying font instance.
getFont() - Method in class org.foray.pdf.PDFGraphicsState
Returns the font.
getFont() - Method in class org.foray.ps.PsGraphicsState
Returns the font.
getFontBBox() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the bounding box for this font.
getFontBBox() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the bounding box for the font.
getFontBBox() - Method in class org.foray.font.FreeStandingFont
Returns the bounding box for this font.
getFontBBox() - Method in class org.foray.font.FSTrueTypeFont
 
getFontBBox() - Method in class org.foray.font.FSType1Font
 
getFontBbox() - Method in class org.foray.ps.type1.PsFontDictionary4a
 
getFontBoundingBox() - Method in class org.foray.font.output.FontPdf4a
 
getFontComplexity() - Method in class org.foray.font.FreeStandingFont
 
getFontComplexity() - Method in class org.foray.font.SystemFont
 
getFontConsumer() - Method in class org.foray.area.AreaTree
 
getFontConsumer() - Method in class org.foray.core.FOrayDocument
Returns the FontConsumer for this document.
getFontConsumer() - Method in class org.foray.core.FOrayTarget
Return the FontConsumer for this target.
getFontConsumer() - Method in class org.foray.font.ConsumerFont4a
Return the parent font consumer.
getFontConsumer() - Method in class org.foray.font.FontUse4a
 
getFontConsumer() - Method in class org.foray.font.output.FontOutput4a
Returns the related FontConsumer4a.
getFontConsumer() - Method in class org.foray.fotree.FObj
Convenience method for obtaining the FontConsumer for this document.
getFontConsumer() - Method in class org.foray.fotree.FOTreeBuilder
 
getFontConsumer() - Method in class org.foray.output.OutputTarget
Returns the FontConsumer.
getFontConsumer() - Method in class org.foray.text.line.LineBreaker
Returns the font consumer.
getFontDescriptions() - Method in class org.foray.font.config.RegisteredFontFamily
Returns the list of RegisteredFontDesc instances that are associated with this family.
getFontDictionary() - Method in class org.foray.font.format.type1.Type1Font
Returns the font dictionary.
getFontDirectory() - Method in class org.foray.ps.PsInterpreter4a
Returns the font dictionary.
getFontFamily(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the font-family property.
getFontFamilyForAlias(String) - Method in class org.foray.font.FontServer4a
 
getFontFamilyName() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the name of the font's font-family.
getFontFormat() - Method in class org.foray.font.Font4a
 
getFontFormat() - Method in class org.foray.font.format.FontParser
Returns the format of this font.
getFontFormat() - Method in class org.foray.font.format.ttf.TrueTypeContainer
Returns the format of this file.
getFontFormat() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the format of this font.
getFontFormat() - Method in class org.foray.font.FSTrueTypeFont
 
getFontFormat() - Method in class org.foray.font.FSType1Font
 
getFontFormat() - Method in class org.foray.font.SystemFont
 
getFontInfoDictionary() - Method in class org.foray.ps.type1.PsFontDictionary4a
 
getFontInputStream() - Method in class org.foray.font.FreeStandingFont
Returns the font content as a stream.
getFontMetrics(Font) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
getFontMetrics(Font) - Method in class org.foray.graphic.batik.PSGraphics2D
 
getFontName() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the name of this font.
getFontName() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the name of the font.
getFontName() - Method in class org.foray.font.FreeStandingFont
 
getFontName() - Method in class org.foray.font.SystemFont
 
getFontName(FontUse) - Method in class org.foray.pdf.object.PDFDocument
 
getFontName() - Method in class org.foray.ps.type1.PsFontDictionary4a
 
getFontName(FontUse) - Method in class org.foray.render.ps.PSRenderer
 
getFontOutput(String) - Method in class org.foray.font.FontUse4a
 
getFontParserClient() - Method in class org.foray.font.format.FontParser
Returns the font parser client.
getFonts() - Method in class org.foray.ps.PsFontDirectory4a
 
getFontSelectorAuto() - Method in class org.foray.font.FontConsumer4a
Returns the "auto" font selector for this consumer.
getFontSelectorAutoType() - Method in class org.foray.font.FontConsumer4a
Returns the "auto" font selector type for this consumer.
getFontSelectorCBC() - Method in class org.foray.font.FontConsumer4a
Returns the character-by-character font selector for this consumer.
getFontServer() - Method in class org.foray.core.FOrayDocument
Returns the FontServer.
getFontServer() - Method in class org.foray.core.FOraySession
Returns the font server for this session.
getFontServer() - Method in class org.foray.core.FOrayTarget
Return the FontServer for this target.
getFontServer() - Method in class org.foray.font.config.RegisteredFont
Returns the parent font server.
getFontServer() - Method in class org.foray.font.config.RegisteredFontFamily
Return the related font server.
getFontServer() - Method in class org.foray.font.FontConsumer4a
Returns the parent font server instance.
getFontServer() - Method in class org.foray.font.FontSelectorCBC
Returns the font server.
getFontServer() - Method in class org.foray.font.format.type1.Type1MetricsParser
Returns the font server.
getFontServer() - Method in class org.foray.font.format.type1.Type1MetricsSerializer
Returns the font server.
getFontServer() - Method in class org.foray.font.SystemFont
Convenience method returning the font server.
getFontServer() - Method in class org.foray.fotree.FoTreeServer4a
Returns the font server.
getFontSize(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the font-size property.
getFontSize() - Method in class org.foray.pdf.PDFGraphicsState
Return the font-size.
getFontSources() - Method in class org.foray.output.MIFConverter
 
getFontSources() - Method in class org.foray.render.awt.AWTRenderer
 
getFontSources() - Method in class org.foray.render.PrintRenderer
 
getFontSources() - Method in class org.foray.render.svg.SVGRenderer
 
getFontSources() - Method in class org.foray.render.xml.XMLRenderer
 
getFontStretch() - Method in class org.foray.font.config.RegisteredFontDesc
Return the font-stretch for this registered description.
getFontStretch(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the font-stretch property.
getFontStyle() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the font style.
getFontStyle(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the font-style property.
getFontSubtype(FontPdf) - Static method in class org.foray.pdf.object.PDFFont
Return the font subtype.
getFontSubtype() - Method in class org.foray.pdf.object.PDFFont
Returns the subtype for this font.
getFontType() - Method in class org.foray.ps.type1.PsFontDictionary4a
 
getFontUrl() - Method in class org.foray.font.config.ConfiguredFont
Returns the URL of the font file.
getFontUse(RegisteredFontDesc, Encoding) - Method in class org.foray.font.ConsumerFont4a
Returns the described FontUse instance, creating it if necessary.
getFontUse() - Method in class org.foray.font.output.FontOutput4a
 
getFontUse() - Method in class org.foray.render.ps.PSFont
Returns the encapsulated FontUse instance.
getFontUses() - Method in class org.foray.font.ConsumerFont4a
Return the collection of child font uses.
getFontVariant() - Method in class org.foray.font.config.RegisteredFontDesc
Return the font-variant for this registered description.
getFontVariant(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the font-variant property.
getFontWeight() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the font weight.
getFontWeight(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the font-weight property.
getFontWritingMode() - Method in class org.foray.area.Area
Returns the writing mode associated with this Area.
getFootnoteBody() - Method in class org.foray.fotree.fo.obj.Footnote
 
getFootnoteRefArea() - Method in class org.foray.area.RegionRABody
 
getFootnoteSeparator() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getFOrayFont() - Method in class org.foray.font.ConsumerFont4a
Returns the parent font.
getFOrayFont() - Method in class org.foray.font.FontUse4a
Return the Font instance cast as a Font4a.
getFOrayFont() - Method in class org.foray.font.output.FontOutput4a
Returns the related Font4a instance.
getFOrayFontConsumer() - Method in class org.foray.font.FontUse4a
Returns the font consumer instance.
getFOrayFontServer() - Method in class org.foray.font.ConsumerFont4a
Return the font server.
getFOrayFontServer() - Method in class org.foray.font.FontUse4a
Returns the font server.
getFOrayFontUse() - Method in class org.foray.font.output.FontOutput4a
Returns the FontUse, cast as a FontUse4a.
getForayNamespace() - Method in class org.foray.fotree.FOTreeBuilder
Return the Extension namespace instance.
getForayNamespace() - Method in class org.foray.fotree.FoTreeServer4a
Returns the namespace used for extension items.
getForce() - Method in class org.foray.app.ant.FOrayAntTask
Gets the force attribute.
getForcePageCount(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the force-page-count property.
getForeignXml() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getFormat() - Method in class org.foray.app.ant.FOrayAntTask
Gets the output format (MIME type).
getFormat() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the format of the file used to create this instance.
getFormat() - Method in class org.foray.fotree.PropertyList
Returns the format property.
getFormattedNumber() - Method in class org.foray.area.PageRA
 
getFoTree() - Method in class org.foray.fotree.fo.obj.Root
Return the ancestor tree builder.
getFoTree() - Method in class org.foray.fotree.FObj
Return the ancestor tree builder.
getFOTreeBuilder() - Method in class org.foray.core.FOrayDocument
Returns the FOTree for this document.
getFOTreeFactory() - Method in class org.foray.core.FOraySession
Returns the FOTreeFactory.
getFpgmTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "fpgm" table.
getFreeStandingFont() - Method in class org.foray.font.config.RegisteredFont
Returns the FreeStandingFont manifestation of this font.
getFreeStandingFont() - Method in class org.foray.font.ConsumerFont4a
Returns the font cast as a free-standing font.
getFreeStandingFont() - Method in class org.foray.font.FontUse4a
Returns the related FreeStandingFont instance.
getFreeStandingFont() - Method in class org.foray.font.output.FontOutput4a
Returns the related FreeStandingFont.
getFrenchName() - Method in class org.foray.common.i18n.Language4a
 
getFrenchName() - Method in class org.foray.common.i18n.Script4a
 
getFsFont() - Method in class org.foray.pdf.object.PDFFont
Return the font-system font wrapped by this PDF font.
getFullName() - Method in class org.foray.font.format.ttf.TTFTableNAME
Returns the full name for this font.
getFullName() - Method in class org.foray.fotree.FObj
Provides a formatted version of the full name of this object in the form namespace-abbreviation:object-name.
getFullName() - Method in class org.foray.ps.type1.PsFontInfoDictionary4a
 
getFunction() - Method in class org.foray.demo.embed.model.ProjectMember
Returns the function.
getFunctionName() - Method in class org.foray.fotree.value.FnAbs
 
getFunctionName() - Method in class org.foray.fotree.value.FnBodyStart
 
getFunctionName() - Method in class org.foray.fotree.value.FnCeiling
 
getFunctionName() - Method in class org.foray.fotree.value.FnFloor
 
getFunctionName() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
getFunctionName() - Method in class org.foray.fotree.value.FnFromParent
 
getFunctionName() - Method in class org.foray.fotree.value.FnFromTableColumn
 
getFunctionName() - Method in class org.foray.fotree.value.FnInheritedProp
 
getFunctionName() - Method in class org.foray.fotree.value.FnLabelEnd
 
getFunctionName() - Method in class org.foray.fotree.value.FnMax
 
getFunctionName() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
getFunctionName() - Method in class org.foray.fotree.value.FnMin
 
getFunctionName() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
getFunctionName() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
getFunctionName() - Method in class org.foray.fotree.value.FnRgb
 
getFunctionName() - Method in class org.foray.fotree.value.FnRgbIcc
 
getFunctionName() - Method in class org.foray.fotree.value.FnRound
 
getFunctionName() - Method in class org.foray.fotree.value.FnSystemColor
 
getFunctionName() - Method in class org.foray.fotree.value.FnSystemFont
 
getFunctionName() - Method in class org.foray.fotree.value.Function
Return the name of this function.
getGalley() - Method in class org.foray.area.AreaNode
Returns the ancestor Galley for this area.
getGalley() - Method in class org.foray.area.AreaTree
Returns the ancestor Galley for this area.
getGaspTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "gasp" table.
getGdefTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "GDEF" table.
getGeneratedBy() - Method in class org.foray.area.BookmarkTreeArea
Returns the FO Tree node that generated this bookmark tree.
getGeneration() - Method in class org.foray.pdf.object.PDFObject
Returns this object's generation number.
getGenericOption(String) - Method in class org.foray.core.OutputConfig
 
getGeometryBounds(TextNode) - Method in class org.foray.graphic.batik.PDFTextPainter
 
getGlyfTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "glyf" table.
getGlyphArray() - Method in class org.foray.font.format.ttf.OTFCoveragex01
Returns the array of glyph indexes that define this coverage.
getGlyphEndIndex() - Method in class org.foray.ps.encode.CMap04Entry
Compute the glyphEndIndex that is implied from the raw data.
getGlyphEndIndex() - Method in class org.foray.ps.encode.CMap12Entry
Compute the glyphEndIndex that is implied from the raw data.
getGlyphIndex1(int) - Method in class org.foray.font.format.Kerning
The first glyph index of a given kerning pair.
getGlyphIndex2(int) - Method in class org.foray.font.format.Kerning
The second glyph index of a given kerning pair.
getGlyphIndexes() - Method in class org.foray.ps.encode.EncodingParser
Returns the glyph indexes.
getGlyphList(String) - Static method in class org.foray.ps.encode.GlyphList4a
Returns the named GlyphList if it already exists, or, if it is a predefined GlyphList, creates it and returns it.
getGlyphList(GlyphList.Predefined) - Static method in class org.foray.ps.encode.GlyphList4a
Returns a predefined GlyphList.
getGlyphListsToCheck() - Method in class org.foray.ps.encode.EncodingParser
Returns the glyph lists to check.
getGlyphNameIndex() - Method in class org.foray.ps.encode.GlyphListParser
Returns the array of indexes into GlyphListParser.getGlyphNames() that corresponds to the Unicode codepoint in GlyphListParser.getCodePoints().
getGlyphNames() - Method in class org.foray.ps.encode.EncodingParser
Returns the glyph names.
getGlyphNames() - Method in class org.foray.ps.encode.EncodingVector4a
 
getGlyphNames() - Method in class org.foray.ps.encode.GlyphListParser
Returns the sorted list of glyph names in this glyph list.
getGposTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "GPOS" table.
getGradientName(Gradient) - Method in class org.foray.pdf.object.PDFDocument
 
getGradientName(Gradient) - Method in class org.foray.render.ps.PSRenderer
 
getGraftingPoint() - Method in class org.foray.area.AreaNode
 
getGraftingPoint() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getGraftingPoint() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
getGraftingPoint() - Method in class org.foray.fotree.fo.obj.Character
 
getGraftingPoint() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getGraftingPoint() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getGraftingPoint() - Method in class org.foray.fotree.fo.obj.Leader
 
getGraftingPoint() - Method in class org.foray.fotree.FOLineNonText
 
getGraftingPoint() - Method in class org.foray.fotree.FOLineText
 
getGraftingPoint() - Method in class org.foray.pioneer.OverrideGraftingContext
 
getGraphic() - Method in class org.foray.area.AbstractTablePartContainer
 
getGraphic() - Method in class org.foray.area.BlockContainerRA
 
getGraphic() - Method in class org.foray.area.ExternalGraphicArea
 
getGraphic() - Method in class org.foray.area.InlineArea
 
getGraphic() - Method in class org.foray.area.MathArea
 
getGraphic() - Method in class org.foray.area.NormalBlockArea
 
getGraphic() - Method in class org.foray.area.RegionRA
 
getGraphic() - Method in class org.foray.area.RegionRABody
 
getGraphic() - Method in class org.foray.area.SVGArea
 
getGraphic() - Method in class org.foray.area.TableCellRA
 
getGraphic() - Method in class org.foray.area.TableRA
 
getGraphic() - Method in class org.foray.area.TableRowContainer
 
getGraphic(FoContext) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getGraphic() - Method in class org.foray.graphic.output.SvgJava2d
 
getGraphic() - Method in class org.foray.graphic.output.SvgPdf
 
getGraphic() - Method in class org.foray.graphic.output.SvgPs
 
getGraphic() - Method in class org.foray.pdf.object.PDFXFormEps
 
getGraphic() - Method in class org.foray.pdf.object.PdfXFormMath
 
getGraphic() - Method in class org.foray.pdf.object.PDFXFormSvg
 
getGraphic() - Method in class org.foray.pdf.object.PDFXImage
 
getGraphic() - Method in class org.foray.pdf.object.PDFXObject
Return the encapsulated graphic.
getGraphic() - Method in class org.foray.pdf.object.PDFXReference
 
getGraphic4a(Graphic) - Method in class org.foray.graphic.output.GraphicOutputFactory
Returns the Graphic instance, cast as a Graphic4a.
getGraphicOutput(String) - Method in class org.foray.graphic.Graphic4a
 
getGraphicOutput(String) - Method in class org.foray.graphic.TempImage
 
getGraphics() - Method in class org.foray.font.SystemFont
Convenience method returning the server's graphical environment.
getGraphics2D() - Method in class org.foray.font.FontServer4a
Returns a graphics environment.
getGraphicSearchPath() - Method in class org.foray.fotree.FOTreeBuilder
Return the graphic search path.
getGraphicServer() - Method in class org.foray.core.FOrayDocument
Returns the GraphicServer for this document.
getGraphicServer() - Method in class org.foray.core.FOraySession
Returns the GraphicServer.
getGraphicServer() - Method in class org.foray.fotree.FObj
Returns the graphic server being used by this tree.
getGraphicServer() - Method in class org.foray.fotree.FOTreeBuilder
 
getGraphicsNode(SVGDocument) - Method in class org.foray.graphic.output.SvgJava2d
Returns the Batik GraphicsNode to be used.
getGraphicsState() - Method in class org.foray.ps.PsInterpreter4a
Returns the current graphics state.
getGraphicsStateStack() - Method in class org.foray.ps.PsInterpreter4a
Returns the graphics state stack.
getGraphicType() - Method in class org.foray.graphic.BMPGraphic
 
getGraphicType() - Method in class org.foray.graphic.EPSGraphic
 
getGraphicType() - Method in class org.foray.graphic.GIFGraphic
 
getGraphicType() - Method in class org.foray.graphic.JPEGGraphic
 
getGraphicType() - Method in class org.foray.graphic.MathGraphic4a
 
getGraphicType() - Method in class org.foray.graphic.PDFGraphic
 
getGraphicType() - Method in class org.foray.graphic.PNGGraphic
 
getGraphicType() - Method in class org.foray.graphic.SVGGraphic
 
getGraphicType() - Method in class org.foray.graphic.TempImage
 
getGraphicType() - Method in class org.foray.graphic.TIFFGraphic
 
getGreen() - Method in class org.foray.pdf.object.PDFColor
Return the green component of this color.
getGroupingSeparator() - Method in class org.foray.fotree.PropertyList
Returns the grouping-separator property.
getGroupingSize() - Method in class org.foray.fotree.PropertyList
Returns the grouping-size property.
getGsubTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "GSUB" table.
getHandler() - Method in class org.foray.demo.embed.tools.AbstractObjectReader
Returns the handler.
getHandler() - Method in class org.foray.text.line.LineBreaker
Returns the handler.
getHeadTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "head" table.
getHeight() - Method in class org.foray.area.PageRA
 
getHeight() - Method in class org.foray.mif.MifDocument
Returns the height of pages in this document.
getHeight(FoContext) - Method in class org.foray.pioneer.TableCellPL
Return the allocation height of the cell area.
getHeightRAContent() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Returns the height of the page.
getHheaTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "hhea" table.
getHighlightShape(Mark, Mark) - Method in class org.foray.graphic.batik.PDFTextPainter
 
getHmtxTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "hmtx" table.
getHorizontalAxis() - Method in class org.foray.fotree.value.DtWritingMode
 
getHorizontalDistance(int) - Method in class org.foray.fotree.value.DtShadowEffect
Returns the horizontal distance to the right of the text.
getHorizontalDistance() - Method in class org.foray.fotree.value.DtShadowEffectWrapper
 
getHorizontalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXFormEps
 
getHorizontalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PdfXFormMath
 
getHorizontalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXFormSvg
 
getHorizontalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXImage
 
getHorizontalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXObject
Returns the horizontal scaling factor that should be used for a specific "Do" for a specific content rectangle.
getHorizontalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXReference
 
getHyphenate(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the hyphenate property.
getHyphenationCharacter(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the hyphenation-character property.
getHyphenationConsumer() - Method in class org.foray.fotree.fo.obj.Root
 
getHyphenationConsumer() - Method in class org.foray.fotree.FObj
Returns the hyphenation consumer.
getHyphenationConsumer() - Method in class org.foray.fotree.FOTreeBuilder
 
getHyphenationDir() - Method in class org.foray.hyphen.HyphenationServer4a
Returns the hyphenation directory for this server.
getHyphenationPushCharacterCount(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the hyphenation-push-character-count property.
getHyphenationRemainCharacterCount(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the hyphenation-remain-character-count property.
getHyphenationServer() - Method in class org.foray.core.FOraySession
Returns the HyphenationServer.
getHyphenationServer() - Method in class org.foray.text.TextServer4a
Returns the hyphenation server.
getHyphenWidth(LineText) - Method in class org.foray.text.line.LineBreaker
Returns the width of the hyphenation character.
getId() - Method in class org.foray.fotree.PropertyList
Returns the id property.
getID() - Method in class org.foray.mif.MifFrame
Returns this frame's ID.
getID() - Method in class org.foray.mif.MifTbl
Returns the id of this table.
getIdealWidth() - Method in class org.foray.linebreak.LbGlue4a
 
getIdString() - Method in enum org.foray.pdf.object.PDFCMap.Type
Returns the id String for this CMAP.
getImage() - Method in class org.foray.fotree.fo.prop.PdBackground
Returns the background-image component of this compound property.
getImplicitFlowMap() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
Returns the implicit flow-map.
getIndent(FObj, FoContext, RelativeCompass) - Method in class org.foray.fotree.PropertyList
Returns the start-indent or end-indent value.
getIndex(TreeNode) - Method in class org.foray.common.AbstractOrderedTreeNode
 
getIndex() - Method in enum org.foray.font.format.Panose.Field
Returns the 0-based index of this element in the PANOSE array.
getIndex(int) - Method in class org.foray.ps.encode.CharSet4a
 
getInfo() - Method in class org.foray.pdf.object.PDFDocument
Get the /Info object for the document.
getInheritedValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.AbstractBorderColor
Returns the inherited value of this property.
getInheritedValue(FoContext, FObjScaled, FObj) - Method in class org.foray.fotree.fo.prop.AbstractContentDimension
Returns the inherited value for this property.
getInheritedValue(FoContext, FObjScaled, FObj) - Method in class org.foray.fotree.fo.prop.PdContentHeight
 
getInheritedValue(FoContext, FObjScaled, FObj) - Method in class org.foray.fotree.fo.prop.PdContentWidth
 
getInitialPageNumber(FObj, int) - Method in class org.foray.fotree.PropertyList
Returns the initial-page-number property.
getInitialValue() - Static method in class org.foray.fotree.fo.prop.PdFontSizeAdjust
Returns the default value when there is no value to inherit.
getInitialValue() - Static method in class org.foray.fotree.fo.prop.PdFontStretch
Returns the initial (default) value for this property when there is no value to inherit.
getInline() - Method in class org.foray.fotree.fo.obj.Footnote
 
getInputMode() - Method in class org.foray.app.CommandLineOptions
Returns the parsed input mode.
getInputSource() - Method in class org.foray.app.CommandLineStarter
 
getInputSource() - Method in class org.foray.app.Starter
Returns the input source.
getInputStream() - Method in interface org.foray.common.io.RandomAccessInput
Return the input as an InputStream.
getInputStream() - Method in class org.foray.common.io.RandomAccessInputArray
 
getInputStream() - Method in class org.foray.common.io.RandomAccessInputFile
 
getInputStream() - Method in class org.foray.common.io.RandomAccessInputURL
 
getInputStream() - Method in class org.foray.common.io.SimpleDataSource
 
getInputStream() - Method in class org.foray.graphic.Graphic4a
Returns the input stream for this file.
getInstance(FoValue) - Static method in class org.foray.fotree.value.DtBorderStyle
Gets or creates the singleton instance for the specific keyword value.
getInstance() - Static method in class org.foray.ps.encode.CharSetExtendedRoman
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.CharSetWindowsANSI
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingCE
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingExpert
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingExpertSubset
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingFOrayLatinExtra
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingISOLatin1
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingMacExpert
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingMacRoman
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingMacStandard
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingPDFDoc
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingStandard
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingSymbol
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingWinAnsi
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.EncodingZapfDingbats
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.GlyphListAGL
Returns the singleton instance of this class.
getInstance() - Static method in class org.foray.ps.encode.GlyphListZapfDingbats
Returns the singleton instance of this class.
getInstance() - Method in class org.foray.ps.PsNull
Returns the singleton instance of this class.
getInterletterValues(String) - Static method in class org.foray.hyphen.PatternTree
Extract the inter-letter values from a given pattern, returning them as a String.
getInternalDestination() - Method in class org.foray.fotree.PropertyList
Returns the internal-destination property.
getInternalDict() - Method in class org.foray.ps.PsInterpreter4a
Returns the internal dictionary.
getInternalEncoding() - Method in class org.foray.font.Font4a
 
getInternalEncoding() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the internal encoding vector for this font.
getInternalEncoding() - Method in class org.foray.font.FreeStandingFont
Get the encoding scheme that should be used to embed this font in a PDF file.
getInternalEncoding() - Method in class org.foray.font.SystemFont
 
getInterpreter() - Method in class org.foray.ps.PsStack
Returns the internal list.
getInterword() - Method in class org.foray.fotree.fo.obj.FoInterword
Returns the wrapped interword.
getIntValue(String) - Method in class org.foray.common.Configuration
Convenience methods to access int values in the configuration.
getIPAxis() - Method in class org.foray.area.Area
Tells which axis (horizontal or vertical) is the inline-progression axis.
getIPAxis(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Tells which axis (horizontal or vertical) is the inline-progression axis.
getIpAxis() - Method in class org.foray.fotree.value.DtWritingMode
 
getIpDirectionEven() - Method in class org.foray.fotree.value.DtWritingMode
 
getIpDirectionOdd() - Method in class org.foray.fotree.value.DtWritingMode
 
getIPDLength() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
Returns the IPD length component.
getIsBlink() - Method in class org.foray.fotree.value.DtTextDeco
Indicates whether "blink" is on.
getIsLineThrough() - Method in class org.foray.fotree.value.DtTextDeco
Indicates whether "line-through" is on.
getIsOverlined() - Method in class org.foray.fotree.value.DtTextDeco
Indicates whether "overline" is on.
getIsProportional() - Method in class org.foray.font.format.type1.Type1Metrics
Tells whether the font has proportional character spacing.
getIsUnderlined() - Method in class org.foray.fotree.value.DtTextDeco
Indicates whether "underline" is on.
getItalic() - Method in class org.foray.font.format.Panose
Returns the italic version of this Panose instance.
getItalic() - Method in class org.foray.font.format.type1.Type1Metrics
Get the italic value.
getItalicAngle() - Method in class org.foray.font.Font4a
 
getItalicAngle() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the italic angle for this font, expressed in degrees counterclockwise from vertical.
getItalicAngle() - Method in class org.foray.font.format.ttf.TTFTablePOST
Returns the parsed italic angle value.
getItalicAngle() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the italic angle of the font.
getItalicAngle() - Method in class org.foray.font.FreeStandingFont
 
getItalicAngle() - Method in class org.foray.font.SystemFont
 
getItalicAngle() - Method in class org.foray.ps.type1.PsFontInfoDictionary4a
 
getItalicAngleFormatted() - Method in class org.foray.font.output.FontPdf4a
Returns a compactly formatted version of the ItalicAngle value for this font, expressed in degrees counterclockwise from vertical.
getItem(int) - Method in class org.foray.fotree.value.PropertyCollection
Returns a specific property from the collection.
getItem(int) - Method in class org.foray.fotree.value.ValueCollection
Returns a specific item from the collection.
getItem(PsObject) - Method in class org.foray.ps.PsDictionary
Return the value for a given key.
getItem(String) - Method in class org.foray.ps.PsDictionary
Return the value for a given key.
getJava2dSystemDict(Graphics2D) - Method in class org.foray.ps.PsServer4a
 
getJAXPResult() - Method in class org.foray.core.FOrayDocument
Returns the JAXP SAXResult (which encapsulates a SAX ContentHandler).
getJstfTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "JSTF" table.
getKeepTogether(FObj, FoContext, AbstractKeep.Type) - Method in class org.foray.fotree.PropertyList
Returns the keep-together property.
getKeepWithNext(FObj, FoContext, AbstractKeep.Type) - Method in class org.foray.fotree.PropertyList
Returns the keep-with-next property.
getKeepWithPrevious(FObj, FoContext, AbstractKeep.Type) - Method in class org.foray.fotree.PropertyList
Returns the keep-with-previous property.
getKernAmount(int) - Method in class org.foray.font.format.Kerning
The kerning amount of a given kerning pair.
getKerning() - Method in class org.foray.font.Font4a
Returns the kerning for this font.
getKerning() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the kerning information for this font.
getKerning() - Method in class org.foray.font.format.ttf.TTFTableKERN
Returns the parsed kerning information for this table.
getKerning() - Method in class org.foray.font.format.type1.Type1Metrics
Return the kerning table.
getKerning() - Method in class org.foray.font.FreeStandingFont
Returns the kerning information for this font.
getKerning() - Method in class org.foray.font.SystemFont
 
getKernTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "kern" table.
getKeys() - Method in class org.foray.render.awt.viewer.SecureResourceBundle
 
getKeywordIndex(FoValue, FoValue[]) - Static method in class org.foray.fotree.Property
Searches an array of keywords to see if a keyword candidate is found in that list.
getKeywordInSet(FoValue, FoValue[]) - Static method in class org.foray.fotree.Property
Determines whether a given keyword is included in a given keyword set.
getKeywords() - Method in class org.foray.area.AreaTree
 
getKeywords() - Method in class org.foray.fotree.fo.obj.Root
 
getLanguage() - Method in class org.foray.app.CommandLineOptions
Returns the parsed language.
getLanguage() - Method in class org.foray.common.i18n.Orthography4a
 
getLanguage(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the language property.
getLanguage() - Method in class org.foray.fotree.xml.prop.Lang
Return the Language, if any, embedded in this property.
getLanguages() - Method in class org.foray.graphic.batik.BatikUaDocument
 
getLast() - Method in class org.foray.pdf.object.PDFOutlineParent
Return the last child of this parent.
getLastAreaChild() - Method in class org.foray.area.AreaNode
Returns the last child that is an Area.
getLastAreaGeneratedBy() - Method in class org.foray.area.FOLinkageNormal
Returns the last Area generated by the FO.
getLastAWTFont() - Method in class org.foray.font.SystemFont
Returns the last AWT font for this System Font.
getLastChild() - Method in class org.foray.area.AreaNode
 
getLastChild() - Method in class org.foray.common.AbstractOrderedTreeNode
 
getLastChild() - Method in interface org.foray.common.OrderedTreeNode
Returns the last child of this node.
getLastChildIfLineArea() - Method in class org.foray.area.NormalBlockArea
Return the last child if it is a line area.
getLastElement() - Method in class org.foray.ps.PsPath
Returns the last element in this path.
getLastGeneratedBy() - Method in class org.foray.area.FOLinkageNormal
Returns the last area node generated by the FO.
getLastIndex() - Method in class org.foray.font.output.FontOutput4a
Convenience method equivalent to getFontUse().getEncoding().getFirstIndex().
getLastIndex() - Method in class org.foray.ps.encode.CMap04
 
getLastIndex() - Method in class org.foray.ps.encode.CMap12
 
getLastIndex() - Method in class org.foray.ps.encode.EncodingVector4a
 
getLastLeaf() - Method in class org.foray.common.AbstractOrderedTreeNode
Finds and returns the last leaf that is a descendant of this node -- either this node or its last child's last leaf.
getLastLeaf() - Method in interface org.foray.common.OrderedTreeNode
Finds and returns the last leaf that is a descendant of this node -- either this node or its last child's last leaf.
getLastPageNumber() - Method in class org.foray.area.PageCollection
Returns the last page number used.
getLastRenderedPage() - Method in class org.foray.render.awt.AWTRenderer
Return the last page rendered.
getLayout() - Method in class org.foray.pioneer.FONodePL
Returns the layout strategy.
getLayoutFactory() - Method in class org.foray.core.FOrayDocument
Returns the LayoutFactory for this document.
getLayoutFactory() - Method in class org.foray.core.FOraySession
Returns the LayoutFactory.
getLayoutFactory() - Method in class org.foray.core.FOrayTarget
Return the LayoutFactory for this target.
getLayoutMasterSet() - Method in class org.foray.fotree.fo.obj.PageSequence
Convenience method returning the layout-master-set for this document.
getLayoutMasterSet() - Method in class org.foray.fotree.fo.obj.Root
Return the child layout-master-set.
getLayoutProxy(Fo) - Method in class org.foray.pioneer.FONodePL
Returns the layout proxy for a given FO Tree node.
getLayoutProxy(Fo) - Method in class org.foray.pioneer.PioneerLS
Return or create a layout proxy for a given FO Tree node.
getLayoutStrategy() - Method in class org.foray.core.FOrayTarget
Return the LayoutStrategy for this target.
getLeaderAlignment(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the leader-alignment property.
getLeaderLengthMaximum(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the leader-length.maximum property.
getLeaderLengthMinimum(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the leader-length.minimum property.
getLeaderLengthOptimum(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the leader-length.optimum property.
getLeaderPattern(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the leader-pattern property.
getLeaderPatternWidth(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the leader pattern width.
getLeft(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the left property.
getLeft() - Method in class org.foray.fotree.value.DtWritingMode
 
getLeftOffset(int, int) - Method in class org.foray.fotree.value.DtRectangle
Returns the left offset component of this rectangle.
getLength() - Method in class org.foray.font.format.Kerning
Returns the number of kerning pairs.
getLength() - Method in class org.foray.font.format.ttf.TTFOffsetTableRecord
Returns the length, in bytes, of this table entry.
getLength() - Method in class org.foray.fotree.value.DtLengthConditional
Returns the length component.
getLength1() - Method in class org.foray.font.format.type1.Type1Font
Returns the Length1 (length of the header segment).
getLength2() - Method in class org.foray.font.format.type1.Type1Font
Returns the Length2 (length of the encrypted segment).
getLength3() - Method in class org.foray.font.format.type1.Type1Font
Returns the Length3 (length of the trailer segment).
getLengthMaximum() - Method in class org.foray.fotree.value.DtLengthRange
Returns the maximum length.
getLengthMaximum(int) - Method in class org.foray.fotree.value.DtSpace
Returns the maximum length in this space.
getLengthMinimum() - Method in class org.foray.fotree.value.DtLengthRange
Returns the minimum length.
getLengthMinimum(int) - Method in class org.foray.fotree.value.DtSpace
Returns the minimum length in this space.
getLengthOptimum() - Method in class org.foray.fotree.value.DtLengthRange
Returns the optimum length.
getLengthOptimum(int) - Method in class org.foray.fotree.value.DtSpace
Returns the optimum length in this space.
getLetterValue() - Method in class org.foray.fotree.PropertyList
Returns the letter-value property.
getLevel() - Method in class org.foray.common.AbstractOrderedTreeNode
 
getLevel() - Method in interface org.foray.common.OrderedTreeNode
Returns the number of levels above this node -- the distance from the root to this node.
getLiangWeight(HyphenationFilter, int) - Method in class org.foray.hyphen.Word4a
 
getLiangWeight(HyphenationFilter, int) - Method in class org.foray.hyphen.WordWrapper
 
getLigatures() - Method in class org.foray.font.format.ttf.OTFLookupGSUBx04x01.LigatureSet
Returns the ligatures.
getLigatureSets() - Method in class org.foray.font.format.ttf.OTFLookupGSUBx04x01
Returns the ligatures sets for this subtable.
getLigGlyph() - Method in class org.foray.font.format.ttf.OTFLookupGSUBx04x01.Ligature
Returns the glyph index of the ligature to substitute, i.e.
getLine() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getLine() - Method in class org.foray.fotree.FObj
 
getLineArea() - Method in class org.foray.area.AbstractInlineArea
 
getLineBreakControl() - Method in class org.foray.text.line.LineBreaker
Return the LineBreakControl instance.
getLineBreaker() - Method in class org.foray.pioneer.PioneerLS
Return the line breaker used by this layout system.
getLineCap() - Method in class org.foray.ps.PsGraphicsState
Returns the line cap value.
getLineContent() - Method in class org.foray.text.line.EagerLineBreaker
Returns the current line content.
getLineHeight() - Method in class org.foray.fotree.fo.prop.PdFont
Returns the "line-height" component from this compound property.
getLineHeight(FObj, FoContext, LengthRange) - Method in class org.foray.fotree.PropertyList
Returns the line-height.
getLineHeightConditionality(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the line-height.conditionality property.
getLineHeightMultiplier(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
This method is used to get the raw line height multiplier.
getLineHeightPrecedence(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the line-height.precedence property.
getLineJoin() - Method in class org.foray.ps.PsGraphicsState
Returns the line join value.
getLineWidth() - Method in class org.foray.ps.PsGraphicsState
Returns the line width.
getLink(Graphics2D) - Method in class org.foray.graphic.batik.PDFANode
Paints this node if it is visible.
getLinkage() - Method in class org.foray.area.AbstractListItemContent
 
getLinkage() - Method in class org.foray.area.AreaNode
Returns the raw "generated by" instance.
getLinkage() - Method in class org.foray.area.AreaTree
 
getLinkage() - Method in class org.foray.area.BasicLinkArea
 
getLinkage() - Method in class org.foray.area.BeforeFloatRA
 
getLinkage() - Method in class org.foray.area.BidiOverrideArea
 
getLinkage() - Method in class org.foray.area.BlockContainerRA
 
getLinkage() - Method in class org.foray.area.ExternalGraphicArea
 
getLinkage() - Method in class org.foray.area.FootnoteRA
 
getLinkage() - Method in class org.foray.area.ForeignObjectArea
 
getLinkage() - Method in class org.foray.area.IndexPageCitationListArea
 
getLinkage() - Method in class org.foray.area.InlineArea
 
getLinkage() - Method in class org.foray.area.InlineContainerArea
 
getLinkage() - Method in class org.foray.area.LeaderArea
 
getLinkage() - Method in class org.foray.area.LineArea
 
getLinkage() - Method in class org.foray.area.ListBlockArea
 
getLinkage() - Method in class org.foray.area.ListItemArea
 
getLinkage() - Method in class org.foray.area.MainRA
 
getLinkage() - Method in class org.foray.area.NormalBlockArea
 
getLinkage() - Method in class org.foray.area.NormalFlowRA
 
getLinkage() - Method in class org.foray.area.PageCollection
 
getLinkage() - Method in class org.foray.area.PageNumberArea
 
getLinkage() - Method in class org.foray.area.PageNumberCitationArea
 
getLinkage() - Method in class org.foray.area.PageNumberCitationLastArea
 
getLinkage() - Method in class org.foray.area.PageRA
 
getLinkage() - Method in class org.foray.area.RegionRA
 
getLinkage() - Method in class org.foray.area.RegionRABody
 
getLinkage() - Method in class org.foray.area.ScalingValueCitationArea
 
getLinkage() - Method in class org.foray.area.SpanRA
 
getLinkage() - Method in class org.foray.area.TableBodyContainer
 
getLinkage() - Method in class org.foray.area.TableCellRA
 
getLinkage() - Method in class org.foray.area.TableFooterContainer
 
getLinkage() - Method in class org.foray.area.TableHeaderContainer
 
getLinkage() - Method in class org.foray.area.TableRA
 
getLinkage() - Method in class org.foray.area.TableRowContainer
 
getLinkage() - Method in class org.foray.area.TextArea
 
getLinks() - Method in class org.foray.graphic.Graphic4a
Returns the links associated with this graphic.
getLinks() - Method in class org.foray.graphic.TempImage
 
getLinkType() - Method in class org.foray.fotree.FObj
 
getList() - Method in class org.foray.ps.PsStack
Returns the internal list.
getListValue(String) - Method in class org.foray.common.Configuration
Convenience method to access list values in the configuration.
getLocalName() - Method in class org.foray.graphic.batik.PDFAElementBridge
Returns 'a'.
getLocaTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "loca" table.
getLogFiles() - Method in class org.foray.app.ant.FOrayAntTask
Returns the "log filenames" flag.
getLogger() - Method in class org.foray.app.ant.FOrayAntTask
Returns the logger.
getLogger() - Method in class org.foray.app.Starter
Returns the logger.
getLogger() - Method in class org.foray.area.AreaNode
Return the logger.
getLogger() - Method in class org.foray.area.AreaTree
 
getLogger() - Method in class org.foray.area.AreaTreeFactory4a
Returns the logger.
getLogger() - Method in class org.foray.core.FOrayDocument
Returns the logger.
getLogger() - Method in class org.foray.core.FOraySession
Returns the logger for this session.
getLogger() - Method in class org.foray.core.FOrayTarget
Returns the logger.
getLogger() - Method in class org.foray.demo.embed.EmbedDemo
Returns the logger.
getLogger() - Method in class org.foray.demo.servlet.AbstractDemoServlet
Returns the logger.
getLogger() - Method in class org.foray.font.config.RegisteredFont
Returns the logger.
getLogger() - Method in class org.foray.font.ConsumerFont4a
Return the logger.
getLogger() - Method in class org.foray.font.Font4a
Return the logger.
getLogger() - Method in class org.foray.font.FontConsumer4a
Provides the font system with the Log implementation which should be used to log messages.
getLogger() - Method in class org.foray.font.FontServer4a
Returns the logger that should be used as the system logger.
getLogger() - Method in class org.foray.font.FontUse4a
Returns the logger.
getLogger() - Method in class org.foray.font.format.FontParser
Returns the logger.
getLogger() - Method in interface org.foray.font.format.FontParserClient
Returns the logger to be used by the parser.
getLogger() - Method in class org.foray.font.format.ttf.TrueTypeContainer
Returns the logger.
getLogger() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the logger.
getLogger() - Method in class org.foray.font.format.ttf.TTFSubSetFile
Return the logger.
getLogger() - Method in class org.foray.font.format.type1.Type1MetricsParser
Returns the logger.
getLogger() - Method in class org.foray.font.output.FontOutput4a
Returns the logger.
getLogger() - Method in class org.foray.font.Subset
Returns the logger.
getLogger() - Method in class org.foray.fotree.fo.obj.Root
Return the logger.
getLogger() - Method in class org.foray.fotree.FObj
Return the logger.
getLogger() - Method in class org.foray.fotree.FOTreeBuilder
Returns the logger.
getLogger() - Method in class org.foray.fotree.FoTreeServer4a
Returns the logger.
getLogger() - Method in class org.foray.graphic.factory.GraphicFactory
Get the logger.
getLogger() - Method in class org.foray.graphic.Graphic4a
Returns the logger.
getLogger() - Method in class org.foray.graphic.GraphicServer4a
Returns the logger.
getLogger() - Method in class org.foray.graphic.output.SvgJava2d
Returns the logger.
getLogger() - Method in class org.foray.graphic.output.SvgPs
Returns the logger.
getLogger() - Method in class org.foray.hyphen.HyphenationServer4a
Returns the logger.
getLogger() - Method in class org.foray.hyphen.PatternSerializer
Returns the logger.
getLogger() - Method in class org.foray.hyphen.util.ValidateChars
Returns the logger.
getLogger() - Method in class org.foray.layout.LayoutStrategy
Returns the logger.
getLogger() - Method in class org.foray.output.OutputTarget
Returns the logger.
getLogger() - Method in class org.foray.pdf.object.PDFDocument
Return the logger.
getLogger() - Method in class org.foray.pdf.object.PDFObject
Returns the logger to be used for user messages.
getLogger() - Method in class org.foray.pioneer.FONodePL
Returns the logger.
getLogger() - Method in class org.foray.text.line.LineBreaker
Returns the logger.
getLogger() - Method in class org.foray.text.TextServer4a
Returns the logger.
getLogger() - Method in class org.foray.xml.FOrayPretty
Returns the logger.
getLogger() - Method in class org.foray.xml.FOrayXDiff
Returns the logger.
getLookupFlag() - Method in class org.foray.font.format.ttf.OTFLookupGSUB
Returns the lookup flag.
getLookupList() - Method in class org.foray.font.format.ttf.TTFTableGSUB
Returns the lookup list.
getLookupType() - Method in class org.foray.font.format.ttf.OTFLookupGSUB
Returns the lookup type.
getLowerCaseAscent() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the lowercase ascent value for this font.
getLowerCaseAscent() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the LowerCaseAscent parameter for the font (height of lowercase d).
getLowerCaseDescent() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the lowercase descent value for this font.
getLowerCaseDescent() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the LowerCaseDescent parameter for the font (distance below the baseline of the lowercase p).
getMainRefArea() - Method in class org.foray.area.RegionRABody
 
getMap() - Method in class org.foray.ps.PsDictionary
Return the encapsulated Map.
getMarginBottom(FoContext) - Method in class org.foray.fotree.FObj
Returns the bottom margin of this object.
getMarginBottom(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the bottom margin property.
getMarginLeft(FoContext) - Method in class org.foray.fotree.FObj
Returns the left margin of this object.
getMarginLeft(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the left margin property.
getMarginRight(FoContext) - Method in class org.foray.fotree.FObj
Returns the right margin of this object.
getMarginRight(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the right margin property.
getMarginTop(FoContext) - Method in class org.foray.fotree.FObj
Returns the top margin of this object.
getMarginTop(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the top margin property.
getMark(TextNode, int, boolean) - Method in class org.foray.graphic.batik.PDFTextPainter
 
getMarkerClassName() - Method in class org.foray.fotree.PropertyList
Returns the marker-class-name property.
getMarkers() - Method in class org.foray.area.PageRA
Returns the markers found on this page.
getMasterName() - Method in class org.foray.fotree.PropertyList
Returns the master-name property.
getMasterReference() - Method in class org.foray.fotree.PropertyList
Returns the master-reference property.
getMathDocument() - Method in class org.foray.graphic.MathGraphic4a
 
getMathGraphic() - Method in class org.foray.fotree.math.obj.InstreamMathElement
 
getMathMLDtdAsInputStream(String) - Static method in class org.foray.graphic.factory.MathFactory
Returns a MathML DTD component as an InputStream.
getMathMLDtdAsLsInputStream(String) - Static method in class org.foray.graphic.factory.MathFactory
Returns the MathML DTD as an LSInput instance.
getMathMLDtdResourceResolver() - Static method in class org.foray.graphic.factory.MathFactory
Returns an LSResourceResolver that knows how to find the local copy of the MathML DTD.
getMathNamespace() - Method in class org.foray.fotree.FOTreeBuilder
Return the MathML namespace instance.
getMathNamespace() - Method in class org.foray.fotree.FoTreeServer4a
Returns the namespace used for "MathML" items.
getMathTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "MATH" table.
getMaxContentHeight() - Method in class org.foray.area.SpanRA
Returns the height of the largest child normal flow reference area.
getMaximumRepeats(FObj) - Method in class org.foray.fotree.PropertyList
Returns the maximum-repeats property.
getMaxpTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "maxp" table.
getMaxValue() - Method in enum org.foray.font.format.Panose.Field
Returns the maximum valid value for this field.
getMaxWidth() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the max width.
getMedia() - Method in class org.foray.graphic.batik.BatikUaDocument
 
getMembers() - Method in class org.foray.demo.embed.model.ProjectTeam
Returns a list of project members.
getMessage() - Method in exception org.foray.core.FOrayException
 
getMessage() - Method in exception org.foray.ps.PsInterpreterException4a
 
getMessage() - Method in exception org.foray.ps.PsOperatorException
getMessageType() - Method in class org.foray.app.ant.FOrayAntTask
Returns the message type corresponding to Property.MSG_(INFO | VERBOSE | DEBUG) representing the current message level.
getMessageWithContext(String) - Method in class org.foray.fotree.FObj
Adds the context information to a given message.
getMetadata(String) - Method in class org.foray.fotree.fo.obj.Declarations
Returns the metadata item for a specific key.
getMetadataName() - Method in class org.foray.fotree.axsl.obj.Metadata
 
getMetadataValue() - Method in class org.foray.fotree.axsl.obj.Metadata
 
getMetricsDictionary() - Method in class org.foray.ps.type1.PsFontDictionary4a
Returns the Metrics dictionary.
getMimeString() - Method in enum org.foray.common.Mime
Returns the string used to designate this mime type.
getMimeType() - Method in class org.foray.font.output.FontOutputFactory4a
Returns the mime-type for this factory.
getMimeType() - Method in class org.foray.font.output.FontPdfFactory4a
 
getMimeType() - Method in class org.foray.font.output.FontPsFactory4a
 
getMimeType() - Method in class org.foray.graphic.BMPGraphic
 
getMimeType() - Method in class org.foray.graphic.EPSGraphic
 
getMimeType() - Method in class org.foray.graphic.GIFGraphic
 
getMimeType() - Method in class org.foray.graphic.JPEGGraphic
 
getMimeType() - Method in class org.foray.graphic.MathGraphic4a
 
getMimeType() - Method in class org.foray.graphic.output.GraphicJava2dFactory
 
getMimeType() - Method in class org.foray.graphic.output.GraphicOutputFactory
Returns the mime-type for this factory.
getMimeType() - Method in class org.foray.graphic.output.GraphicPdfFactory
 
getMimeType() - Method in class org.foray.graphic.output.GraphicPsFactory
 
getMimeType() - Method in class org.foray.graphic.PDFGraphic
 
getMimeType() - Method in class org.foray.graphic.PNGGraphic
 
getMimeType() - Method in class org.foray.graphic.SVGGraphic
 
getMimeType() - Method in class org.foray.graphic.TempImage
 
getMimeType() - Method in class org.foray.graphic.TIFFGraphic
 
getMinimumStackSize() - Method in class org.foray.ps.PsDictionaryStack
 
getMinimumStackSize() - Method in class org.foray.ps.PsExecutionStack
 
getMinimumStackSize() - Method in class org.foray.ps.PsGraphicsStateStack
 
getMinimumStackSize() - Method in class org.foray.ps.PsOperandStack
 
getMinimumStackSize() - Method in class org.foray.ps.PsStack
Returns the minumum size that this stack can be.
getMinWidth() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the min width.
getMiterLimit() - Method in class org.foray.ps.PsGraphicsState
Returns the miter limit.
getMix() - Method in class org.foray.fotree.fo.prop.PdPlayDuring
Return the "mix" flag.
getMixNoInstance() - Static method in class org.foray.fotree.fo.prop.PdPlayDuring
Return the initial (default) value of "mix".
getMode() - Method in class org.foray.core.SessionConfig
Returns the "mode" configuration item.
getMtxEntry(int) - Method in class org.foray.font.format.ttf.TTFTableHMTX
Return a specific metric record.
getMutatingBreak(HyphenationFilter, int) - Method in class org.foray.hyphen.MutatingWord4a
 
getMutatingBreak(HyphenationFilter, int) - Method in class org.foray.hyphen.Word4a
 
getMutatingBreak(HyphenationFilter, int) - Method in class org.foray.hyphen.WordWrapper
 
getName() - Method in class org.foray.common.Configuration
Supplies a name for this configuration.
getName() - Method in class org.foray.common.io.SimpleDataSource
 
getName() - Method in class org.foray.core.OutputConfig
 
getName() - Method in class org.foray.core.SessionConfig
 
getName() - Method in class org.foray.demo.embed.model.ProjectMember
Returns the name.
getName() - Method in class org.foray.font.config.RegisteredFontFamily
Returns the name of this font family.
getName() - Method in class org.foray.fotree.axsl.obj.Metadata
 
getName() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getName() - Method in class org.foray.fotree.fo.obj.BasicLink
 
getName() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
getName() - Method in class org.foray.fotree.fo.obj.Block
 
getName() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
getName() - Method in class org.foray.fotree.fo.obj.Bookmark
 
getName() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
getName() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
getName() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
getName() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
getName() - Method in class org.foray.fotree.fo.obj.Character
 
getName() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
getName() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
getName() - Method in class org.foray.fotree.fo.obj.Declarations
 
getName() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getName() - Method in class org.foray.fotree.fo.obj.Float
 
getName() - Method in class org.foray.fotree.fo.obj.Flow
 
getName() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
getName() - Method in class org.foray.fotree.fo.obj.FlowMap
 
getName() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
getName() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
getName() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
getName() - Method in class org.foray.fotree.fo.obj.FolioPrefix
 
getName() - Method in class org.foray.fotree.fo.obj.FolioSuffix
 
getName() - Method in class org.foray.fotree.fo.obj.Footnote
 
getName() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
getName() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
getName() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
getName() - Method in class org.foray.fotree.fo.obj.IndexPageCitationListSeparator
 
getName() - Method in class org.foray.fotree.fo.obj.IndexPageCitationRangeSeparator
 
getName() - Method in class org.foray.fotree.fo.obj.IndexPageNumberPrefix
 
getName() - Method in class org.foray.fotree.fo.obj.IndexPageNumberSuffix
 
getName() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
getName() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
getName() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
getName() - Method in class org.foray.fotree.fo.obj.Inline
 
getName() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
getName() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getName() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
getName() - Method in class org.foray.fotree.fo.obj.Leader
 
getName() - Method in class org.foray.fotree.fo.obj.ListBlock
 
getName() - Method in class org.foray.fotree.fo.obj.ListItem
 
getName() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
getName() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
getName() - Method in class org.foray.fotree.fo.obj.Marker
 
getName() - Method in class org.foray.fotree.fo.obj.MultiCase
 
getName() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
getName() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
getName() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
getName() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
getName() - Method in class org.foray.fotree.fo.obj.PageNumber
 
getName() - Method in class org.foray.fotree.fo.obj.PageNumberCitation
 
getName() - Method in class org.foray.fotree.fo.obj.PageNumberCitationLast
 
getName() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getName() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
getName() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
getName() - Method in class org.foray.fotree.fo.obj.RegionAfter
 
getName() - Method in class org.foray.fotree.fo.obj.RegionBefore
 
getName() - Method in class org.foray.fotree.fo.obj.RegionBody
 
getName() - Method in class org.foray.fotree.fo.obj.RegionEnd
 
getName() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
getName() - Method in class org.foray.fotree.fo.obj.RegionStart
 
getName() - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
getName() - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
getName() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
getName() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
getName() - Method in class org.foray.fotree.fo.obj.Root
 
getName() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
getName() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getName() - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
getName() - Method in class org.foray.fotree.fo.obj.StaticContent
 
getName() - Method in class org.foray.fotree.fo.obj.Table
 
getName() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
getName() - Method in class org.foray.fotree.fo.obj.TableBody
 
getName() - Method in class org.foray.fotree.fo.obj.TableCaption
 
getName() - Method in class org.foray.fotree.fo.obj.TableCell
 
getName() - Method in class org.foray.fotree.fo.obj.TableColumn
 
getName() - Method in class org.foray.fotree.fo.obj.TableFooter
 
getName() - Method in class org.foray.fotree.fo.obj.TableHeader
 
getName() - Method in class org.foray.fotree.fo.obj.TableRow
 
getName() - Method in class org.foray.fotree.fo.obj.Title
 
getName() - Method in class org.foray.fotree.fo.obj.Wrapper
 
getName() - Method in class org.foray.fotree.FObj
 
getName() - Method in class org.foray.fotree.ForeignXML
 
getName() - Method in class org.foray.graphic.BMPGraphic
 
getName() - Method in class org.foray.graphic.EPSGraphic
 
getName() - Method in class org.foray.graphic.GIFGraphic
 
getName() - Method in class org.foray.graphic.JPEGGraphic
 
getName() - Method in class org.foray.graphic.MathGraphic4a
 
getName() - Method in class org.foray.graphic.PDFGraphic
 
getName() - Method in class org.foray.graphic.PNGGraphic
 
getName() - Method in class org.foray.graphic.SVGGraphic
 
getName() - Method in class org.foray.graphic.TempImage
 
getName() - Method in class org.foray.graphic.TIFFGraphic
 
getName() - Method in class org.foray.pdf.object.PDFEmbeddedFileStream
Return the name by which this embedded file stream is accessed from the map of embedded files.
getName() - Method in class org.foray.pdf.object.PDFEncoding
Return the name of the underlying encoding.
getName() - Method in class org.foray.pdf.object.PDFFont
 
getName() - Method in class org.foray.pdf.object.PDFPattern
Get the name of the pattern.
getName() - Method in class org.foray.pdf.object.PDFShading
Returns the PDF name for this shading.
getName() - Method in class org.foray.ps.encode.CharSet4a
Returns the name of this character set.
getName() - Method in class org.foray.ps.encode.CMap04
 
getName() - Method in class org.foray.ps.encode.CMap12
 
getName() - Method in class org.foray.ps.encode.EncodingVector4a
 
getName() - Method in class org.foray.ps.encode.GlyphList4a
Returns the name of this glyph list.
getName() - Method in class org.foray.ps.filter.Ascii85DecodeFilter
 
getName() - Method in class org.foray.ps.filter.Ascii85EncodeFilter
 
getName() - Method in class org.foray.ps.filter.AsciiHexDecodeFilter
 
getName() - Method in class org.foray.ps.filter.AsciiHexEncodeFilter
 
getName() - Method in class org.foray.ps.filter.CcittFaxDecodeFilter
 
getName() - Method in class org.foray.ps.filter.CcittFaxEncodeFilter
 
getName() - Method in class org.foray.ps.filter.DctDecodeFilter
 
getName() - Method in class org.foray.ps.filter.DctEncodeFilter
 
getName() - Method in class org.foray.ps.filter.FlateDecodeFilter
 
getName() - Method in class org.foray.ps.filter.FlateEncodeFilter
 
getName() - Method in class org.foray.ps.filter.PsDecodeFilter4a
Return a PostScript name representation of the filter, e.g.
getName() - Method in class org.foray.ps.filter.PsEncodeFilter4a
 
getName() - Method in class org.foray.ps.filter.RunLengthDecodeFilter
 
getName() - Method in class org.foray.ps.filter.RunLengthEncodeFilter
 
getName(String) - Method in class org.foray.ps.PsDictionary
Returns a value expected to be a Name from this dictionary.
getName() - Method in enum org.foray.ps.PsError
Returns the PostScript name of this error.
getName() - Method in enum org.foray.ps.PsOperator
Returns the operator enumeration.
getName() - Method in class org.foray.render.ps.PSFont
Get the internal name used for this font, in the form "Fx", where "x" is the font number used in this document.
getName() - Method in class org.foray.xml.dtd.DTDElement
Returns the element name.
getNamedLanguageSystem(String) - Method in class org.foray.font.format.ttf.OTFScript
Returns the language system for a given tag.
getNamespace() - Method in class org.foray.fotree.axsl.obj.Metadata
 
getNamespace() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getNamespace() - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
getNamespace() - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
getNamespace() - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
getNamespace() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
getNamespace() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
getNamespace() - Method in class org.foray.fotree.fo.obj.BasicLink
 
getNamespace() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Block
 
getNamespace() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Bookmark
 
getNamespace() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
getNamespace() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Character
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Declarations
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Float
 
getNamespace() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
getNamespace() - Method in class org.foray.fotree.fo.obj.FlowMap
 
getNamespace() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
getNamespace() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
getNamespace() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Footnote
 
getNamespace() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
getNamespace() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
getNamespace() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
getNamespace() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
getNamespace() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
getNamespace() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Inline
 
getNamespace() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
getNamespace() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getNamespace() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Leader
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ListBlock
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ListItem
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Marker
 
getNamespace() - Method in class org.foray.fotree.fo.obj.MultiCase
 
getNamespace() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
getNamespace() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
getNamespace() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
getNamespace() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
getNamespace() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getNamespace() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
getNamespace() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Region
 
getNamespace() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
getNamespace() - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
getNamespace() - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
getNamespace() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
getNamespace() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Root
 
getNamespace() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
getNamespace() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getNamespace() - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Table
 
getNamespace() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
getNamespace() - Method in class org.foray.fotree.fo.obj.TableCaption
 
getNamespace() - Method in class org.foray.fotree.fo.obj.TableCell
 
getNamespace() - Method in class org.foray.fotree.fo.obj.TableColumn
 
getNamespace() - Method in class org.foray.fotree.fo.obj.TableRow
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Title
 
getNamespace() - Method in class org.foray.fotree.fo.obj.Wrapper
 
getNamespace() - Method in class org.foray.fotree.FObj
Gets the Namespace instance that is associated with this object.
getNamespace(String) - Method in class org.foray.fotree.FoTreeServer4a
Returns the namespace for a given name.
getNamespace() - Method in class org.foray.fotree.math.obj.InstreamMathElement
 
getNamespace() - Method in class org.foray.fotree.svg.obj.InstreamSvgElement
 
getNamespaceURI() - Method in class org.foray.fotree.axsl.NamespaceAxsl
 
getNamespaceURI() - Method in class org.foray.fotree.fo.NamespaceFO
 
getNamespaceURI() - Method in class org.foray.fotree.foray.NamespaceForay
 
getNamespaceURI() - Method in class org.foray.fotree.math.MathNamespace
 
getNamespaceURI() - Method in class org.foray.fotree.Namespace
Returns the URI for this namespace.
getNamespaceURI() - Method in class org.foray.fotree.svg.NamespaceSVG
 
getNamespaceURI() - Method in class org.foray.fotree.xml.NamespaceXML
 
getNameTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "name" table.
getNaturalLanguage(String) - Method in class org.foray.hyphen.HyphenationServer4a
Finds or creates the instance of this class that is suitable for a given language description.
getNaturalLanguage(Language) - Method in class org.foray.hyphen.HyphenationServer4a
Finds or creates the instance of this class that is suitable for a given language description.
getNearestAncestorAreaContainer() - Method in class org.foray.area.Area
Returns the nearest ancestor area that is a block container.
getNearestAncestorListBlock(FoContext) - Method in class org.foray.fotree.FObj
Returns the nearest ancestor FObj that is a ListBlock.
getNearestLeader(FoContext) - Method in class org.foray.fotree.fo.obj.Leader
Return the nearest ancestor Leader instance, if any.
getNearestLeader(FoContext) - Method in class org.foray.fotree.fo.obj.Root
Return the nearest ancestor Leader instance, if any.
getNearestLeader(FoContext) - Method in class org.foray.fotree.FObj
Return the nearest ancestor Leader instance, if any.
getNearestListItem(FoContext) - Method in class org.foray.fotree.fo.obj.ListItem
Returns self or the nearest ancestor FObj that is a ListItem.
getNearestListItem(FoContext) - Method in class org.foray.fotree.FObj
Returns self or the nearest ancestor FObj that is a ListItem.
getNewId() - Method in class org.foray.mif.MifBook
Returns the next available id for this document.
getNextCell() - Method in class org.foray.fotree.fo.obj.TableCell
Returns the next table cell.
getNextChildOfGeneratedBy() - Method in class org.foray.area.AreaNode
Returns the next child of this area's "generated-by".
getNextChunk() - Method in class org.foray.ps.PsFile
Returns the next chunk of content for this file.
getNextChunk() - Method in class org.foray.ps.PsFileFilter
 
getNextChunk() - Method in class org.foray.ps.PsFileReal
 
getNextColumn(FoContext) - Method in class org.foray.fotree.fo.obj.TableColumn
Returns the next table column.
getNextContiguousTextInBlock() - Method in class org.foray.fotree.FObj
Returns the next contiguous FOText item that has exactly the same closest ancestor block.
getNextFontSubsetTag() - Method in class org.foray.pdf.object.PDFDocument
Computes the next available tag to be used as a prefix for a BaseFont or FontName entry, when the font is subsetted.
getNextGeneratedBy(AreaNode) - Method in class org.foray.area.FOLinkageNormal
For a given area, returns the next area generated by this linkage.
getNextLeaf() - Method in class org.foray.common.AbstractOrderedTreeNode
Returns the leaf after this node or null if this node is the last leaf in the tree.
getNextLeaf() - Method in interface org.foray.common.OrderedTreeNode
Returns the leaf after this node or null if this node is the last leaf in the tree.
getNextPageMaster(boolean) - Method in class org.foray.fotree.fo.obj.PageMasterResolver
 
getNextProcedureItem() - Method in class org.foray.ps.PsArrayExecuting
Returns the next item in this procedure.
getNextSequentialIndex() - Method in class org.foray.fotree.FOTreeBuilder
Returns the next sequential index.
getNextSibling() - Method in class org.foray.common.AbstractOrderedTreeNode
 
getNextSibling() - Method in interface org.foray.common.OrderedTreeNode
Returns the next sibling node.
getNextSiblingArea() - Method in class org.foray.area.AreaNode
Returns the next sibling node that is an Area, if any.
getNextSubSequence(PageSequenceMaster) - Method in class org.foray.fotree.fo.obj.PageMasterResolver
Returns the next sub-sequence in the sequence-master.
getNoBreak() - Method in class org.foray.hyphen.MutatingHyphenationBreak4a
Returns the "no break" String.
getNodeCount() - Method in class org.foray.common.TernaryTreeMap
Returns the number of nodes in the tree.
getNonWrapperAncestor(FoContext) - Method in class org.foray.fotree.fo.obj.Wrapper
Finds and returns the closest ancestor that is not an fo:wrapper.
getNormalFlow(Fo) - Method in class org.foray.area.MainRA
 
getNormalizedWord() - Method in class org.foray.hyphen.Word4a
 
getNormalizedWord() - Method in class org.foray.hyphen.WordWrapper
 
getNormalLinkage() - Method in class org.foray.area.AreaNode
Returns the normal linkage associated with this Area.
getNormalLinkage(GraftingPoint) - Method in class org.foray.area.AreaNode
Use this overloaded version when we haven't yet gotten the RetrieveMarker instance stashed in the FOLinkageMarker, especially during AreaNode construction.
getNormalLinkage(GraftingPoint) - Method in class org.foray.area.FOLinkageMarker
Returns the normal linkage for a given RetrieveMarker.
getNotice() - Method in class org.foray.ps.type1.PsFontInfoDictionary4a
 
getNull() - Static method in class org.foray.common.i18n.Country4a
Returns a bogus, "null" instance.
getNullTerminatedLength(CharSequence, int) - Static method in class org.foray.common.util.CharSequenceUtils
Returns the size of the null-terminated String starting at a specific location.
getNumber() - Method in class org.foray.area.PageRA
 
getNumber() - Method in class org.foray.pdf.object.PDFObject
Returns this object's number.
getNumber(String) - Method in class org.foray.ps.PsDictionary
Returns a value expected to be a Number from this dictionary.
getNumberColumnsRepeated() - Method in class org.foray.fotree.PropertyList
Returns the number-columns-repeated property.
getNumberColumnsSpanned() - Method in class org.foray.fotree.PropertyList
Returns the number-columns-spanned property.
getNumberOfGlyphs() - Method in class org.foray.font.format.ttf.TTFTableMAXP
Returns the parsed number of glyphs.
getNumberOfHMetrics() - Method in class org.foray.font.format.ttf.TTFTableHHEA
Returns the number of metrics in the HHEA table.
getNumberOfPages() - Method in class org.foray.render.awt.AWTRenderer
 
getNumberRowsSpanned() - Method in class org.foray.fotree.PropertyList
Returns the number-rows-spanned property.
getNumDirectories() - Method in class org.foray.font.format.ttf.TTCTableHeader
Returns the number of directories.
getNumericCode() - Method in class org.foray.common.i18n.Country4a
 
getNumericCode() - Method in class org.foray.common.i18n.Script4a
 
getNumGlyphs() - Method in class org.foray.font.Font4a
Returns the number of glyphs in this font.
getNumGlyphs() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the number of glyphs in this font.
getNumGlyphs() - Method in class org.foray.font.FreeStandingFont
 
getNumGlyphs() - Method in class org.foray.font.SystemFont
 
getOddOrEven() - Method in class org.foray.fotree.PropertyList
Returns the odd-or-even property.
getOffendingOperator() - Method in exception org.foray.ps.PsOperatorException
Returns the offending operator.
getOffset() - Method in interface org.foray.common.io.RandomAccessInput
Returns the current offset in this input.
getOffset() - Method in class org.foray.common.io.RandomAccessInputArray
 
getOffset() - Method in class org.foray.common.io.RandomAccessInputFile
 
getOffset() - Method in class org.foray.common.io.RandomAccessInputURL
 
getOffset() - Method in class org.foray.font.format.ttf.TTFOffsetTableRecord
Returns the offset from the beginning of the file, in bytes, of this table entry.
getOffset() - Method in class org.foray.font.format.type1.Type1FontParser.Segment
Returns the offset (in bytes) in the font content for this segment.
getOffset(HyphenationFilter, int) - Method in class org.foray.hyphen.Word4a
 
getOffset(HyphenationFilter, int) - Method in class org.foray.hyphen.WordWrapper
 
getOpenTypeScript(Script) - Static method in class org.foray.common.FontUtil
Converts an Script script instance into its OpenType script equivalent.
getOperandStack() - Method in class org.foray.ps.PsInterpreter4a
Returns the operand stack.
getOptions() - Method in class org.foray.app.Starter
Returns the options.
getOrderedParent() - Method in class org.foray.area.AreaNode
 
getOrderedParent() - Method in interface org.foray.common.OrderedTreeNode
Returns the parent of this node, cast as an OrderedTreeNode.
getOrderedParent() - Method in class org.foray.fotree.FObj
 
getOs2Table() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "OS/2" table.
getOutdir() - Method in class org.foray.app.ant.FOrayAntTask
Gets the output directory.
getOutfile() - Method in class org.foray.app.ant.FOrayAntTask
Gets the output file.
getOutline(TextNode) - Method in class org.foray.graphic.batik.PDFTextPainter
 
getOutlineRoot() - Method in class org.foray.pdf.object.PDFDocument
 
getOutlineRoot() - Method in class org.foray.pdf.object.PDFRoot
Returns the root Outlines object.
getOutput() - Method in class org.foray.ps.java2d.Java2DSystemDict
 
getOutput() - Method in class org.foray.ps.pdf.PDFSystemDict
 
getOutput() - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
getOutputConfig() - Method in class org.foray.app.Starter
Returns the output configuration.
getOutputConfiguration() - Method in class org.foray.output.MIFConverter
 
getOutputConfiguration() - Method in class org.foray.output.OutputTarget
Returns the output configuration for this renderer.
getOutputConfiguration() - Method in class org.foray.render.awt.AWTRenderer
 
getOutputConfiguration() - Method in class org.foray.render.pcl.PCLRenderer
 
getOutputConfiguration() - Method in class org.foray.render.pdf.PDFRenderer
 
getOutputConfiguration() - Method in class org.foray.render.PrintRenderer
 
getOutputConfiguration() - Method in class org.foray.render.ps.PSRenderer
 
getOutputConfiguration() - Method in class org.foray.render.svg.SVGRenderer
 
getOutputConfiguration() - Method in class org.foray.render.txt.TXTRenderer
 
getOutputConfiguration() - Method in class org.foray.render.xml.XMLRenderer
 
getOutputFactory(String) - Method in class org.foray.font.FontServer4a
Returns the output factory for a given mime type.
getOutputFactory(String) - Method in class org.foray.graphic.GraphicServer4a
Returns the output factory for a given mime type.
getOutputFile() - Method in class org.foray.app.CommandLineOptions
Returns the parsed output file location.
getOutputMode() - Method in class org.foray.app.CommandLineOptions
Returns the output type specified on the command-line.
getOutputStream() - Method in class org.foray.common.io.SimpleDataSource
 
getOutputStream() - Method in class org.foray.core.FOrayTarget
Return the OutputStream for this target.
getOutputStream() - Method in class org.foray.output.OutputTarget
Returns the OutputStream.
getOutputStream() - Method in class org.foray.pdf.object.PDFStream
Returns the output stream.
getOutputStream() - Method in class org.foray.ps.pdf.PDFSystemDict
Returns the output stream.
getOutputTarget() - Method in class org.foray.core.FOrayTarget
Return the OutputTarget for this target.
getOverflow(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the overflow property.
getOverflowArea(Area) - Method in class org.foray.area.AbstractInlineArea
 
getOverflowArea(Area) - Method in class org.foray.area.Area
This method is used by child Areas to ask the parent Area into which Area the child Area's overflow should be placed.
getOverflowArea(Area) - Method in class org.foray.area.BeforeFloatRA
 
getOverflowArea(Area) - Method in class org.foray.area.BlockContainerRA
 
getOverflowArea(Area) - Method in class org.foray.area.FootnoteRA
 
getOverflowArea(Area) - Method in class org.foray.area.LineArea
 
getOverflowArea(Area) - Method in class org.foray.area.ListBlockArea
 
getOverflowArea(Area) - Method in class org.foray.area.ListItemArea
 
getOverflowArea(Area) - Method in class org.foray.area.MainRA
 
getOverflowArea(Area) - Method in class org.foray.area.NormalBlockArea
 
getOverflowArea(Area) - Method in class org.foray.area.NormalFlowRA
 
getOverflowArea(Area) - Method in class org.foray.area.PageRA
This method is used by child Areas to ask the parent Area into which Area the child Area's overflow should be placed.
getOverflowArea(Area) - Method in class org.foray.area.RegionRA
 
getOverflowArea(Area) - Method in class org.foray.area.RegionRABody
 
getOverflowArea(Area) - Method in class org.foray.area.SpanRA
 
getOverflowArea(Area) - Method in class org.foray.area.TableBodyContainer
 
getOverflowArea(Area) - Method in class org.foray.area.TableCellRA
 
getOverflowArea(Area) - Method in class org.foray.area.TableFooterContainer
 
getOverflowArea(Area) - Method in class org.foray.area.TableHeaderContainer
 
getOverflowArea(Area) - Method in class org.foray.area.TableRA
 
getOverflowArea(Area) - Method in class org.foray.area.TableRowContainer
 
getOverlineScore(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
See XSL-FO 1.0, Section 5.5.6.
getOverlineYPosition(TextArea) - Method in class org.foray.render.PrintRenderer
Computes the Y position that should be used for the overline stroke.
getOwnerPassword() - Method in class org.foray.core.OutputConfig
 
getOwnerPassword() - Method in class org.foray.pdf.object.PDFEncryption
Returns the owner password for the PDF.
getPackingMode() - Method in class org.foray.ps.PsInterpreter4a
Returns the packing mode.
getPadding(FObj, FoContext, RelativeCompass) - Method in class org.foray.fotree.PropertyList
Returns the padding width.
getPaddingAfter() - Method in class org.foray.area.TableCellRA
Return the total padding on the bottom of this cell.
getPaddingBefore() - Method in class org.foray.area.TableCellRA
Return the total padding on the top of this cell.
getPaddingEnd() - Method in class org.foray.area.TableCellRA
Return the total padding on the right of this cell.
getPaddingStart() - Method in class org.foray.area.TableCellRA
Return the total padding on the left of this cell.
getPage() - Method in class org.foray.area.AreaNode
 
getPage() - Method in class org.foray.area.PageCollection
Overrides Area method, because anybody trying to run that method on an AreaTree instance will get an NPE, since it uses getParent().
getPage() - Method in class org.foray.area.PageRA
Overrides the Area method, because this is the Page that is being sought.
getPage() - Method in class org.foray.fotree.fo.obj.Region
 
getPageCollection() - Method in class org.foray.area.PageRA
 
getPageCollectionsProcessed() - Method in class org.foray.area.AreaTree
Returns the collection of page collections that have been processed.
getPageCount() - Method in class org.foray.area.PageCollection
 
getPageCount() - Method in class org.foray.render.awt.AWTRenderer
Retrieve the number of pages in this document.
getPageFormat(int) - Method in class org.foray.render.awt.AWTRenderer
 
getPageHeight(FObj) - Method in class org.foray.fotree.PropertyList
Returns the height of the page.
getPageMaster() - Method in class org.foray.area.PageRA
 
getPageMaster() - Method in class org.foray.area.RegionRABody
Returns the page master that generated this page.
getPageMaster() - Method in class org.foray.fotree.fo.obj.Region
Returns the simple-page-master parent of this region.
getPageNumber() - Method in class org.foray.render.awt.AWTRenderer
Returns the current page number.
getPageNumber() - Method in class org.foray.render.awt.viewer.GoToPageDialog
Returns the current page number.
getPageNumberFormatter() - Method in class org.foray.area.PageCollection
 
getPageNumberFormatter() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getPageNumberPrefix() - Method in class org.foray.area.PageCollection
 
getPageNumberSuffix() - Method in class org.foray.area.PageCollection
 
getPagePosition() - Method in class org.foray.fotree.PropertyList
Returns the page-position property.
getPages() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
Returns the page-master instances that are included in this template.
getPages() - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
getPages() - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
getPages() - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
getPages() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
Returns the page-master instances that are included in this specifier.
getPages() - Method in class org.foray.mif.MifBookComponent
Returns the pages for this component.
getPageSequence() - Method in class org.foray.area.PageCollection
 
getPageSequence() - Method in class org.foray.area.PageRA
Returns the page-sequence that generated this page.
getPageSequenceIterator() - Method in class org.foray.fotree.fo.obj.Root
Returns an iterator over the descendant PageSequence objects.
getPageSequenceMaster(String) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
Returns the PageSequenceMaster instance for a given master-name.
getPageSequenceTemplate() - Method in class org.foray.fotree.fo.obj.PageSequence
Returns the page sequence template for this page sequence.
getPageWidth(FObj) - Method in class org.foray.fotree.PropertyList
Returns the width of the page.
getPanose() - Method in class org.foray.font.config.RegisteredFont
Returns the Panose instance, if any, that should be used to evaluate this font description.
getPanose() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the parsed Panose information from the OS/2 table.
getPanose() - Method in class org.foray.font.format.ttf.TTFTableOS2
Returns the parsed PANOSE information from the font file.
getPanose() - Method in class org.foray.font.FreeStandingFont
getPanose() - Method in class org.foray.font.SystemFont
 
getPanoseArray() - Method in class org.foray.font.format.Panose
Returns a clone of the the array of bytes representing the PANOSE number.
getPanoseInstance() - Method in class org.foray.font.FreeStandingFont
Returns this font's Panose instance.
getParent() - Method in class org.foray.area.AbstractListItemContent
 
getParent() - Method in class org.foray.area.AbstractTablePartContainer
 
getParent() - Method in class org.foray.area.AreaNode
 
getParent() - Method in class org.foray.area.AreaTree
 
getParent() - Method in class org.foray.area.BasicLinkArea
 
getParent() - Method in class org.foray.area.BeforeFloatRA
 
getParent() - Method in class org.foray.area.BidiOverrideArea
 
getParent() - Method in class org.foray.area.BlockContainerRA
 
getParent() - Method in class org.foray.area.BookmarkArea
Returns the parent of this bookmark.
getParent() - Method in class org.foray.area.BookmarkTitleArea
Returns the parent bookmark area.
getParent() - Method in class org.foray.area.BookmarkTreeArea
Returns the parent AreaTree.
getParent() - Method in class org.foray.area.ExternalGraphicArea
 
getParent() - Method in class org.foray.area.FootnoteRA
 
getParent() - Method in class org.foray.area.ForeignObjectArea
 
getParent() - Method in class org.foray.area.IndexPageCitationListArea
 
getParent() - Method in class org.foray.area.InlineArea
 
getParent() - Method in class org.foray.area.InlineContainerArea
 
getParent() - Method in class org.foray.area.LeaderArea
 
getParent() - Method in class org.foray.area.LineArea
 
getParent() - Method in class org.foray.area.ListBlockArea
 
getParent() - Method in class org.foray.area.ListItemArea
 
getParent() - Method in class org.foray.area.MainRA
 
getParent() - Method in class org.foray.area.MathArea
 
getParent() - Method in class org.foray.area.NormalBlockArea
 
getParent() - Method in class org.foray.area.NormalFlowRA
 
getParent() - Method in class org.foray.area.PageCollection
 
getParent() - Method in class org.foray.area.PageNumberArea
 
getParent() - Method in class org.foray.area.PageNumberCitationArea
 
getParent() - Method in class org.foray.area.PageNumberCitationLastArea
 
getParent() - Method in class org.foray.area.PageRA
 
getParent() - Method in class org.foray.area.RegionRA
 
getParent() - Method in class org.foray.area.RegionRABody
 
getParent() - Method in class org.foray.area.ScalingValueCitationArea
 
getParent() - Method in class org.foray.area.SpanRA
 
getParent() - Method in class org.foray.area.SVGArea
 
getParent() - Method in class org.foray.area.TableCellRA
 
getParent() - Method in class org.foray.area.TableRA
 
getParent() - Method in class org.foray.area.TableRowContainer
 
getParent() - Method in class org.foray.area.TextArea
 
getParent() - Method in class org.foray.fotree.axsl.obj.Metadata
 
getParent() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getParent() - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
getParent() - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
getParent() - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
getParent() - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
getParent() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
getParent() - Method in class org.foray.fotree.fo.obj.BasicLink
 
getParent() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
getParent() - Method in class org.foray.fotree.fo.obj.Block
 
getParent() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
getParent() - Method in class org.foray.fotree.fo.obj.Bookmark
 
getParent() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
getParent() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
getParent() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
getParent() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
getParent() - Method in class org.foray.fotree.fo.obj.Character
 
getParent() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
getParent() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
getParent() - Method in class org.foray.fotree.fo.obj.Declarations
 
getParent() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getParent() - Method in class org.foray.fotree.fo.obj.Float
 
getParent() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
getParent() - Method in class org.foray.fotree.fo.obj.FlowMap
 
getParent() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
getParent() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
getParent() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
getParent() - Method in class org.foray.fotree.fo.obj.Footnote
 
getParent() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
getParent() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
getParent() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
getParent() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
getParent() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
getParent() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
getParent() - Method in class org.foray.fotree.fo.obj.Inline
 
getParent() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
getParent() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getParent() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
getParent() - Method in class org.foray.fotree.fo.obj.Leader
 
getParent() - Method in class org.foray.fotree.fo.obj.ListBlock
 
getParent() - Method in class org.foray.fotree.fo.obj.ListItem
 
getParent() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
getParent() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
getParent() - Method in class org.foray.fotree.fo.obj.Marker
 
getParent() - Method in class org.foray.fotree.fo.obj.MultiCase
 
getParent() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
getParent() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
getParent() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
getParent() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
getParent() - Method in class org.foray.fotree.fo.obj.PageNumber
 
getParent() - Method in class org.foray.fotree.fo.obj.PageNumberCitation
 
getParent() - Method in class org.foray.fotree.fo.obj.PageNumberCitationLast
 
getParent() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getParent() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
getParent() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
getParent() - Method in class org.foray.fotree.fo.obj.Region
 
getParent() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
getParent() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
getParent() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
getParent() - Method in class org.foray.fotree.fo.obj.Root
 
getParent() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
getParent() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
 
getParent() - Method in class org.foray.fotree.fo.obj.Table
 
getParent() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
getParent() - Method in class org.foray.fotree.fo.obj.TableCaption
 
getParent() - Method in class org.foray.fotree.fo.obj.TableCell
 
getParent() - Method in class org.foray.fotree.fo.obj.TableColumn
 
getParent() - Method in class org.foray.fotree.fo.obj.TableRow
 
getParent() - Method in class org.foray.fotree.fo.obj.Title
 
getParent() - Method in class org.foray.fotree.fo.obj.Wrapper
 
getParent() - Method in class org.foray.fotree.FObj
 
getParent() - Method in class org.foray.fotree.ForeignXML
 
getParentOutline(FoContext) - Method in class org.foray.fotree.fo.obj.Bookmark
Returns the ancestor Bookmark item.
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.AbstractBorderColor
Returns the parent's value for this property.
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.AbstractBorderPrecedence
Returns the value of this's parent's property.
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderAfterColor
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderAfterPrecedence
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderBeforeColor
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderBeforePrecedence
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderBottomColor
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderEndColor
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderEndPrecedence
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderLeftColor
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderRightColor
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderStartColor
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderStartPrecedence
 
getParentValue(FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderTopColor
 
getParsedParent() - Method in class org.foray.fotree.fo.obj.TableCell
Returns the parent that was parsed from the FO document.
getParsedParent() - Method in class org.foray.fotree.FObj
Returns the parent that was parsed from the FO document.
getParserClassName() - Static method in class org.foray.common.sax.SaxParser
Returns the name of the SAX Parser class that is found in the classpath.
getParserClassName() - Method in class org.foray.core.FOrayDocument
Returns the name of the SAX parser class to use.
getPatternChars(String) - Static method in class org.foray.hyphen.PatternTree
Extract the character sequence from a Liang-style hyphenation pattern.
getPcltTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "pclt" table.
getPdfContent() - Method in class org.foray.pdf.object.PDFXForm
Converts the graphic content to PDF content.
getPdfContent() - Method in class org.foray.pdf.object.PDFXFormEps
 
getPdfContent() - Method in class org.foray.pdf.object.PdfXFormMath
 
getPdfContent() - Method in class org.foray.pdf.object.PDFXFormSvg
 
getPdfContent() - Method in class org.foray.pdf.object.PDFXReference
 
getPDFContent4SVG(FontConsumer, SVGDocument, boolean, GraphicOutputContext, OutputStream) - Method in class org.foray.graphic.output.SvgPdf
Convert an SVG document to a PDFGraphics2D.
getPDFDocument() - Method in class org.foray.pdf.object.PDFObject
Returns the parent PDF document.
getPDFDocument() - Method in class org.foray.render.pdf.PDFRenderer
Returns the PDFDocument instance being rendered.
getPdfFilters() - Method in class org.foray.core.OutputConfig
 
getPdfFont(FontPdf) - Method in class org.foray.pdf.object.PDFDocument
Obtain a PDFFont for a given FontUse instance.
getPdfFontFileStreamAdditional() - Method in class org.foray.font.output.FontPdf4a
Returns the "Additional entries in a FontFile stream dictionary" that is documented in the PDF Reference, Second Edition, Section 5.8, especially Table 5.22.
getPDFFontFileStreamSize() - Method in class org.foray.font.output.FontPdf4a
Returns the size, in bytes, of the output stream.
getPdfName() - Method in enum org.foray.pdf.object.PDFBorderStyle.Style
Returns the value to write into the PDF file to designate this style.
getPdfName() - Method in enum org.foray.pdf.object.PDFCIDFont.SubType
Returns the name of this subtype as it appears in a PDF document.
getPdfName() - Method in enum org.foray.pdf.object.PDFFont.SubType
Returns the name of this SubType, as it appears in a PDF document.
getPdfSystemDict() - Method in class org.foray.ps.PsServer4a
 
getPdfVersion() - Method in class org.foray.core.OutputConfig
 
getPenalty() - Method in class org.foray.linebreak.LbPenalty4a
 
getPitchAndFamily() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the pitch and family.
getPixelsPerInch() - Method in class org.foray.render.Renderer
The pixel density, per inch, that should be used to compute image sizes when only the number of pixels is known.
getPixelToMM() - Method in class org.foray.graphic.batik.BatikUaDocument
 
getPixelUnitToMillimeter() - Method in class org.foray.graphic.batik.BatikUaDocument
 
getPosition() - Method in class org.foray.fotree.fo.prop.PdBackground
Returns the background-position component of this compound property.
getPosition(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the position property.
getPositionX() - Method in class org.foray.ps.PsGraphicsState
Returns the current "x" position, that is, the horizontal position of the "cursor" in user space units.
getPositionY() - Method in class org.foray.ps.PsGraphicsState
Returns the current "y" position, that is, the vertical position of the "cursor" in user space units.
getPostScriptName() - Method in class org.foray.font.config.ConfiguredFont
Returns the PostScript name for the encapsulated font file.
getPostscriptName() - Method in class org.foray.font.FontUse4a
 
getPostscriptName() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the PostScript name for this font.
getPostscriptName() - Method in class org.foray.font.format.ttf.TTFTableNAME
Returns the postscript name of this font.
getPostScriptName(PsServer, char) - Method in class org.foray.font.format.ttf.TTFTablePOST
Returns the parsed PostScript name for a given glyph index.
getPostscriptName() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the Postscript name of the font.
getPostscriptName() - Method in class org.foray.font.FreeStandingFont
Returns the font's internal name, if given.
getPostscriptName() - Method in class org.foray.font.SystemFont
 
getPostTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "post" table.
getPrecedence() - Method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
Returns the precedence component of this property.
getPrecedence() - Method in class org.foray.fotree.fo.prop.PdLetterSpacing
Returns the precedence component of this property.
getPrecedence(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLineHeight
Returns the precedence component of this property.
getPrecedence() - Method in class org.foray.fotree.fo.prop.PdWordSpacing
Returns the value of the precedence component of this property.
getPrecedence(FObj) - Method in class org.foray.fotree.PropertyList
Returns the precedence property.
getPrecedence() - Method in class org.foray.fotree.value.DtSpace
Returns the precedence in this space.
getPrecedenceNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
Returns the default (initial) value for the precedence component of this property.
getPrecedenceNoInstance() - Static method in class org.foray.fotree.fo.prop.PdLetterSpacing
Returns the default (initial) value for the precedence component of this property.
getPrecedenceNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLineHeight
Returns the default (initial) value for the precedence component of this property.
getPrecedenceNoInstance() - Static method in class org.foray.fotree.fo.prop.PdWordSpacing
Returns the default (initial) value for the precedence component of this property.
getPredefinedCharSet(String) - Method in class org.foray.ps.PsServer4a
 
getPredefinedCharSet(CharSet.Predefined) - Method in class org.foray.ps.PsServer4a
 
getPredefinedEncoding(String) - Method in class org.foray.ps.PsServer4a
 
getPredefinedEncoding(PsEncoding.Predefined) - Method in class org.foray.ps.PsServer4a
 
getPredefinedGlyphList(GlyphList.Predefined) - Method in class org.foray.ps.PsServer4a
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingCE
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingCustom
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingExpert
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingExpertSubset
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingFOrayLatinExtra
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingISOLatin1
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingMacExpert
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingMacRoman
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingMacStandard
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingPDFDoc
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingStandard
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingSymbol
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingWinAnsi
 
getPredefinedType() - Method in class org.foray.ps.encode.EncodingZapfDingbats
 
getPrepTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "prep" table.
getPreview() - Method in class org.foray.graphic.EPSGraphic
Returns the embedded preview.
getPreviousCell() - Method in class org.foray.fotree.fo.obj.TableCell
Returns the previous table cell.
getPreviousChildOfGeneratedBy() - Method in class org.foray.area.AreaNode
Returns the previous child of this area's "generated-by".
getPreviousColumn(FoContext) - Method in class org.foray.fotree.fo.obj.TableColumn
Returns the previous table column.
getPreviousContiguousTextInBlock() - Method in class org.foray.fotree.FObj
Returns the previous contiguous FOText item that has exactly the same closest ancestor block.
getPreviousGeneratedBy(AreaNode) - Method in class org.foray.area.FOLinkageNormal
For a given area, returns the previous area generated by this linkage.
getPreviousLeaf() - Method in class org.foray.common.AbstractOrderedTreeNode
Returns the leaf before this node or null if this node is the first leaf in the tree.
getPreviousLeaf() - Method in interface org.foray.common.OrderedTreeNode
Returns the leaf before this node or null if this node is the first leaf in the tree.
getPreviousLineArea(LineArea) - Method in class org.foray.area.NormalBlockArea
Return the previous line area, relative to a given line area.
getPreviousSibling() - Method in class org.foray.common.AbstractOrderedTreeNode
 
getPreviousSibling() - Method in interface org.foray.common.OrderedTreeNode
Returns the previous sibling node.
getPreviousSiblingArea() - Method in class org.foray.area.AreaNode
Returns the previous sibling node that is an Area, if any.
getPrimaryFont() - Method in class org.foray.area.LeaderArea
 
getPrimaryFont() - Method in class org.foray.area.LineArea
Returns the primary font.
getPrimaryFont() - Method in class org.foray.area.NormalBlockArea
Returns the primary font.
getPrimaryFont() - Method in class org.foray.area.PageNumberArea
 
getPrimaryFont() - Method in class org.foray.area.PageNumberCitationArea
 
getPrimaryFont() - Method in class org.foray.area.PageNumberCitationLastArea
 
getPrimaryFont() - Method in class org.foray.area.ScalingValueCitationArea
 
getPrimaryFont() - Method in class org.foray.area.TextArea
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.axsl.obj.Metadata
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.BasicLink
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.BidiOverride
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Block
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.BlockContainer
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Bookmark
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ColorProfile
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Declarations
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Float
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.FlowMap
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Footnote
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Inline
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.InlineContainer
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Leader
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ListBlock
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ListItem
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ListItemBody
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Marker
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.MultiCase
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.MultiProperties
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.MultiToggle
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.PageNumber
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.PageNumberCitation
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.PageNumberCitationLast
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.PageSequence
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Region
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Root
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Table
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.TableCaption
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.TableCell
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.TableColumn
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.TableRow
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Title
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Wrapper
 
getPrimaryFont(FoContext) - Method in class org.foray.fotree.ForeignXML
 
getPrintable(int) - Method in class org.foray.render.awt.AWTRenderer
 
getPrivateDictionary() - Method in class org.foray.ps.type1.PsFontDictionary4a
 
getPrivilege() - Method in enum org.foray.ps.PsAccess
Returns the relative degree of privilege of this access code.
getProfileName() - Method in class org.foray.fotree.value.FnRgbIcc
Returns the name of the color profile specified.
getProgress() - Method in class org.foray.pioneer.FONodePL
Returns the progress value for this node.
getProgressionDimension() - Method in class org.foray.area.AbstractInlineArea
 
getProgressionDimension() - Method in class org.foray.area.AbstractListItemContent
Computes the total BPD of the child Areas.
getProgressionDimension() - Method in class org.foray.area.AbstractTablePartContainer
 
getProgressionDimension() - Method in class org.foray.area.Area
Returns the actual total value, in millipoints, of the size of this area (not counting space-before, etc.) in its progression direction.
getProgressionDimension() - Method in class org.foray.area.AreaFixed
 
getProgressionDimension() - Method in class org.foray.area.BlockContainerRA
 
getProgressionDimension() - Method in class org.foray.area.LineArea
 
getProgressionDimension() - Method in class org.foray.area.ListBlockArea
 
getProgressionDimension() - Method in class org.foray.area.ListItemArea
 
getProgressionDimension() - Method in class org.foray.area.NormalBlockArea
 
getProgressionDimension() - Method in class org.foray.area.NormalFlowRA
 
getProgressionDimension() - Method in class org.foray.area.SpanRA
 
getProgressionDimension() - Method in class org.foray.area.TableCellRA
Returns the actual total value, in millipoints, of the size of this area (not counting space-before, etc.) in its progression direction.
getProgressionDimension() - Method in class org.foray.area.TableRA
 
getProgressionDimension() - Method in class org.foray.area.TableRowContainer
 
getProgressSnapshot() - Method in class org.foray.pioneer.AbstractFlowPL
Returns the progress snapshot.
getProgressSnapshot(List<Integer>) - Method in class org.foray.pioneer.FObjPL
Returns a snapshot (List) of the progress of this layout item and all descendant layout items.
getProgressSnapshot(List<Integer>) - Method in class org.foray.pioneer.FONodePL
At the start of a new span area layout may be partway through a nested FO, and balancing requires rollback to this known point.
getProjectName() - Method in class org.foray.demo.embed.model.ProjectTeam
Returns the name of the project.
getProjectTeam() - Method in class org.foray.demo.embed.model.ProjectTeamInputSource
Returns the projectTeam.
getProperty(String) - Method in class org.foray.common.sax.DocumentReader
 
getProperty(String) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
getProperty(PropertyType) - Method in class org.foray.fotree.PropertyList
Returns the named Property from this PropertyList, if any.
getPropertyKeyword(AxslValue) - Static method in class org.foray.fotree.axsl.AxslPropertyKeyword
Gets or creates the singleton instance for the specific keyword value.
getPropertyKeyword(FoValue) - Static method in class org.foray.fotree.fo.FoPropertyKeyword
Gets or creates the singleton instance for the specific keyword value.
getPropertyList() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Returns the property list for this FObj.
getPropertyList() - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.Bookmark
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.Character
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.Declarations
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.Float
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.FlowMap
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.Footnote
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.ListBlock
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.ListItem
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.MultiCase
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.Region
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.Root
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.Table
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.TableCaption
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.TableCell
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.TableColumn
 
getPropertyList() - Method in class org.foray.fotree.fo.obj.TableRow
 
getPropertyList() - Method in class org.foray.fotree.FObj
Returns the property list for this FObj.
getPropertyList() - Method in class org.foray.fotree.FObjMixed
 
getPropertyList() - Method in class org.foray.fotree.FObjScaled
 
getPropertyList() - Method in class org.foray.fotree.ForeignXML
 
getPropertyName(PropertyType) - Method in class org.foray.fotree.FOTreeBuilder
Returns the name of a given property type.
getPropertyName(PropertyType) - Method in class org.foray.fotree.FoTreeServer4a
Returns the text property name for a given PropertyType instance.
getPropertyType() - Method in class org.foray.fotree.axsl.AbstractAxslProperty
Returns the specific type for this property.
getPropertyType() - Method in class org.foray.fotree.axsl.prop.MetadataKey
 
getPropertyType() - Method in class org.foray.fotree.fo.AbstractFoProperty
Returns the type of this property.
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdAbsolutePosition
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdActiveState
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdAlignmentAdjust
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdAlignmentBaseline
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdAllowedHeightScale
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdAllowedWidthScale
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdAutoRestore
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdAzimuth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBackground
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBackgroundAttachment
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBackgroundColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBackgroundImage
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBackgroundPosition
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBackgroundPositionHorizontal
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBackgroundPositionVertical
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBackgroundRepeat
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBaselineShift
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBlankOrNotBlank
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBlockProgressionDimension
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorder
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderAfterColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderAfterPrecedence
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderAfterStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderAfterWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderBeforeColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderBeforePrecedence
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderBeforeStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderBeforeWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderBottom
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderBottomColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderBottomStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderBottomWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderCollapse
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderEndColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderEndPrecedence
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderEndStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderEndWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderLeft
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderLeftColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderLeftStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderLeftWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderRight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderRightColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderRightStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderRightWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderSeparation
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderSpacing
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderStartColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderStartPrecedence
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderStartStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderStartWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderTop
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderTopColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderTopStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderTopWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBorderWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBottom
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBreakAfter
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdBreakBefore
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdCaptionSide
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdCaseName
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdCaseTitle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdChangeBarClass
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdChangeBarColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdChangeBarOffset
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdChangeBarPlacement
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdChangeBarStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdChangeBarWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdCharacter
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdClear
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdClip
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdColor
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdColorProfileName
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdColumnCount
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdColumnGap
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdColumnNumber
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdColumnWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdContentHeight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdContentType
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdContentWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdCountry
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdCue
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdCueAfter
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdCueBefore
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdDestinationPlacementOffset
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdDirection
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdDisplayAlign
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdDominantBaseline
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdElevation
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdEmptyCells
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdEndIndent
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdEndsRow
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdExtent
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdExternalDestination
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFloat
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFlowMapName
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFlowMapReference
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFlowName
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFlowNameReference
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFont
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFontFamily
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFontSelectionStrategy
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFontSize
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFontSizeAdjust
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFontStretch
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFontStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFontVariant
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFontWeight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdForcePageCount
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdFormat
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdGlyphOrientationHorizontal
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdGlyphOrientationVertical
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdGroupingSeparator
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdGroupingSize
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdHeight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdHyphenate
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdHyphenationCharacter
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdHyphenationKeep
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdHyphenationLadderCount
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdHyphenationPushCharacterCount
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdHyphenationRemainCharacterCount
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdId
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdIndexClass
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdIndexKey
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdIndicateDestination
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdInitialPageNumber
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdInlineProgressionDimension
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdInternalDestination
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdIntrinsicScaleValue
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdIntrusionDisplace
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdKeepTogether
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdKeepWithNext
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdKeepWithPrevious
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLanguage
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLastLineEndIndent
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLeaderAlignment
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLeaderLength
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLeaderPattern
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLeaderPatternWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLeft
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLetterSpacing
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLetterValue
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLinefeedTreatment
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLineHeight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLineHeightShiftAdjustment
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdLineStackingStrategy
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMargin
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMarginBottom
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMarginLeft
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMarginRight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMarginTop
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMarkerClassName
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMasterName
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMasterReference
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMaxHeight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMaximumRepeats
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMaxWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMediaUsage
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMergePagesAcrossIndexKeyReferences
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMergeRangesAcrossIndexKeyReferences
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMergeSequentialPageNumbers
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMinHeight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdMinWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdNumberColumnsRepeated
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdNumberColumnsSpanned
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdNumberRowsSpanned
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdOddOrEven
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdOrphans
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdOverflow
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPadding
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPaddingAfter
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPaddingBefore
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPaddingBottom
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPaddingEnd
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPaddingLeft
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPaddingRight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPaddingStart
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPaddingTop
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPageBreakAfter
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPageBreakBefore
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPageBreakInside
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPageCitationStrategy
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPageHeight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPageNumberTreatment
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPagePosition
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPageWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPause
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPauseAfter
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPauseBefore
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPitch
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPitchRange
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPlayDuring
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPosition
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdPrecedence
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdProvisionalDistanceBetweenStarts
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdProvisionalLabelSeparation
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdReferenceOrientation
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRefId
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRefIndexKey
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRegionName
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRegionNameReference
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRelativeAlign
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRelativePosition
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRenderingIntent
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRetrieveBoundary
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRetrieveBoundaryWithinTable
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRetrieveClassName
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRetrievePosition
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRetrievePositionWithinTable
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRichness
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRight
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRole
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRuleStyle
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdRuleThickness
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdScaleOption
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdScaling
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdScalingMethod
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdScoreSpaces
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdScript
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdShowDestination
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSize
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSourceDocument
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpaceAfter
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpaceBefore
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpaceEnd
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpaceStart
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpan
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpeak
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpeakHeader
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpeakNumeral
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpeakPunctuation
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSpeechRate
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSrc
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdStartIndent
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdStartingState
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdStartsRow
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdStress
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSuppressAtLineBreak
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdSwitchTo
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTableLayout
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTableOmitFooterAtBreak
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTableOmitHeaderAtBreak
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTargetPresentationContext
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTargetProcessingContext
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTargetStylesheet
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTextAlign
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTextAlignLast
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTextAltitude
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTextDecoration
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTextDepth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTextIndent
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTextShadow
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTextTransform
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTop
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdTreatAsWordSpace
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdUnicodeBidi
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdVerticalAlign
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdVisibility
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdVoiceFamily
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdVolume
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdWhiteSpace
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdWhiteSpaceCollapse
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdWhiteSpaceTreatment
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdWidows
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdWidth
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdWordSpacing
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdWrapOption
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdWritingMode
 
getPropertyType() - Method in class org.foray.fotree.fo.prop.PdZIndex
 
getPropertyType() - Method in class org.foray.fotree.Property
Returns the type of this property.
getPropertyType() - Method in class org.foray.fotree.value.FnAbstractNamedProperty
Returns the property type to be operated on by the subclass.
getPropertyType() - Method in class org.foray.fotree.value.FnSystemFont
Returns the property type, if any, specified by this function.
getPropertyType() - Method in class org.foray.fotree.xml.AbstractXmlProperty
 
getPropertyType() - Method in class org.foray.fotree.xml.prop.Lang
 
getProvisionalDistanceBetweenStarts(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the provisional-distance-between-starts property.
getProvisionalLabelSeparation(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the provisional-label-separation property.
getPSLevel() - Method in class org.foray.render.ps.PSRenderer
Returns the PostScript level being used.
getPsServer() - Method in class org.foray.font.config.RegisteredFont
 
getPsServer() - Method in class org.foray.font.FontServer4a
Returns the PostScript server.
getPsServer() - Method in class org.foray.font.format.FontParser
Returns the font server.
getPsServer() - Method in interface org.foray.font.format.FontParserClient
Returns the PostScript server, which is used to make instances of certain classes needed for parsing.
getPsServer() - Method in class org.foray.pdf.object.PDFDocument
Returns the PostScript server.
getQtyElements() - Method in class org.foray.hyphen.WordSequence4a
 
getRandomInput() - Method in class org.foray.font.format.FontParser
Returns the content to be parsed.
getRandomInput() - Method in class org.foray.font.format.type1.Type1FontParser
Returns the input being read.
getRandomInput() - Method in class org.foray.font.format.type1.Type1MetricsParser
Returns the content to be parsed.
getRawColorSpace() - Method in class org.foray.graphic.Graphic4a
Returns the color space without throwing any exceptions.
getRawFontFile(FontUse4a) - Method in class org.foray.font.FreeStandingFont
Returns the font file contents in a byte array.
getRawFontFile(FontUse4a) - Method in class org.foray.font.FSTrueTypeFont
 
getRawFontFile(FontUse4a) - Method in class org.foray.font.FSType1Font
 
getRawInitialPageNumber(FObj) - Method in class org.foray.fotree.PropertyList
Returns the raw initial-page-number property.
getRawSamples() - Method in class org.foray.graphic.BMPGraphic
 
getRawSamples() - Method in class org.foray.graphic.EPSGraphic
 
getRawSamples() - Method in class org.foray.graphic.GIFGraphic
 
getRawSamples() - Method in class org.foray.graphic.JPEGGraphic
 
getRawSamples() - Method in class org.foray.graphic.MathGraphic4a
 
getRawSamples() - Method in class org.foray.graphic.PDFGraphic
 
getRawSamples() - Method in class org.foray.graphic.PNGGraphic
 
getRawSamples() - Method in class org.foray.graphic.SVGGraphic
 
getRawSamples() - Method in class org.foray.graphic.TempImage
 
getRawSamples() - Method in class org.foray.graphic.TIFFGraphic
 
getRawText() - Method in class org.foray.area.TextArea
Returns the raw text for this area.
getRawText() - Method in class org.foray.fotree.fo.obj.CharacterSequence4a
Returns the raw char array.
getRawValue(FObj) - Method in class org.foray.fotree.fo.prop.PdInitialPageNumber
Returns the raw value for this property.
getRawValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdInitialPageNumber
Returns the default (initial) value for this property.
getReader() - Method in class org.foray.font.format.ttf.TrueTypeContainer
Return the parser.
getReadOnlySystemDict() - Method in class org.foray.ps.PsServer4a
 
getRectangle() - Method in class org.foray.pdf.object.PDFAnnotation
Returns the rectange for this annotation.
getRed() - Method in class org.foray.pdf.object.PDFColor
Return the red component of this color.
getReferrer() - Method in class org.foray.graphic.math.MathMLDocument4a
From www.w3.org/TR/2003/REC-MathML2-20031021/appendixd.html#id.D.1.1: "The URI of the page that linked to this document, if available.
getRefId(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the ref-id property.
getRefinedText(FoContext) - Method in class org.foray.fotree.fo.obj.CharacterSequence4a
Filters the raw text as needed to present the text that should appear in the "refined FO tree".
getRegionAfter() - Method in class org.foray.area.PageRA
 
getRegionAfter() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getRegionBefore() - Method in class org.foray.area.PageRA
 
getRegionBefore() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getRegionBodies() - Method in class org.foray.area.PageRA
 
getRegionBodies() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getRegionBody(String) - Method in class org.foray.area.PageRA
Returns the region-body area for a named region.
getRegionBody(String) - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getRegionBodyArea() - Method in class org.foray.area.BeforeFloatRA
Returns the parent body area.
getRegionBodyArea() - Method in class org.foray.area.FootnoteRA
Returns the parent region body area.
getRegionClass(String) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
Returns the String description of the region-class of regionName.
getRegionEnd() - Method in class org.foray.area.PageRA
 
getRegionEnd() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getRegionName(FObj) - Method in class org.foray.fotree.PropertyList
Returns the region-name property.
getRegionNameReference() - Method in class org.foray.fotree.FObj
Returns the flow-name-reference property for this object.
getRegionNameReference() - Method in class org.foray.fotree.PropertyList
Returns the region-name-reference property.
getRegionStart() - Method in class org.foray.area.PageRA
 
getRegionStart() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getRegisteredCharSet(String) - Static method in class org.foray.ps.encode.CharSet4a
This is a factory method that either finds or creates the known predefined CharSet instances.
getRegisteredCharSet(CharSet.Predefined) - Static method in class org.foray.ps.encode.CharSet4a
Returns a predefined character set from its enumeration.
getRegisteredFont() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the related registered font instance.
getRegisteredFont() - Method in class org.foray.font.Font4a
Return the parent registered font.
getRegisteredFont(String) - Method in class org.foray.font.FontServer4a
Returns the font registered to a given name.
getRegisteredFontDesc() - Method in class org.foray.font.FontUse4a
Returns the parent registered font description.
getRegisteredFontFamily() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the related registered font family instance.
getRegisteredFontFamily(String) - Method in class org.foray.font.FontServer4a
Returns a named registered font family.
getRegistrationStrategy() - Static method in class org.foray.common.url.ProtocolRegistrationBroker
Provides access to the chosen protocol registration strategy, or to a default one if none has been set.
getRelativeAlign(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the relative-align property.
getRelativeAxis() - Method in class org.foray.fotree.fo.prop.AbstractRelativeDimension
Returns the relative axis for this property.
getRelativeAxis() - Method in class org.foray.fotree.fo.prop.PdBlockProgressionDimension
 
getRelativeAxis() - Method in class org.foray.fotree.fo.prop.PdInlineProgressionDimension
 
getRelativeAxis(AbsoluteAxis) - Method in class org.foray.fotree.value.DtWritingMode
Converts an absolute axis(horizontal or vertical) to a relative axis (inline-progression or block-progression) for this writing mode.
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractBorderWidth
Return the relative compass direction for this property.
getRelativeCompass() - Method in class org.foray.fotree.fo.prop.AbstractIndent
Return the relative compass direction for this property.
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractPadding
Return the relative compass direction for this property.
getRelativeCompass() - Method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
Returns the relative compass direction for this property.
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderAfterWidth
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderBeforeWidth
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderBottomWidth
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderEndWidth
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderLeftWidth
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderRightWidth
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderStartWidth
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderTopWidth
 
getRelativeCompass() - Method in class org.foray.fotree.fo.prop.PdEndIndent
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPaddingAfter
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPaddingBefore
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPaddingBottom
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPaddingEnd
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPaddingLeft
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPaddingRight
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPaddingStart
 
getRelativeCompass(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPaddingTop
 
getRelativeCompass() - Method in class org.foray.fotree.fo.prop.PdSpaceAfter
 
getRelativeCompass() - Method in class org.foray.fotree.fo.prop.PdSpaceBefore
 
getRelativeCompass() - Method in class org.foray.fotree.fo.prop.PdSpaceEnd
 
getRelativeCompass() - Method in class org.foray.fotree.fo.prop.PdSpaceStart
 
getRelativeCompass() - Method in class org.foray.fotree.fo.prop.PdStartIndent
 
getRelativeDirection(AbsoluteCompass) - Method in class org.foray.fotree.value.DtWritingMode
 
getRemainingChunk() - Method in class org.foray.ps.PsFile
Return the last chunk for this file.
getRenderer() - Method in class org.foray.render.awt.viewer.PreviewDialog
Returns the parent renderer instance.
getRendererOptions() - Method in class org.foray.app.CommandLineOptions
Returns the renderer options.
getRendererType() - Method in class org.foray.app.ant.FOrayAntTask
Returns the renderer type.
getRendererType(String) - Static method in class org.foray.app.OutputTargetFactory
Converts a String description of the desired Renderer to a valid renderer code.
getRendererType() - Method in class org.foray.demo.servlet.AbstractDemoServlet
Return the renderer type.
getRendererType() - Method in class org.foray.demo.servlet.DemoPrintServlet
 
getRendererType() - Method in class org.foray.demo.servlet.DemoServlet
 
getRepeat() - Method in class org.foray.fotree.fo.prop.PdBackground
Returns the background-repeat component of this compound property.
getRepeat() - Method in class org.foray.fotree.fo.prop.PdPlayDuring
Return the "repeat" flag.
getRepeatNoInstance() - Static method in class org.foray.fotree.fo.prop.PdPlayDuring
Return the initial (default) value of "repeat".
getRequiredFeatureIndex() - Method in class org.foray.font.format.ttf.OTFLanguageSystem
Returns the index of a required feature in this language system.
getResolvedColumnWidth(int) - Method in class org.foray.area.TableRA
Returns the resolved width of a given column.
getResolvedGridIPD(int, int) - Method in class org.foray.area.TableRA
Computes the IPD of the grid area for a cell.
getResolvedGridOriginX(int) - Method in class org.foray.area.TableRA
Returns the resolved "X" value for the point-of-origin of a given column.
getResolvedLetterSpacing() - Method in class org.foray.area.TextArea
Returns the resolved letter-spacing, in millipoints.
getResources() - Method in class org.foray.pdf.object.PDFDocument
Returns the /Resources object for the document.
getRetrieveBoundary() - Method in class org.foray.fotree.PropertyList
Returns the retrieve-boundary property.
getRetrieveClassName() - Method in class org.foray.fotree.PropertyList
Returns the retrieve-class-name property.
getRetrieveMarker(AreaNode) - Method in class org.foray.area.FOLinkage
Retrieves the GraftingPoint, if any, for a given area node.
getRetrieveMarker(AreaNode) - Method in class org.foray.area.FOLinkageMarker
 
getRetrieveMarker(AreaNode) - Method in class org.foray.area.FOLinkageNormal
 
getRetrievePosition() - Method in class org.foray.fotree.PropertyList
Returns the retrieve-position property.
getRight(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the right property.
getRight() - Method in class org.foray.fotree.value.DtWritingMode
 
getRightOffset(int, int) - Method in class org.foray.fotree.value.DtRectangle
Returns the right offset component of this rectangle.
getRole(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the role property.
getRoot() - Method in class org.foray.area.AreaTree
Return the FO Root that is generating this area tree.
getRoot() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
Overrides the standard method because this class knows how to fint the Root directly.
getRoot() - Method in class org.foray.fotree.fo.obj.PageSequence
Override the default method, because this object knows how to find the Root directly.
getRoot() - Method in class org.foray.fotree.fo.obj.Root
Return the root of this tree.
getRoot() - Method in class org.foray.fotree.FObj
Return the root of this tree.
getRoot() - Method in class org.foray.pdf.object.PDFDocument
Return the root object.
getRootFo() - Method in class org.foray.fotree.FOTreeBuilder
 
getRowSpanMgr() - Method in class org.foray.pioneer.AbstractTablePartPL
Returns the row span manager.
getRuleStyle(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the rule-style property.
getRuleThickness(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the rule-thickness property.
getSandbox() - Static method in class org.foray.common.Environment
Returns the directory that is the root of the local sandbox, for example, "D:/u/user/foray/trunk/foray".
getScaleFactor() - Method in class org.foray.render.awt.AWTRenderer
Returns the current scale factor.
getScaling(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the scaling property.
getScript() - Method in class org.foray.common.i18n.Orthography4a
 
getScript(String) - Method in class org.foray.font.format.ttf.AbstractOTFLayoutTable
Returns the script instance for a given tag.
getSecondaryFont(int) - Method in class org.foray.area.LeaderArea
 
getSecondaryFont(int) - Method in class org.foray.area.PageNumberArea
 
getSecondaryFont(int) - Method in class org.foray.area.PageNumberCitationArea
 
getSecondaryFont(int) - Method in class org.foray.area.PageNumberCitationLastArea
 
getSecondaryFont(int) - Method in class org.foray.area.ScalingValueCitationArea
 
getSecondaryFont(int) - Method in class org.foray.area.TextArea
 
getSecondaryFont(FoContext, int) - Method in class org.foray.fotree.FObj
 
getSeekableInput() - Method in class org.foray.graphic.PNGGraphic
Returns the seekable input.
getSegmentChar(HyphenationFilter, int, int, int) - Method in class org.foray.hyphen.Word4a
 
getSegmentChar(HyphenationFilter, int, int, int) - Method in class org.foray.hyphen.WordWrapper
 
getSegmentLength(HyphenationFilter, int, int) - Method in class org.foray.hyphen.Word4a
 
getSegmentLength(HyphenationFilter, int, int) - Method in class org.foray.hyphen.WordWrapper
 
getSelected(Mark, Mark) - Method in class org.foray.graphic.batik.PDFTextPainter
 
getSequentialIndex() - Method in class org.foray.fotree.FObj
 
getSerializedMetricsFile() - Method in class org.foray.font.config.RegisteredFont
Returns the serialized metrics file.
getServer() - Method in class org.foray.graphic.factory.GraphicFactory
Returns the parent server.
getServer() - Method in class org.foray.graphic.Graphic4a
Return the server.
getServer() - Method in class org.foray.hyphen.HyphenationConsumer4a
Returns the parent server.
getSessionConfig() - Method in class org.foray.app.CommandLineOptions
Returns the session configuration.
getSessionConfig() - Method in class org.foray.app.Options
Returns the session configuration.
getSessionConfig() - Method in class org.foray.core.FOrayDocument
Returns the SessionConfig for this document.
getSessionConfig() - Method in class org.foray.core.FOraySession
Returns the SessionConfig.
getSessionConfig() - Method in class org.foray.core.FOrayTarget
Return the SessionConfig for this target.
getSetterString(boolean) - Method in class org.foray.pdf.object.PDFColor
 
getSetterString(boolean) - Method in class org.foray.pdf.object.PDFPattern
 
getShape() - Method in class org.foray.graphic.GraphicLink4a
 
getSharedAncestor(OrderedTreeNode) - Method in class org.foray.common.AbstractOrderedTreeNode
Returns the nearest common ancestor to this node and aNode.
getShiftEven() - Method in class org.foray.fotree.value.DtWritingMode
 
getShiftOdd() - Method in class org.foray.fotree.value.DtWritingMode
 
getShorthandValue(FoContext, FObj, FoProperty) - Method in class org.foray.fotree.fo.prop.AbstractCue
Returns the value of this property for the case that this property is a shorthand.
getShorthandValue(FoContext, FObj, FoProperty) - Method in class org.foray.fotree.fo.prop.AbstractPause
Returns the value of this property for the case where it is a shorthand.
getShorthandValue(FoContext, FObj, AbsoluteAxis, int, int) - Method in class org.foray.fotree.fo.prop.PdBackgroundPosition
Returns the value of this property for the case that this property is a shorthand.
getShrinkability() - Method in class org.foray.linebreak.LbGlue4a
 
getSiblings() - Method in class org.foray.area.AreaNode
 
getSiblings() - Method in class org.foray.common.AbstractOrderedTreeNode
Returns the List of this node's parent's children, which includes this node.
getSiblings() - Method in class org.foray.fotree.FObj
 
getSimplePageMaster(String) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
Returns the SimplePageMaster instance for a given master-name.
getSimulateBackslant() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated backslant angle.
getSimulateCondensed() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated "condensed" percentage.
getSimulateExpanded() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated "expanded" percentage.
getSimulateExtraCondensed() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated "extra-condensed" percentage.
getSimulateExtraExpanded() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated "extra-expanded" percentage.
getSimulateOblique() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated oblique angle.
getSimulateSemiCondensed() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated "semi-condensed" percentage.
getSimulateSemiExpanded() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated "semi-expanded" percentage.
getSimulateSmallCaps() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated small-caps percentage.
getSimulateStretch(int) - Method in class org.foray.font.config.RegisteredFontDesc
Get the simulated font-stretch value by array position.
getSimulateUltraCondensed() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated "ultra-condensed" percentage.
getSimulateUltraExpanded() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the simulated "ultra-expanded" percentage.
getSize() - Method in class org.foray.font.format.type1.Type1FontParser.Segment
Returns The sizes (in bytes) of this segment.
getSize() - Method in class org.foray.fotree.fo.prop.PdFont
Returns the "font-size" component from this compound property.
getSizedFont(int) - Method in class org.foray.font.SystemFont
Get the FontMetrics instance for this font, scaled to a specific point size.
getSource() - Method in class org.foray.hyphen.PatternTree
Returns the source of this tree.
getSourceDocument(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the source-document property.
getSourceForProjectTeam() - Method in class org.foray.demo.embed.model.ProjectTeam
Resturns a Source object for this object so it can be used as input for a JAXP transformation.
getSpan(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the span property.
getSpanningCell(int) - Method in class org.foray.pioneer.RowSpanMgr
Returns the table cell, if any, that spans a given column.
getSpeechServer() - Method in class org.foray.core.FOrayDocument
Returns the SpeechServer for this document.
getSpeechServer() - Method in class org.foray.core.FOraySession
Returns the speech server.
getSpeechServer() - Method in class org.foray.fotree.FObj
Returns the speech server.
getSpeechServer() - Method in class org.foray.fotree.FOTreeBuilder
 
getSrc(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the src property.
getStart() - Method in class org.foray.font.format.ttf.OTFCoveragex02.RangeRecord
Returns the first glyph index in the range.
getStart() - Method in class org.foray.fotree.value.DtWritingMode
 
getStartAdjust() - Method in class org.foray.area.TableCellRA
Offset of content rectangle, in inline-progression-direction, relative to the column start edge.
getStartCoverageIndex() - Method in class org.foray.font.format.ttf.OTFCoveragex02.RangeRecord
Returns the coverage index of the first glyph index in the range.
getStartCurrentSubPath() - Method in class org.foray.ps.PsPath
Returns the element that starts the current sub path.
getStarter() - Method in class org.foray.app.CommandLineOptions
Returns the starter to use for starting the application.
getStartExtent() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
getStartIndent() - Method in class org.foray.mif.MifPgfFormat
Returns the start-indent value for this format.
getStaticContent(String) - Method in class org.foray.fotree.fo.obj.PageSequence
Returns the static-content for a specified region.
getStaticContent(Region) - Method in class org.foray.fotree.fo.obj.PageSequence
 
getStatus() - Method in class org.foray.pioneer.AbstractFlowPL
Returns the layout status of this item.
getStdVW() - Method in class org.foray.ps.type1.PsCharStringsDictionary4a
Returns the StdVW value from the font file.
getStdVw() - Method in class org.foray.ps.type1.PsFontPrivateDictionary4a
 
getStemH() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the width of the dominant horizontal stems of the font.
getStemV() - Method in class org.foray.font.Font4a
 
getStemV() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the stemV for this font.
getStemV() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the width of the dominant vertical stems of the font.
getStemV() - Method in class org.foray.font.FreeStandingFont
Returns the StemV value for this font, used in a PDF Font Descriptor, as defined in the PDF Reference, Second Edition, Section 5.7.
getStemV() - Method in class org.foray.font.FSTrueTypeFont
 
getStemV() - Method in class org.foray.font.FSType1Font
 
getStemV() - Method in class org.foray.font.SystemFont
 
getStretchability() - Method in class org.foray.linebreak.LbGlue4a
 
getStrikeoutPosition() - Method in class org.foray.font.format.ttf.TTFTableOS2
Returns the parsed yStrikeoutPosition value from the font file.
getStrikeoutSize() - Method in class org.foray.font.format.ttf.TTFTableOS2
Returns the parsed yStrikeoutSize value from the font file.
getString(String) - Method in class org.foray.ps.PsDictionary
Returns a value expected to be a String from this dictionary.
getString(String) - Method in interface org.foray.render.awt.viewer.Translator
Returns the value for a given key.
getStringBounds(String, Font) - Static method in class org.foray.render.svg.SVGUtilities
Get the bounds for a particular string, given the font.
getStringHeight(String, Font) - Static method in class org.foray.render.svg.SVGUtilities
Get the height of a particular string for a given font.
getStringValue(String) - Method in class org.foray.common.Configuration
Convenience method to access strings values in the configuration.
getStringValue() - Method in class org.foray.fotree.fo.prop.PdTextAlign
Returns the value of this property if it is a String.
getStringWidth(String, Font) - Static method in class org.foray.render.svg.SVGUtilities
Get the width of a particular string for a given font.
getStripCount() - Method in class org.foray.graphic.TIFFGraphic
Return the strip count.
getStrokeColor() - Method in class org.foray.pdf.PDFGraphicsState
Returns the "stroke" color.
getStrokeSVGText() - Method in class org.foray.output.OutputTarget
Indicates whether SVG text should be converted to strokes.
getStyle() - Method in class org.foray.font.config.ConfiguredFont
Returns the style of this font.
getStyle() - Method in class org.foray.fotree.fo.prop.PdFont
Returns the "font-style" component from this compound property.
getSubFamilyName() - Method in class org.foray.font.format.ttf.TTFTableNAME
Returns the sub-family name.
getSubject() - Method in class org.foray.area.AreaTree
 
getSubject() - Method in class org.foray.fotree.fo.obj.Root
 
getSubPropertyName(String) - Static method in class org.foray.fotree.Property
Find the "sub" portion of the property Name.
getSubset() - Method in class org.foray.font.ConsumerFont4a
Return the subset information for this font.
getSubset() - Method in class org.foray.font.FontUse4a
Returns the subset for this font use.
getSubtables() - Method in class org.foray.font.format.ttf.OTFLookupGSUB
Returns the subtables.
getSuccessCount() - Method in class org.foray.font.config.ConfigGenerator
Returns the quantity of files that were successfully processed.
getSvgDocument() - Method in class org.foray.graphic.SVGGraphic
 
getSvgGraphic() - Method in class org.foray.fotree.svg.obj.InstreamSvgElement
 
getSvgGraphic() - Method in class org.foray.graphic.MathGraphic4a
Returns the wrapped SVGGraphic instance.
getSVGNamespace() - Method in class org.foray.fotree.FOTreeBuilder
Return the SVG namespace instance.
getSVGNamespace() - Method in class org.foray.fotree.FoTreeServer4a
Returns the namespace used for "SVG" items.
getSVGParserClassName() - Method in class org.foray.graphic.GraphicServer4a
Returns the name of the class that should be used to parse SVG graphics.
getSystemDict() - Method in class org.foray.ps.PsInterpreter4a
Returns the system dictionary.
getSystemFont() - Method in class org.foray.font.config.RegisteredFont
Returns the SystemFont manifestation of this font.
getSystemFont() - Method in class org.foray.font.ConsumerFont4a
Returns the font cast as a system font.
getSystemFontFamilyList() - Method in class org.foray.font.FontServer4a
 
getSystemFontList() - Method in class org.foray.font.FontServer4a
 
getSystemFontName() - Method in class org.foray.fotree.value.FnSystemFont
Returns the name of the system-font specified by this function.
getSystemId() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getSystemId() - Method in class org.foray.fotree.FObj
 
getSystemInfo() - Method in class org.foray.pdf.object.PDFCIDFont
Returns the system-info for this font.
getSystemName() - Method in class org.foray.font.config.RegisteredFont
Returns the system name for this registerered font.
getTable() - Method in class org.foray.font.format.ttf.TTFOffsetTableRecord
Returns the TTFTable that this entry points to.
getTableBodyContainer() - Method in class org.foray.area.TableRA
 
getTableColumn(int) - Method in class org.foray.fotree.fo.obj.Table
Returns a specific TableColumn in this Table.
getTableColumns() - Method in class org.foray.fotree.fo.obj.Table
 
getTableDirectoryEntry(String) - Method in class org.foray.font.format.ttf.TTFOffsetTable
Return the table directory entry for a given table name.
getTableFooter() - Method in class org.foray.fotree.fo.obj.Table
 
getTableFooterContainer() - Method in class org.foray.area.TableRA
 
getTableHeader() - Method in class org.foray.fotree.fo.obj.Table
 
getTableHeaderContainer() - Method in class org.foray.area.TableRA
 
getTableID() - Method in class org.foray.mif.MifPgfLine
Returns the table id.
getTableLayout() - Method in class org.foray.fotree.PropertyList
Returns the table-layout property.
getTableOmitFooterAtBreak(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the table-omit-footer-at-break property.
getTableOmitHeaderAtBreak(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the table-omit-header-at-break property.
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableBASE
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableCFF
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableCFF2
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableCMAP
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableCVT
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableFPGM
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableGASP
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableGDEF
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableGLYF
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableGPOS
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableGSUB
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableHEAD
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableHHEA
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableHMTX
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableJSTF
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableKERN
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableLOCA
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableMATH
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableMAXP
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableNAME
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableOS2
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTablePCLT
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTablePOST
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTablePREP
 
getTableTag() - Method in class org.foray.font.format.ttf.TTFTableVORG
 
getTag() - Method in class org.foray.font.format.ttf.TTFOffsetTableRecord
Return this table's tag name.
getTagText() - Method in enum org.foray.font.format.ttf.OTFFeature.OtfFeatureTag
Returns the text for this tag.
getTargetList(String) - Method in class org.foray.fotree.fo.obj.FlowMap
Returns the target list that should be used by a given flow-name.
getTblCatalog() - Method in class org.foray.mif.MifBookComponent
Returns the table catalog for this component.
getTestDirectory() - Static method in class org.foray.common.Environment
Returns the local directory that contains the test files.
getText() - Method in class org.foray.area.LeaderArea
 
getText() - Method in class org.foray.area.PageNumberArea
 
getText() - Method in class org.foray.area.PageNumberCitationArea
 
getText() - Method in class org.foray.area.PageNumberCitationLastArea
 
getText() - Method in class org.foray.area.ScalingValueCitationArea
 
getText() - Method in class org.foray.area.TextArea
getText() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
getText(AttributedCharacterIterator) - Method in class org.foray.graphic.batik.PDFTextPainter
Converts the text in an AttributedCharacterIterator into a String.
getTextAlign(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the text-align property.
getTextAlignLast(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the text-align-last property.
getTextAlignString() - Method in class org.foray.fotree.PropertyList
Returns the text-align String, if any.
getTextBuffer() - Method in class org.foray.fotree.FObjMixed
Returns the text buffer.
getTextDecoration(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the text decoration property.
getTextFlows() - Method in class org.foray.mif.MifBookComponent
Returns the text flows for this component.
getTextIndent(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the text-indent property.
getTextRectID() - Method in class org.foray.mif.MifTextFlow
Returns the id for this text flow.
getTextRectID() - Method in class org.foray.mif.MifTextRect
Returns the ID for this text rectangle.
getTextServer() - Method in class org.foray.area.AreaTree
 
getTextServer() - Method in class org.foray.core.FOrayDocument
Returns the TextServer for this document.
getTextServer() - Method in class org.foray.core.FOraySession
Returns the TextServer.
getTextServer() - Method in class org.foray.core.FOrayTarget
Return the TextConsumer for this target.
getTextServer() - Method in class org.foray.fotree.FObj
Returns the text server being used by this tree.
getTextServer() - Method in class org.foray.fotree.FOTreeBuilder
 
getTextServer() - Method in class org.foray.fotree.FoTreeServer4a
Returns the text server.
getTextServer() - Method in class org.foray.text.line.LineBreaker
Return the text server.
getThroughScore(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
See XSL-FO 1.0, Section 5.5.6.
getThroughYPosition(TextArea) - Method in class org.foray.render.PrintRenderer
Computes the Y position that should be used for the through stroke.
getTitle() - Method in class org.foray.area.AreaTree
 
getTitle() - Method in class org.foray.fotree.fo.obj.PageSequence
 
getTitle() - Method in class org.foray.fotree.fo.obj.Root
 
getTitleText() - Method in class org.foray.area.BookmarkArea
 
getTitleText() - Method in class org.foray.area.BookmarkTitleArea
Return the text for this bookmark title.
getTop(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the top property.
getTop() - Method in class org.foray.fotree.value.DtWritingMode
 
getTopOffset(int, int) - Method in class org.foray.fotree.value.DtRectangle
Returns the top offset component of this rectangle.
getTotalContentHeight() - Method in class org.foray.area.SpanRA
Returns the total height of the content in this span area.
getToUnicodeBf() - Method in class org.foray.font.output.FontPdf4a
 
getToUnicodeCMAP() - Method in class org.foray.pdf.object.PDFFont
Returns the ToUnicode CMap for this font.
getToUnicodeCMAP() - Method in class org.foray.pdf.object.PDFFontType0
Returns the ToUnicode CMap for this font.
getTransform() - Method in class org.foray.graphic.batik.BatikUaDocument
 
getTransparentColor() - Method in class org.foray.graphic.BMPGraphic
 
getTransparentColor() - Method in class org.foray.graphic.EPSGraphic
 
getTransparentColor() - Method in class org.foray.graphic.GIFGraphic
 
getTransparentColor() - Method in class org.foray.graphic.JPEGGraphic
 
getTransparentColor() - Method in class org.foray.graphic.MathGraphic4a
 
getTransparentColor() - Method in class org.foray.graphic.PDFGraphic
 
getTransparentColor() - Method in class org.foray.graphic.PNGGraphic
 
getTransparentColor() - Method in class org.foray.graphic.SVGGraphic
 
getTransparentColor() - Method in class org.foray.graphic.TempImage
 
getTransparentColor() - Method in class org.foray.graphic.TIFFGraphic
 
getTreeServer() - Method in class org.foray.fotree.FOTreeBuilder
Return the "parent" FO Tree server.
getTTCName() - Method in class org.foray.font.config.RegisteredFont
Return the registered TrueType collection name that should be used to access this font within a TTC file.
getTTFDirTabEntry(String) - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the table directory entry for a named table in this font.
getTTFFile() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the parent TTFFile instance.
getTTFFile() - Method in class org.foray.font.format.ttf.TTFOffsetTable
Returns the parent TTFFile.
getTTFFont(String) - Method in class org.foray.font.format.ttf.TrueTypeCollection
 
getTTFFont(String) - Method in class org.foray.font.format.ttf.TrueTypeContainer
Returns the TTFFont instance, if any, for a given font name.
getTTFFont(String) - Method in class org.foray.font.format.ttf.TrueTypeSingle
Returns the TTFFont instance, if any, for a given font name.
getTTFFont() - Method in class org.foray.font.format.ttf.TTFOffsetTable
Returns the TTFFont related to this table directory.
getTTFFonts() - Method in class org.foray.font.format.ttf.TrueTypeCollection
 
getTTFFonts() - Method in class org.foray.font.format.ttf.TrueTypeContainer
Return an array of all TTFFont instances in this file.
getTTFFonts() - Method in class org.foray.font.format.ttf.TrueTypeSingle
 
getType() - Method in class org.foray.fotree.fo.obj.PageNumberGenerator
 
getType1File() - Method in class org.foray.font.FSType1Font
Returns the related Type1File.
getTypeName() - Method in class org.foray.ps.PsArray
 
getTypeName() - Method in class org.foray.ps.PsArrayExecuting
 
getTypeName() - Method in class org.foray.ps.PsBoolean
 
getTypeName() - Method in class org.foray.ps.PsDictionary
 
getTypeName() - Method in class org.foray.ps.PsFile
 
getTypeName() - Method in class org.foray.ps.PsFontId
 
getTypeName() - Method in class org.foray.ps.PsGraphicsState
 
getTypeName() - Method in class org.foray.ps.PsInteger
 
getTypeName() - Method in class org.foray.ps.PsMark
 
getTypeName() - Method in class org.foray.ps.PsName
 
getTypeName() - Method in class org.foray.ps.PsNull
 
getTypeName() - Method in interface org.foray.ps.PsObject
Needed for the "type" operator.
getTypeName() - Method in enum org.foray.ps.PsOperator
 
getTypeName() - Method in class org.foray.ps.PsReal
 
getTypeName() - Method in class org.foray.ps.PsString
 
getTypicalPrefix() - Method in class org.foray.fotree.axsl.NamespaceAxsl
 
getTypicalPrefix() - Method in class org.foray.fotree.fo.NamespaceFO
 
getTypicalPrefix() - Method in class org.foray.fotree.foray.NamespaceForay
 
getTypicalPrefix() - Method in class org.foray.fotree.math.MathNamespace
 
getTypicalPrefix() - Method in class org.foray.fotree.Namespace
Returns the typical prefix for this namespace, minus the ":".
getTypicalPrefix() - Method in class org.foray.fotree.svg.NamespaceSVG
 
getTypicalPrefix() - Method in class org.foray.fotree.xml.NamespaceXML
 
getTypoAscender() - Method in class org.foray.font.format.ttf.TTFTableOS2
Returns the typographic ascender value, in text space units.
getTypoDescender() - Method in class org.foray.font.format.ttf.TTFTableOS2
Returns the typographic descender value, in text space units.
getUnderflowError() - Method in class org.foray.ps.PsDictionaryStack
 
getUnderflowError() - Method in class org.foray.ps.PsExecutionStack
 
getUnderflowError() - Method in class org.foray.ps.PsGraphicsStateStack
 
getUnderflowError() - Method in class org.foray.ps.PsOperandStack
 
getUnderflowError() - Method in class org.foray.ps.PsStack
Returns the appropriate PS error that should be used for an underflow condition in this stack.
getUnderlinePosition() - Method in class org.foray.font.format.ttf.TTFTablePOST
Returns the parsed underline position.
getUnderlinePosition() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the stroke width for underlining.
getUnderlinePosition() - Method in class org.foray.ps.type1.PsFontInfoDictionary4a
 
getUnderlineScore(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
See XSL-FO 1.0, Section 5.5.6.
getUnderlineSize() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the distance from the baseline for centering underline strokes.
getUnderlineThickness() - Method in class org.foray.font.format.ttf.TTFTablePOST
Returns the parsed underline thickness.
getUnderlineThickness() - Method in class org.foray.ps.type1.PsFontInfoDictionary4a
 
getUnderlineYPosition(TextArea) - Method in class org.foray.render.PrintRenderer
Computes the Y position that should be used for the underline stroke.
getUnexpectedWords() - Method in class org.foray.hyphen.HyphenationConsumer4a
 
getUnicodeCMap() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "To Unicode" CMap for this font.
getUnicodeCMap() - Method in class org.foray.font.format.ttf.TTFTableCMAP
Returns the Unicode CMap instance parsed from this table.
getUnicodeString(int) - Method in class org.foray.font.output.FontPdf4a
Convert a char to a multibyte hex representation.
getUniqueID() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the unique id for this font.
getUnitPower() - Method in class org.foray.fotree.value.DtAngle
 
getUnitPower() - Method in class org.foray.fotree.value.DtBorderWidth
 
getUnitPower() - Method in class org.foray.fotree.value.DtCharacter
 
getUnitPower() - Method in class org.foray.fotree.value.DtColor
 
getUnitPower() - Method in class org.foray.fotree.value.DtCountry
 
getUnitPower() - Method in class org.foray.fotree.value.DtFrequency
 
getUnitPower() - Method in class org.foray.fotree.value.DtInteger
 
getUnitPower() - Method in class org.foray.fotree.value.DtKeep
 
getUnitPower() - Method in class org.foray.fotree.value.DtLanguage
 
getUnitPower() - Method in class org.foray.fotree.value.DtLength
 
getUnitPower() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
getUnitPower() - Method in class org.foray.fotree.value.DtLengthConditional
 
getUnitPower() - Method in class org.foray.fotree.value.DtLengthRange
 
getUnitPower() - Method in class org.foray.fotree.value.DtName
 
getUnitPower() - Method in class org.foray.fotree.value.DtNumber
 
getUnitPower() - Method in class org.foray.fotree.value.DtPercentage
 
getUnitPower() - Method in class org.foray.fotree.value.DtRectangle
 
getUnitPower() - Method in class org.foray.fotree.value.DtScript
 
getUnitPower() - Method in class org.foray.fotree.value.DtShadowEffect
 
getUnitPower() - Method in class org.foray.fotree.value.DtSpace
 
getUnitPower() - Method in class org.foray.fotree.value.DtString
 
getUnitPower() - Method in class org.foray.fotree.value.DtTextDeco
 
getUnitPower() - Method in class org.foray.fotree.value.DtTime
 
getUnitPower() - Method in class org.foray.fotree.value.DtURI
 
getUnitPower() - Method in class org.foray.fotree.value.DtWritingMode
 
getUnitPower() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
getUnitPower() - Method in class org.foray.fotree.value.ExprInner
 
getUnitPower() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
getUnitPower() - Method in class org.foray.fotree.value.ExprUnaryOper
 
getUnitPower() - Method in class org.foray.fotree.value.FnAbs
 
getUnitPower() - Method in class org.foray.fotree.value.FnBodyStart
 
getUnitPower() - Method in class org.foray.fotree.value.FnCeiling
 
getUnitPower() - Method in class org.foray.fotree.value.FnFloor
 
getUnitPower() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
getUnitPower() - Method in class org.foray.fotree.value.FnFromParent
 
getUnitPower() - Method in class org.foray.fotree.value.FnFromTableColumn
 
getUnitPower() - Method in class org.foray.fotree.value.FnInheritedProp
 
getUnitPower() - Method in class org.foray.fotree.value.FnLabelEnd
 
getUnitPower() - Method in class org.foray.fotree.value.FnMax
 
getUnitPower() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
getUnitPower() - Method in class org.foray.fotree.value.FnMin
 
getUnitPower() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
getUnitPower() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
getUnitPower() - Method in class org.foray.fotree.value.FnRgb
 
getUnitPower() - Method in class org.foray.fotree.value.FnRgbIcc
 
getUnitPower() - Method in class org.foray.fotree.value.FnRound
 
getUnitPower() - Method in class org.foray.fotree.value.FnSystemColor
 
getUnitPower() - Method in class org.foray.fotree.value.FnSystemFont
 
getUnitPower() - Method in interface org.foray.fotree.value.PropertyValue
Each numeric has a "unit power".
getUnitPower() - Method in class org.foray.fotree.value.PropertyValueStatic
 
getUnitsPerTextSpaceUnit() - Method in class org.foray.font.Font4a
Returns the units per text-space unit that is used in this font for internal font measurements.
getUnitsPerTextSpaceUnit() - Method in class org.foray.font.FSTrueTypeFont
 
getUnitsPerTextSpaceUnit() - Method in class org.foray.font.FSType1Font
 
getUnitsPerTextSpaceUnit() - Method in class org.foray.font.SystemFont
 
getUri() - Method in class org.foray.graphic.GraphicLink4a
 
getURI() - Method in class org.foray.graphic.math.MathMLDocument4a
From www.w3.org/TR/2003/REC-MathML2-20031021/appendixd.html#id.D.1.1: "The complete URI of this document.
getUrl() - Method in class org.foray.graphic.Graphic4a
 
getUrl() - Method in class org.foray.graphic.TempImage
 
getURLStreamHandler(String) - Method in class org.foray.common.url.FactoryProtocolRegistration
 
getURLStreamHandler(String) - Method in class org.foray.common.url.PropertyProtocolRegistration
 
getURLStreamHandler(String) - Static method in class org.foray.common.url.ProtocolRegistrationBroker
Convenience method making registered protocol handler available in a static way.
getURLStreamHandler(String) - Method in interface org.foray.common.url.ProtocolRegistrationStrategy
Finds the registered URLStreamHandler for a given protocol.
getURLStreamHandler(String) - Method in class org.foray.common.url.UniversalProtocolRegistration
 
getURLStreamHandlerFactory() - Static method in class org.foray.common.url.FOrayURLStreamHandlerFactory
Provides access to a custom URLStreamHandlerFactory instance, creating it and registering it with Java if needed.
getUsage() - Static method in class org.foray.app.FOray
Shows the commandline syntax including a summary of all available options and some examples.
getUsagePrintOutput() - Method in class org.foray.app.FOray
Shows the options for print output.
getUsedFonts() - Method in class org.foray.font.FontConsumer4a
 
getUsedFontUses() - Method in class org.foray.font.FontConsumer4a
 
getUserConfig() - Method in class org.foray.app.ant.FOrayAntTask
Returns the URL of the user configuration.
getUserConfigFile() - Method in class org.foray.app.CommandLineOptions
Returns the parsed user configuration file location.
getUserPassword() - Method in class org.foray.core.OutputConfig
 
getUserPassword() - Method in class org.foray.pdf.object.PDFEncryption
Returns the current user password.
getUserSpaceTransform() - Method in class org.foray.pdf.object.PDFXForm
Return the transformation that should be used to convert this form from form space to user space.
getUserSpaceTransform() - Method in class org.foray.pdf.object.PDFXFormEps
 
getUserSpaceTransform() - Method in class org.foray.pdf.object.PdfXFormMath
 
getUserSpaceTransform() - Method in class org.foray.pdf.object.PDFXFormSvg
 
getUserSpaceTransform() - Method in class org.foray.pdf.object.PDFXReference
 
getUserStyleSheetURI() - Method in class org.foray.graphic.batik.BatikUaDocument
 
getValidKeywords() - Method in class org.foray.fotree.axsl.AbstractAxslProperty
Returns the valid keywords for this property.
getValidKeywords() - Method in class org.foray.fotree.axsl.prop.MetadataKey
 
getValidKeywords() - Method in class org.foray.fotree.fo.AbstractFoProperty
Returns the valid keywords for this property.
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractAbsoluteOffset
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractAllowedAxisScale
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractAudioDial
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractBorder
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractBorderColor
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractBorderPrecedence
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractBorderStyle
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractBorderWidth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractContentDimension
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractCue
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractIndent
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractKeep
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractMargin
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractMergeIndex
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractPadding
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractPageDimension
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractPause
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractRelativeDimension
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.AbstractString
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdAbsolutePosition
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdActiveState
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdAlignmentAdjust
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdAlignmentBaseline
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdAutoRestore
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdAzimuth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBackground
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBackgroundAttachment
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBackgroundColor
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBackgroundImage
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBackgroundPosition
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBackgroundPositionHorizontal
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBackgroundPositionVertical
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBackgroundRepeat
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBaselineShift
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBlankOrNotBlank
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBorderCollapse
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBorderColor
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBorderSeparation
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBorderSpacing
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBorderStyle
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBorderWidth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBreakAfter
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdBreakBefore
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdCaptionSide
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdCaseName
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdChangeBarClass
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdChangeBarColor
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdChangeBarOffset
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdChangeBarPlacement
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdChangeBarStyle
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdChangeBarWidth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdCharacter
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdClear
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdClip
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdColor
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdColorProfileName
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdColumnCount
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdColumnGap
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdColumnNumber
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdColumnWidth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdContentType
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdCountry
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdDestinationPlacementOffset
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdDirection
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdDisplayAlign
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdDominantBaseline
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdElevation
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdEmptyCells
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdEndsRow
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdExtent
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdExternalDestination
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFloat
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFlowMapName
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFlowMapReference
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFlowName
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFlowNameReference
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFont
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFontFamily
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFontSelectionStrategy
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFontSize
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFontSizeAdjust
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFontStretch
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFontStyle
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFontVariant
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdFontWeight
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdForcePageCount
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdGlyphOrientationHorizontal
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdGlyphOrientationVertical
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdGroupingSeparator
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdGroupingSize
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdHeight
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdHyphenate
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdHyphenationCharacter
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdHyphenationKeep
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdHyphenationLadderCount
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdHyphenationPushCharacterCount
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdHyphenationRemainCharacterCount
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdId
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdIndicateDestination
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdInitialPageNumber
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdInternalDestination
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdIntrinsicScaleValue
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdIntrusionDisplace
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLanguage
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLastLineEndIndent
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLeaderAlignment
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLeaderLength
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLeaderPattern
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLeaderPatternWidth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLetterSpacing
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLetterValue
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLinefeedTreatment
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLineHeight
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLineHeightShiftAdjustment
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdLineStackingStrategy
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMargin
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMarkerClassName
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMasterName
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMasterReference
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMaxHeight
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMaximumRepeats
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMaxWidth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMediaUsage
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMinHeight
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdMinWidth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdNumberColumnsRepeated
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdNumberColumnsSpanned
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdNumberRowsSpanned
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdOddOrEven
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdOrphans
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdOverflow
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPadding
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPageBreakAfter
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPageBreakBefore
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPageBreakInside
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPageCitationStrategy
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPageNumberTreatment
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPagePosition
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPitch
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPlayDuring
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPosition
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdPrecedence
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdProvisionalDistanceBetweenStarts
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdProvisionalLabelSeparation
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdReferenceOrientation
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRefId
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRegionName
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRegionNameReference
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRelativeAlign
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRelativePosition
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRenderingIntent
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRetrieveBoundary
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRetrieveBoundaryWithinTable
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRetrieveClassName
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRetrievePosition
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRetrievePositionWithinTable
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRole
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRuleStyle
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdRuleThickness
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdScaleOption
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdScaling
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdScalingMethod
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdScoreSpaces
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdScript
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdShowDestination
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSize
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSourceDocument
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSpan
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSpeak
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSpeakHeader
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSpeakNumeral
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSpeakPunctuation
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSpeechRate
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSrc
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdStartingState
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdStartsRow
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSuppressAtLineBreak
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdSwitchTo
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTableLayout
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTableOmitFooterAtBreak
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTableOmitHeaderAtBreak
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTargetPresentationContext
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTargetProcessingContext
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTargetStylesheet
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTextAlign
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTextAlignLast
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTextAltitude
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTextDecoration
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTextDepth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTextIndent
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTextShadow
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTextTransform
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdTreatAsWordSpace
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdUnicodeBidi
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdVerticalAlign
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdVisibility
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdVoiceFamily
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdVolume
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdWhiteSpace
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdWhiteSpaceCollapse
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdWhiteSpaceTreatment
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdWidows
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdWidth
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdWordSpacing
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdWrapOption
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdWritingMode
 
getValidKeywords() - Method in class org.foray.fotree.fo.prop.PdZIndex
 
getValidKeywords() - Method in class org.foray.fotree.xml.AbstractXmlProperty
Returns the valid keywords for this property.
getValidKeywords() - Method in class org.foray.fotree.xml.prop.Lang
 
getValue(String) - Method in class org.foray.common.Configuration
Accessor method for a generic property.
getValue() - Method in class org.foray.common.TernaryTreeMap.Iterator
Returns the value of the current key of the iterator.
getValue() - Method in class org.foray.fotree.axsl.AxslPropertyKeyword
Return the keyword enumeration.
getValue(FoContext, FObj) - Method in class org.foray.fotree.axsl.prop.AxslEnumerated
Returns the value of this property.
getValue() - Method in class org.foray.fotree.axsl.prop.AxslEnumerated
An overloaded version of AxslEnumerated.getValue() for properties that have no inheritance, either implicit or explicit.
getValue() - Method in class org.foray.fotree.fo.FoPropertyKeyword
Return the keyword enumeration.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractAbsoluteDimension
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractAbsoluteOffset
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractAudioDial
Returns the value of this property.
getValue(FoContext, FObj, int, int) - Method in class org.foray.fotree.fo.prop.AbstractBackgroundPosition
Returns the value of this property.
getValue(Compass, FObj, FoContext) - Method in class org.foray.fotree.fo.prop.AbstractBorderColor
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractBorderPrecedence
Returns the value of this property.
getValue(FoContext, Compass, FObj) - Method in class org.foray.fotree.fo.prop.AbstractBorderStyle
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractBorderWidth
Returns the value of this property.
getValue(FoContext, FObj, FObjScaled) - Method in class org.foray.fotree.fo.prop.AbstractContentDimension
Returns the implied or stated scaling factor.
getValue(FoContext, FObj, FoProperty) - Method in class org.foray.fotree.fo.prop.AbstractCue
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractIndent
Returns the value of this property.
getValue(FoContext, AbstractKeep.Type, FObj) - Method in class org.foray.fotree.fo.prop.AbstractKeep
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractMargin
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractMergeIndex
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractName
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.AbstractName
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractPadding
Returns the value of this property.
getValue(FObj) - Method in class org.foray.fotree.fo.prop.AbstractPageDimension
Returns the value of this property.
getValue(FoContext, FObj, FoProperty) - Method in class org.foray.fotree.fo.prop.AbstractPause
Returns the value of this property.
getValue(FoContext, LengthRange, FObj) - Method in class org.foray.fotree.fo.prop.AbstractRelativeDimension
Returns the value of this property.
getValue(FoContext, LengthRange, FObj) - Method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.AbstractString
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdAbsolutePosition
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdActiveState
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdAutoRestore
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdAzimuth
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBackgroundAttachment
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBackgroundColor
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBackgroundImage
Returns the value of this property.
getValue(FoContext, FObj, AbsoluteAxis, int, int) - Method in class org.foray.fotree.fo.prop.PdBackgroundPosition
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBackgroundRepeat
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBlankOrNotBlank
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderCollapse
Returns the value of this property.
getValue(RelativeCompass, FObj, FoContext) - Method in class org.foray.fotree.fo.prop.PdBorderColor
Returns the value of this property.
getValue(FoContext, RelativeAxis, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderSeparation
Returns the value of this property.
getValue(FoContext, Compass, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderStyle
Returns the value of this property.
getValue(FoContext, RelativeCompass, FObj) - Method in class org.foray.fotree.fo.prop.PdBorderWidth
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBreakAfter
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBreakBefore
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdCaptionSide
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdChangeBarColor
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdChangeBarOffset
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdChangeBarWidth
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdCharacter
Returns the value for this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdClear
Returns the value of this property.
getValue(FoContext, FObj, Shape) - Method in class org.foray.fotree.fo.prop.PdClip
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdColor
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdColumnCount
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdColumnGap
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdColumnNumber
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdColumnWidth
Returns the value of this property.
getValue(FObj) - Method in class org.foray.fotree.fo.prop.PdContentType
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdCountry
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdDestinationPlacementOffset
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdDirection
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdElevation
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdEmptyCells
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdEndsRow
Returns the value of this property.
getValue(FObj) - Method in class org.foray.fotree.fo.prop.PdExtent
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdExternalDestination
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdFloat
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdFontFamily
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdFontSelectionStrategy
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdFontSize
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdFontSizeAdjust
Returns the value of this property.
getValue(FObj) - Method in class org.foray.fotree.fo.prop.PdFontStretch
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdFontStyle
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdFontVariant
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdFontWeight
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdForcePageCount
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdGlyphOrientationHorizontal
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdGlyphOrientationVertical
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdGroupingSeparator
Returns the value for this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdGroupingSize
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdHyphenate
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdHyphenationCharacter
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdHyphenationKeep
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdHyphenationLadderCount
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdId
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdIndicateDestination
Returns the value of this property.
getValue(FoContext, FObj, int) - Method in class org.foray.fotree.fo.prop.PdInitialPageNumber
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdInternalDestination
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLanguage
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLastLineEndIndent
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLeaderAlignment
Returns the value of this property.
getValue(FoContext, LengthRange, FObj) - Method in class org.foray.fotree.fo.prop.PdLeaderLength
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLeaderPattern
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLeaderPatternWidth
Returns the value of this property.
getValue(FoContext, LengthRange, FObj) - Method in class org.foray.fotree.fo.prop.PdLetterSpacing
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdLetterValue
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLinefeedTreatment
Returns the value of this property.
getValue(FoContext, LengthRange, FObj) - Method in class org.foray.fotree.fo.prop.PdLineHeight
Returns the value for this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLineHeightShiftAdjustment
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLineStackingStrategy
Returns the value of this property.
getValue(FoContext, AbsoluteCompass, FObj) - Method in class org.foray.fotree.fo.prop.PdMargin
Returns the value of this property.
getValue(FObj) - Method in class org.foray.fotree.fo.prop.PdMaximumRepeats
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdMediaUsage
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdNumberColumnsRepeated
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdNumberColumnsSpanned
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdNumberRowsSpanned
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdOddOrEven
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdOrphans
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdOverflow
Returns the value of this property.
getValue(FoContext, AbsoluteCompass, FObj) - Method in class org.foray.fotree.fo.prop.PdPadding
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPageBreakAfter
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPageBreakBefore
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPageBreakInside
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdPagePosition
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPitch
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPlayDuring
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPosition
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdPrecedence
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdReferenceOrientation
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdRefId
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdRegionName
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdRelativeAlign
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdRelativePosition
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdRenderingIntent
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdRetrieveBoundary
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdRetrievePosition
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdRole
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdRuleStyle
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdRuleThickness
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdScaling
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdScalingMethod
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdScoreSpaces
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdScript
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdShowDestination
Returns the value of this property.
getValue(FoContext, FObj, AbsoluteAxis) - Method in class org.foray.fotree.fo.prop.PdSize
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdSourceDocument
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdSpan
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdSpeak
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdSpeakHeader
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdSpeakNumeral
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdSpeakPunctuation
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdSpeechRate
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdStartingState
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdStartsRow
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdSuppressAtLineBreak
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdSwitchTo
Returns the value of this property if it is not a collection.
getValue() - Method in class org.foray.fotree.fo.prop.PdTableLayout
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTableOmitFooterAtBreak
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTableOmitHeaderAtBreak
Returns the value of this property.
getValue(FObj) - Method in class org.foray.fotree.fo.prop.PdTargetPresentationContext
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdTargetProcessingContext
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdTargetStylesheet
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTextAlign
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTextAlignLast
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTextAltitude
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTextDecoration
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTextDepth
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTextIndent
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTextShadow
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdTextTransform
Returns the value of this property.
getValue(FoContext, FObj, char) - Method in class org.foray.fotree.fo.prop.PdTreatAsWordSpace
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdUnicodeBidi
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdVisibility
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdVoiceFamily
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdVolume
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdWhiteSpace
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdWhiteSpaceCollapse
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdWhiteSpaceTreatment
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdWidows
Returns the value of this property.
getValue(FoContext, LengthRange, FObj) - Method in class org.foray.fotree.fo.prop.PdWordSpacing
Returns the value of the numeric component of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdWrapOption
Returns the value of this property.
getValue() - Method in class org.foray.fotree.fo.prop.PdWritingMode
Returns the value of this property.
getValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdZIndex
Returns the value of this property.
getValue() - Method in class org.foray.fotree.value.DtAngle
Returns the value of this angle.
getValue() - Method in class org.foray.fotree.value.DtBorderStyle
Return the BorderStyle instance.
getValue(int) - Method in class org.foray.fotree.value.DtBorderWidth
Returns this border-width's length, in millipoints.
getValue() - Method in class org.foray.fotree.value.DtCharacter
Returns the value.
getValue() - Method in class org.foray.fotree.value.DtColor
Returns the color value.
getValue() - Method in class org.foray.fotree.value.DtCountry
Return the value.
getValue() - Method in class org.foray.fotree.value.DtFrequency
Returns the value, normalized to a unit of Hertz.
getValue() - Method in class org.foray.fotree.value.DtInteger
Return the value.
getValue() - Method in class org.foray.fotree.value.DtLanguage
Return the value.
getValue(int) - Method in class org.foray.fotree.value.DtLength
Return the value.
getValue() - Method in class org.foray.fotree.value.DtName
Return the value.
getValue() - Method in class org.foray.fotree.value.DtPercentage
Return the value.
getValue() - Method in class org.foray.fotree.value.DtScript
Return the value.
getValue() - Method in class org.foray.fotree.value.DtString
Return the value.
getValue() - Method in class org.foray.fotree.value.DtTime
Returns the value, normalized to a unit of milliseconds.
getValue() - Method in class org.foray.fotree.value.DtURI
Return the value.
getValue() - Method in class org.foray.fotree.value.PropertyCollection
Returns the list of properties in this collection.
getValue() - Method in class org.foray.fotree.value.ValueCollection
Returns the list of values in this collection.
getValue() - Method in class org.foray.ps.PsBoolean
Returns the object value.
getValue() - Method in class org.foray.ps.PsName
Returns the value.
getValue() - Method in class org.foray.ps.PsNumber
Return the encapsulated value.
getValue() - Method in class org.foray.ps.PsString
Returns this string's value.
getValueFromFontMetrics(FObj) - Static method in class org.foray.fotree.fo.prop.PdLeaderPatternWidth
Returns the "use-font-metrics" value.
getValueIsAuto(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdZIndex
Indicates whether the value of this property is "auto".
getValueIsAutoNoInstance() - Static method in class org.foray.fotree.fo.prop.PdZIndex
Returns the default for whether this value is "auto" or not.
getValueMultiplier(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdLineHeight
Returns the value multiplier specified by this property.
getValueMultiplierNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLineHeight
Returns the default (initial) value for the multiplier component of this property.
getValueNames() - Method in class org.foray.fotree.fo.prop.PdSwitchTo
Returns the value of this property if it is a collection of names.
getValueNoInstance(FoContext, AxslProperty, FObj) - Static method in class org.foray.fotree.axsl.prop.AxslEnumerated
Returns the default (initial) value for this property.
getValueNoInstance(AxslProperty) - Static method in class org.foray.fotree.axsl.prop.AxslEnumerated
An overloaded version of AxslEnumerated.getValueNoInstance(FoContext, AxslProperty, FObj) for properties that have no inheritance, either implicit or explicit.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractAbsoluteOffset
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj, FoProperty) - Static method in class org.foray.fotree.fo.prop.AbstractAudioDial
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractBackgroundPosition
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.AbstractBorderColor
Returns the default (initial) value for this property.
getValueNoInstance(FObj) - Static method in class org.foray.fotree.fo.prop.AbstractBorderPrecedence
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractBorderStyle
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractBorderWidth
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractContentDimension
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractCue
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj, RelativeCompass) - Static method in class org.foray.fotree.fo.prop.AbstractIndent
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FoProperty, AbstractKeep.Type, FObj) - Static method in class org.foray.fotree.fo.prop.AbstractKeep
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractMargin
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractName
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractPadding
Returns the default (initial) value for this property.
getValueNoInstance(AbsoluteAxis) - Static method in class org.foray.fotree.fo.prop.AbstractPageDimension
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractPause
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractRelativeDimension
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
Returns the default (initial) value for the numeric component of this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdAbsolutePosition
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdAutoRestore
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdAzimuth
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBackgroundAttachment
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdBackgroundColor
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBackgroundColor
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBackgroundImage
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBackgroundPosition
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBackgroundRepeat
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBlankOrNotBlank
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdBorderCollapse
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, RelativeAxis, FObj) - Static method in class org.foray.fotree.fo.prop.PdBorderSeparation
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBorderStyle
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBreakAfter
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBreakBefore
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdCaptionSide
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdChangeBarColor
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdChangeBarOffset
Returns the value of this property when there is no property instance.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdCharacter
Returns the initial or default value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdClear
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdClip
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdColor
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdColumnCount
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdColumnGap
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdColumnNumber
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdColumnWidth
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdContentType
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdCountry
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdDestinationPlacementOffset
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdDirection
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdElevation
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdEmptyCells
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdEndsRow
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdExtent
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdExternalDestination
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdFloat
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdFontFamily
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdFontSelectionStrategy
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdFontSize
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdFontSizeAdjust
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdFontStretch
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdFontStyle
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdFontVariant
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdFontWeight
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdForcePageCount
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdFormat
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdGlyphOrientationHorizontal
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdGlyphOrientationVertical
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdGroupingSeparator
Returns the initial or default value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdGroupingSize
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdHyphenate
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdHyphenationCharacter
Returns the value for properties that can be inherited, that is, hyphenation-character.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdHyphenationKeep
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdHyphenationLadderCount
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdId
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdIndicateDestination
Returns the default (initial) value for this property.
getValueNoInstance(int) - Static method in class org.foray.fotree.fo.prop.PdInitialPageNumber
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdInternalDestination
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLanguage
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLastLineEndIndent
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLeaderAlignment
Returns the default (initial) value for this property.
getValueNoInstance(LengthRange, FObj, FoContext) - Static method in class org.foray.fotree.fo.prop.PdLeaderLength
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLeaderPattern
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLeaderPatternWidth
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, LengthRange, FObj) - Static method in class org.foray.fotree.fo.prop.PdLetterSpacing
Returns the default (initial) value for the numeric component of this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdLetterValue
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLinefeedTreatment
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLineHeight
Returns the initial (default) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLineHeightShiftAdjustment
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdLineStackingStrategy
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdMaximumRepeats
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdMediaUsage
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdNumberColumnsRepeated
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdNumberColumnsSpanned
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdNumberRowsSpanned
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdOddOrEven
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdOrphans
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdOverflow
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdPageBreakAfter
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdPageBreakBefore
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdPageBreakInside
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdPageCitationStrategy
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdPagePosition
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdPitch
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdPlayDuring
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdPosition
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdPrecedence
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdReferenceOrientation
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdRefId
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdRegionName
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdRelativeAlign
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdRelativePosition
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdRenderingIntent
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdRetrieveBoundary
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdRetrievePosition
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdRole
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdRuleStyle
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdRuleThickness
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdScaling
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdScalingMethod
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdScoreSpaces
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdScript
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdShowDestination
Returns the default (initial) value for this property.
getValueNoInstance(AbsoluteAxis) - Static method in class org.foray.fotree.fo.prop.PdSize
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdSourceDocument
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdSpan
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdSpeak
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdSpeakHeader
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdSpeakNumeral
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdSpeakPunctuation
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdSpeechRate
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdStartingState
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdStartsRow
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdSuppressAtLineBreak
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdSwitchTo
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdTableLayout
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdTableOmitFooterAtBreak
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdTableOmitHeaderAtBreak
Returns the default (initial) value for this property.
getValueNoInstance(FObj) - Static method in class org.foray.fotree.fo.prop.PdTargetPresentationContext
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdTargetProcessingContext
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdTargetStylesheet
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdTextAlign
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdTextAlignLast
Returns the default (initial) value for this property.
getValueNoInstance(FObj, FoContext) - Static method in class org.foray.fotree.fo.prop.PdTextAltitude
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdTextDecoration
Returns the default (initial) value for this property.
getValueNoInstance(FObj, FoContext) - Static method in class org.foray.fotree.fo.prop.PdTextDepth
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdTextIndent
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdTextShadow
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdTextTransform
Returns the default (initial) value for this property.
getValueNoInstance(char) - Static method in class org.foray.fotree.fo.prop.PdTreatAsWordSpace
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdUnicodeBidi
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdVisibility
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdVoiceFamily
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdVolume
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdWhiteSpace
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdWhiteSpaceCollapse
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdWhiteSpaceTreatment
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdWidows
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, LengthRange, FObj) - Static method in class org.foray.fotree.fo.prop.PdWordSpacing
Returns the default (initial) value for the numeric component of this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdWrapOption
Returns the default (initial) value for this property.
getValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdWritingMode
Returns the default (initial) value for this property.
getValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdZIndex
Returns the default (initial) value for this property.
getValueProportional() - Method in class org.foray.fotree.fo.prop.PdColumnWidth
Returns the proportional width if the width is specified that way.
getVariant() - Method in class org.foray.fotree.fo.prop.PdFont
Returns the "font-variant" component from this compound property.
getVersion() - Static method in class org.foray.core.Application
Returns the current version of the application.
getVersion() - Method in class org.foray.ps.type1.PsFontInfoDictionary4a
 
getVerticalAxis() - Method in class org.foray.fotree.value.DtWritingMode
 
getVerticalDistance(int) - Method in class org.foray.fotree.value.DtShadowEffect
Returns the vertical distance below the text.
getVerticalDistance() - Method in class org.foray.fotree.value.DtShadowEffectWrapper
 
getVerticalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXFormEps
 
getVerticalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PdfXFormMath
 
getVerticalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXFormSvg
 
getVerticalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXImage
 
getVerticalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXObject
Returns the vertical scaling factor that should be used for a specific "Do" for a specific content rectangle.
getVerticalScaling(Rectangle2D.Float) - Method in class org.foray.pdf.object.PDFXReference
 
getViewportSize() - Method in class org.foray.graphic.batik.BatikUaAwt
 
getViewportSize() - Method in class org.foray.graphic.batik.BatikUaDocument
 
getVoice(FoContext) - Method in class org.foray.fotree.FObj
 
getVoiceFamily(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the voice-family property.
getVorgTable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the "VORG" table.
getWeight() - Method in class org.foray.font.config.ConfiguredFont
Returns the weight of this font.
getWeight() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the weight of this font.
getWeight() - Method in class org.foray.fotree.fo.prop.PdFont
Returns the "font-weight" component from this compound property.
getWeight(HyphenationFilter, int) - Method in class org.foray.hyphen.Word4a
 
getWeight(HyphenationFilter, int) - Method in class org.foray.hyphen.WordWrapper
 
getWeight() - Method in class org.foray.ps.type1.PsFontInfoDictionary4a
 
getWhiteSpaceCollapse(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the whitespace-collapse property.
getWidth() - Method in class org.foray.area.PageRA
 
getWidth() - Method in class org.foray.linebreak.LbBox4a
 
getWidth() - Method in class org.foray.linebreak.LbPenalty4a
 
getWidth() - Method in class org.foray.mif.MifDocument
Returns the width of pages in this document.
getWidthRAContent() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Returns the width of the page.
getWidths() - Method in class org.foray.font.format.ttf.TrueTypeFont
Return the widths of the glyphs in this font in an array.
getWidths() - Method in class org.foray.font.FreeStandingFont
Returns the widths of the glyphs in this font in an array.
getWidths() - Method in class org.foray.font.output.FontOutput4a
Returns an array containing the widths of all glyphs in the font that can be encoded by the FontUse instance.
getWithinColumn() - Method in class org.foray.fotree.value.DtKeep
Returnw the "within-column" component.
getWithinLine() - Method in class org.foray.fotree.value.DtKeep
Returnw the "within-line" component.
getWithinPage() - Method in class org.foray.fotree.value.DtKeep
Returnw the "within-page" component.
getWord() - Method in class org.foray.fotree.fo.obj.FoWord
Returns the wrapped word.
getWordWidth(CharSequence) - Method in class org.foray.area.PageNumberArea
Computes the width of a word, in millipoints.
getWordWidth(CharSequence) - Method in class org.foray.area.PageNumberCitationArea
Computes the width of a word, in millipoints.
getWordWidth(CharSequence) - Method in class org.foray.area.PageNumberCitationLastArea
Computes the width of a word, in millipoints.
getWordWidth(CharSequence) - Method in class org.foray.area.ScalingValueCitationArea
Computes the width of a word, in millipoints.
getWordWidth(LineText, CharSequence, int, int) - Method in class org.foray.text.line.LineBreaker
Compute the width of a given word.
getWrapOption(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the wrap-option property.
getWrapped() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
getWrapped() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
getWrapped() - Method in class org.foray.fotree.fo.obj.Character
 
getWrapped() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
getWrapped() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
getWrapped() - Method in class org.foray.fotree.fo.obj.Leader
 
getWrapped() - Method in class org.foray.fotree.FOLineNonText
 
getWrapped() - Method in class org.foray.fotree.FOLineText
 
getWrappedDictionary() - Method in class org.foray.ps.PsDictionaryWrapper
Returns the wrapped dictionary.
getWritingMode() - Method in class org.foray.area.Area
Returns the writing-mode for this area.
getWritingMode(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the writing-mode property.
getX() - Method in class org.foray.ps.PsPathLine
Returns the x value for this point.
getX() - Method in class org.foray.ps.PsPathMove
Returns the x value for this point.
getXHeight(int) - Method in class org.foray.font.Font4a
 
getXHeight() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the x-height for this font.
getXHeight() - Method in class org.foray.font.format.ttf.TTFTablePCLT
Returns the x-height for this font.
getXHeight() - Method in class org.foray.font.format.type1.Type1Metrics
Returns the XHeight parameter for the font (height of lowercase x).
getXHeight(int) - Method in class org.foray.font.FreeStandingFont
 
getXHeight(int) - Method in class org.foray.font.SystemFont
 
getXMLFile() - Method in class org.foray.app.CommandLineOptions
Returns the parsed XML file location.
getXMLNamespace() - Method in class org.foray.fotree.FOTreeBuilder
Return the XML namespace instance.
getXMLNamespace() - Method in class org.foray.fotree.FoTreeServer4a
Returns the namespace used for "XML" items.
getXMLResolver(String[]) - Static method in class org.foray.common.XMLUtil
Creates an XMLResolver for one or more XML catalogs.
getXObjectName() - Method in class org.foray.pdf.object.PDFXObject
Returns the XObject name for this object.
getXPosition() - Method in class org.foray.area.RegionRA
Returns the x position of this area (??).
getXPositionRAContent() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Returns the X position of the upper-left corner of the page.
getXSLFile() - Method in class org.foray.app.CommandLineOptions
Returns the parsed XSLT stylesheet file location.
getY() - Method in class org.foray.ps.PsPathLine
Returns the y value for this point.
getY() - Method in class org.foray.ps.PsPathMove
Returns the y value for this point.
getYPosition() - Method in class org.foray.area.RegionRA
Returns the y position of this area (??).
getYPositionRAContent() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
Returns the Y position of the upper-left corner of the page.
GIF_BASICS_LENGTH - Static variable in class org.foray.graphic.GIFGraphic
The number of bytes that need to be read to get the basic information for a GIF file.
GIF_HEADER_1 - Static variable in class org.foray.graphic.factory.GIFFactory
One possible set of header bytes at the beginning of a GIF file.
GIF_HEADER_2 - Static variable in class org.foray.graphic.factory.GIFFactory
One possible set of header bytes at the beginning of a GIF file.
GIFFactory - Class in org.foray.graphic.factory
ImageReader object for GIF image type.
GIFFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.GIFFactory
Constructor.
GIFGraphic - Class in org.foray.graphic
Implementation of AbstractGraphic for GIF images, using Java native classes.
GIFGraphic(GraphicServer4a, URL, BufferedInputStream) - Constructor for class org.foray.graphic.GIFGraphic
Constructor.
glyphAvailable(int) - Method in class org.foray.font.Font4a
Reports on the availability of a glyph in this font, without regard to encoding issues.
glyphAvailable(int) - Method in class org.foray.font.FontUse4a
 
glyphAvailable(int) - Method in class org.foray.font.FSTrueTypeFont
 
glyphAvailable(int) - Method in class org.foray.font.FSType1Font
 
glyphAvailable(int) - Method in class org.foray.font.SystemFont
 
GlyphList4a - Class in org.foray.ps.encode
Class handling glyph-to-Unicode mappings.
GlyphList4a(String, String[], char[][], char[], short[]) - Constructor for class org.foray.ps.encode.GlyphList4a
Constructor.
GlyphListAGL - Class in org.foray.ps.encode
A hard-coded representation of the Adobe Glyph List (AGL), used for mapping glyph names to Unicode code points.
GlyphListAGL1 - Class in org.foray.ps.encode
This is a sister class to GlyphListAGL, and the data in this class logically belongs with GlyphListAGL, but has been moved to this class to avoid an internal size error.
GlyphListAGL2 - Class in org.foray.ps.encode
This is a sister class to GlyphListAGL, and the data in this class logically belongs with GlyphListAGL, but has been moved to this class to avoid an internal size error.
GlyphListAGL3 - Class in org.foray.ps.encode
This is a sister class to GlyphListAGL, and the data in this class logically belongs with GlyphListAGL, but has been moved to this class to avoid an internal size error.
GlyphListAGL4 - Class in org.foray.ps.encode
This is a sister class to GlyphListAGL, and the data in this class logically belongs with GlyphListAGL, but has been moved to this class to avoid an internal size error.
GlyphListParser - Class in org.foray.ps.encode
A GlyphListParser instance parses a glyph list, arranging its data for efficient use during processing.
GlyphListParser(InputStream) - Constructor for class org.foray.ps.encode.GlyphListParser
Create a new GlyphListParser instance.
GlyphListZapfDingbats - Class in org.foray.ps.encode
A hard-coded representation of the Zapg Dingbats glyph list, used for mapping glyph names to Unicode code points.
GlyphListZapfDingbats() - Constructor for class org.foray.ps.encode.GlyphListZapfDingbats
Private Constructor.
glyphUsed(int) - Method in class org.foray.font.Subset
Indicates whether a given glyph is in this subset.
GoToPageDialog - Class in org.foray.render.awt.viewer
Dialog box allowing the user to go to a different page.
GoToPageDialog(Frame, String, boolean, Translator) - Constructor for class org.foray.render.awt.viewer.GoToPageDialog
Constructor.
Gradient4a - Class in org.foray.common
Describes a radial or linear gradient.
Gradient4a(boolean, ColorSpace, List<Color>, List<Double>, List<Double>) - Constructor for class org.foray.common.Gradient4a
Constructor.
GRADS - Static variable in class org.foray.fotree.value.DtAngle
Constant indicating that the units in this angle are grads.
GRADS_PER_CIRCLE - Static variable in class org.foray.common.WKConstants
The number of grads in a circle, that is, 400.
Graphic4a - Class in org.foray.graphic
Abstract base class for graphics.
Graphic4a(GraphicServer4a, URL, BufferedInputStream) - Constructor for class org.foray.graphic.Graphic4a
Constructor.
GraphicFactory - Class in org.foray.graphic.factory
Base class for all Graphic factory classes.
GraphicFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.GraphicFactory
Constructor.
GraphicJava2d4a - Class in org.foray.graphic.output
Abstract superclass for all helper classes used to embed graphics in PostScript output.
GraphicJava2d4a() - Constructor for class org.foray.graphic.output.GraphicJava2d4a
Constructor.
GraphicJava2dFactory - Class in org.foray.graphic.output
Factory for creating instances of GraphicOutput for PostScript output.
GraphicJava2dFactory() - Constructor for class org.foray.graphic.output.GraphicJava2dFactory
Constructor.
GraphicLink4a - Class in org.foray.graphic
The FOray implementation of the GraphicLink interface.
GraphicLink4a(URI, Shape, boolean) - Constructor for class org.foray.graphic.GraphicLink4a
Constructor.
GraphicOutput4a - Class in org.foray.graphic.output
Abstract superclass for all FOray Graphic output helper classes.
GraphicOutput4a() - Constructor for class org.foray.graphic.output.GraphicOutput4a
Constructor.
GraphicOutputFactory - Class in org.foray.graphic.output
Abstract superclass for the FOray GraphicOutputFactory implementations.
GraphicOutputFactory() - Constructor for class org.foray.graphic.output.GraphicOutputFactory
Constructor.
graphicOutputFactoryAvailable(String) - Method in class org.foray.graphic.GraphicServer4a
Reports on the availability of GraphicOutputFactory instances by mime-type.
GraphicPdf4a - Class in org.foray.graphic.output
Abstract superclass for all helper classes used to embed graphics in PDF output.
GraphicPdf4a() - Constructor for class org.foray.graphic.output.GraphicPdf4a
Constructor.
GraphicPdfFactory - Class in org.foray.graphic.output
Factory for creating instances of GraphicOutput for PDF output.
GraphicPdfFactory() - Constructor for class org.foray.graphic.output.GraphicPdfFactory
Constructor.
GraphicPs4a - Class in org.foray.graphic.output
Abstract superclass for all helper classes used to embed graphics in PostScript output.
GraphicPs4a() - Constructor for class org.foray.graphic.output.GraphicPs4a
Constructor.
GraphicPsFactory - Class in org.foray.graphic.output
Factory for creating instances of GraphicOutput for PostScript output.
GraphicPsFactory() - Constructor for class org.foray.graphic.output.GraphicPsFactory
Constructor.
GraphicServer4a - Class in org.foray.graphic
create Graphic objects (with a configuration file - not yet implemented).
GraphicServer4a(Log) - Constructor for class org.foray.graphic.GraphicServer4a
Constructor.

H

handleGetObject(String) - Method in class org.foray.render.awt.viewer.SecureResourceBundle
 
handleLineBreakNonText(LineOutput, LineNonText, int) - Method in class org.foray.layout.LayoutStrategy
 
handleLineBreakText(LineOutput, LineText, int, int, int, boolean, boolean, boolean) - Method in class org.foray.layout.LayoutStrategy
 
Handler - Class in org.foray.common.url.classpath
Stream handler for URLs with the classpath protocol.
Handler() - Constructor for class org.foray.common.url.classpath.Handler
 
hasAnyContent() - Method in class org.foray.area.LineArea
 
hasChildren() - Method in class org.foray.common.AbstractOrderedTreeNode
 
hasChildren() - Method in interface org.foray.common.OrderedTreeNode
Reports whether this node has any children.
hasData() - Method in class org.foray.fotree.FOTreeBuilder
 
hasElementChildren() - Method in class org.foray.xml.dtd.DTDElement
Indicates whether this element's content model contains child elements.
hasElementChildren(String[]) - Static method in class org.foray.xml.dtd.DTDTokenizer
Indicates whether a set of tokens represents an element whose content model contains child elements.
hasFenceFollowing() - Method in class org.foray.area.Area
Indicates whether there is an absolute fence following this Area for purposes of stacking constraints.
hasFencePreceding() - Method in class org.foray.area.Area
Indicates whether there is an absolute fence preceding this Area for purposes of stacking constraints.
hasFlowNameSpecifier(String) - Method in class org.foray.fotree.fo.obj.FlowSourceList
Indicates whether this flow-source-list contains a flow-name-specifier whose flow-name-reference property is equal to a given value.
hasFontContent() - Method in class org.foray.font.config.RegisteredFont
Indicates whether this can return the content of the font.
hasFreeStandingFont() - Method in class org.foray.font.config.RegisteredFont
Indicates whether a FreeStandingFont manifestation of this registered font exists.
hashCode() - Method in class org.foray.common.i18n.Country4a
 
hashCode() - Method in class org.foray.common.i18n.Language4a
 
hashCode() - Method in class org.foray.common.i18n.Script4a
 
hasMoreComponents(int) - Static method in class org.foray.font.format.ttf.TTFTableGLYF
Indicates, from the flags, whether there are additional composite entries.
hasMoreElements() - Method in class org.foray.common.TernaryTreeMap.Iterator
 
hasNext() - Method in class org.foray.common.AbstractOrderedTreeNode.PostOrderDescendantIterator
 
hasNext() - Method in class org.foray.fotree.DescendantIterator
 
hasNext() - Method in class org.foray.linebreak.LineContentIterator4a
 
hasPCDATA() - Method in class org.foray.xml.dtd.DTDElement
Indicates whether this element's content model contains PCDATA.
hasPCDATA(String[]) - Static method in class org.foray.xml.dtd.DTDTokenizer
Indicates whether a set of tokens represents an element whose content model contains PCDATA.
hasRegion(String) - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
Indicates whether this page has a region matching a given flow name.
hasRegion(String) - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
hasSerifs() - Method in class org.foray.font.format.ttf.TTFTablePCLT
Indicates whether this font has serifs.
hasSystemFont() - Method in class org.foray.font.config.RegisteredFont
Indicates whether a SystemFont manifestation of this registered font exists.
hasUnfinishedSpans() - Method in class org.foray.pioneer.RowSpanMgr
Indicates whether any column has an unfinished vertical span.
hasUnresolvedRefId() - Method in class org.foray.area.AreaNode
Indicates whether this node is dependent on an unresolved "ref-id".
hasUnresolvedRefId() - Method in class org.foray.area.PageNumberCitationArea
 
hasUnresolvedRefId() - Method in class org.foray.area.PageNumberCitationLastArea
 
HEADER_SIZE - Static variable in class org.foray.font.format.ttf.TTFTableGLYF
The size, in bytes, of the header portion of this table.
height() - Method in class org.foray.common.ps.BoundingBox4a
 
HEIGHT_OFFSET - Static variable in class org.foray.graphic.JPEGGraphic
The offset, in bytes, to the height of the image.
heightContainingBlock() - Method in class org.foray.area.AreaNode
 
heightContainingBlock() - Method in class org.foray.pioneer.OverrideGraftingContext
 
HUNGARIAN - Static variable in class org.foray.common.i18n.Language4a
The Hungarian language.
HUNGARY - Static variable in class org.foray.common.i18n.Country4a
Hungary.
HUNGARY - Static variable in class org.foray.common.i18n.Orthography4a
The orthograpy for Hungary.
hyphenate(CharSequence, int, int, Orthography) - Method in class org.foray.hyphen.HyphenationConsumer4a
 
hyphenate(CharSequence, int, int, Orthography) - Method in class org.foray.hyphen.HyphenationServer4a
 
HYPHENATION_PUBLIC_ID - Static variable in class org.foray.common.AxslDtdUtil
The public id of the "hyphenation" DTD.
HyphenationConsumer4a - Class in org.foray.hyphen
FOray implementation of HyphenationConsumer.
HyphenationConsumer4a(HyphenationServer4a) - Constructor for class org.foray.hyphen.HyphenationConsumer4a
Constructor.
HyphenationServer4a - Class in org.foray.hyphen
This class is the main entry point to the hyphenation package.
HyphenationServer4a(Log, URL, URL) - Constructor for class org.foray.hyphen.HyphenationServer4a
Constructor.

I

ICC_HEADER_SIZE - Static variable in class org.foray.graphic.JPEGGraphic
The size, in bytes, of the ICC Header.
ICC_MARKER - Static variable in class org.foray.graphic.JPEGGraphic
Byte value indicating an ICC Marker.
ICC_MARKER_SIZE - Static variable in class org.foray.graphic.JPEGGraphic
The size, in bytes, of the ICC Marker.
IconToolBar - Class in org.foray.render.awt.viewer
The icon toolbar for the Viewer.
IconToolBar() - Constructor for class org.foray.render.awt.viewer.IconToolBar
 
IDENTITY_ELEMENTS - Static variable in class org.foray.ps.PsMatrix
The non-zero elements of an identity array.
identMatrix(PsMatrix) - Static method in class org.foray.ps.PsMatrix
Create an ident matrix.
ignorableWhitespace(char[], int, int) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
ignorableWhitespace(char[], int, int) - Method in class org.foray.xml.FOrayPretty
 
ignoreAtEnd(CharSequence, int, int, boolean, WhiteSpaceTreatment) - Static method in class org.foray.area.TextArea
Computes the number of characters that should be ignored at the end of this text-area.
ignoreAtStart(CharSequence, int, int, boolean, WhiteSpaceTreatment) - Static method in class org.foray.area.TextArea
Computes the number of characters that should be ignored at the start of this text-area.
ignoreKeeps() - Method in class org.foray.pioneer.RowSpanMgr
Helper method to prevent infinite loops if keeps or spans are not fitting on a page.
incrementAnteriorSpace(int) - Method in class org.foray.area.AreaFlexible
Change the anteriorSpace for this Area by incrementAmount.
incrementBeforeFloatDimension(int) - Method in class org.foray.area.RegionRABody
Increments or decrements the size of the before-float reference area.
incrementCount() - Method in class org.foray.pdf.object.PDFPages
Increment the count of /Page objects.
incrementFootnoteDimension(int) - Method in class org.foray.area.RegionRABody
Increments or decrements the size of the footnote reference area.
incrementPageCount() - Method in class org.foray.area.PageCollection
Increases the page count by 1.
incrementParentPD(int) - Method in class org.foray.area.AreaFlexible
Increments the parent's PD based on a change in this's.
incrementProgressionDimension(int) - Method in class org.foray.area.AbstractInlineArea
 
incrementProgressionDimension(int) - Method in class org.foray.area.AbstractTablePartContainer
 
incrementProgressionDimension(int) - Method in class org.foray.area.Area
Change the progression-dimension used by this Area.
incrementProgressionDimension(int) - Method in class org.foray.area.AreaFixed
 
incrementProgressionDimension(int) - Method in class org.foray.area.BeforeFloatRA
 
incrementProgressionDimension(int) - Method in class org.foray.area.BlockContainerRA
 
incrementProgressionDimension(int) - Method in class org.foray.area.FootnoteRA
 
incrementProgressionDimension(int) - Method in class org.foray.area.LineArea
 
incrementProgressionDimension(int) - Method in class org.foray.area.ListBlockArea
 
incrementProgressionDimension(int) - Method in class org.foray.area.ListItemArea
 
incrementProgressionDimension(int) - Method in class org.foray.area.NormalBlockArea
 
incrementProgressionDimension(int) - Method in class org.foray.area.NormalFlowRA
 
incrementProgressionDimension(int) - Method in class org.foray.area.SpanRA
 
incrementProgressionDimension(int) - Method in class org.foray.area.TableCellRA
 
incrementProgressionDimension(int) - Method in class org.foray.area.TableRA
 
incrementProgressionDimension(int) - Method in class org.foray.area.TableRowContainer
 
INDEX_TO_LOC_FORMAT_OFFSET - Static variable in class org.foray.font.format.ttf.TTFTableHEAD
Constant for the "indexToLocFormat" entry in this table.
INDEXED - Static variable in class org.foray.ps.PsColorSpace
Constant indicating the special "indexed" colorspace.
IndexKeyReference - Class in org.foray.fotree.fo.obj
An "index-key-reference" object in XSL-FO.
IndexKeyReference(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.IndexKeyReference
Constructor.
indexOf(byte, int) - Method in class org.foray.common.ByteVectorPacked
Returns the index of the first occurrence of a specified value in the vector.
indexOfSortedCharArray(char[], char, int, int) - Static method in class org.foray.common.StringUtil
Efficiently finds the index within charArray, if any, that matches inputChar.
IndexPageCitationList - Class in org.foray.fotree.fo.obj
An "index-page-citation-list" object in XSL-FO.
IndexPageCitationList(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.IndexPageCitationList
Constructor.
IndexPageCitationListArea - Class in org.foray.area
A normal inline-area generated by the fo:index-page-citation-list object.
IndexPageCitationListSeparator - Class in org.foray.fotree.fo.obj
An "index-page-citation-list-separator" object in XSL-FO.
IndexPageCitationListSeparator(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.IndexPageCitationListSeparator
Constructor.
IndexPageCitationRangeSeparator - Class in org.foray.fotree.fo.obj
An "index-page-citation-range-separator" object in XSL-FO.
IndexPageCitationRangeSeparator(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.IndexPageCitationRangeSeparator
Constructor.
IndexPageNumberPrefix - Class in org.foray.fotree.fo.obj
An "index-page-number-prefix" object in XSL-FO.
IndexPageNumberPrefix(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.IndexPageNumberPrefix
Constructor.
IndexPageNumberSuffix - Class in org.foray.fotree.fo.obj
An "index-page-number-suffix" object in XSL-FO.
IndexPageNumberSuffix(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.IndexPageNumberSuffix
Constructor.
IndexRangeBegin - Class in org.foray.fotree.fo.obj
An "index-range-begin" object in XSL-FO.
IndexRangeBegin(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.IndexRangeBegin
Constructor.
IndexRangeEnd - Class in org.foray.fotree.fo.obj
An "index-range-end" object in XSL-FO.
IndexRangeEnd(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.IndexRangeEnd
Constructor.
INHERITED_PROPERTY_VALUE - Static variable in class org.foray.fotree.value.Function
Constant indicating the "inheritied-property-value" function.
init() - Method in class org.foray.pdf.object.PDFEncryption
Initializes the encryption algorithms and values.
INITIAL_FONT_SIZE - Static variable in class org.foray.font.SystemFont
Standard initial font size used for metric measurements, until the font size is adjusted.
INITIAL_HORIZONTAL_SCALING - Static variable in class org.foray.pdf.PDFGraphicsState
Constant for the initial horizontal scaling percentage, that is 100%.
initializeAnteriorSpace() - Method in class org.foray.area.AreaFlexible
Computes the initial value of anteriorSpace for this Area.
initializeAnteriorSpace() - Method in class org.foray.area.LineArea
 
initialPageNumberSetExplicitly() - Method in class org.foray.fotree.FObj
 
InitialPropertySet - Class in org.foray.fotree.fo.obj
An "initial-property-set" object in XSL-FO.
InitialPropertySet(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.InitialPropertySet
Constructor.
Inline - Class in org.foray.fotree.fo.obj
An "inline" object in XSL-FO.
Inline(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Inline
Constructor.
InlineArea - Class in org.foray.area
Areas generated by the fo:inline object.
InlineContainer - Class in org.foray.fotree.fo.obj
An "inline-container" object in XSL-FO.
InlineContainer(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.InlineContainer
Constructor.
InlineContainerArea - Class in org.foray.area
Areas generated by the fo:inline-container object.
inlineCountry() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Returns the country code for this node.
inlineCountry() - Method in class org.foray.fotree.fo.obj.Character
Returns the country code for this node.
inlineFauxSmallCapsFontSize() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineFauxSmallCapsFontSize(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineFauxSmallCapsFontSize() - Method in class org.foray.fotree.fo.obj.Character
 
inlineFauxSmallCapsFontSize(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineFauxSmallCapsFontSize() - Method in class org.foray.fotree.FOLineText
 
inlineFauxSmallCapsFontSize(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineFontOptions() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineFontOptions() - Method in class org.foray.fotree.fo.obj.Character
 
inlineFontOptions() - Method in class org.foray.fotree.FOLineText
 
inlineFontSize() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineFontSize(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineFontSize() - Method in class org.foray.fotree.fo.obj.Character
 
inlineFontSize(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineFontSize() - Method in class org.foray.fotree.FOLineText
 
inlineFontSize(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineHyphenate() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineHyphenate(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineHyphenate() - Method in class org.foray.fotree.fo.obj.Character
 
inlineHyphenate(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineHyphenate() - Method in class org.foray.fotree.FOLineText
 
inlineHyphenate(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineHyphenationCharacter() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineHyphenationCharacter(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineHyphenationCharacter() - Method in class org.foray.fotree.fo.obj.Character
 
inlineHyphenationCharacter(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineHyphenationCharacter() - Method in class org.foray.fotree.FOLineText
 
inlineHyphenationCharacter(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineHyphenationPushCount() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineHyphenationPushCount(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineHyphenationPushCount() - Method in class org.foray.fotree.fo.obj.Character
 
inlineHyphenationPushCount(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineHyphenationPushCount() - Method in class org.foray.fotree.FOLineText
 
inlineHyphenationPushCount(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineHyphenationRemainCount() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineHyphenationRemainCount(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineHyphenationRemainCount() - Method in class org.foray.fotree.fo.obj.Character
 
inlineHyphenationRemainCount(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineHyphenationRemainCount() - Method in class org.foray.fotree.FOLineText
 
inlineHyphenationRemainCount(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineIsFauxSmallCaps() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineIsFauxSmallCaps(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineIsFauxSmallCaps() - Method in class org.foray.fotree.fo.obj.Character
 
inlineIsFauxSmallCaps(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineIsFauxSmallCaps() - Method in class org.foray.fotree.FOLineText
 
inlineIsFauxSmallCaps(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineLanguage() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Returns the language code for this node.
inlineLanguage() - Method in class org.foray.fotree.fo.obj.Character
Returns the language code for this node.
inlineLetterSpacingOptimum() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineLetterSpacingOptimum(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineLetterSpacingOptimum() - Method in class org.foray.fotree.fo.obj.Character
 
inlineLetterSpacingOptimum(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineLetterSpacingOptimum() - Method in class org.foray.fotree.FOLineText
 
inlineLetterSpacingOptimum(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineOrthography() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineOrthography() - Method in class org.foray.fotree.fo.obj.Character
 
inlineOrthography() - Method in class org.foray.fotree.FOLineText
 
InlinePL - Class in org.foray.pioneer
Pioneer Layout for a Inline.
InlinePL(Inline, PioneerLS) - Constructor for class org.foray.pioneer.InlinePL
Constructor.
inlinePrimaryFont() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlinePrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlinePrimaryFont() - Method in class org.foray.fotree.fo.obj.Character
 
inlinePrimaryFont(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlinePrimaryFont() - Method in class org.foray.fotree.FOLineText
 
inlinePrimaryFont(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineSecondaryFont(char) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineSecondaryFont(FoContext, char) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineSecondaryFont(char) - Method in class org.foray.fotree.fo.obj.Character
 
inlineSecondaryFont(FoContext, char) - Method in class org.foray.fotree.fo.obj.Character
 
inlineSecondaryFont(char) - Method in class org.foray.fotree.FOLineText
 
inlineSecondaryFont(FoContext, char) - Method in class org.foray.fotree.FOLineText
 
inlineSizeMaximum(int) - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
inlineSizeMaximum(FoContext, int) - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
inlineSizeMaximum(int) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
inlineSizeMaximum(FoContext, int) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
inlineSizeMaximum(int) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
inlineSizeMaximum(FoContext, int) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
inlineSizeMaximum(int) - Method in class org.foray.fotree.fo.obj.Leader
 
inlineSizeMaximum(FoContext, int) - Method in class org.foray.fotree.fo.obj.Leader
 
inlineSizeMaximum(int) - Method in class org.foray.fotree.FOLineNonText
 
inlineSizeMaximum(FoContext, int) - Method in class org.foray.fotree.FOLineNonText
 
inlineSizeMinimum(int) - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
inlineSizeMinimum(FoContext, int) - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
inlineSizeMinimum(int) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
inlineSizeMinimum(FoContext, int) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
inlineSizeMinimum(int) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
inlineSizeMinimum(FoContext, int) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
inlineSizeMinimum(int) - Method in class org.foray.fotree.fo.obj.Leader
 
inlineSizeMinimum(FoContext, int) - Method in class org.foray.fotree.fo.obj.Leader
 
inlineSizeMinimum(int) - Method in class org.foray.fotree.FOLineNonText
 
inlineSizeMinimum(FoContext, int) - Method in class org.foray.fotree.FOLineNonText
 
inlineSizeOptimum(int) - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
inlineSizeOptimum(FoContext, int) - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
inlineSizeOptimum(int) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
inlineSizeOptimum(FoContext, int) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
inlineSizeOptimum(int) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
inlineSizeOptimum(FoContext, int) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
inlineSizeOptimum(int) - Method in class org.foray.fotree.fo.obj.Leader
 
inlineSizeOptimum(FoContext, int) - Method in class org.foray.fotree.fo.obj.Leader
 
inlineSizeOptimum(int) - Method in class org.foray.fotree.FOLineNonText
 
inlineSizeOptimum(FoContext, int) - Method in class org.foray.fotree.FOLineNonText
 
inlineText() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineText(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineText() - Method in class org.foray.fotree.fo.obj.Character
 
inlineText(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineText() - Method in class org.foray.fotree.FOLineText
 
inlineText(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineWordSpacingOptimum() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineWordSpacingOptimum(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineWordSpacingOptimum() - Method in class org.foray.fotree.fo.obj.Character
 
inlineWordSpacingOptimum(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineWordSpacingOptimum() - Method in class org.foray.fotree.FOLineText
 
inlineWordSpacingOptimum(FoContext) - Method in class org.foray.fotree.FOLineText
 
inlineWrapOption() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineWrapOption(FoContext) - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
inlineWrapOption() - Method in class org.foray.fotree.fo.obj.Character
 
inlineWrapOption(FoContext) - Method in class org.foray.fotree.fo.obj.Character
 
inlineWrapOption() - Method in class org.foray.fotree.FOLineText
 
inlineWrapOption(FoContext) - Method in class org.foray.fotree.FOLineText
 
INPUT_FO - Static variable in class org.foray.app.CommandLineOptions
Constant indicating that the input is XSL-FO.
INPUT_NOT_SET - Static variable in class org.foray.app.CommandLineOptions
Constant indicating that the input mode has not been set.
INPUT_XSLT - Static variable in class org.foray.app.CommandLineOptions
Constant indicating that the input is XML + XSLT.
instantiateGraphicsNode() - Method in class org.foray.graphic.batik.PDFAElementBridge
Creates a CompositeGraphicsNode.
InstreamForeignObject - Class in org.foray.fotree.fo.obj
An "instream-foreign-object" object in XSL-FO.
InstreamForeignObject(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.InstreamForeignObject
Constructor.
InstreamForeignObjectPL - Class in org.foray.pioneer
Pioneer Layout for InstreamForeignObject.
InstreamForeignObjectPL(InstreamForeignObject, PioneerLS) - Constructor for class org.foray.pioneer.InstreamForeignObjectPL
Constructor.
InstreamMathElement - Class in org.foray.fotree.math.obj
The content of an instream Math (MathML) document.
InstreamMathElement(InstreamForeignObject, PropertyListUnparsed) - Constructor for class org.foray.fotree.math.obj.InstreamMathElement
Constructor.
InstreamSvgElement - Class in org.foray.fotree.svg.obj
The content of an inline SVG document.
InstreamSvgElement(InstreamForeignObject, PropertyListUnparsed) - Constructor for class org.foray.fotree.svg.obj.InstreamSvgElement
Constructor.
IntArrayBuilder - Class in org.foray.common.util
A resizable collection of primitive Integer.TYPE, a subset of what is available in StringBuilder, but with ints instead of chars.
IntArrayBuilder(int) - Constructor for class org.foray.common.util.IntArrayBuilder
Constructor.
intAt(int) - Method in class org.foray.common.util.IntArrayBuilder
 
Interword4a - Class in org.foray.hyphen
FOray implementation of {link Interword}.
Interword4a(CharSequence) - Constructor for class org.foray.hyphen.Interword4a
Constructor.
intrinsicContentDimension(FObjScaled, FoContext) - Method in class org.foray.fotree.fo.prop.AbstractContentDimension
Returns either the intrinsic height or intrinsic width of the graphic, depending on the subclass.
intrinsicContentDimension(FObjScaled, FoContext) - Method in class org.foray.fotree.fo.prop.PdContentHeight
 
intrinsicContentDimension(FObjScaled, FoContext) - Method in class org.foray.fotree.fo.prop.PdContentWidth
 
intrinsicContentHeight(FoContext) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
intrinsicContentHeight(FoContext) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
intrinsicContentHeight(FoContext) - Method in class org.foray.fotree.FObjScaled
Returns the height of the content.
intrinsicContentHeight() - Method in class org.foray.fotree.ForeignXML
Returns the intrinsic content height of the foreign XML item.
intrinsicContentHeight() - Method in class org.foray.fotree.math.obj.InstreamMathElement
 
intrinsicContentHeight() - Method in class org.foray.fotree.svg.obj.InstreamSvgElement
 
intrinsicContentWidth(FoContext) - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
intrinsicContentWidth(FoContext) - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
intrinsicContentWidth(FoContext) - Method in class org.foray.fotree.FObjScaled
Returns the width of the content.
intrinsicContentWidth() - Method in class org.foray.fotree.ForeignXML
Returns the intrinsic content width of the foreign XML item.
intrinsicContentWidth() - Method in class org.foray.fotree.math.obj.InstreamMathElement
 
intrinsicContentWidth() - Method in class org.foray.fotree.svg.obj.InstreamSvgElement
 
intToFloat(int) - Static method in class org.foray.pdf.object.PDFColor
Converts an integral color component in the range 0 thru 255 to a float color component in the range 0 thru 1.
intValue() - Method in class org.foray.ps.PsInteger
Returns the integer value of this instance.
INVALID_PDF_DOC_ENCODING - Static variable in class org.foray.pdf.object.PDFTextString
This char is returned when a Unicode character cannot be encoded using the PDFDocEncoding.
INVALID_UNICODE_CHARACTER - Static variable in class org.foray.common.WKConstants
Constant defining an invalid character value.
invalidMessage() - Method in class org.foray.font.config.ConfiguredFont
Returns null if this configured font is valid, or a message indicating why it is not valid.
invalidPageReference(String) - Method in class org.foray.fotree.FObj
Creates a suitable exception or warning if an object references a non-existent page.
invalidParameters() - Method in class org.foray.fotree.value.Function
Throws an exception indicating that the parameters are invalid.
invalidPropertyName(String) - Static method in class org.foray.fotree.Property
Returns an exception indicating that the passed property name is not valid.
inverseDeltaTransform(Dimension2D) - Method in class org.foray.ps.PsMatrix
Performs an inverse delta transform on a distance vector based on this matrix.
inverseTransform(Point2D) - Method in class org.foray.ps.PsMatrix
Performs an inverse transform on a point based on this matrix.
ioErrorFound() - Method in class org.foray.graphic.batik.PDFGraphics2D
Indicates whether any I/O errors were found while writing to the output stream.
IOUtil - Class in org.foray.common
I/O utilities.
ipdAncestorBlockArea() - Method in class org.foray.area.AreaNode
 
ipdAncestorBlockArea() - Method in class org.foray.pioneer.OverrideGraftingContext
 
ipdAncestorBlockOrRa() - Method in class org.foray.area.AreaNode
 
ipdAncestorBlockOrRa() - Method in class org.foray.pioneer.OverrideGraftingContext
 
ipdContainingRefArea() - Method in class org.foray.area.AreaNode
 
ipdContainingRefArea() - Method in class org.foray.pioneer.OverrideGraftingContext
 
ipdParentArea() - Method in class org.foray.area.AreaNode
 
ipdParentArea() - Method in class org.foray.pioneer.OverrideGraftingContext
 
IS_FIXED_PITCH_KEY - Static variable in class org.foray.ps.type1.PsFontInfoDictionary4a
Key to the "isFixedPitch" entry.
isAbsolutelyPositioned() - Method in class org.foray.area.AbstractInlineArea
 
isAbsolutelyPositioned() - Method in class org.foray.area.AbstractTablePartContainer
 
isAbsolutelyPositioned() - Method in class org.foray.area.Area
Indicates whether this Area is positioned absolutely or relatively.
isAbsolutelyPositioned() - Method in class org.foray.area.AreaFixed
 
isAbsolutelyPositioned() - Method in class org.foray.area.BlockArea
 
isAbsolutelyPositioned() - Method in class org.foray.area.BlockContainerRA
 
isAbsolutelyPositioned() - Method in class org.foray.area.ListBlockArea
 
isAbsolutelyPositioned() - Method in class org.foray.area.ListItemArea
 
isAbsolutelyPositioned() - Method in class org.foray.area.NormalFlowRA
 
isAbsolutelyPositioned() - Method in class org.foray.area.SpanRA
 
isAbsolutelyPositioned() - Method in class org.foray.area.TableCellRA
 
isAbsolutelyPositioned() - Method in class org.foray.area.TableRA
 
isAbsolutelyPositioned() - Method in class org.foray.area.TableRowContainer
 
isAllWhiteSpace() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Indicates whether this text item is all whitespace.
isAllWhiteSpace() - Method in class org.foray.fotree.fo.obj.CharacterSequence4a
 
isAllWhiteSpace() - Method in class org.foray.fotree.fo.obj.FoWordSequence
 
isAlphabetic(byte) - Static method in class org.foray.ps.PsNumber
Tests whether the input byte is alphabetic (A-Z and a-z).
isAnchor() - Method in enum org.foray.area.AreaClass
Indicates whether the Area is an anchor area.
isApplied() - Method in class org.foray.ps.filter.PsDecodeFilter4a
Indicates whether this filter has already been applied to the input.
isApplied() - Method in class org.foray.ps.filter.PsEncodeFilter4a
Indicates whether this filter has already been applied to the input.
isASCIIHex(int) - Static method in class org.foray.common.StringUtil
Reports whether an input character is a valid hexadecimal character.
isAsciiHex() - Method in class org.foray.font.format.type1.Type1FontParser
Indicates whether this is a PFA file (true) or PFB (false).
isAsciiHex() - Method in class org.foray.font.format.type1.Type1FontParserPFA
 
isAsciiHex() - Method in class org.foray.font.format.type1.Type1FontParserPFB
 
isAsciiHexWhitespace(byte) - Static method in class org.foray.ps.filter.AsciiHexEncodeFilter
Indicates whether a given byte should be treated as whitespace in ASCII Hex content.
isAttachedLeadingPunctuation(int) - Static method in class org.foray.common.util.CharacterUtils
Indicates whether a given char is an attached leading punctuation mark or not.
isAttachedTrailingPunctuation(int) - Static method in class org.foray.common.util.CharacterUtils
Indicates whether a given char is an attached trailing punctuation mark or not.
isAuto(FObj) - Method in class org.foray.fotree.fo.prop.AbstractRelativeDimension
Indicates whether this property's value is "auto".
isAutoRotateLandscape() - Method in class org.foray.render.ps.PSRenderer
Indicates whether auto-rotate landscape is active.
isBalanced() - Method in class org.foray.area.SpanRA
Indicates whether this span area has been balanced.
isBalancingRequired(Fo) - Method in class org.foray.area.MainRA
This almost does what getNewArea() does, without actually returning an area.
isBaseChar(char) - Static method in class org.foray.common.XMLCharacter
Indicates whether a given char is a "base" character as defined in the XML specification.
isBlack() - Method in class org.foray.pdf.object.PDFColor
Indicates whether this color is black.
isBlank() - Method in class org.foray.area.PageRA
Indicates whether this page is a blank page or not.
isBlockArea() - Method in class org.foray.area.AbstractInlineArea
 
isBlockArea() - Method in class org.foray.area.Area
Indicates whether this Area is a block area.
isBlockLevelFo() - Method in class org.foray.fotree.fo.obj.Block
 
isBlockLevelFo() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
isBlockLevelFo() - Method in class org.foray.fotree.FObj
 
isBorderStyle(FoValue) - Static method in class org.foray.fotree.value.DtBorderStyle
Indicates whether a given property value qualifies as a border-style property.
isBorderWidth(PropertyValue) - Static method in class org.foray.fotree.value.DtBorderWidth
Indicates whether a given property value qualifies as a border-width property.
isCombiningChar(char) - Static method in class org.foray.common.XMLCharacter
Indicates whether a given char is a "combining" character as defined in the XML specification.
isComparable(PsObject) - Method in class org.foray.ps.PsArray
 
isComparable(PsObject) - Method in class org.foray.ps.PsArrayExecuting
 
isComparable(PsObject) - Method in class org.foray.ps.PsBoolean
 
isComparable(PsObject) - Method in class org.foray.ps.PsDictionary
 
isComparable(PsObject) - Method in class org.foray.ps.PsFile
 
isComparable(PsObject) - Method in class org.foray.ps.PsFontId
 
isComparable(PsObject) - Method in class org.foray.ps.PsGraphicsState
 
isComparable(PsObject) - Method in class org.foray.ps.PsMark
 
isComparable(PsObject) - Method in class org.foray.ps.PsName
 
isComparable(PsObject) - Method in class org.foray.ps.PsNull
 
isComparable(PsObject) - Method in class org.foray.ps.PsNumber
 
isComparable(PsObject) - Method in interface org.foray.ps.PsObject
Test the comparability of two PSObjects.
isComparable(PsObject) - Method in enum org.foray.ps.PsOperator
 
isComparable(PsObject) - Method in class org.foray.ps.PsString
 
isComposite() - Method in class org.foray.graphic.batik.PDFAElementBridge
Always returns true, because the "a" element is a container.
isComposite() - Method in class org.foray.ps.PsArray
 
isComposite() - Method in class org.foray.ps.PsArrayExecuting
 
isComposite() - Method in class org.foray.ps.PsBoolean
 
isComposite() - Method in class org.foray.ps.PsDictionary
 
isComposite() - Method in class org.foray.ps.PsFile
 
isComposite() - Method in class org.foray.ps.PsFontId
 
isComposite() - Method in class org.foray.ps.PsGraphicsState
 
isComposite() - Method in class org.foray.ps.PsInteger
 
isComposite() - Method in class org.foray.ps.PsMark
 
isComposite() - Method in class org.foray.ps.PsName
 
isComposite() - Method in class org.foray.ps.PsNull
 
isComposite() - Method in interface org.foray.ps.PsObject
The method should be overridden by composite objects.
isComposite() - Method in enum org.foray.ps.PsOperator
 
isComposite() - Method in class org.foray.ps.PsReal
 
isComposite() - Method in class org.foray.ps.PsString
 
isContentBlock() - Method in class org.foray.fotree.axsl.obj.Metadata
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.BasicLink
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Block
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Bookmark
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Character
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Declarations
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Float
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Flow
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.FlowMap
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.FolioPrefix
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.FolioSuffix
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Footnote
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.IndexPageCitationListSeparator
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.IndexPageCitationRangeSeparator
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.IndexPageNumberPrefix
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.IndexPageNumberSuffix
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Inline
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Leader
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ListBlock
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ListItem
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Marker
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.MultiCase
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.PageSequence
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Region
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Root
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.StaticContent
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Table
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.TableCaption
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.TableCell
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.TableColumn
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.TableRow
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Title
 
isContentBlock() - Method in class org.foray.fotree.fo.obj.Wrapper
 
isContentBlock() - Method in class org.foray.fotree.FObj
Reports whether the object fits the %block parameter entity described in XSL-FO Std 1.0, Section 6.2.
isContentBlock() - Method in class org.foray.fotree.ForeignXML
 
isContentHeightDependent(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Indicates whether the content-height is a known value or is dependent on the viewport dimensions.
isContentHeightDependentOnPd(FoContext) - Method in class org.foray.fotree.FObj
Indicates whether the content-height is a known value or is dependent on the viewport dimensions.
isContentInline() - Method in class org.foray.fotree.axsl.obj.Metadata
 
isContentInline() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
isContentInline() - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
isContentInline() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
isContentInline() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
isContentInline() - Method in class org.foray.fotree.fo.obj.BasicLink
 
isContentInline() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Block
 
isContentInline() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Bookmark
 
isContentInline() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
isContentInline() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Character
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Declarations
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Float
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Flow
 
isContentInline() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
isContentInline() - Method in class org.foray.fotree.fo.obj.FlowMap
 
isContentInline() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
isContentInline() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
isContentInline() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
isContentInline() - Method in class org.foray.fotree.fo.obj.FolioPrefix
 
isContentInline() - Method in class org.foray.fotree.fo.obj.FolioSuffix
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Footnote
 
isContentInline() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
isContentInline() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
isContentInline() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
isContentInline() - Method in class org.foray.fotree.fo.obj.IndexPageCitationListSeparator
 
isContentInline() - Method in class org.foray.fotree.fo.obj.IndexPageCitationRangeSeparator
 
isContentInline() - Method in class org.foray.fotree.fo.obj.IndexPageNumberPrefix
 
isContentInline() - Method in class org.foray.fotree.fo.obj.IndexPageNumberSuffix
 
isContentInline() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
isContentInline() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
isContentInline() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Inline
 
isContentInline() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
isContentInline() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
isContentInline() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Leader
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ListBlock
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ListItem
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Marker
 
isContentInline() - Method in class org.foray.fotree.fo.obj.MultiCase
 
isContentInline() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
isContentInline() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
isContentInline() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
isContentInline() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
isContentInline() - Method in class org.foray.fotree.fo.obj.PageSequence
 
isContentInline() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
isContentInline() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Region
 
isContentInline() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
isContentInline() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
isContentInline() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Root
 
isContentInline() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
isContentInline() - Method in class org.foray.fotree.fo.obj.StaticContent
 
isContentInline() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Table
 
isContentInline() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
isContentInline() - Method in class org.foray.fotree.fo.obj.TableCaption
 
isContentInline() - Method in class org.foray.fotree.fo.obj.TableCell
 
isContentInline() - Method in class org.foray.fotree.fo.obj.TableColumn
 
isContentInline() - Method in class org.foray.fotree.fo.obj.TableRow
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Title
 
isContentInline() - Method in class org.foray.fotree.fo.obj.Wrapper
 
isContentInline() - Method in class org.foray.fotree.FObj
Reports whether the object fits the %inline parameter entity described in XSL-FO Std 1.0, Section 6.2.
isContentInline() - Method in class org.foray.fotree.ForeignXML
 
isContentPcdata() - Method in class org.foray.fotree.axsl.obj.Metadata
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.BasicLink
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Block
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Bookmark
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Character
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Declarations
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Float
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Flow
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.FlowMap
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.FolioPrefix
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.FolioSuffix
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Footnote
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.IndexPageCitationListSeparator
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.IndexPageCitationRangeSeparator
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.IndexPageNumberPrefix
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.IndexPageNumberSuffix
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Inline
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Leader
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ListBlock
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ListItem
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Marker
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.MultiCase
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.PageSequence
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Region
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Root
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.StaticContent
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Table
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.TableCaption
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.TableCell
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.TableColumn
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.TableRow
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Title
 
isContentPcdata() - Method in class org.foray.fotree.fo.obj.Wrapper
 
isContentPcdata() - Method in class org.foray.fotree.FObj
Reports whether the object fits the #PCDATA content type in XSL-FO Std 1.0, Section 6.2.
isContentPcdata() - Method in class org.foray.fotree.ForeignXML
 
isContentWidthDependent(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Indicates whether the content-width is a known value or is dependent on the viewport dimensions.
isContentWidthDependentOnPd(FoContext) - Method in class org.foray.fotree.FObj
Indicates whether the content-width is a known value or is dependent on the viewport dimensions.
isContextSet() - Method in exception org.foray.core.FOrayException
Indicates whether a context message exists for this exception.
isDetachablePunctuation(int) - Static method in class org.foray.common.util.CharacterUtils
Indicates whether a given char is a punctuation mark or not.
isDetachedPunctuation(int) - Static method in class org.foray.common.util.CharacterUtils
Indicates whether a given char is a punctuation mark or not.
isDigit(char) - Static method in class org.foray.common.XMLCharacter
Indicates whether a given char is a "digit" character as defined in the XML specification.
isDirectory(URL) - Static method in class org.foray.common.url.URLUtil
Indicates whether a given URL references a directory.
isElementContentEmpty(String[]) - Static method in class org.foray.xml.dtd.DTDTokenizer
Indicates whether a set of tokens represents an element whose content model is empty.
isElementDelimiter(int) - Static method in class org.foray.xml.dtd.DTDTokenizer
Indicates whether a given character is an element delimiter.
isEmbeddable() - Method in class org.foray.font.Font4a
 
isEmbeddable() - Method in class org.foray.font.format.ttf.TrueTypeFont
Indicates whether this font grants permission for it to be embedded.
isEmbeddable() - Method in class org.foray.font.format.ttf.TTFTableOS2
Indicates whether this font is embeddable.
isEmbeddable() - Method in class org.foray.font.FreeStandingFont
Tells the client application whether this font can be embedded or not.
isEmbeddable() - Method in class org.foray.font.SystemFont
 
isEmbedding() - Method in class org.foray.font.config.RegisteredFont
Indicates whether this font should be embedded.
isEmpty() - Method in class org.foray.font.format.Kerning
Indicates whether there is any kerning information.
isEmpty() - Method in class org.foray.pdf.object.PDFInfo
Indicates whether this item has any content.
isEmpty() - Method in class org.foray.pdf.object.PDFString
Indicates whether this string has any content or not.
isEmpty() - Method in class org.foray.pdf.object.PDFTextString
Indicates whether this String has any content.
isEmpty() - Method in class org.foray.ps.PsPath
Indicates whether this path has any elements in it.
isEmpty() - Method in class org.foray.xml.dtd.DTDElement
Indicates whether this element's content model is empty.
isEmpty() - Method in class org.foray.xml.dtd.ElementStack
Indicates whether the stack is empty.
isEntityReference(char) - Static method in class org.foray.common.XMLCharacter
Indicates whether the input is one of the five predefined XML entity references.
isExecutable() - Method in class org.foray.ps.PsArray
 
isExecutable() - Method in class org.foray.ps.PsArrayExecuting
 
isExecutable() - Method in class org.foray.ps.PsBoolean
 
isExecutable() - Method in class org.foray.ps.PsDictionary
 
isExecutable() - Method in class org.foray.ps.PsFile
 
isExecutable() - Method in class org.foray.ps.PsFontId
 
isExecutable() - Method in class org.foray.ps.PsGraphicsState
 
isExecutable() - Method in class org.foray.ps.PsInteger
 
isExecutable() - Method in class org.foray.ps.PsMark
 
isExecutable() - Method in class org.foray.ps.PsName
 
isExecutable() - Method in class org.foray.ps.PsNull
 
isExecutable() - Method in interface org.foray.ps.PsObject
Indicates whether this object is executable.
isExecutable() - Method in enum org.foray.ps.PsOperator
 
isExecutable() - Method in class org.foray.ps.PsReal
 
isExecutable() - Method in class org.foray.ps.PsString
 
isExtender(char) - Static method in class org.foray.common.XMLCharacter
Indicates whether a given char is an "extender" character as defined in the XML specification.
isExternal() - Method in class org.foray.graphic.GraphicLink4a
Indicates whether this link is external.
isFeatureActive(String) - Method in class org.foray.common.FontOptions4a
 
isFirst() - Method in class org.foray.area.AreaNode
 
isFirst() - Method in class org.foray.pioneer.OverrideGraftingContext
 
isFirstChildOfGeneratedBy() - Method in class org.foray.area.AreaNode
 
isFirstChildOfParent() - Method in class org.foray.area.Area
Indicates whether this area is its parent's first child.
isFirstGeneratedBy(AreaNode) - Method in class org.foray.area.FOLinkageNormal
Indicates whether a given area is the first one generated by this linkage.
isFirstLeafOnLine() - Method in class org.foray.area.AbstractInlineArea
Indicates whether this area is the first leaf area on the ancestor line.
isFirstLineAreaInBlock() - Method in class org.foray.area.LineArea
Indicates whether this is the first line-area generated by the parent block.
isFixedLayout() - Method in class org.foray.fotree.fo.obj.Table
 
isFixedPitch() - Method in class org.foray.font.format.ttf.TTFTablePOST
Indicates whether this font is fixed pitch or proportional.
isFixedPitch() - Method in class org.foray.font.format.type1.Type1Metrics
Tells whether the font is fixed pitch.
isFixedPitch() - Method in class org.foray.ps.type1.PsFontInfoDictionary4a
 
isFlagged() - Method in class org.foray.linebreak.LbPenalty4a
 
isGeneratedByBlockLevelFo() - Method in class org.foray.area.AreaNode
Indicates whether this Area was generated by a block-level FO.
isGraphicalEnvironment() - Static method in class org.foray.common.Environment
Determines whether this environment can support graphical functions that are required for system fonts, Batik (SVG processing), and other AWT-dependent systems.
isHorizontal() - Method in class org.foray.fotree.value.DtWritingMode
Indicates whether this writing-mode is horizontal or vertical.
isIdentityMatrix() - Method in class org.foray.ps.PsMatrix
Indicates whether this matrix is an identity matrix, that is {1, 0, 0, 1, 0, 0}.
isIdeographic(char) - Static method in class org.foray.common.XMLCharacter
Indicates whether a given char is an "ideographic" character as defined in the XML specification.
isImageLoaded() - Method in class org.foray.graphic.Graphic4a
Indicates whether the image has been loaded.
isIncluded(int) - Method in class org.foray.hyphen.util.NaturalLanguage
Indicates whether a specific Unicode codepoint is valid as a grapheme in this language.
isIncluded(int[], int, int) - Method in class org.foray.hyphen.util.NaturalLanguage
Indicates whether a given sequence of characters is a valid grapheme cluster in this language.
isIncomplete() - Method in enum org.foray.pioneer.Status
Indicates whether this instance means that layout is incomplete.
isIndexReserved(char) - Static method in class org.foray.font.format.ttf.TTFTablePOST
Determines whether this index represents a reserved character.
isInFlowMap(AbstractFlow) - Method in class org.foray.fotree.fo.obj.PageSequence
Indicates whether a given flow is found in one of the flow-source-list instances in this page-sequence's flow-map.
isInLastRow(int) - Method in class org.foray.pioneer.RowSpanMgr
Indicates whether a given column is in the last row of its vertical span.
isInLowerCase() - Method in class org.foray.text.line.LineBreaker
Indicates whether the current chunk of text is lower-case for purposes of faux small-caps or not.
isInNormalFlow() - Method in class org.foray.area.Area
Indicates whether this Area is part of the normal flow.
isInverted() - Method in class org.foray.graphic.BMPGraphic
 
isInverted() - Method in class org.foray.graphic.EPSGraphic
 
isInverted() - Method in class org.foray.graphic.GIFGraphic
 
isInverted() - Method in class org.foray.graphic.JPEGGraphic
 
isInverted() - Method in class org.foray.graphic.MathGraphic4a
 
isInverted() - Method in class org.foray.graphic.PDFGraphic
 
isInverted() - Method in class org.foray.graphic.PNGGraphic
 
isInverted() - Method in class org.foray.graphic.SVGGraphic
 
isInverted() - Method in class org.foray.graphic.TempImage
 
isInverted() - Method in class org.foray.graphic.TIFFGraphic
 
isIpdAuto(FObj) - Method in class org.foray.fotree.PropertyList
Indicates whether this object's inline-progression-dimension is "auto".
isKerning() - Method in class org.foray.common.FontOptions4a
 
isKeywordInherit(PropertyValue) - Method in class org.foray.fotree.fo.AbstractFoProperty
Indicates whether a given property value is the keyword "inherit".
isLast() - Method in class org.foray.area.AreaNode
 
isLast() - Method in class org.foray.pioneer.OverrideGraftingContext
 
isLastChildOfGeneratedBy() - Method in class org.foray.area.AreaNode
Indicates whether this is the last child of this area's "generated-by".
isLastChildOfParent() - Method in class org.foray.area.Area
Indicates whether this area is its parent's last child.
isLastColumn() - Method in class org.foray.area.MainRA
Used in Flow when layout returns incomplete.
isLastColumn() - Method in class org.foray.area.SpanRA
Indicates whether the current column is the last column in this span area.
isLastGeneratedBy(AreaNode) - Method in class org.foray.area.FOLinkageNormal
Indicates whether a given area is the last one generated by this linkage.
isLastItemInBlock() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
isLastItemInBlock() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
isLastItemInBlock() - Method in class org.foray.fotree.fo.obj.Character
 
isLastItemInBlock() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
isLastItemInBlock() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
isLastItemInBlock() - Method in class org.foray.fotree.fo.obj.Leader
 
isLastItemInBlock() - Method in class org.foray.fotree.FOLineNonText
 
isLastItemInBlock() - Method in class org.foray.fotree.FOLineText
 
isLastLeafOnLine() - Method in class org.foray.area.AbstractInlineArea
Indicates whether this area is the first leaf area on the ancestor line.
isLastLineAreaInBlock() - Method in class org.foray.area.LineArea
Indicates whether this is the last line-area generated by the parent block.
isLeaf() - Method in class org.foray.common.AbstractOrderedTreeNode
 
isLetter(char) - Static method in class org.foray.common.XMLCharacter
Indicates whether a given char is a "letter" character as defined in the XML specification.
isLinkRoot() - Method in class org.foray.area.Area
 
isLowerCase(int) - Method in class org.foray.text.line.LineBreaker
Indicates whether a given Unicode code point should be considered to be lower case.
isMember(byte[], byte) - Static method in class org.foray.ps.PsNumber
Tests whether byte input is a member of set testSet.
isModeRender() - Method in class org.foray.core.SessionConfig
Indicates whether the "mode" is "render".
isModeValidate() - Method in class org.foray.core.SessionConfig
Indicates whether the "mode" is "validate".
isNamespacePrefixes() - Method in class org.foray.demo.embed.tools.AbstractObjectReader
Returns true if the NS_PREFIXES feature is enabled.
isNamespaces() - Method in class org.foray.demo.embed.tools.AbstractObjectReader
Returns true if the NAMESPACES feature is enabled.
isNCName(String) - Static method in class org.foray.common.XMLCharacter
Indicates whether the argument is a valid NAME as defined by XML.
isNewSpanArea() - Method in class org.foray.area.MainRA
This variable is unset by getNextArea(), is set by addSpanArea(), and may be set by resetSpanArea().
isNodeAncestor(OrderedTreeNode) - Method in class org.foray.common.AbstractOrderedTreeNode
 
isNodeAncestor(OrderedTreeNode) - Method in interface org.foray.common.OrderedTreeNode
Returns true if anotherNode is an ancestor of this node -- if it is this node, this node's parent, or an ancestor of this node's parent.
isNodeDescendant(OrderedTreeNode) - Method in class org.foray.common.AbstractOrderedTreeNode
Returns true if anotherNode is a descendant of this node -- if it is this node, one of this node's children, or a descendant of one of this node's children.
isNonBreakingSpace(int) - Static method in class org.foray.text.line.LineBreaker
Determine if a given character is a non-breaking space.
isNormal() - Method in enum org.foray.area.AreaClass
Indicates whether the Area is a normal area.
isNumeral(byte) - Static method in class org.foray.ps.PsNumber
Tests whether the input byte is a numeral.
isOdd(long) - Static method in class org.foray.common.NumberUtil
Indicates whether the input value is odd.
isOpen() - Method in class org.foray.ps.PsFile
Indicates whether this file is open.
isOuterEdge(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractBorderWidth
Indicates whether the context is on the outer edge of its parent reference area.
isOuterEdge(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.AbstractPadding
Indicates whether the context is on the outer edge of its parent reference area.
isOutputSparse() - Method in class org.foray.core.OutputConfig
 
isPageBreak() - Method in enum org.foray.pioneer.Status
Indicates whether this instance means that a page break is required.
isPageLevelOutOfLine() - Method in enum org.foray.area.AreaClass
Indicates whether the Area is a page-level-out-of-line area.
isPageQueued(PageRA) - Method in class org.foray.area.AreaTree
Indicates whether a given page is completed and in the queue to be rendered.
isPaired() - Method in class org.foray.fotree.value.DtWritingMode
 
isPdfStandardFont() - Method in class org.foray.font.Font4a
 
isPdfStandardFont() - Method in class org.foray.font.FSTrueTypeFont
Always returns false as all standard PDF fonts are Type 1 fonts.
isPdfStandardFont() - Method in class org.foray.font.FSType1Font
 
isPdfStandardFont() - Method in class org.foray.font.SystemFont
 
isPDFSymbolic() - Method in class org.foray.font.format.type1.Type1Metrics
Indicates whether this font is considered to be a symbolic font by PDF.
isPredefinedPdf() - Method in class org.foray.ps.encode.CMap
 
isPredefinedPdf() - Method in class org.foray.ps.encode.EncodingMacExpert
 
isPredefinedPdf() - Method in class org.foray.ps.encode.EncodingMacRoman
 
isPredefinedPdf() - Method in class org.foray.ps.encode.EncodingVector4a
 
isPredefinedPdf() - Method in class org.foray.ps.encode.EncodingWinAnsi
 
isPredefinedPs() - Method in class org.foray.ps.encode.CMap
 
isPredefinedPs() - Method in class org.foray.ps.encode.EncodingISOLatin1
 
isPredefinedPs() - Method in class org.foray.ps.encode.EncodingStandard
 
isPredefinedPs() - Method in class org.foray.ps.encode.EncodingVector4a
 
isPrintable(int) - Static method in class org.foray.common.UnicodeChar
Indicates whether a given Unicode code point is printable.
isPseudoRow() - Method in class org.foray.fotree.fo.obj.TableRow
Indicates whether this is a pseudo-row.
isRadial() - Method in class org.foray.common.Gradient4a
 
isReferenceLevelOutOfLine() - Method in enum org.foray.area.AreaClass
Indicates whether the Area is a reference-level-out-of-line area.
isRegisteredFont(String) - Method in class org.foray.font.FontServer4a
 
isRegisteredFontFamily(String) - Method in class org.foray.font.FontServer4a
 
isRegisteredFontFamilyAlias(String) - Method in class org.foray.font.FontServer4a
Indicates whether a given String has been registered as a font-family alias.
isReleasable() - Method in class org.foray.area.PageRA
Indicates whether this page is ready to be released for rendering.
isReserved(String) - Method in class org.foray.fotree.fo.obj.Region
Checks to see if a given region name is one of the reserved names.
isScript() - Method in class org.foray.font.format.type1.Type1Metrics
Indicates whether this font is a script font.
isSerif() - Method in class org.foray.font.format.type1.Type1Metrics
Indicates whether this font is a serif font.
isSpace(int) - Static method in class org.foray.text.line.LineBreaker
Helper method to determine if the character is a space with normal behavior.
isSpanned(int) - Method in class org.foray.pioneer.RowSpanMgr
Indicates whether a given column is spanned.
isStackable() - Method in enum org.foray.area.AreaClass
Indicates whether the Area is stackable.
isStatic() - Method in class org.foray.ps.encode.CharSet4a
Indicates whether the data in this character set is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.CharSetExtendedRoman
Indicates whether the data in this character set is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.CharSetWindowsANSI
Indicates whether the data in this character set is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.EncodingCE
Indicates whether the data in this encoding vector is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.EncodingCustom
 
isStatic() - Method in class org.foray.ps.encode.EncodingExpert
 
isStatic() - Method in class org.foray.ps.encode.EncodingExpertSubset
 
isStatic() - Method in class org.foray.ps.encode.EncodingFOrayLatinExtra
 
isStatic() - Method in class org.foray.ps.encode.EncodingISOLatin1
 
isStatic() - Method in class org.foray.ps.encode.EncodingMacExpert
Indicates whether the data in this encoding vector is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.EncodingMacRoman
 
isStatic() - Method in class org.foray.ps.encode.EncodingMacStandard
 
isStatic() - Method in class org.foray.ps.encode.EncodingPDFDoc
Indicates whether the data in this encoding vector is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.EncodingStandard
 
isStatic() - Method in class org.foray.ps.encode.EncodingSymbol
 
isStatic() - Method in class org.foray.ps.encode.EncodingVector4a
Indicates whether the data in this encoding vector is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.EncodingWinAnsi
Indicates whether the data in this encoding vector is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.EncodingZapfDingbats
Indicates whether the data in this encoding vector is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.GlyphList4a
Indicates whether the data in this glyph list is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.GlyphListAGL
Indicates whether the data in this glyph list is static, that is, tied entirely to the class itself and not built dynamically.
isStatic() - Method in class org.foray.ps.encode.GlyphListZapfDingbats
Indicates whether the data in this glyph list is static, that is, tied entirely to the class itself and not built dynamically.
isSubsetOf(PsEncoding) - Method in class org.foray.ps.encode.EncodingVector4a
 
isSubsettable() - Method in class org.foray.font.Font4a
 
isSubsettable() - Method in class org.foray.font.FreeStandingFont
 
isSubsettable() - Method in class org.foray.font.SystemFont
 
isSubsetting() - Method in class org.foray.font.config.RegisteredFont
Indicates whether this font should be subsetted.
isTransparent() - Method in class org.foray.graphic.BMPGraphic
 
isTransparent() - Method in class org.foray.graphic.EPSGraphic
 
isTransparent() - Method in class org.foray.graphic.GIFGraphic
 
isTransparent() - Method in class org.foray.graphic.JPEGGraphic
 
isTransparent() - Method in class org.foray.graphic.MathGraphic4a
 
isTransparent() - Method in class org.foray.graphic.PDFGraphic
 
isTransparent() - Method in class org.foray.graphic.PNGGraphic
 
isTransparent() - Method in class org.foray.graphic.SVGGraphic
 
isTransparent() - Method in class org.foray.graphic.TempImage
 
isTransparent() - Method in class org.foray.graphic.TIFFGraphic
 
isUpperCase(int) - Method in class org.foray.text.line.LineBreaker
Indicates whether a given Unicode code point should be considered to be upper case.
isUsingFreeStandingFonts() - Method in class org.foray.font.FontConsumer4a
Indicates whether this consumer can use free-standing fonts or not.
isUsingSystemFonts() - Method in class org.foray.font.FontConsumer4a
Indicates whether this consumer can use system fonts or not.
isValid() - Method in class org.foray.common.i18n.Country4a
 
isValid() - Method in class org.foray.common.url.FactoryProtocolRegistration
Indicates whether the factory protocol registration is usable.
isValid() - Method in class org.foray.fotree.axsl.obj.Metadata
 
isValid() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
isValid() - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
isValid() - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
isValid() - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
isValid() - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
isValid() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
isValid() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
isValid() - Method in class org.foray.fotree.fo.obj.BasicLink
 
isValid() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
isValid() - Method in class org.foray.fotree.fo.obj.Block
 
isValid() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
isValid() - Method in class org.foray.fotree.fo.obj.Bookmark
 
isValid() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
isValid() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
isValid() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
isValid() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
isValid() - Method in class org.foray.fotree.fo.obj.Character
 
isValid() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
isValid() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
isValid() - Method in class org.foray.fotree.fo.obj.Declarations
 
isValid() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
isValid() - Method in class org.foray.fotree.fo.obj.Float
 
isValid() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
isValid() - Method in class org.foray.fotree.fo.obj.FlowMap
 
isValid() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
isValid() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
isValid() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
isValid() - Method in class org.foray.fotree.fo.obj.Footnote
 
isValid() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
isValid() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
isValid() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
isValid() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
isValid() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
isValid() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
isValid() - Method in class org.foray.fotree.fo.obj.Inline
 
isValid() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
isValid() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
isValid() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
isValid() - Method in class org.foray.fotree.fo.obj.Leader
 
isValid() - Method in class org.foray.fotree.fo.obj.ListBlock
 
isValid() - Method in class org.foray.fotree.fo.obj.ListItem
 
isValid() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
isValid() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
isValid() - Method in class org.foray.fotree.fo.obj.Marker
 
isValid() - Method in class org.foray.fotree.fo.obj.MultiCase
 
isValid() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
isValid() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
isValid() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
isValid() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
isValid() - Method in class org.foray.fotree.fo.obj.PageSequence
 
isValid() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
isValid() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
isValid() - Method in class org.foray.fotree.fo.obj.RegionAfter
 
isValid() - Method in class org.foray.fotree.fo.obj.RegionBefore
 
isValid() - Method in class org.foray.fotree.fo.obj.RegionBody
 
isValid() - Method in class org.foray.fotree.fo.obj.RegionEnd
 
isValid() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
isValid() - Method in class org.foray.fotree.fo.obj.RegionStart
 
isValid() - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
isValid() - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
isValid() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
isValid() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
isValid() - Method in class org.foray.fotree.fo.obj.Root
 
isValid() - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
isValid() - Method in class org.foray.fotree.fo.obj.Table
 
isValid() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
isValid() - Method in class org.foray.fotree.fo.obj.TableCaption
 
isValid() - Method in class org.foray.fotree.fo.obj.TableCell
 
isValid() - Method in class org.foray.fotree.fo.obj.TableColumn
 
isValid() - Method in class org.foray.fotree.fo.obj.TableRow
 
isValid() - Method in class org.foray.fotree.fo.obj.Title
 
isValid() - Method in class org.foray.fotree.fo.obj.Wrapper
 
isValid() - Method in class org.foray.fotree.math.obj.InstreamMathElement
 
isValid() - Method in class org.foray.fotree.svg.obj.InstreamSvgElement
 
isValid() - Method in class org.foray.graphic.Graphic4a
Indicates whether this graphic is valid.
isValidFontDictionary() - Method in class org.foray.ps.PsDictionary
The conditions tested here are the "Required" entries as defined in PLRM2, Section 5.2, especially Tables 5.1, 5.2, and 5.3.
isValidProtocol(String) - Static method in class org.foray.common.url.URLFactory
Returns true if specified string is a valid protocol name.
isValidUnparsedCodePoint(String) - Static method in class org.foray.common.UnicodeChar
Indicates whether a given string is a valid unparsed Unicode code point, that is, a string in the form "U+nnnn" where "nnnn" represents a string of 1 to 5 hex characters (0-9, a-z, A-Z).
isWhitespace(int) - Static method in class org.foray.text.line.LineBreaker
Indicates whether a given character should be considered whitespace.
isWhitespace(int) - Static method in class org.foray.xml.dtd.DTDTokenizer
Indicates whether a given character is whitespace.
isXMLParserValidating() - Method in class org.foray.graphic.batik.BatikUaDocument
 
isXMLWhitespace(char) - Static method in class org.foray.common.XMLCharacter
Tests a character for inclusion in XML whitespace.
isXMLWhitespace(char[]) - Static method in class org.foray.common.XMLCharacter
Tests whether a given sequence of chars is all XML whitespace.
isZeroWidthSpace(int) - Static method in class org.foray.text.line.LineBreaker
Indicates whether a given character is a zero-width space.
ITALIAN - Static variable in class org.foray.common.i18n.Language4a
The Italian language.
ITALIC_ANGLE_KEY - Static variable in class org.foray.ps.type1.PsFontInfoDictionary4a
Key to the "ItalicAngle" entry.
ITALY - Static variable in class org.foray.common.i18n.Country4a
Italy.
ITALY - Static variable in class org.foray.common.i18n.Orthography4a
The orthograpy for Italy.
iterator() - Method in class org.foray.area.AreaNode
 
iterator() - Method in class org.foray.fotree.FObj
 

J

Java2DSystemDict - Class in org.foray.ps.java2d
SystemDict implementation that can paint to a Graphics2D interface.
Java2DSystemDict(Graphics2D) - Constructor for class org.foray.ps.java2d.Java2DSystemDict
Constructor.
Java2dUtil - Class in org.foray.common
Utilities for Java2D.
JPEG_HEADER - Static variable in class org.foray.graphic.factory.JPEGFactory
File header indicating that the file is a JPEG file.
JPEGFactory - Class in org.foray.graphic.factory
ImageReader object for JPEG image type.
JPEGFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.JPEGFactory
Constructor.
JPEGGraphic - Class in org.foray.graphic
A JPEG image, using Java native classes.
JPEGGraphic(GraphicServer4a, URL, BufferedInputStream) - Constructor for class org.foray.graphic.JPEGGraphic
Constructor.

K

kern(int, int) - Method in class org.foray.font.Font4a
 
kern(int, int) - Method in class org.foray.font.format.Kerning
Computes the kerning needed between two glyphs in this font.
Kerning - Class in org.foray.font.format
Manages the storage and retrieval of kerning information for a font.
Kerning(int) - Constructor for class org.foray.font.format.Kerning
Constructor.
kerningActive() - Method in class org.foray.font.Font4a
Reports whether kerning information should be used for this font.
kerningActive() - Method in class org.foray.font.FreeStandingFont
 
kerningActive() - Method in class org.foray.font.SystemFont
 
kerningAvailable() - Method in class org.foray.font.Font4a
Reports whether the font actually contains any kerning information.
KEY_COMPONENT_INDEX - Static variable in class org.foray.common.ColorSpaceCMYK
Constant indicating the index for the key (black) component of the image.
keywordInSet(FoValue, FoValue[]) - Static method in class org.foray.fotree.Property
Determines whether a given keyword index is included in a given keyword set.
KILOBYTES_PER_MEGABYTE - Static variable in class org.foray.common.WKConstants
The number of kilobytes per megabytes, that is, 1024.

L

LABEL_END - Static variable in class org.foray.fotree.value.Function
Constant indicating the "label-end" function.
laidOutNone() - Method in enum org.foray.pioneer.Status
Indicates whether this instance means that no layout has been accomplished.
Lang - Class in org.foray.fotree.xml.prop
An xml:lang property.
Lang(FObj, String, String) - Constructor for class org.foray.fotree.xml.prop.Lang
Constructor.
Language4a - Class in org.foray.common.i18n
Language codes using the ISO-639 standard.
LANGUAGE_MACINTOSH_ENGLISH - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the "English" language for the Macintosh platform.
LANGUAGE_MICROSOFT_ENGLISH_AMERICAN - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the "American English" language and locale.
larBPD() - Method in class org.foray.area.Area
Returns the BPD of the LAR.
larIPD() - Method in class org.foray.area.Area
Returns the IPD of the LAR.
larOriginX() - Method in class org.foray.area.Area
See Area.brOriginX() where point-of-origin is defined.
larOriginY() - Method in class org.foray.area.Area
See Area.brOriginX() where point-of-origin is defined.
lastNormalAreaReturned() - Method in class org.foray.area.FOLinkageNormal
Returns the last normal area returned by this linkage.
lastOffset() - Method in class org.foray.font.format.ttf.TTFTableLOCA
Returns the last offset value in the table.
LATIN - Static variable in class org.foray.common.i18n.Script4a
The Latin script.
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.AbstractMixedInlinePL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.AbstractTablePartPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.BlockContainerPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.BlockPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.ExternalGraphicPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.FlowPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.FONodePL
Each FONodePL subclass implements this method on a manner appropriate for its content.
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.FootnoteBodyPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.FootnotePL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.FOTextPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.InstreamForeignObjectPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.LeaderPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.ListBlockPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.ListItemBodyPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.ListItemLabelPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.ListItemPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.MarkerPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.NoLayoutPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.PageNumberCitationPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.PageNumberPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.RetrieveMarkerPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.StaticContentPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.TableCellPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.TablePL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.TableRowPL
 
layout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.WrapperPL
 
layoutBookmarkTitle(BookmarkTitle) - Method in class org.foray.area.BookmarkArea
Lays out a bookmark title.
layoutChildren(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.FObjPL
Performs layout for this children of this object.
layoutComplete() - Method in class org.foray.area.PageCollection
 
layoutComplete() - Method in class org.foray.area.PageRA
 
layoutFootnote(PageArea, GraftingPoint) - Method in class org.foray.pioneer.FootnoteBodyPL
Lays out the encapsulated footnote on a specific page.
layoutMasterSet() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
Convenience method returning the great-grandparent, properly cast.
LayoutMasterSet - Class in org.foray.fotree.fo.obj
A "layout-master-set" object in XSL-FO.
LayoutMasterSet(Root, PropertyList) - Constructor for class org.foray.fotree.fo.obj.LayoutMasterSet
Constructor.
layoutMasterSet() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
The parent.
layoutMasterSet() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
Convenience method returning the grandparent.
layoutStaticContent(PageSequence, Region, RegionRefArea) - Method in class org.foray.layout.LayoutStrategy
For a given region, layout the static content for that region.
layoutStaticContent(PageSequence, Region, RegionRefArea) - Method in class org.foray.pioneer.PioneerLS
 
LayoutStrategy - Class in org.foray.layout
Abstract base class for all Layout systems.
LayoutStrategy(Log) - Constructor for class org.foray.layout.LayoutStrategy
Constructor.
LbBox4a - Class in org.foray.linebreak
A hard-wired implementation of LbBox.
LbBox4a(int) - Constructor for class org.foray.linebreak.LbBox4a
Constructor.
LbGlue4a - Class in org.foray.linebreak
A hard-wired implementation of LbGlue.
LbGlue4a(int, int, int) - Constructor for class org.foray.linebreak.LbGlue4a
Constructor.
LbPenalty4a - Class in org.foray.linebreak
A hard-wired implementation of LbPenalty.
LbPenalty4a(int, int, boolean) - Constructor for class org.foray.linebreak.LbPenalty4a
Constructor.
Leader - Class in org.foray.fotree.fo.obj
A "leader" object in XSL-FO.
Leader(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Leader
Constructor.
LeaderArea - Class in org.foray.area
An Area containing a leader item.
LeaderPL - Class in org.foray.pioneer
Pioneer Layout for Leader.
LeaderPL(Leader, PioneerLS) - Constructor for class org.foray.pioneer.LeaderPL
Constructor.
LEFT_ANGLE - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "left angle" character.
LEFT_BRACKET - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "left bracket" character.
LEFT_CURLY - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "left curly" character.
LEFT_PAREN - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "left parentheses" character.
length() - Method in class org.foray.common.ByteVector
Returns the number of items in the vector.
length() - Method in class org.foray.common.ByteVectorPacked
Returns the number of half-byte items in the vector.
length() - Method in class org.foray.common.CharSequenceSubset
 
length() - Method in interface org.foray.common.io.RandomAccessInput
Returns the length of this input.
length() - Method in class org.foray.common.io.RandomAccessInputArray
 
length() - Method in class org.foray.common.io.RandomAccessInputFile
 
length() - Method in class org.foray.common.io.RandomAccessInputURL
 
length() - Method in class org.foray.common.util.IntArrayBuilder
 
length() - Method in class org.foray.fotree.fo.obj.FoInterword
 
length() - Method in class org.foray.fotree.fo.obj.FoWord
 
length() - Method in class org.foray.hyphen.Interword4a
 
length() - Method in class org.foray.hyphen.Word4a
 
length() - Method in class org.foray.hyphen.WordWrapper
 
lengthInBytes() - Method in class org.foray.common.ByteVectorPacked
Returns the number of bytes actually used to store the vector content.
LengthRange - Enum in org.foray.fotree
Enumeration of the valid length ranges.
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtAngle
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtBorderWidth
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtCharacter
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtColor
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtCountry
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtFrequency
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtInteger
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtKeep
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtLanguage
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtLength
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtLengthBPIPDirection
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtLengthConditional
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtLengthRange
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtName
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtNumber
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtPercentage
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtRectangle
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtScript
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtShadowEffect
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtSpace
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtString
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtTextDeco
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtTime
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtURI
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.DtWritingMode
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.ExprAdditiveOper
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.ExprInner
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.ExprMultiplicativeOper
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.ExprUnaryOper
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnAbs
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnBodyStart
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnCeiling
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnFloor
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnFromPageMasterRegion
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnFromParent
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnFromTableColumn
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnInheritedProp
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnLabelEnd
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnMax
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnMergePropertyValues
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnMin
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnNearestSpecProp
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnProportionalColWidth
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnRgb
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnRgbIcc
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnRound
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnSystemColor
 
lengthRequiresFontSize() - Method in class org.foray.fotree.value.FnSystemFont
 
lengthRequiresFontSize() - Method in interface org.foray.fotree.value.PropertyValue
Indicates whether the computation of the length will require an accurate font-size parameter.
lengthRequiresFontSize() - Method in class org.foray.fotree.value.PropertyValueStatic
 
letterSpacing() - Method in class org.foray.area.LeaderArea
 
letterSpacing() - Method in class org.foray.area.PageNumberArea
 
letterSpacing() - Method in class org.foray.area.PageNumberCitationArea
 
letterSpacing() - Method in class org.foray.area.PageNumberCitationLastArea
 
letterSpacing() - Method in class org.foray.area.ScalingValueCitationArea
 
letterSpacing() - Method in class org.foray.area.TextArea
 
letterSpacingUsed() - Method in class org.foray.area.TextArea
Computes the amount of space, in millipoints, that this area has already absorbed by adjusting word spacing.
LINE_FEED - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "line-feed" character.
LINE_SEPARATOR - Static variable in class org.foray.common.StringUtil
A static capture of the system line separator.
LineArea - Class in org.foray.area
Area containing a line of content on the page.
LineBreaker - Class in org.foray.text.line
Abstract superclass for all line breakers.
LineBreaker(TextServer4a, LineBreakControl, LineBreakHandler, FontConsumer) - Constructor for class org.foray.text.line.LineBreaker
Constructor.
lineBreakStringBuffer(StringBuilder, String, int) - Static method in class org.foray.common.StringUtil
Adds linefeeds to the contents of a StringBuffer.
lineContentChanged() - Method in class org.foray.area.LineArea
Tell the LineArea that its content has changed, so that it can make any adjustments it thinks are necessary.
LineContentIterator4a - Class in org.foray.linebreak
Accepts line content as input and converts it to input for the line-breaking system.
LineContentIterator4a() - Constructor for class org.foray.linebreak.LineContentIterator4a
Constructor.
lineContentLengthUsed() - Method in class org.foray.area.LineArea
Computes the total IPD used by the children on this line.
LINEFEED - Static variable in class org.foray.common.WKConstants
The linefeed character, cast as a byte.
LINEFEED_STRING - Static variable in class org.foray.common.WKConstants
The linefeed character, cast as a 1-character String.
linefeedTreatmentCharAt(WhiteSpaceTreatment, LinefeedTreatment, int) - Method in class org.foray.fotree.fo.obj.FoWord
 
linefeedTreatmentCharAt(WhiteSpaceTreatment, LinefeedTreatment, int) - Method in class org.foray.fotree.fo.obj.FoWordSequenceContent
Returns the char at a given index after linefeed-treatment is applied.
linefeedTreatmentLength(WhiteSpaceTreatment, LinefeedTreatment) - Method in class org.foray.fotree.fo.obj.FoWord
 
linefeedTreatmentLength(WhiteSpaceTreatment, LinefeedTreatment) - Method in class org.foray.fotree.fo.obj.FoWordSequenceContent
Returns the number of chars in this object after linefeed-treatment is applied.
lineReceivingContent() - Method in class org.foray.text.line.EagerLineBreaker
Return the current line-output.
lineReceivingContent() - Method in class org.foray.text.line.PatientLineBreaker
Returns the line currently having content placed upon it.
lineto(PsNumber, PsNumber) - Method in class org.foray.ps.PsGraphicsState
Marks the end-point of a new line segment in the current path.
linetoDevice(PsNumber, PsNumber) - Method in class org.foray.ps.java2d.Java2DSystemDict
 
linetoDevice(PsNumber, PsNumber) - Method in class org.foray.ps.pdf.PDFSystemDict
 
linetoDevice(PsNumber, PsNumber) - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "lineto".
linetoDevice(PsNumber, PsNumber) - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
linkage(Fo, GraftingPoint) - Method in class org.foray.area.AreaNode
Retrieves or creates a linkage item for a given FONode.
linkDestination() - Method in class org.foray.area.Area
 
linkType() - Method in class org.foray.area.Area
 
ListBlock - Class in org.foray.fotree.fo.obj
A "list-block" object in XSL-FO.
ListBlock(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ListBlock
Constructor.
ListBlockArea - Class in org.foray.area
Area containing all or part of a list-block.
ListBlockPL - Class in org.foray.pioneer
Pioneer Layout for ListBlock.
ListBlockPL(ListBlock, PioneerLS) - Constructor for class org.foray.pioneer.ListBlockPL
Constructor.
ListItem - Class in org.foray.fotree.fo.obj
A "list-item" object in XSL-FO.
ListItem(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ListItem
Constructor.
ListItemArea - Class in org.foray.area
Area containing all or part of a list-item.
ListItemBody - Class in org.foray.fotree.fo.obj
A "list-item-body" object in XSL-FO.
ListItemBody(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ListItemBody
Constructor.
ListItemBodyContainer - Class in org.foray.area
An AreaNode containing the areas generated by the children of a list-item-body.
ListItemBodyPL - Class in org.foray.pioneer
Pioneer Layout for ListItemBody.
ListItemBodyPL(ListItemBody, PioneerLS) - Constructor for class org.foray.pioneer.ListItemBodyPL
Constructor.
ListItemLabel - Class in org.foray.fotree.fo.obj
A "list-item-label" object in XSL-FO.
ListItemLabel(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ListItemLabel
Constructor.
ListItemLabelContainer - Class in org.foray.area
An AreaNode containing the areas generated by the children of a list-item-label.
ListItemLabelPL - Class in org.foray.pioneer
Pioneer Layout for ListItemLabel.
ListItemLabelPL(ListItemLabel, PioneerLS) - Constructor for class org.foray.pioneer.ListItemLabelPL
Constructor.
ListItemPL - Class in org.foray.pioneer
Pioneer Layout for a ListItem.
ListItemPL(ListItem, PioneerLS) - Constructor for class org.foray.pioneer.ListItemPL
Constructor.
listTTCContents(String, String) - Method in class org.foray.font.format.ttf.TrueTypeCollectionLister
Reads the TTC file and lists its contents.
LITTLE_ENDIAN_HEADER - Static variable in class org.foray.graphic.factory.TIFFFactory
File header indicating that the file is a TIFF file in little-endian (Intel) format.
load(InputStream) - Method in class org.foray.render.awt.viewer.LoadableProperties
Loads the properties from a given input stream.
LoadableProperties - Class in org.foray.render.awt.viewer
Erweitert Hashtable um die Methode load.
LoadableProperties() - Constructor for class org.foray.render.awt.viewer.LoadableProperties
Constructor.
loadImage() - Method in class org.foray.graphic.BMPGraphic
 
loadImage() - Method in class org.foray.graphic.EPSGraphic
 
loadImage() - Method in class org.foray.graphic.GIFGraphic
 
loadImage() - Method in class org.foray.graphic.Graphic4a
Load image data and initialize its properties.
loadImage() - Method in class org.foray.graphic.JPEGGraphic
 
loadImage() - Method in class org.foray.graphic.MathGraphic4a
 
loadImage() - Method in class org.foray.graphic.PDFGraphic
 
loadImage() - Method in class org.foray.graphic.PNGGraphic
 
loadImage() - Method in class org.foray.graphic.SVGGraphic
 
loadImage() - Method in class org.foray.graphic.TIFFGraphic
Load the original TIFF data.
loadImageWrapper() - Method in class org.foray.graphic.Graphic4a
Wrapper for the loadImage method which takes care of some housekeeping chores before and after.
loadUserconfiguration(URL) - Method in class org.foray.app.Options
Loads a user configuration from a URL.
loadUserconfiguration(InputSource) - Method in class org.foray.app.Options
Loades a user configuration from an InputSource.
locateResult(Node, String) - Method in class org.foray.app.test.TestConverter
Find and return the result node.
lock() - Method in class org.foray.font.format.Kerning
Run this method when all kerning entries have been added (using Kerning.addKerningEntry(int, int, short)).
LOG_NEWLINE - Static variable in class org.foray.common.FOrayConstants
Standard text to designate a new line in a log message.
Logging - Class in org.foray.common
This class assists in standardizing logging practices across the application.
LOGICAL_FONT_FAMILIES - Static variable in class org.foray.font.SystemFont
The logical font families used by AWT Fonts.
logWarning(String) - Method in class org.foray.fotree.FObj
Convenience method for logging a warning.
longLocaFormat() - Method in class org.foray.font.format.ttf.TTFTableHEAD
Indicates whether the "long" or "short" version of the "loca" table is used.
lookupListIndexAt(int) - Method in class org.foray.font.format.ttf.OTFFeature
Returns a specified lookup list index.
lookupListIndexLength() - Method in class org.foray.font.format.ttf.OTFFeature
Returns the number of lookup list indexes in this feature.
lowerLeftX() - Method in class org.foray.common.ps.BoundingBox4a
 
lowerLeftY() - Method in class org.foray.common.ps.BoundingBox4a
 

M

MAGENTA_COMPONENT_INDEX - Static variable in class org.foray.common.ColorSpaceCMYK
Constant indicating the index for the magenta component of the image.
main(String[]) - Static method in class org.foray.app.FOray
Main command-line entry point to FOray.
main(String[]) - Static method in class org.foray.app.test.TestConverter
This main method can be used to run the test converter from the command line.
main(String[]) - Static method in class org.foray.demo.embed.DemoAWTViewer
Command-line interface for the viewer.
main(String[]) - Static method in class org.foray.demo.embed.DemoFO2PDF
Command-line interface to this class.
main(String[]) - Static method in class org.foray.demo.embed.DemoObj2PDF
The command-line interface to this class.
main(String[]) - Static method in class org.foray.demo.embed.DemoObj2XML
Command-line interface to this class.
main(String[]) - Static method in class org.foray.demo.embed.DemoXML2FO
Command-line interface for this class.
main(String[]) - Static method in class org.foray.demo.embed.DemoXML2PDF
Command-line interface for this class.
main(String[]) - Static method in class org.foray.font.config.ConfigGenerator
Command-line interface for ConfigGenerator.
main(String[]) - Static method in class org.foray.font.format.ttf.TrueTypeCollectionLister
The main method (accessible from command-line) for the TTFReader tool.
main(String[]) - Static method in class org.foray.font.format.type1.Type1MetricsSerializer
Command-line interface.
main(String[]) - Static method in class org.foray.hyphen.PatGen
Command-line interface for the PatGen class.
main(String[]) - Static method in class org.foray.hyphen.PatternSerializer
Command-line interface.
main(String[]) - Static method in class org.foray.hyphen.util.ValidateChars
Command-line interface for validating the characters in an XML document.
main(String[]) - Static method in class org.foray.hyphen.util.WordList
Command-line interface to the word list processing.
main(String[]) - Static method in class org.foray.ps.encode.CharSetParser
Main method useful for parsing a glyph list file from the command-line and generating the java code that encapsulates that glyph list.
main(String[]) - Static method in class org.foray.ps.encode.EncodingParser
Main method useful for parsing an encoding list file from the command-line and generating the java code that encapsulates that encoding.
main(String[]) - Static method in class org.foray.ps.encode.EncodingVectorInputStream
Command-line interface.
main(String[]) - Static method in class org.foray.ps.encode.GlyphListParser
Main method useful for parsing a glyph list file from the command-line and generating the java code that encapsulates that glyph list.
main(String[]) - Static method in enum org.foray.ps.filter.PSFilter
Command-line interface for accessing filters.
Main - Class in org.foray.ps.java2d.demo
Main entry point to the java 2d barcode demonstration.
main(String[]) - Static method in class org.foray.ps.java2d.demo.Main
Command-line interface for the Java2D PostScript demo.
main(String[]) - Static method in class org.foray.xml.FOrayPretty
Command-line interface for pretty-printing an XML document.
main(String[]) - Static method in class org.foray.xml.FOrayXDiff
Command-line interface for FOrayXDiff.
MainRA - Class in org.foray.area
Manages the main-reference-area.
makeAngleDT(String) - Static method in class org.foray.fotree.value.DtAngle
Factory method that creates an AngleDT instance if the input is valid.
makeAreaTree(Root) - Method in class org.foray.area.AreaTreeFactory4a
 
makeAreaTreeFactory(Log) - Static method in class org.foray.app.FOraySpecific
Make a standard AreaTreeFactory instance for use in FOray.
makeBasicLinkArea(BasicLink, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeBasicLinkArea(BasicLink, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeBidiOverrideArea(BidiOverride, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeBidiOverrideArea(BidiOverride, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeBlockContainerArea(BlockContainer, GraftingPoint) - Method in class org.foray.area.AbstractListItemContent
 
makeBlockContainerArea(BlockContainer, GraftingPoint) - Method in class org.foray.area.BlockContainerRA
 
makeBlockContainerArea(BlockContainer, GraftingPoint) - Method in class org.foray.area.InlineContainerArea
 
makeBlockContainerArea(BlockContainer, GraftingPoint) - Method in class org.foray.area.NormalBlockArea
 
makeBlockContainerArea(BlockContainer, GraftingPoint) - Method in class org.foray.area.NormalFlowRA
 
makeBlockContainerArea(BlockContainer, GraftingPoint) - Method in class org.foray.area.RegionRA
 
makeBlockContainerArea(BlockContainer, GraftingPoint) - Method in class org.foray.area.TableCellRA
 
makeBookmarkArea(Bookmark) - Method in class org.foray.area.BookmarkParentArea
Recursively lays out a bookmark.
makeBridgeContext() - Method in class org.foray.graphic.output.SvgPs
Creates a BridgeContext instance for use by Batik when rendering an SVG graphic.
makeBridgeContextAWT() - Method in class org.foray.graphic.output.SvgJava2d
Creates a BridgeContext instance suitable for use by Batik when rendering an SVG graphic in an AWT environment.
makeCharSet(String, int[]) - Method in class org.foray.ps.PsServer4a
 
makeCharSet(String, char[]) - Method in class org.foray.ps.PsServer4a
 
makeChildren(Bookmark) - Method in class org.foray.area.BookmarkArea
Creates the child areas for this bookmark area.
makeCmap04(String, int) - Method in class org.foray.ps.PsServer4a
 
makeCmap12(String, int) - Method in class org.foray.ps.PsServer4a
 
makeColor(float, float, float, float) - Static method in class org.foray.common.ColorSpaceCMYK
Factory method that creates a Color instance for a given set of inputs.
makeColorSpace(int) - Static method in class org.foray.ps.PsColorSpace
Factory method for creating new colorspace instances.
makeConsumer() - Method in class org.foray.hyphen.HyphenationServer4a
 
makeCountryDT(String) - Static method in class org.foray.fotree.value.DtCountry
Convert a String country descriptor to its DtCountry equivalent.
makeDebugLogger() - Static method in class org.foray.common.Logging
Factory method creating a debug logger, that is, one set to the "debug" level.
makeDecodeFilter(InputStream) - Method in enum org.foray.ps.filter.PSFilter
Make an Decode filter for this filter type.
makeDecodeFilter(PsFilterType, InputStream) - Method in class org.foray.ps.PsServer4a
 
makeDefaultLogger() - Static method in class org.foray.common.Logging
Factory method creating a default logger, that is, one set to the "info" level.
makeDocument(String, String, String) - Static method in class org.foray.graphic.math.MathMLDocument4a
Factory method that creates a new instance of this class.
makeDtColor(String) - Static method in class org.foray.fotree.value.DtColor
Factory method which converts a named color into a ColorDT instance.
makeDtColor(Color) - Static method in class org.foray.fotree.value.DtColor
Factory method that creates or retrieves a DtColor instance for a given color.
makeDtColor(float, float, float, float) - Static method in class org.foray.fotree.value.DtColor
Factory method that creates or retrieves a DtColor instance for a set of color components.
makeEncodeFilter(OutputStream, boolean) - Method in enum org.foray.ps.filter.PSFilter
Make an Encode filter for this filter type.
makeEncodeFilter(PsFilterType, OutputStream) - Method in class org.foray.ps.PsServer4a
 
makeEncodingVector(String, char[], char[]) - Method in class org.foray.ps.PsServer4a
 
makeEntityResolver() - Method in class org.foray.core.SessionConfig
Creates and returns an entity resolver.
makeExternalGraphicArea(ExternalGraphic, int, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeExternalGraphicArea(ExternalGraphic, int, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeFilter(OutputStream) - Method in class org.foray.pdf.object.PDFEncryption
Creates PSEncodeFilter for the encryption object.
makeFlateDecodeFilter(InputStream) - Static method in class org.foray.ps.filter.FlateDecodeFilter
Factory method to create a FlateDecodeFilter.
makeFlateEncodeFilter(OutputStream, boolean) - Static method in class org.foray.ps.filter.FlateEncodeFilter
Factory method to create a FlateEncodeFilter.
makeFObjProxy(Fo) - Method in class org.foray.pioneer.PioneerLS
Create a proxy for a given FOTree node.
makeFont(PDFDocument, FontPdf) - Static method in class org.foray.pdf.object.PDFFont
Create a PDFFont with the next object number and add it to the list of objects.
makeFontConsumer() - Method in class org.foray.font.FontServer4a
 
makeFontDescriptor(PDFDocument, PDFFont) - Static method in class org.foray.pdf.object.PDFFontDescriptor
Factory method to create an appropriate font descriptor.
makeFontSelector(FontConsumer4a) - Method in interface org.foray.font.FontSelectorFactory
Create an instance of the appropriate FontSelector.
makeFontSelector(FontConsumer4a) - Method in class org.foray.font.FontServer4a
Returns the font-selector that should be used by a given font consumer.
makeFontServer(Log, SessionConfig) - Static method in class org.foray.app.FOraySpecific
Make a standard FontServer instance for use in FOray.
makeFOraySession(SessionConfig) - Static method in class org.foray.app.FOraySpecific
Creates a new FOraySession instance configured with default servers and factories.
makeForeignObjectArea(InstreamForeignObject, int, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeForeignObjectArea(InstreamForeignObject, int, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeFormattedPageNumber(int) - Method in class org.foray.fotree.fo.obj.PageNumberGenerator
Make an formatted page number.
makeFoTree() - Method in class org.foray.fotree.FoTreeServer4a
 
makeFOTreeFactory(Log, SessionConfig, FontServer, GraphicServer, TextServer, HyphenationServer) - Static method in class org.foray.app.FOraySpecific
Make a standard FOTreeFactory instance for use in FOray.
makeFrequencyDT(String) - Static method in class org.foray.fotree.value.DtFrequency
Factory method for creating a FrequencyDT from a String input.
makeFunction(int, Expr[], PropertyType) - Static method in class org.foray.fotree.value.Function
Factory method for the various function types.
makeGlyphAreaSequence(CharacterSequence, int, int, int, boolean, boolean, boolean, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeGlyphAreaSequence(CharacterSequence, int, int, int, boolean, boolean, boolean, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeGraphic(URL, BufferedInputStream) - Method in class org.foray.graphic.factory.GraphicFactory
Factory method to create a Graphic instance from a given URL and a reusable input stream for that URL.
makeGraphic(String, URL[], boolean) - Method in class org.foray.graphic.GraphicServer4a
 
makeGraphicServer(Log) - Static method in class org.foray.app.FOraySpecific
Make a standard GraphicServer instance for use in FOray.
makeHyphenationServer(Log, SessionConfig) - Static method in class org.foray.app.FOraySpecific
Make a standard HyphenationServer instance for use in FOray.
makeIndexPageCitationListArea(IndexPageCitationList, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeIndexPageCitationListArea(IndexPageCitationList, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeInlineArea(Inline, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeInlineArea(Inline, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeInlineContainerArea(InlineContainer, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeInlineContainerArea(InlineContainer, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeInstance(byte[]) - Static method in class org.foray.font.format.Panose
Creates a new Panose instance, first checking it for validity.
makeIntegerDT(String) - Static method in class org.foray.fotree.value.DtInteger
Factory method for creating an IntegerDT instance from a String.
makeInterpreter(PsInput, PsSystemDict) - Method in class org.foray.ps.PsServer4a
 
makeLanguageDT(String) - Static method in class org.foray.fotree.value.DtLanguage
Convert a String language descriptor to its DtLanguage equivalent.
makeLayout() - Method in class org.foray.pioneer.PioneerFactory
 
makeLayoutFactory(Log) - Static method in class org.foray.app.FOraySpecific
Make a standard LayoutFactory instance for use in FOray.
makeLeaderArea(Leader, int, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeLeaderArea(Leader, int, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeLengthDT(String) - Static method in class org.foray.fotree.value.DtLength
Factory method for creating a LengthDT instance from a String.
makeLineArea(boolean) - Method in class org.foray.area.NormalBlockArea
 
makeLink(Rectangle2D, String, boolean) - Method in class org.foray.pdf.object.PDFPage
 
makeList(PropertyList, Attributes, FObj, int[], Locator, FOTreeBuilder) - Method in class org.foray.fotree.Namespace
Parses the attributes for an object in a pre-specified order, building the PropertyList from them.
makeListBlockArea(ListBlock, GraftingPoint) - Method in class org.foray.area.AbstractListItemContent
 
makeListBlockArea(ListBlock, GraftingPoint) - Method in class org.foray.area.BlockContainerRA
 
makeListBlockArea(ListBlock, GraftingPoint) - Method in class org.foray.area.InlineContainerArea
 
makeListBlockArea(ListBlock, GraftingPoint) - Method in class org.foray.area.NormalBlockArea
 
makeListBlockArea(ListBlock, GraftingPoint) - Method in class org.foray.area.NormalFlowRA
 
makeListBlockArea(ListBlock, GraftingPoint) - Method in class org.foray.area.RegionRA
 
makeListBlockArea(ListBlock, GraftingPoint) - Method in class org.foray.area.TableCellRA
 
makeListItemArea(ListItem, GraftingPoint) - Method in class org.foray.area.ListBlockArea
 
makeListItemBodyContainer(ListItemBody, GraftingPoint) - Method in class org.foray.area.ListItemArea
 
makeListItemLabelContainer(ListItemLabel, GraftingPoint) - Method in class org.foray.area.ListItemArea
 
makeLogger(SessionConfig) - Static method in class org.foray.app.FOraySpecific
Make a standard logger for use in FOray.
makeMathDocument() - Method in class org.foray.graphic.GraphicServer4a
 
makeMathGraphic(MathMLDocument) - Method in class org.foray.graphic.GraphicServer4a
 
makeNameDT(String) - Static method in class org.foray.fotree.value.DtName
This factory method creates a NameDT instance from String input.
makeNaturalLanguage(String) - Method in class org.foray.hyphen.HyphenationServer4a
Makes a new, empty instance of this class for a given language description.
makeNormalBlockArea(Block, GraftingPoint) - Method in class org.foray.area.AbstractListItemContent
 
makeNormalBlockArea(Block, GraftingPoint) - Method in class org.foray.area.BlockContainerRA
 
makeNormalBlockArea(Block, GraftingPoint) - Method in class org.foray.area.InlineContainerArea
 
makeNormalBlockArea(Block, GraftingPoint) - Method in class org.foray.area.NormalBlockArea
 
makeNormalBlockArea(Block, GraftingPoint) - Method in class org.foray.area.NormalFlowRA
 
makeNormalBlockArea(Block, GraftingPoint) - Method in class org.foray.area.RegionRA
 
makeNormalBlockArea(Block, GraftingPoint) - Method in class org.foray.area.TableCellRA
 
makeNormalInlineArea(LineContentFactory, GraftingPoint) - Method in class org.foray.pioneer.AbstractMixedInlinePL
Creates the subclass-specific area into which the child objects will be laid out.
makeNormalInlineArea(LineContentFactory, GraftingPoint) - Method in class org.foray.pioneer.BasicLinkPL
 
makeNormalInlineArea(LineContentFactory, GraftingPoint) - Method in class org.foray.pioneer.BidiOverridePL
 
makeNormalInlineArea(LineContentFactory, GraftingPoint) - Method in class org.foray.pioneer.InlinePL
 
makeNumberDT(String) - Static method in class org.foray.fotree.value.DtNumber
Converts a string input into a DtNumber, if possible.
makeObject(String, FObj, PropertyList, Locator) - Static method in class org.foray.fotree.axsl.ObjectMakerAxsl
Converts an unparsed extension element into an FObj instance that can be added to the FO Tree.
makeObject(String, FObj, PropertyList, Locator) - Static method in class org.foray.fotree.fo.ObjectMakerFO
Converts an unparsed XSL-FO element into an FObj instance that can be added to the FO Tree.
makeObject(String, FObj, PropertyList) - Static method in class org.foray.fotree.foray.ObjectMakerForay
Converts an unparsed extension element into an FObj instance that can be added to the FO Tree.
makeObject(String, FObj, PropertyList) - Static method in class org.foray.fotree.math.MathObjectMaker
Converts an unparsed MathML element into an FObj instance that can be added to the FO Tree.
makeObject(String, FObj, PropertyList) - Static method in class org.foray.fotree.svg.ObjectMakerSVG
Converts an unparsed SVG element into an FObj instance that can be added to the FO Tree.
makeOutputTarget(OutputTargetType, OutputConfig, OutputStream, Log, GraphicServer) - Static method in class org.foray.app.OutputTargetFactory
Factory method that makes a new Renderer instance for the standard renderers.
makePage(PageCollection.Force) - Method in class org.foray.area.PageCollection
 
makePageCollection(PageSequence) - Method in class org.foray.area.AreaTree
 
makePageMasterResolver(int) - Method in class org.foray.fotree.fo.obj.PageSequence
 
makePageNumberArea(PageNumber, int, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makePageNumberArea(PageNumber, int, GraftingPoint) - Method in class org.foray.area.LineArea
 
makePageNumberCitationArea(PageNumberCitation, int, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makePageNumberCitationArea(PageNumberCitation, int, GraftingPoint) - Method in class org.foray.area.LineArea
 
makePageNumberCitationLastArea(PageNumberCitationLast, int, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makePageNumberCitationLastArea(PageNumberCitationLast, int, GraftingPoint) - Method in class org.foray.area.LineArea
 
makePercentageDT(String) - Static method in class org.foray.fotree.value.DtPercentage
Factory method for creating a PercentageDT from a String input.
makeProperty(String, String, FObj) - Static method in class org.foray.fotree.axsl.PropertyMakerAxsl
Makes a property in this namespace.
makeProperty(String, String, FObj) - Static method in class org.foray.fotree.fo.PropertyMakerFO
Makes a property in this namespace.
makeProperty(String, String, FObj) - Static method in class org.foray.fotree.xml.PropertyMakerXML
Makes a property in this namespace.
makeProxy(Fo) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(PageSequence) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(BookmarkTitle) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Bookmark) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(ColorProfile) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Declarations) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(CharacterSequence) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Title) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(BidiOverride) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Block) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(BlockContainer) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(ExternalGraphic) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Flow) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Footnote) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Float) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(FootnoteBody) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(InitialPropertySet) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Inline) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(InlineContainer) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(InstreamForeignObject) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Leader) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(ListBlock) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(ListItem) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(ListItemBody) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(ListItemLabel) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Marker) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(MultiCase) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(MultiProperties) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(MultiPropertySet) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(MultiSwitch) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(MultiToggle) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(PageNumber) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(PageNumberCitation) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(RetrieveMarker) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(StaticContent) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Table) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(TableAndCaption) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(TableBody) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(TableCaption) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(TableCell) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(TableColumn) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(TableFooter) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(TableHeader) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(TableRow) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Wrapper) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(RegionAfter) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(RegionBefore) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(RegionBody) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(RegionEnd) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(RegionStart) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(Root) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(SimplePageMaster) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(BasicLink) - Method in class org.foray.pioneer.PioneerLS
 
makeProxy(SvgElement) - Method in class org.foray.pioneer.PioneerLS
 
makePsInput(File) - Method in class org.foray.ps.PsServer4a
 
makePSNumber(long) - Static method in class org.foray.ps.PsInteger
Creates a PSInteger if value is within the PostScript architectural limits for an integer.
makePsServer() - Static method in class org.foray.app.FOraySpecific
Make a standard PsServer instance for use in FOray.
makeQuietLogger() - Static method in class org.foray.common.Logging
Factory method creating a quiet logger, that is, one set to the "error" level.
makeRectangleDT(String) - Static method in class org.foray.fotree.value.DtRectangle
Factory method for creating a RectangleDT from a String input.
makeScalingValueCitationArea(ScalingValueCitation, int, GraftingPoint) - Method in class org.foray.area.AbstractAncestralInlineArea
 
makeScalingValueCitationArea(ScalingValueCitation, int, GraftingPoint) - Method in class org.foray.area.LineArea
 
makeShadowEffectDT(String) - Static method in class org.foray.fotree.value.DtShadowEffect
Factory method for creating a ShadowEffectDT from a String input.
makeShapeDT(String) - Static method in class org.foray.fotree.value.DtShape
Tries to construct an instance of each of the subclasses, returning the instance if successful, or trying the next option if not.
makeSpanArea(int) - Method in class org.foray.area.MainRA
Creates a new span area in this main reference area.
makeSpeechServer() - Static method in class org.foray.app.FOraySpecific
Make a standard SpeechServer instance for use in FOray.
makeSubstitutions(IntArrayBuilder, FontOptions) - Method in class org.foray.font.format.ttf.OTFLookupGSUBx04x01
Looks through the possible substitution in this font, and for those that the client wants, converts the glyph indexes for those subsitutions.
makeSubstitutions(IntArrayBuilder, FontOptions, Orthography) - Method in class org.foray.font.format.ttf.TTFTableGSUB
Looks through the possible substitution in this font, and for those that the client wants, converts the glyph indexes for those substitutions.
makeSvgDocument() - Method in class org.foray.graphic.GraphicServer4a
 
makeSvgGraphic(SVGDocument) - Method in class org.foray.graphic.GraphicServer4a
 
makeSystemFont(RegisteredFont) - Static method in class org.foray.font.SystemFont
Factory method that creates a new SystemFont instance.
makeTableArea(Table, GraftingPoint) - Method in class org.foray.area.AbstractListItemContent
 
makeTableArea(Table, GraftingPoint) - Method in class org.foray.area.BlockContainerRA
 
makeTableArea(Table, GraftingPoint) - Method in class org.foray.area.InlineContainerArea
 
makeTableArea(Table, GraftingPoint) - Method in class org.foray.area.NormalBlockArea
 
makeTableArea(Table, GraftingPoint) - Method in class org.foray.area.NormalFlowRA
 
makeTableArea(Table, GraftingPoint) - Method in class org.foray.area.RegionRA
 
makeTableArea(Table, GraftingPoint) - Method in class org.foray.area.TableCellRA
 
makeTableBodyContainer(TableBody, GraftingPoint) - Method in class org.foray.area.TableRA
 
makeTableCellArea(TableCell, GraftingPoint) - Method in class org.foray.area.TableRowContainer
 
makeTableFooterContainer(TableFooter, GraftingPoint) - Method in class org.foray.area.TableRA
 
makeTableHeaderContainer(TableHeader, GraftingPoint) - Method in class org.foray.area.TableRA
 
makeTableRowContainer(TableRow, GraftingPoint) - Method in class org.foray.area.AbstractTablePartContainer
 
makeTextServer(Log, HyphenationServer) - Static method in class org.foray.app.FOraySpecific
Make a standard TextServer instance for use in FOray.
makeTimeDT(String) - Static method in class org.foray.fotree.value.DtTime
Factory method for creating a TimeDT from a String input.
makeTranslateMatrix(PsInterpreter4a, PsNumber, PsNumber) - Static method in class org.foray.ps.PsMatrix
Create a new translate matrix.
makeUriDT(String) - Static method in class org.foray.fotree.value.DtURI
Factory method which creates a UriDT instance from String input.
makeWarningLogger() - Static method in class org.foray.common.Logging
Factory method creating a warning logger, that is, one set to the "warning" level.
makeXObject(PDFDocument, Graphic, FontConsumer, boolean) - Static method in class org.foray.pdf.object.PDFXObject
Factory method that encapsulates a Graphic instance into an appropriate PDFXObject instance.
mapCodePointToGlyphName(int) - Method in class org.foray.ps.encode.EncodingVector4a
 
mapCodePointToGlyphName(List<GlyphList>, int) - Method in class org.foray.ps.encode.EncodingVector4a
Finds the glyph name for a given Unicode code point by searching an array of GlyphList instances for it.
mapCodePointToGlyphName(int) - Method in class org.foray.ps.encode.GlyphList4a
 
mapGlyphNameToCodePoint(List<GlyphList>, String) - Method in class org.foray.ps.encode.EncodingVector4a
Finds the Unicode code for a glyphName by searching an array of GlyphList instances for it.
mapGlyphNameToCodePoint(String) - Method in class org.foray.ps.encode.GlyphList4a
 
mapNameToColorRGB(String) - Static method in class org.foray.fotree.value.DtColor
Returns a standard XSL-FO color from its name.
mapNameToEnum(String) - Static method in enum org.foray.ps.PsOperator
Maps an operator name String to the related PsOperator instance.
mapSecondaryNameToColorRGB(String) - Static method in class org.foray.fotree.value.DtColor
Returns a color from its name, including standard XSL-FO named colors and the additional ones supplied by FOray.
MARK - Static variable in class org.foray.graphic.JPEGGraphic
Byte value indicating the Beginning of a Marker.
markBackground(BackgroundArea) - Method in class org.foray.render.Renderer
Renders an area's background, both image and color.
markBorder(BorderPaddingArea) - Method in class org.foray.render.awt.AWTRenderer
 
markBorder(BorderPaddingArea) - Method in class org.foray.render.PrintRenderer
 
markBorder(BorderPaddingArea) - Method in class org.foray.render.ps.PSRenderer
 
markBorder(BorderPaddingArea) - Method in class org.foray.render.Renderer
Marks the border, if any, for the given area.
markBorder(BorderPaddingArea) - Method in class org.foray.render.svg.SVGRenderer
 
markBorder(BorderPaddingArea) - Method in class org.foray.render.xml.XMLRenderer
 
Marker - Class in org.foray.fotree.fo.obj
A "marker" object in XSL-FO.
Marker(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Marker
Constructor.
MarkerPL - Class in org.foray.pioneer
Pioneer Layout for Marker.
MarkerPL(Marker, PioneerLS) - Constructor for class org.foray.pioneer.MarkerPL
Constructor.
maskHighOrderBits(byte) - Static method in class org.foray.common.Bit
Zeroes the 4 high-order bits in byte.
maskLowOrderBits(byte) - Static method in class org.foray.common.Bit
Zeroes the 4 low-order bits in byte.
matchesContentCriteria(boolean) - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
Indicates whether this page master meets the specified content criteria.
matchesCriteria(boolean, boolean, boolean, boolean) - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
Indicates whether this instance matches a specific set of constraints.
matchesParityCriteria(boolean) - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
Indicates whether this page master meets the specified parity (odd or even) criteria.
matchesPositionCriteria(boolean, boolean) - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
Indicates whether this instance matches the "position" criteria.
matchIgnoreWeight(RegisteredFontFamily, boolean, Font.Style, Font.Variant, Font.Stretch, boolean, boolean) - Method in class org.foray.font.config.RegisteredFontDesc
Indicates whether this font description matches a given set of criteria, withour regard to the font-weight.
matchPerfect(RegisteredFontFamily, boolean, Font.Style, Font.Weight, Font.Variant, Font.Stretch, boolean, boolean) - Method in class org.foray.font.config.RegisteredFontDesc
Indicates whether this font description perfectly matches a given set of criteria.
MathArea - Class in org.foray.area
The reference area that contains the content that is in a ForeignObjectArea viewport area.
MathFactory - Class in org.foray.graphic.factory
Factory that tests the graphic to see if it is a MathML document, and creates an appropriate Graphic instance if it is.
MathFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.MathFactory
Constructor.
MathGraphic4a - Class in org.foray.graphic
A MathML Graphic.
MathGraphic4a(GraphicServer4a, URL, BufferedInputStream) - Constructor for class org.foray.graphic.MathGraphic4a
Constructor for the case of an unparsed URL.
MathGraphic4a(GraphicServer4a, MathMLDocument) - Constructor for class org.foray.graphic.MathGraphic4a
Constructor for the case of a parsed MathMLDocument.
MATHML_NAMESPACE - Static variable in class org.foray.common.MathMLUtil
The namespace URI for MathML.
MATHML_NAMESPACE_SHORT - Static variable in class org.foray.common.MathMLUtil
The typical abbreviation used to designate an element as being in the MathML namespace.
MATHML_PUBLIC_ID - Static variable in class org.foray.common.MathMLUtil
The public id of the DTD for a MathML document.
MATHML_ROOT_ELEMENT_NAME - Static variable in class org.foray.common.MathMLUtil
The name of the root element in a MathML document.
MATHML_SYSTEM_ID - Static variable in class org.foray.common.MathMLUtil
The system id of the DTD for a MathML document.
MathMLDocument4a - Class in org.foray.graphic.math
An implementation of the DOM MathMLDocument interface.
MathMLUtil - Class in org.foray.common
Utilities related to the Math Markup Language (MathML).
MathNamespace - Class in org.foray.fotree.math
This class manages the namespace that is used for the Math Markup Language (MathML).
MathNamespace() - Constructor for class org.foray.fotree.math.MathNamespace
Constructor.
MathObjectMaker - Class in org.foray.fotree.math
Factory class for creating formatting objects in the "m" (MathML) namespace.
MATRIX_QTY_ELEMENTS - Static variable in class org.foray.common.ps.PsUtil
The number of array elements in a PostScript matrix, that is, 6.
matrixToString(double[], int) - Static method in class org.foray.graphic.batik.PDFGraphics2D
Converts a matrix of decimal values to its PDF representation.
MAX - Static variable in class org.foray.fotree.value.Function
Constant indicating the "max" function.
MAX_16_BIT_UNSIGNED_VALUES - Static variable in class org.foray.common.WKConstants
The maximum number of values that can be stored in 16 bits, that is, 65,536.
MAX_32_BIT_UNSIGNED_INT - Static variable in class org.foray.common.WKConstants
The maximum unsigned 32-bit value, cast as an int.
MAX_4_BIT_UNSIGNED_BYTE - Static variable in class org.foray.common.WKConstants
The maximum 4-bit value, cast as a byte, that is 0xF.
MAX_4_BIT_UNSIGNED_VALUES - Static variable in class org.foray.common.WKConstants
The maximum number of values that can be stored in 4 bits, that is, 16.
MAX_7_BIT_UNSIGNED_VALUES - Static variable in class org.foray.common.WKConstants
The maximum number of values that can be stored in 7 bits, that is, 128.
MAX_8_BIT_UNSIGNED_BYTE - Static variable in class org.foray.common.WKConstants
The maximum unsigned 8-bit value, cast as a byte.
MAX_8_BIT_UNSIGNED_INT - Static variable in class org.foray.common.WKConstants
The maximum unsigned 8-bit value, cast as an int, that is 255 or 0xFF.
MAX_8_BIT_UNSIGNED_VALUES - Static variable in class org.foray.common.WKConstants
The maximum number of values that can be stored in 8 bits, that is, 256.
MAX_ARRAY_SIZE - Static variable in class org.foray.ps.PsInterpreter4a
The maximum PostScript array size.
MAX_TOKENS - Static variable in class org.foray.fotree.fo.prop.PdBorderColor
Constant indicating the maximum number of tokens allowed in values for this property.
MAX_TOKENS - Static variable in class org.foray.fotree.fo.prop.PdBorderStyle
Constant indicating the maximum number of tokens allowed in values for this property.
MAX_TOKENS - Static variable in class org.foray.fotree.fo.prop.PdBorderWidth
Constant indicating the maximum number of tokens allowed in values for this property.
maxBytesToParseBasics() - Method in class org.foray.graphic.Graphic4a
Tells Graphic4a.parseBasicsWrapper() how large to set the readlimit value when marking the beginning of the stream, so that is can be reused.
maxBytesToVerify() - Method in class org.foray.graphic.factory.GraphicFactory
Tells GraphicFactory how large to set the readlimit value when marking the beginning of the stream, so that is can be reused.
MAXIMUM_INTEGRAL_COLOR_VALUE - Static variable in class org.foray.common.WKConstants
Constant defining the largest integral color value, that is, 255.
maxLength() - Method in class org.foray.ps.PsDictionary
See PsDictionary.maxLength() operator for details.
maxLetterSpacingCapacity() - Method in class org.foray.area.TextArea
Computes the total amount of space (including that already used), in millipoints, that the area can absorb by expanding each space to the maximum word space specified.
maxWordSpacingCapacity() - Method in class org.foray.area.TextArea
Computes the amount of space, in millipoints, that the area can absorb by expanding each space to the maximum word space specified.
MERGE_PROPERTY_VALUES - Static variable in class org.foray.fotree.value.Function
Constant indicating the "merge-property-values" function.
MessagesDialog - Class in org.foray.render.awt.viewer
Die Klasse MessagesDialog dient der Anzeige von Meldungen.
MessagesDialog(Object, int, int, Icon, Object[], Object) - Constructor for class org.foray.render.awt.viewer.MessagesDialog
Constructor.
Metadata - Class in org.foray.fotree.axsl.obj
Implements the axsl:metadata element.
Metadata(FObj, PropertyList) - Constructor for class org.foray.fotree.axsl.obj.Metadata
Constructor.
MetadataKey - Class in org.foray.fotree.axsl.prop
The "metadata-key" property in the axsl: namespace.
MetadataKey(FObj, String, String) - Constructor for class org.foray.fotree.axsl.prop.MetadataKey
Default Constructor.
metricIndex(int) - Method in class org.foray.font.Font4a
For a given Unicode code point index, returns the metric index.
metricIndex(int) - Method in class org.foray.font.FSTrueTypeFont
 
metricIndex(int) - Method in class org.foray.font.FSType1Font
 
metricIndex(int) - Method in class org.foray.font.SystemFont
 
METRICS_KEY - Static variable in class org.foray.ps.type1.PsFontDictionary4a
Key to the "Metrics" entry.
MifBook - Class in org.foray.mif
class representing a MIF document.
MifBook(Log) - Constructor for class org.foray.mif.MifBook
Creates an empty MIF document.
MifBookComponent - Class in org.foray.mif
A MIF Book Component.
MifBookComponent() - Constructor for class org.foray.mif.MifBookComponent
Constructor.
MifColor - Class in org.foray.mif
A MIF Color.
MifColor() - Constructor for class org.foray.mif.MifColor
Constructor.
MifColorCatalog - Class in org.foray.mif
A MIF Color Catalog.
MifColorCatalog() - Constructor for class org.foray.mif.MifColorCatalog
Constructor.
mifContent() - Method in class org.foray.mif.MifBookComponent
 
mifContent() - Method in class org.foray.mif.MifDocument
 
mifContent() - Method in class org.foray.mif.MifFrame
 
mifContent() - Method in class org.foray.mif.MifImportObject
 
mifContent() - Method in class org.foray.mif.MifPage
 
mifContent() - Method in class org.foray.mif.MifPgf
 
mifContent() - Method in class org.foray.mif.MifPgfCatalog
 
mifContent() - Method in class org.foray.mif.MifPgfFormat
 
mifContent() - Method in class org.foray.mif.MifPgfLine
 
mifContent() - Method in class org.foray.mif.MifRuling
 
mifContent() - Method in class org.foray.mif.MifRulingCatalog
 
mifContent() - Method in class org.foray.mif.MifTbl
 
mifContent() - Method in class org.foray.mif.MifTextFlow
 
mifContent() - Method in class org.foray.mif.MifTextRect
 
MIFConverter - Class in org.foray.output
Renders areas to MIF.
MIFConverter(MifBook, Log, DocumentConfiguration) - Constructor for class org.foray.output.MIFConverter
Create the MIF renderer.
MifDocument - Class in org.foray.mif
A MIF Document.
MifDocument(int, int) - Constructor for class org.foray.mif.MifDocument
Constructor.
MifElementSet - Class in org.foray.mif
A MIF Element Set.
MifElementSet() - Constructor for class org.foray.mif.MifElementSet
Constructor.
mifEncode(String) - Static method in class org.foray.mif.MifBook
Encode a String using the MIF encoding.
MifFlow - Class in org.foray.mif
A MIF Flow.
MifFlow() - Constructor for class org.foray.mif.MifFlow
Constructor.
MifFontFormat - Class in org.foray.mif
A MIF Font Format.
MifFontFormat() - Constructor for class org.foray.mif.MifFontFormat
Constructor.
MifFrame - Class in org.foray.mif
A MIF Frame.
MifFrame(int, int, int, int, int) - Constructor for class org.foray.mif.MifFrame
Constructor.
MifImportObject - Class in org.foray.mif
A MIF Import Object.
MifImportObject(String, int, int, int, int) - Constructor for class org.foray.mif.MifImportObject
Constructor.
MifMarker - Class in org.foray.mif
A MIF Marker.
MifMarker() - Constructor for class org.foray.mif.MifMarker
Constructor.
MifPage - Class in org.foray.mif
A MIF Page.
MifPage(MifBook, String, String) - Constructor for class org.foray.mif.MifPage
Constructor.
MifPage(MifBook) - Constructor for class org.foray.mif.MifPage
Constructor.
MifPgf - Class in org.foray.mif
A MIF Paragraph.
MifPgf() - Constructor for class org.foray.mif.MifPgf
Constructor.
MifPgf(int) - Constructor for class org.foray.mif.MifPgf
Constructor.
MifPgfCatalog - Class in org.foray.mif
A MIF Paragraph Catalog.
MifPgfCatalog() - Constructor for class org.foray.mif.MifPgfCatalog
Constructor.
MifPgfFormat - Class in org.foray.mif
A MIF Paragraph Format.
MifPgfFormat() - Constructor for class org.foray.mif.MifPgfFormat
Constructor.
MifPgfLine - Class in org.foray.mif
A MIF Paragraph Line.
MifPgfLine(int) - Constructor for class org.foray.mif.MifPgfLine
Constructor.
MifPgfLine() - Constructor for class org.foray.mif.MifPgfLine
Constructor, (for the case where a table is parent??).
MifPolyLine - Class in org.foray.mif
A MIF PolyLine.
MifPolyLine() - Constructor for class org.foray.mif.MifPolyLine
Constructor.
MifRuling - Class in org.foray.mif
A MIF Ruling.
MifRuling() - Constructor for class org.foray.mif.MifRuling
Constructor.
MifRulingCatalog - Class in org.foray.mif
A MIF Ruling Catalog.
MifRulingCatalog() - Constructor for class org.foray.mif.MifRulingCatalog
Constructor.
MifTbl - Class in org.foray.mif
A MIF Table.
MifTbl(int) - Constructor for class org.foray.mif.MifTbl
Constructor.
MifTblCatalog - Class in org.foray.mif
A MIF Table Catalog.
MifTblCatalog() - Constructor for class org.foray.mif.MifTblCatalog
Constructor.
MifTblFormat - Class in org.foray.mif
A MIF Table Format.
MifTblFormat() - Constructor for class org.foray.mif.MifTblFormat
Constructor.
MifTextFlow - Class in org.foray.mif
A MIF Text Flow.
MifTextFlow(int) - Constructor for class org.foray.mif.MifTextFlow
Constructor.
MifTextRect - Class in org.foray.mif
A MIF Text Rectangle.
MifTextRect(int, int) - Constructor for class org.foray.mif.MifTextRect
Constructor.
MifToken - Class in org.foray.mif
Abstract base class for MIF tokens.
MifToken() - Constructor for class org.foray.mif.MifToken
 
MifXRef - Class in org.foray.mif
A MIF Cross-Reference.
MifXRef() - Constructor for class org.foray.mif.MifXRef
Constructor.
MifXRefFormat - Class in org.foray.mif
A MIF Cross-Reference Format.
MifXRefFormat() - Constructor for class org.foray.mif.MifXRefFormat
Constructor.
MifXRefInfo - Class in org.foray.mif
A MIF Cross-Reference Info.
MifXRefInfo() - Constructor for class org.foray.mif.MifXRefInfo
Constructor.
MILLIPOINTS_PER_POINT - Static variable in class org.foray.common.WKConstants
The number of millipoints per point, that is, 1000.
millipointsToPoints(int) - Static method in class org.foray.common.WKConstants
Converts millipoints to points.
MILLIUNITS_PER_UNIT - Static variable in class org.foray.common.WKConstants
The number of milli-units (thousandths of a unit) per unit, that is, 1000.
Mime - Enum in org.foray.common
An enumeration of some mime-types.
MIN - Static variable in class org.foray.fotree.value.Function
Constant indicating the "min" function.
MINIMUM_ICC_SIZE - Static variable in class org.foray.graphic.JPEGGraphic
The minimum size, in bytes, of an ICC profile.
MINIMUM_RGB_COMPONENTS - Static variable in class org.foray.common.ColorSpaceCMYK
Constant indicating the minimum number of channels in an RGB color.
minLetterSpacingCapacity() - Method in class org.foray.area.TextArea
Computes the amount of space, in millipoints, that the area can absorb by contracting each space to the minimum word space specified.
MINUS_SIGN - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "minus" character.
minWordSpacingCapacity() - Method in class org.foray.area.TextArea
Computes the amount of space, in millipoints, that the area can absorb by contracting each space to the minimum word space specified.
MM_PER_CM - Static variable in class org.foray.common.WKConstants
The number of millimeters per centimeter.
moveChildBackward(AreaNode, NormalFlowRA, NormalFlowRA) - Method in class org.foray.area.SpanRA
Moves a child from one parent to the last child of another parent.
moveChildForward(AreaNode, NormalFlowRA, NormalFlowRA) - Method in class org.foray.area.SpanRA
Moves a child from one parent to the first child of another parent.
moveto(PsNumber, PsNumber) - Method in class org.foray.ps.PsGraphicsState
Starts a new sub-path in the current path.
movetoDevice(PsNumber, PsNumber) - Method in class org.foray.ps.java2d.Java2DSystemDict
 
movetoDevice(PsNumber, PsNumber) - Method in class org.foray.ps.pdf.PDFSystemDict
 
movetoDevice(PsNumber, PsNumber) - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "moveto".
movetoDevice(PsNumber, PsNumber) - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
MSG_EOL - Static variable in class org.foray.pdf.object.PDFObject
The String that should be used to end a line in log messages.
MultiCase - Class in org.foray.fotree.fo.obj
A "multi-case" object in XSL-FO.
MultiCase(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.MultiCase
Constructor.
multiply(PsNumber) - Method in class org.foray.ps.PsNumber
Multiplies a given number by this object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can.
MultiProperties - Class in org.foray.fotree.fo.obj
A "multi-properties" object in XSL-FO.
MultiProperties(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.MultiProperties
Constructor.
MultiPropertySet - Class in org.foray.fotree.fo.obj
A "multi-property-set" object in XSL-FO.
MultiPropertySet(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.MultiPropertySet
Constructor.
MultiSwitch - Class in org.foray.fotree.fo.obj
A "multi-switch" object in XSL-FO.
MultiSwitch(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.MultiSwitch
Constructor.
MultiToggle - Class in org.foray.fotree.fo.obj
A "multi-toggle" object in XSL-FO.
MultiToggle(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.MultiToggle
Constructor.
MutatingHyphenationBreak4a - Class in org.foray.hyphen
Specialized information about a specific hyphenation break opportunity in a word.
MutatingWord4a - Class in org.foray.hyphen
Extension of Word4a that allows so-called full hyphenation breaks.

N

NAME - Static variable in class org.foray.ps.encode.EncodingFOrayLatinExtra
The name of this encoding.
NAME_COPYRIGHT - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the name id for "Copyright notice".
NAME_FONT_FAMILY - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the name id for "Font Family name".
NAME_FONT_SUBFAMILY - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the name id for "Font Subfamily name".
NAME_FULL_FONT_NAME - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the name id for "Full font name".
NAME_POSTSCRIPT_NAME - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the name id for "Postscript name".
NAME_TRADEMARK - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the name id for "Trademark".
NAME_UNIQUE_ID - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the name id for "Unique font identifier".
NAME_VERSION - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the name id for "Version string".
NAMES_TO_TEST - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Array containing the specific names that are sought by this parsing process.
Namespace - Class in org.foray.fotree
Abstract class for handling namespaces.
Namespace() - Constructor for class org.foray.fotree.Namespace
Constructor.
NamespaceAxsl - Class in org.foray.fotree.axsl
This class manages the namespace that is used for aXSL extensions to XSL-FO.
NamespaceAxsl() - Constructor for class org.foray.fotree.axsl.NamespaceAxsl
Constructor.
NamespaceFO - Class in org.foray.fotree.fo
This class manages the namespace that is used for XSL-FO elements.
NamespaceFO() - Constructor for class org.foray.fotree.fo.NamespaceFO
Constructor.
NamespaceForay - Class in org.foray.fotree.foray
This class manages the namespace that is used for FOray extensions to XSL-FO.
NamespaceForay() - Constructor for class org.foray.fotree.foray.NamespaceForay
Constructor.
NamespaceSVG - Class in org.foray.fotree.svg
This class manages the namespace that is used for SVG.
NamespaceSVG() - Constructor for class org.foray.fotree.svg.NamespaceSVG
Constructor.
NamespaceXML - Class in org.foray.fotree.xml
This class manages the namespace that is used for elements with the "xml:" prefix.
NamespaceXML() - Constructor for class org.foray.fotree.xml.NamespaceXML
Constructor.
narBPD() - Method in class org.foray.area.Area
Retursn the BPD of the NAR.
narIPD() - Method in class org.foray.area.Area
Returns the IPD of the NAR.
narOriginX() - Method in class org.foray.area.Area
See Area.brOriginX() where point-of-origin is defined.
narOriginY() - Method in class org.foray.area.Area
See Area.brOriginX() where point-of-origin is defined.
NatLangParser - Class in org.foray.hyphen.util
A SAX document handler to read and parse natural-language descriptions from an XML file.
NatLangParser(Log) - Constructor for class org.foray.hyphen.util.NatLangParser
Constructor.
NATURAL_LANGUAGE_PUBLIC_ID - Static variable in class org.foray.common.AxslDtdUtil
The public id of the "natural language" DTD.
NaturalLanguage - Class in org.foray.hyphen.util
Manages various aspects of a natural language, specifically what grapheme clusters are valid in that language.
NaturalLanguage() - Constructor for class org.foray.hyphen.util.NaturalLanguage
Private Constructor.
nearestArea() - Method in class org.foray.area.Area
 
nearestArea() - Method in class org.foray.area.AreaNode
 
nearestBeforeFloatArea() - Method in class org.foray.area.AreaNode
Returns this area's ancestor footnote-area, if any, or this, if this is a footnote area, or null if this area is not part of a footnote.
nearestBeforeFloatArea() - Method in class org.foray.area.BeforeFloatRA
Returns this area's ancestor footnote-area, if any, or this, if this is a footnote area, or null if this area is not part of a footnote.
nearestFootnoteArea() - Method in class org.foray.area.AreaNode
Returns this area's ancestor footnote-area, if any, or this, if this is a footnote area, or null if this area is not part of a footnote.
nearestFootnoteArea() - Method in class org.foray.area.FootnoteRA
Returns this area's ancestor footnote-area, if any, or this, if this is a footnote area, or null if this area is not part of a footnote.
nearestGeneratedByBlockLevelFo() - Method in class org.foray.area.AreaNode
 
nearestGeneratedByBlockLevelFo() - Method in class org.foray.area.PageRA
Overrides the Area method, because there will be nothing above here that was generated by a block-level FO.
nearestGeneratingRA(FoContext) - Method in class org.foray.fotree.FObj
Returns self or the nearest ancestor FObj that generates reference areas.
nearestNormalBlockArea() - Method in class org.foray.area.AreaNode
Returns this if this is a normal block area, or the nearest ancestor normal block area otherwise.
nearestNormalBlockArea() - Method in class org.foray.area.NormalBlockArea
Returns this if this is a normal block area, or the nearest ancestor normal block area otherwise.
nearestTableArea() - Method in class org.foray.area.AreaNode
Retujrns this if it is an instance of TableRA, or the nearest ancestor TableRA if it is not.
needsFontSize() - Method in class org.foray.fotree.value.DtLength
Indicates whether this length requires a font-size to compute its value.
negate() - Method in class org.foray.ps.PsNumber
Returns the negative of this number.
NEWLINE - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript new-line possibilities.
newpath() - Method in class org.foray.ps.PsGraphicsState
Sets the current path to null.
newpathDevice() - Method in class org.foray.ps.java2d.Java2DSystemDict
 
newpathDevice() - Method in class org.foray.ps.pdf.PDFSystemDict
 
newpathDevice() - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "newpath".
newpathDevice() - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
next() - Method in class org.foray.common.AbstractOrderedTreeNode.PostOrderDescendantIterator
 
next() - Method in class org.foray.fotree.DescendantIterator
 
next() - Method in class org.foray.linebreak.LineContentIterator4a
 
nextBolderFont() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the next bolder font in the font-family than this font.
nextBolderFont(RegisteredFontDesc) - Method in class org.foray.font.config.RegisteredFontFamily
Returns the next bolder font.
nextBolderFont() - Method in class org.foray.font.FontUse4a
 
nextBolderWeight() - Method in class org.foray.font.FontUse4a
 
nextContiguousLineText() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
nextContiguousLineText() - Method in class org.foray.fotree.fo.obj.Character
 
nextContiguousLineText() - Method in class org.foray.fotree.FOLineText
 
nextElement() - Method in class org.foray.common.TernaryTreeMap.Iterator
 
nextLighterFont() - Method in class org.foray.font.config.RegisteredFontDesc
Returns the next lighter font in the font-family than this font.
nextLighterFont(RegisteredFontDesc) - Method in class org.foray.font.config.RegisteredFontFamily
Returns the next lighter font.
nextLighterFont() - Method in class org.foray.font.FontUse4a
 
nextLighterWeight() - Method in class org.foray.font.FontUse4a
 
nextPostOrderNode() - Method in class org.foray.common.AbstractOrderedTreeNode
Returns the next node in the tree relative to the current node, in post-order traversal order.
nextPostOrderNode() - Method in interface org.foray.common.OrderedTreeNode
Returns the next node in the tree relative to the current node, in post-order traversal order.
nextPreOrderNode() - Method in class org.foray.common.AbstractOrderedTreeNode
 
nextPreOrderNode() - Method in interface org.foray.common.OrderedTreeNode
Returns the next node in the tree relative to the current node, in pre-order traversal order.
NO_LIMIT_VALUE - Static variable in class org.foray.fotree.fo.prop.PdHyphenationLadderCount
Constant indicating the "no-limit" value.
NO_LIMIT_VALUE - Static variable in class org.foray.fotree.fo.prop.PdMaximumRepeats
Constant for the "no-limit" value.
NoLayoutPL - Class in org.foray.pioneer
Concrete class for FObj instances that do not need layout.
NoLayoutPL(Fo, PioneerLS) - Constructor for class org.foray.pioneer.NoLayoutPL
Constructor.
NonArea - Class in org.foray.area
Abstract base class for all AreaNodes that do not occupy any area.
NonArea() - Constructor for class org.foray.area.NonArea
Constructor.
NormalBlockArea - Class in org.foray.area
This class represents a Block Area.
NormalFlowRA - Class in org.foray.area
Represents a normal-flow-reference-area.
normalizeException(String, char) - Static method in class org.foray.hyphen.Word4a
Takes exception input like "oblig-a-tory" and converts it to the unhyphenated equivalent, that is "obligatory", so that it can be used for searches on input words.
normalizeURISpecification(String) - Static method in class org.foray.common.url.URLUtil
Converts standard-based uri-specification to a normalized String from which a java.net.URL instance can be constructed.
normalizeWhitespace(String) - Static method in class org.foray.common.XMLUtil
Converts all whitespace characters to spaces, then compresses all sequences of spaces to one space.
normalizeWhitespace(StringBuilder) - Static method in class org.foray.common.XMLUtil
Converts all whitespace characters to spaces, then compresses all sequences of spaces to one space.
normalLineHeightFactor(Font.LineHeightAlgorithm) - Method in class org.foray.font.Font4a
 
NOTDEF - Static variable in class org.foray.ps.encode.EncodingVector4a
The name of the undefined glyph.
NOTHING - Static variable in class org.foray.text.line.solitary.SolitaryLineBreaker
Possible value for SolitaryLineBreaker.previousCharacter, indicating that there was no previous character.
NOTICE_KEY - Static variable in class org.foray.ps.type1.PsFontInfoDictionary4a
Key to the "Notice" entry.
notifyPageComplete(PageRA) - Method in class org.foray.area.AreaTree
Notify all listeners that a "Page Complete" event has been fired.
NULL - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "null" character.
NULL_TERMINATOR - Static variable in class org.foray.common.StringUtil
The null terminator character, used to mark the end of Strings in char arrays in some applications, U+0000.
nullTerminatedLength(char[], int) - Static method in class org.foray.common.StringUtil
Computes the length of all or part of a null-terminated char array.
nullTerminatedLength(CharSequence, int) - Static method in class org.foray.common.StringUtil
Computes the length of all or part of a null-terminated String or other CharSequence.
numberOfColumns() - Method in class org.foray.fotree.fo.obj.Table
Provides the number of columns defined for this table.
NumberUtil - Class in org.foray.common
Utility class for numeric computations not handled in standard classes.
numFonts() - Method in class org.foray.font.format.ttf.TrueTypeCollection
Returns the number of fonts in this file, as parsed from the table directories.
numGlyphsUsed() - Method in class org.foray.font.Subset
Returns the number of glyphs in this subset.
numMtxEntries() - Method in class org.foray.font.format.ttf.TTFTableHMTX
Returns the number of metric records in this table.

O

ObjectMakerAxsl - Class in org.foray.fotree.axsl
Factory class for creating formatting objects in the "axsl" namespace.
ObjectMakerFO - Class in org.foray.fotree.fo
Factory class for creating objects in the "fo:" (Formatting Objects) namespace.
ObjectMakerForay - Class in org.foray.fotree.foray
Factory class for creating formatting objects in the "foray" namespace.
ObjectMakerSVG - Class in org.foray.fotree.svg
Factory class for creating formatting objects in the "svg" namespace.
obtainLineBreaker() - Method in class org.foray.linebreak.OptimumFitLbFactory4a
 
obtainLineContentIterator() - Method in class org.foray.linebreak.OptimumFitLbFactory4a
 
obtainPDFEncoding(Encoding) - Method in class org.foray.pdf.object.PDFDocument
Obtain a PDFEncoding for a given Encoding instance.
obtainWritingMode(String) - Static method in class org.foray.fotree.value.DtWritingMode
Returns the DtWritingMode instance for a given description of that writing mode.
octalMatrixToString(double[]) - Static method in class org.foray.graphic.batik.PDFGraphics2D
Converts a matrix of octal values to its PDF representation.
OFFSET_TABLE_SIZE - Static variable in class org.foray.font.format.ttf.TTFOffsetTable
Constant indicating the size of the table directory itself, in bytes.
offsetFromStart() - Method in class org.foray.area.LineArea
Returns the offset from the start of this area at which the line content should actually be rendered.
openConnection(URL) - Method in class org.foray.common.url.classpath.Handler
 
openLink(SVGAElement) - Method in class org.foray.graphic.batik.BatikUaAwt
 
openTextObject() - Method in class org.foray.pdf.object.PDFContentStream
Makes the stream ready to accept text manipulation operators.
OPERATION_ADD - Static variable in class org.foray.fotree.value.Expr
Constant indicating an add operation.
OPERATION_DIVIDE - Static variable in class org.foray.fotree.value.Expr
Constant indicating a division operation.
OPERATION_MOD - Static variable in class org.foray.fotree.value.Expr
Constant indicating a modulo or remainder operation.
OPERATION_MULTIPLY - Static variable in class org.foray.fotree.value.Expr
Constant indicating a multiplication operation.
OPERATION_NEGATION - Static variable in class org.foray.fotree.value.Expr
Constant indicating a negation operation.
OPERATION_SUBTRACT - Static variable in class org.foray.fotree.value.Expr
Constant indicating a subtract operation.
OPERATOR_NAMES - Static variable in enum org.foray.ps.PsOperator
The index into this array is the matching OPER_ constant.
optimize() - Method in class org.foray.area.AbstractListItemContent
 
optimize() - Method in class org.foray.area.AreaNode
This method should be run after layout is complete, allowing cleanup and adjustments that do not affect the placement of the areas to be computed before the page is rendered.
optimize() - Method in class org.foray.area.AreaTree
 
optimize() - Method in class org.foray.area.BasicLinkArea
 
optimize() - Method in class org.foray.area.BeforeFloatRA
 
optimize() - Method in class org.foray.area.BidiOverrideArea
 
optimize() - Method in class org.foray.area.BlockContainerRA
 
optimize() - Method in class org.foray.area.ExternalGraphicArea
 
optimize() - Method in class org.foray.area.FootnoteRA
 
optimize() - Method in class org.foray.area.ForeignObjectArea
 
optimize() - Method in class org.foray.area.IndexPageCitationListArea
 
optimize() - Method in class org.foray.area.InlineArea
 
optimize() - Method in class org.foray.area.InlineContainerArea
 
optimize() - Method in class org.foray.area.LeaderArea
 
optimize() - Method in class org.foray.area.LineArea
This method should be run after layout is complete, allowing cleanup and adjustments that do not affect the placement of the areas to be computed before the page is rendered.
optimize() - Method in class org.foray.area.ListBlockArea
 
optimize() - Method in class org.foray.area.ListItemArea
 
optimize() - Method in class org.foray.area.MainRA
 
optimize() - Method in class org.foray.area.NormalBlockArea
 
optimize() - Method in class org.foray.area.NormalFlowRA
 
optimize() - Method in class org.foray.area.PageCollection
 
optimize() - Method in class org.foray.area.PageNumberArea
 
optimize() - Method in class org.foray.area.PageNumberCitationArea
 
optimize() - Method in class org.foray.area.PageNumberCitationLastArea
 
optimize() - Method in class org.foray.area.PageRA
 
optimize() - Method in class org.foray.area.RegionRA
 
optimize() - Method in class org.foray.area.RegionRABody
 
optimize() - Method in class org.foray.area.ScalingValueCitationArea
 
optimize() - Method in class org.foray.area.SpanRA
 
optimize() - Method in class org.foray.area.TableBodyContainer
 
optimize() - Method in class org.foray.area.TableCellRA
 
optimize() - Method in class org.foray.area.TableFooterContainer
 
optimize() - Method in class org.foray.area.TableHeaderContainer
 
optimize() - Method in class org.foray.area.TableRA
 
optimize() - Method in class org.foray.area.TableRowContainer
 
optimize() - Method in class org.foray.area.TextArea
 
optimize() - Method in class org.foray.common.TernaryTreeMap
Allows the map to internally optimize itself for faster performance and possible memory reduction.
optimize() - Method in class org.foray.font.ConsumerFont4a
Optimize the information about this font in preparation for output.
optimizeChildren() - Method in class org.foray.area.AreaNode
Optimizes the children of this node.
optimizeFonts() - Method in class org.foray.font.FontConsumer4a
 
OptimumFitLb4a - Class in org.foray.linebreak
Line-breaker that implements the Knuth-Plass optimum-fit algorithm.
OptimumFitLb4a() - Constructor for class org.foray.linebreak.OptimumFitLb4a
 
OptimumFitLbFactory4a - Class in org.foray.linebreak
Factory for the Knuth-Plass optimum-fit line-breaking algorithm.
OptimumFitLbFactory4a() - Constructor for class org.foray.linebreak.OptimumFitLbFactory4a
 
optionBaseDirectory() - Method in class org.foray.core.SessionConfig
Returns the "base-directory" configuration item.
optionCacheGraphics() - Method in class org.foray.core.SessionConfig
Returns the "cache-graphics" configuration item.
optionDumpConfiguration() - Method in class org.foray.core.SessionConfig
Returns the "dump-configuration" configuration item.
optionFontBaseDirectory() - Method in class org.foray.core.SessionConfig
Returns the "font-base-directory" configuration item.
optionFontConfiguration() - Method in class org.foray.core.SessionConfig
Returns the URL to the font-configuration file.
optionHyphenationBaseDirectory() - Method in class org.foray.core.SessionConfig
Returns the "hyphenation-base-directory" configuration item.
optionLanguage() - Method in class org.foray.core.SessionConfig
Returns the "language" configuration item.
optionNaturalLanguageBaseDirectory() - Method in class org.foray.core.SessionConfig
Returns the "natural-language-base-directory" configuration item.
Options - Class in org.foray.app
Loads configuration files and additional setting of commandline options.
Options(SessionConfig, OutputConfig) - Constructor for class org.foray.app.Options
Constructor for case when the user configuration file is not known.
Options(SessionConfig, OutputConfig, URL) - Constructor for class org.foray.app.Options
Constructor for case when the user configuration file is known.
optionStrokeSVGText() - Method in class org.foray.core.SessionConfig
Returns the "stroke-svg-text" configuration item.
optionVerbosity() - Method in class org.foray.core.SessionConfig
Returns the "verbosity" configuration item.
optionXMLCatalog() - Method in class org.foray.core.SessionConfig
Returns the "xml-catalog" configuration item.
ORDER_CUBIC_SPLINE_INTERPOLATION - Static variable in class org.foray.pdf.object.PDFFunction
Constant for Type 0 functions, indicating a "cubic spline interpolation" order.
ORDER_LINEAR - Static variable in class org.foray.pdf.object.PDFFunction
Constant for Type 0 functions, indicating a "linear" order.
OrderedTreeNode - Interface in org.foray.common
A TreeNode that is aware of its relationships not only to its parents and children, but also to its siblings.
org.foray.app - package org.foray.app
Application classes used for running FOray both on the command line and embedded in other applications.
org.foray.app.ant - package org.foray.app.ant
Classes for making FOray accessible from within Ant.
org.foray.app.test - package org.foray.app.test
Classes useful for testing the FOray application and its various modules.
org.foray.area - package org.foray.area
Classes representing the actual layout of content on pages.
org.foray.common - package org.foray.common
Low-level utility classes accessible to the entire application.
org.foray.common.i18n - package org.foray.common.i18n
Classes in this package represent internationalization (i18n) concepts, usually set by international standards organizations.
org.foray.common.io - package org.foray.common.io
Utilities related to input/output.
org.foray.common.ps - package org.foray.common.ps
Utility classes useful for working with PostScript.
org.foray.common.sax - package org.foray.common.sax
Classes useful with SAX.
org.foray.common.url - package org.foray.common.url
Classes useful for URL management, including a custom protocol registration scheme.
org.foray.common.url.classpath - package org.foray.common.url.classpath
Contains a URLStreamHandler for the "classpath" protocol.
org.foray.common.util - package org.foray.common.util
Utility classes available to all FOray modules.
org.foray.core - package org.foray.core
The core processing classes for the application as a whole.
org.foray.demo - package org.foray.demo
Classes useful for demonstrating FOray's capabilities, which may be useful superclasses for actual applications.
org.foray.demo.embed - package org.foray.demo.embed
Classes useful for demonstrating FOray embedded in other applications.
org.foray.demo.embed.model - package org.foray.demo.embed.model
A sample application demonstrating use of FOray embedded in another application.
org.foray.demo.embed.tools - package org.foray.demo.embed.tools
Utility classes useful when embedding FOray in other applications.
org.foray.demo.servlet - package org.foray.demo.servlet
Classes demonstrating use of FOray as a servlet.
org.foray.font - package org.foray.font
Classes providing read-only access to font files and system font classes.
org.foray.font.config - package org.foray.font.config
Classes related to the configuration of the font subsystem and registration of fonts in it.
org.foray.font.format - package org.foray.font.format
Classes handling the low-level details of specific font formats, such as Type 1, TrueType, Adobe Font Metrics, etc.
org.foray.font.format.ttf - package org.foray.font.format.ttf
Classes handling the parsing and content of TrueType fonts.
org.foray.font.format.type1 - package org.foray.font.format.type1
Classes handling the parsing and content of Type1 fonts and metrics.
org.foray.font.output - package org.foray.font.output
Helper classes useful for embedding fonts or obtaining font information that is specific to an output format (like PDF or PostScript).
org.foray.fotree - package org.foray.fotree
Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces.
org.foray.fotree.axsl - package org.foray.fotree.axsl
Namespace and Factory classes for objects in the axsl: namespace.
org.foray.fotree.axsl.obj - package org.foray.fotree.axsl.obj
Classes representing non-standard objects in the FO Tree that are sanctioned by aXSL.
org.foray.fotree.axsl.prop - package org.foray.fotree.axsl.prop
Classes representing properties in the axsl namespace.
org.foray.fotree.fo - package org.foray.fotree.fo
Namespace and Factory classes for objects in the fo: (XSL Formatting Objects) namespace.
org.foray.fotree.fo.enums - package org.foray.fotree.fo.enums
Enums and enum wrappers used in the fo: namespace.
org.foray.fotree.fo.obj - package org.foray.fotree.fo.obj
Classes representing the various Formatting Objects in the fo: namespace.
org.foray.fotree.fo.prop - package org.foray.fotree.fo.prop
Classes representing XSL-FO properties (See Section 7 of the XSL-FO 1.0 Standard).
org.foray.fotree.foray - package org.foray.fotree.foray
Namespace and Factory classes for objects in the foray: (custom) namespace.
org.foray.fotree.foray.obj - package org.foray.fotree.foray.obj
Classes representing custom, non-standard objects in the FO Tree, that is, those that are not specified by the XSL-FO standard.
org.foray.fotree.math - package org.foray.fotree.math
Namespace and Factory classes for objects in the m: (MathML) namespace.
org.foray.fotree.math.obj - package org.foray.fotree.math.obj
Classes representing objects in the m: (MathML) namespace.
org.foray.fotree.parse - package org.foray.fotree.parse
Classes related to the parsing of XSL-FO content, especially property values.
org.foray.fotree.svg - package org.foray.fotree.svg
Namespace and Factory classes for objects in the svg: (Scalable Vector Graphics) namespace.
org.foray.fotree.svg.obj - package org.foray.fotree.svg.obj
Classes representing objects in the svg: (Scalable Vector Graphics) namespace.
org.foray.fotree.value - package org.foray.fotree.value
Classes representing the various ways that property values can be specified in XSL-FO, including Datatypes, Functions, and Expressions (See Section 5.11 of the XSL 1.0 Standard).
org.foray.fotree.xml - package org.foray.fotree.xml
Namespace and Factory classes for objects in the xml: (Generic XML) namespace.
org.foray.fotree.xml.prop - package org.foray.fotree.xml.prop
Classes representing generic XML properties.
org.foray.graphic - package org.foray.graphic
Classes providing read-only access to graphic files.
org.foray.graphic.batik - package org.foray.graphic.batik
Classes related to using Batik for SVG processing.
org.foray.graphic.factory - package org.foray.graphic.factory
Factory classes that identify graphic formats and create instances to read them.
org.foray.graphic.math - package org.foray.graphic.math
Classes used to handle MathML integration.
org.foray.graphic.output - package org.foray.graphic.output
Helper classes useful for embedding graphics or obtaining graphic information that is specific to an output format (like PDF or PostScript).
org.foray.hyphen - package org.foray.hyphen
Classes for finding hyphenation points in text.
org.foray.hyphen.util - package org.foray.hyphen.util
Utility classes useful for creating hyphenation patterns.
org.foray.layout - package org.foray.layout
Generic classes used by actual layout strategies.
org.foray.linebreak - package org.foray.linebreak
Classes for line-breaking.
org.foray.mif - package org.foray.mif
Classes for handling the low-level creation of MIF documents.
org.foray.output - package org.foray.output
Classes for converting an FO Tree (not an Area Tree) to some specific output medium.
org.foray.pdf - package org.foray.pdf
Classes for handling the low-level creation of PDF documents.
org.foray.pdf.object - package org.foray.pdf.object
Classes representing various PDF objects, used in the construction of a PDF document.
org.foray.pioneer - package org.foray.pioneer
Classes for the Pioneer layout strategy.
org.foray.ps - package org.foray.ps
Classes for handling the intepretation of PostScript input.
org.foray.ps.encode - package org.foray.ps.encode
Classes modelling the various encoding vector and CMap concepts that map a Unicode code point to a font glyph index.
org.foray.ps.filter - package org.foray.ps.filter
Classes managing the various PostScript filter concepts, such as Flate and ASCII85.
org.foray.ps.java2d - package org.foray.ps.java2d
An implementation of the PostScript interpreter that renders to the Java AWT system.
org.foray.ps.java2d.demo - package org.foray.ps.java2d.demo
Classes demonstrating the Java2D PostScript implementation.
org.foray.ps.pdf - package org.foray.ps.pdf
An implementation of the PostScript interpreter that converts to PDF.
org.foray.ps.readonly - package org.foray.ps.readonly
An implementation of the PostScript interpreter that writes no output, but makes the PostScript dictionaries and state available.
org.foray.ps.type1 - package org.foray.ps.type1
Classes providing convenience methods for Type 1 fonts.
org.foray.render - package org.foray.render
Classes for rendering an Area Tree to some output medium.
org.foray.render.awt - package org.foray.render.awt
Classes for rendering the Area Tree to Java's Abstract Windowing Toolkit (AWT).
org.foray.render.awt.viewer - package org.foray.render.awt.viewer
Classes for displaying a rendered AWT document to the screen.
org.foray.render.pcl - package org.foray.render.pcl
Classes for rendering the Area Tree to PCL (Hewlett-Packard's Printer Control Language).
org.foray.render.pdf - package org.foray.render.pdf
Classes for rendering the Area Tree to PDF.
org.foray.render.ps - package org.foray.render.ps
Classes for rendering the Area Tree to Postscript.
org.foray.render.svg - package org.foray.render.svg
Classes for rendering the Area Tree to SVG.
org.foray.render.txt - package org.foray.render.txt
Classes for rendering the Area Tree to Text.
org.foray.render.xml - package org.foray.render.xml
Classes for rendering the Area Tree to XML (for debugging).
org.foray.speech - package org.foray.speech
Classes used for integrating document systems with speech systems.
org.foray.text - package org.foray.text
Classes for handling text services like hyphenation and line-breaking.
org.foray.text.line - package org.foray.text.line
Abstract classes for handling line-breaking.
org.foray.text.line.solitary - package org.foray.text.line.solitary
A concrete "eager" line-breaking strategy.
org.foray.xml - package org.foray.xml
XML utility classes for things like pretty-printing XML documents.
org.foray.xml.dtd - package org.foray.xml.dtd
Classes partially modelling an XML Document Type Definition (DTD).
orthography() - Method in class org.foray.area.AbstractAncestralInlineArea
Returns the orthography.
orthography() - Method in class org.foray.area.ScalingValueCitationArea
Returns the orthography.
orthography() - Method in class org.foray.area.TextArea
 
Orthography4a - Class in org.foray.common.i18n
FOray implementation of Orthography.
Orthography4a(Language, Country, Script) - Constructor for class org.foray.common.i18n.Orthography4a
Constructor.
OTFCoverage - Class in org.foray.font.format.ttf
Abstract superclass for coverage types.
OTFCoverage() - Constructor for class org.foray.font.format.ttf.OTFCoverage
 
OTFCoveragex01 - Class in org.foray.font.format.ttf
A coverage using Format 1 (List of glyph indexes).
OTFCoveragex01() - Constructor for class org.foray.font.format.ttf.OTFCoveragex01
 
OTFCoveragex02 - Class in org.foray.font.format.ttf
A coverage using Format 2 (List of glyph index ranges).
OTFCoveragex02() - Constructor for class org.foray.font.format.ttf.OTFCoveragex02
 
OTFCoveragex02.RangeRecord - Class in org.foray.font.format.ttf
A range in this coverage.
OTFCoveragex02.RangeRecord() - Constructor for class org.foray.font.format.ttf.OTFCoveragex02.RangeRecord
 
OTFFeature - Class in org.foray.font.format.ttf
An OpenType layout table feature.
OTFFeature() - Constructor for class org.foray.font.format.ttf.OTFFeature
Constructor.
OTFFeature.OtfFeatureTag - Enum in org.foray.font.format.ttf
Enumeration of the various OTF feature tags.
OTFLanguageSystem - Class in org.foray.font.format.ttf
An OpenType Language System.
OTFLanguageSystem() - Constructor for class org.foray.font.format.ttf.OTFLanguageSystem
Constructor.
OTFLookupGSUB - Class in org.foray.font.format.ttf
An OpenType lookup for the GSUB table.
OTFLookupGSUB() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUB
Constructor.
OTFLookupGSUB.LookupType - Enum in org.foray.font.format.ttf
Enumeration of possible LookupType values in a GSUB table.
OTFLookupGSUBSubtable - Class in org.foray.font.format.ttf
Abstract superclass for all GSUB subtables.
OTFLookupGSUBSubtable() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBSubtable
 
OTFLookupGSUBx01x01 - Class in org.foray.font.format.ttf
A Single Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx01x01() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx01x01
Constructor.
OTFLookupGSUBx01x02 - Class in org.foray.font.format.ttf
A Single Substitution Format 2 GSUB Subtable.
OTFLookupGSUBx01x02() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx01x02
Constructor.
OTFLookupGSUBx02x01 - Class in org.foray.font.format.ttf
A Multiple Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx02x01() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx02x01
Constructor.
OTFLookupGSUBx03x01 - Class in org.foray.font.format.ttf
An Alternate Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx03x01() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx03x01
Constructor.
OTFLookupGSUBx04x01 - Class in org.foray.font.format.ttf
A Ligature Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx04x01() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx04x01
Constructor.
OTFLookupGSUBx04x01.Ligature - Class in org.foray.font.format.ttf
One ligature.
OTFLookupGSUBx04x01.Ligature() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx04x01.Ligature
 
OTFLookupGSUBx04x01.LigatureSet - Class in org.foray.font.format.ttf
A set of ligatures.
OTFLookupGSUBx04x01.LigatureSet() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx04x01.LigatureSet
 
OTFLookupGSUBx05x01 - Class in org.foray.font.format.ttf
A Contextual Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx05x01() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx05x01
Constructor.
OTFLookupGSUBx05x02 - Class in org.foray.font.format.ttf
A Contextual Substitution Format 2 GSUB Subtable.
OTFLookupGSUBx05x02() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx05x02
Constructor.
OTFLookupGSUBx05x03 - Class in org.foray.font.format.ttf
A Contextual Substitution Format 3 GSUB Subtable.
OTFLookupGSUBx05x03() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx05x03
Constructor.
OTFLookupGSUBx06x01 - Class in org.foray.font.format.ttf
A Chaining Context Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx06x01() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx06x01
Constructor.
OTFLookupGSUBx06x02 - Class in org.foray.font.format.ttf
A Chaining Context Format 2 GSUB Subtable.
OTFLookupGSUBx06x02() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx06x02
Constructor.
OTFLookupGSUBx06x03 - Class in org.foray.font.format.ttf
A Chaining Context Format 3 GSUB Subtable.
OTFLookupGSUBx06x03() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx06x03
Constructor.
OTFLookupGSUBx07x01 - Class in org.foray.font.format.ttf
An Extension Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx07x01() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx07x01
Constructor.
OTFLookupGSUBx08x01 - Class in org.foray.font.format.ttf
A Reverse Chaining Contextual Single Substitution Format 1 GSUB Subtable.
OTFLookupGSUBx08x01() - Constructor for class org.foray.font.format.ttf.OTFLookupGSUBx08x01
Constructor.
OTFScript - Class in org.foray.font.format.ttf
An OpenType Script.
OTFScript() - Constructor for class org.foray.font.format.ttf.OTFScript
Constructor.
output(OutputStream) - Method in class org.foray.mif.MifBook
 
output(OutputStream) - Method in class org.foray.pdf.object.PDFObject
Write the PDF represention of this object to a given output stream.
output(OutputStream) - Method in class org.foray.pdf.object.PDFStream
 
outputAllRectangles(Area) - Method in class org.foray.render.xml.XMLRenderer
Writes information about all of an area's rectangles.
outputAttribute(StringBuilder, String, CharSequence) - Method in class org.foray.render.xml.XMLRenderer
Writes information about a specific attribute to a given buffer.
outputAttribute(StringBuilder, String, long) - Method in class org.foray.render.xml.XMLRenderer
Writes information about a specific integral attribute to a given buffer.
outputBorderRectangle(Area) - Method in class org.foray.render.xml.XMLRenderer
Writes information about an area's border rectangle to a given buffer.
outputColor(GeneralInlineArea, StringBuilder) - Method in class org.foray.render.xml.XMLRenderer
Writes information about an area's color to a given buffer.
OutputConfig - Class in org.foray.core
Configuration implementation for those configuration items that are related to a specific Renderer.
OutputConfig() - Constructor for class org.foray.core.OutputConfig
Constructor.
outputContentRectangle(Area) - Method in class org.foray.render.xml.XMLRenderer
Writes information about an area's content rectangle to a given buffer.
outputPaddingRectangle(Area) - Method in class org.foray.render.xml.XMLRenderer
Writes information about an area's padding rectangle to a given buffer.
outputStreamData(OutputStream) - Method in class org.foray.pdf.object.PDFStream
Output just the stream data enclosed by stream/endstream markers.
outputStreamRequired() - Method in class org.foray.output.OutputTarget
Subclasses that do not need an OutputStream should override this.
outputStreamRequired() - Method in class org.foray.render.awt.AWTRenderer
Subclasses that do not need an OutputStream should override this.
OutputTarget - Class in org.foray.output
Abstract superclass for all Renderers and Converters.
OutputTarget(Log) - Constructor for class org.foray.output.OutputTarget
Constructor.
OutputTargetFactory - Class in org.foray.app
Utility class used to create output targets.
OutputTargetType - Enum in org.foray.app
Enumeration of the various output options for FOray.
outputText(char[], StringBuilder) - Method in class org.foray.render.xml.XMLRenderer
Writes text to a given buffer, converting it to well-formed XML as it goes.
overflowMessage() - Method in class org.foray.text.line.EagerLineBreaker
Writes a standard overflow message to the logger.
overlinePosition(int) - Method in class org.foray.font.FSTrueTypeFont
 
overlinePosition(int) - Method in class org.foray.font.FSType1Font
 
overlinePosition(int) - Method in class org.foray.font.SystemFont
 
overlineSize(int) - Method in class org.foray.font.FSTrueTypeFont
 
overlineSize(int) - Method in class org.foray.font.FSType1Font
 
overlineSize(int) - Method in class org.foray.font.SystemFont
 
OverrideGraftingContext - Class in org.foray.pioneer
Implementation of FoContext that overrides the grafting information for a wrapped context item.
OverrideGraftingContext(FoContext, GraftingPoint) - Constructor for class org.foray.pioneer.OverrideGraftingContext
Constructor.

P

padHexString(String, int) - Static method in class org.foray.font.output.FontPdf4a
Prepends the input string with a sufficient number of "0" characters to get the returned string to be numChars length.
padPagesAtBeginning() - Method in class org.foray.area.PageCollection
This method creates any blank pages that are needed at the beginning of an PageCollection to meet the related PageSequence's constraints.
padSpaces(String, int, int) - Static method in class org.foray.ps.encode.EncodingParser
Pads spaces in the output to try to make it more readable.
PAGE_CITATION_TEXT_SEGMENT - Static variable in class org.foray.fotree.FObj
Static CharSequence containing one space, to be used for obtaining a font for the page-citation-* objects.
PageCollection - Class in org.foray.area
PageCollection is not really an Area.
pageComplete(AreaTreeEvent) - Method in class org.foray.core.FOrayTarget
 
PageMasterResolver - Class in org.foray.fotree.fo.obj
Provides pages sequentially for a given PageSequence.
PageMasterResolver(PageSequence, int) - Constructor for class org.foray.fotree.fo.obj.PageMasterResolver
Constructor.
PageNumber - Class in org.foray.fotree.fo.obj
A "page-number" object in XSL-FO.
PageNumber(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.PageNumber
Constructor.
PageNumberArea - Class in org.foray.area
The normal inline-area created by an fo:page-number object.
PageNumberCitation - Class in org.foray.fotree.fo.obj
A "page-number-citation" object in XSL-FO.
PageNumberCitation(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.PageNumberCitation
Constructor.
PageNumberCitationArea - Class in org.foray.area
Area containing all or part of a page-number-citation.
PageNumberCitationLast - Class in org.foray.fotree.fo.obj
A "page-number-citation-last" object in XSL-FO.
PageNumberCitationLast(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.PageNumberCitationLast
Constructor.
PageNumberCitationLastArea - Class in org.foray.area
Area containing all or part of a page-number-citation-last.
PageNumberCitationPL - Class in org.foray.pioneer
Pioneer Layout for PageNumberCitation.
PageNumberCitationPL(PageNumberCitation, PioneerLS) - Constructor for class org.foray.pioneer.PageNumberCitationPL
Constructor.
PageNumberGenerator - Class in org.foray.fotree.fo.obj
This class uses the 'format', 'groupingSeparator', 'groupingSize', and 'letterValue' properties on fo:page-sequence to return a String corresponding to the supplied integer page number.
PageNumberGenerator(String, char, int) - Constructor for class org.foray.fotree.fo.obj.PageNumberGenerator
Constructor.
PageNumberPL - Class in org.foray.pioneer
Pioneer Layout for PageNumber.
PageNumberPL(PageNumber, PioneerLS) - Constructor for class org.foray.pioneer.PageNumberPL
Constructor.
PageRA - Class in org.foray.area
Area containing a page.
PageSequence - Class in org.foray.fotree.fo.obj
A "page-sequence" object in XSL-FO.
PageSequence(Root, PropertyList) - Constructor for class org.foray.fotree.fo.obj.PageSequence
Constructor.
pageSequenceMaster() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
Convenience method returning the grandparent, properly cast.
PageSequenceMaster - Class in org.foray.fotree.fo.obj
A "page-sequence-master" object in XSL-FO.
PageSequenceMaster(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.PageSequenceMaster
Constructor.
pageSequenceMaster() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
The parent.
PageSequenceTemplate - Interface in org.foray.fotree.fo.obj
Abstraction of the formatting objects that can be used as a template to generate sequences of pages for a page-sequence.
PageSequenceWrapper - Class in org.foray.fotree.fo.obj
A "page-sequence-wrapper" object in XSL-FO.
PageSequenceWrapper(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.PageSequenceWrapper
Constructor.
paint(TextNode, Graphics2D) - Method in class org.foray.graphic.batik.PDFTextPainter
 
paintACI(AttributedCharacterIterator, Graphics2D, Point2D) - Method in class org.foray.graphic.batik.PDFTextPainter
Paints an AttributedCharacterIterator.
paintComponent(Graphics) - Method in class org.foray.ps.java2d.demo.DemoPanel
 
paintPostScript(Graphics, Rectangle) - Method in class org.foray.ps.java2d.demo.DemoPanel
Displays the PostScript content on the screen.
paintTextRun(StrokingTextPainter.TextRun, Graphics2D, Point2D) - Method in class org.foray.graphic.batik.PDFTextPainter
Paints a text runs.
paintTextRuns(List<?>, Graphics2D, Point2D) - Method in class org.foray.graphic.batik.PDFTextPainter
Paints a set of text runs.
Panose - Class in org.foray.font.format
A PANOSE-1 classification number.
Panose.Field - Enum in org.foray.font.format
Enumeration of the fields that comprise a PANOSE description.
ParamrefTaglet - Class in org.foray.common
Useless stub class to avoid errors/warnings.
ParamrefTaglet() - Constructor for class org.foray.common.ParamrefTaglet
 
parentAllocationWidth() - Method in class org.foray.area.Area
Returns the allocation width of this area's parent.
parse(InputSource) - Method in class org.foray.common.sax.DocumentReader
 
parse(String) - Method in class org.foray.common.sax.DocumentReader
 
parse(InputSource) - Method in class org.foray.demo.embed.model.ProjectTeamXMLReader
 
parse(ProjectTeam) - Method in class org.foray.demo.embed.model.ProjectTeamXMLReader
Starts parsing the ProjectTeam object.
parse(String) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
parse(InputSource) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFCoverage
Parses a coverage.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFCoveragex01
Parses a coverage.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFCoveragex02
Parses a coverage.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFFeature
Parses a feature.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLanguageSystem
Parses a language system.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUB
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx01x01
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx01x02
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx02x01
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx03x01
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx04x01
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx05x01
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx05x02
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx05x03
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx06x01
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx06x02
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx06x03
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx07x01
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFLookupGSUBx08x01
Parses a lookup.
parse(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.OTFScript
Parses a script.
parse(TTFOffsetTable, RandomAccessInput, FontParserClient) - Static method in class org.foray.font.format.ttf.TrueTypeFont
Factory method that parses a font from random-access input.
parse(TrueTypeCollection, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTCTableHeader
Constructor.
parse(TrueTypeContainer, RandomAccessInput, long) - Static method in class org.foray.font.format.ttf.TTFOffsetTable
Parse a Table Directory from the appropriate offset.
parse(TTFOffsetTable, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFOffsetTableRecord
Constructor.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableBASE
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableCFF
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableCFF2
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput, PsServer, String) - Static method in class org.foray.font.format.ttf.TTFTableCMAP
Parse the cmap table.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableCVT
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableFPGM
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableGASP
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableGDEF
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput, int, TTFTableHMTX) - Static method in class org.foray.font.format.ttf.TTFTableGLYF
Reads the "glyf" table to find the bounding boxes.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableGPOS
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableGSUB
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableHEAD
Read the "head" table.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableHHEA
Parse the table.
parse(TTFOffsetTableRecord, RandomAccessInput, int, int) - Static method in class org.foray.font.format.ttf.TTFTableHMTX
Read "hmtx" table and put the horizontal metrics in the metrics array.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableJSTF
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput, TTFTableCMAP) - Static method in class org.foray.font.format.ttf.TTFTableKERN
Parse the needed information from the table contents.
parse(TTFOffsetTableRecord, RandomAccessInput, boolean, int, TTFTableHMTX) - Static method in class org.foray.font.format.ttf.TTFTableLOCA
Reads the "loca" table.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableMATH
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableMAXP
Reads the number of glyphs from the "maxp" table.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableNAME
Reads the "name" table.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableOS2
Reads the "OS/2" table.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTablePCLT
Reads the "PCLT" table to find xHeight and capHeight.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTablePOST
Parse the "post" table.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTablePREP
Parse the table from the table content.
parse(TTFOffsetTableRecord, RandomAccessInput) - Static method in class org.foray.font.format.ttf.TTFTableVORG
Parse the table from the table content.
parse() - Method in class org.foray.font.format.type1.Type1FontParser
Parses the font content and returns it as a font object.
parse() - Method in class org.foray.font.format.type1.Type1MetricsParser
Creates an appropriate Type1Metrics instance, depending on the type of input parsed.
parse() - Method in class org.foray.font.format.type1.Type1MetricsParserAFM
Parses the Metric content.
parse() - Method in class org.foray.font.format.type1.Type1MetricsParserPFM
Parses the Metrics file.
parse(FObj, String, PropertyType) - Static method in class org.foray.fotree.parse.PropertyParser
Public entrypoint to the Property expression parser.
parse(URL) - Method in class org.foray.hyphen.PatternParser
Parses a given URL, using the PatternConsumer to consume the data retrieved during the parse.
parse(URL) - Method in class org.foray.hyphen.util.NatLangParser
Parses a given URL, creating a new NaturalLanguage instance for the contents.
parse() - Method in class org.foray.hyphen.util.WordList
Parses the input, returning an array of unique, sorted words from the input.
parseAttribute(Attributes, String, String, FObj, Locator, FOTreeBuilder) - Method in class org.foray.fotree.Namespace
Parses one attribute.
parseAttributeForNS(Attributes, String, String, FObj, Locator) - Method in class org.foray.fotree.axsl.NamespaceAxsl
 
parseAttributeForNS(Attributes, String, String, FObj, Locator) - Method in class org.foray.fotree.fo.NamespaceFO
 
parseAttributeForNS(Attributes, String, String, FObj, Locator) - Method in class org.foray.fotree.foray.NamespaceForay
 
parseAttributeForNS(Attributes, String, String, FObj, Locator) - Method in class org.foray.fotree.math.MathNamespace
 
parseAttributeForNS(Attributes, String, String, FObj, Locator) - Method in class org.foray.fotree.Namespace
Parses one attribute in this namespace.
parseAttributeForNS(Attributes, String, String, FObj, Locator) - Method in class org.foray.fotree.svg.NamespaceSVG
 
parseAttributeForNS(Attributes, String, String, FObj, Locator) - Method in class org.foray.fotree.xml.NamespaceXML
 
parseAttributes(PropertyList, Attributes, FObj, Locator, FOTreeBuilder) - Method in class org.foray.fotree.axsl.NamespaceAxsl
 
parseAttributes(PropertyList, Attributes, FObj, Locator, FOTreeBuilder) - Method in class org.foray.fotree.fo.NamespaceFO
 
parseAttributes(PropertyList, Attributes, FObj, Locator, FOTreeBuilder) - Method in class org.foray.fotree.foray.NamespaceForay
 
parseAttributes(PropertyList, Attributes, FObj, Locator, FOTreeBuilder) - Method in class org.foray.fotree.math.MathNamespace
 
parseAttributes(PropertyList, Attributes, FObj, Locator, FOTreeBuilder) - Method in class org.foray.fotree.Namespace
Parse the attributes for an element in this namespace.
parseAttributes(PropertyList, Attributes, FObj, Locator, FOTreeBuilder) - Method in class org.foray.fotree.svg.NamespaceSVG
 
parseAttributes(PropertyList, Attributes, FObj, Locator, FOTreeBuilder) - Method in class org.foray.fotree.xml.NamespaceXML
 
parseBasics() - Method in class org.foray.graphic.BMPGraphic
 
parseBasics() - Method in class org.foray.graphic.EPSGraphic
 
parseBasics() - Method in class org.foray.graphic.GIFGraphic
 
parseBasics() - Method in class org.foray.graphic.Graphic4a
This abstract method is implemented in subclasses to initiate parsing of enough of the image for it to be used in layout.
parseBasics() - Method in class org.foray.graphic.JPEGGraphic
 
parseBasics() - Method in class org.foray.graphic.MathGraphic4a
 
parseBasics() - Method in class org.foray.graphic.PDFGraphic
 
parseBasics() - Method in class org.foray.graphic.PNGGraphic
 
parseBasics() - Method in class org.foray.graphic.SVGGraphic
 
parseBasics() - Method in class org.foray.graphic.TIFFGraphic
 
parseBasicsWrapper() - Method in class org.foray.graphic.Graphic4a
This method handles some of the common housekeeping work for Graphic4a.parseBasics() so that it can focus on parsing.
parseBoolean(String, String) - Method in class org.foray.common.Configuration
Converts a given configuration item to a Boolean value.
parseCharSet(String, InputStream) - Method in class org.foray.ps.PsServer4a
 
parseCodePoint(String) - Static method in class org.foray.common.UnicodeChar
Parses a Unicode codepoint from a given String.
parseColorDescription(String) - Static method in class org.foray.fotree.value.DtColor
Converts a String color description to a DtColor instance.
parseCommandLine(Options, String[]) - Static method in class org.foray.app.FOray
Parses a command-line.
parseCommandLine(Options, String[]) - Static method in class org.foray.font.format.ttf.TrueTypeCollectionLister
Parses a command-line.
parseCommandLine(Options, String[]) - Static method in class org.foray.font.format.type1.Type1MetricsSerializer
Parses a command-line.
parseCommandLine(Options, String[]) - Static method in class org.foray.hyphen.PatternSerializer
Parses a command-line.
parseDocument() - Method in class org.foray.core.ConfigurationParser
Parses the encapsulated SAX InputSource and updates the encapsulated Configuration instances accordingly.
parseElement(String, FObj, PropertyList, Locator, FOTreeBuilder) - Method in class org.foray.fotree.Namespace
Parse an element in this namespace.
parseElementForNS(String, FObj, PropertyList, Locator) - Method in class org.foray.fotree.axsl.NamespaceAxsl
 
parseElementForNS(String, FObj, PropertyList, Locator) - Method in class org.foray.fotree.fo.NamespaceFO
 
parseElementForNS(String, FObj, PropertyList, Locator) - Method in class org.foray.fotree.foray.NamespaceForay
 
parseElementForNS(String, FObj, PropertyList, Locator) - Method in class org.foray.fotree.math.MathNamespace
 
parseElementForNS(String, FObj, PropertyList, Locator) - Method in class org.foray.fotree.Namespace
The namespace-specific logic for paring an element.
parseElementForNS(String, FObj, PropertyList, Locator) - Method in class org.foray.fotree.svg.NamespaceSVG
 
parseElementForNS(String, FObj, PropertyList, Locator) - Method in class org.foray.fotree.xml.NamespaceXML
 
parseEncodingVector(String, InputStream, int, int, List<String>) - Method in class org.foray.ps.PsServer4a
 
parseFeatureList(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.AbstractOTFLayoutTable
Parses the feature list.
parseFeatureVariations(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.AbstractOTFLayoutTable
Parses the feature variations.
parseFont() - Method in class org.foray.font.format.ttf.TTFOffsetTable
Parses the font described by this table directory and stores the parsed instance in this for retrieval with TTFOffsetTable.getTTFFont().
parseFont() - Method in class org.foray.font.FSTrueTypeFont
Parses the font contents for needed information.
parseFont() - Method in class org.foray.font.FSType1Font
Parses the font to get needed information.
parseGlyphList(String, InputStream) - Method in class org.foray.ps.PsServer4a
 
parseList() - Method in class org.foray.ps.encode.CharSetParser
Parses a glyph list.
parseList() - Method in class org.foray.ps.encode.EncodingParser
Parses a glyph list.
parseList() - Method in class org.foray.ps.encode.GlyphListParser
Parses a glyph list.
parseLookupList(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.TTFTableGSUB
Parses the lookup list.
parseOption(String, String, int) - Method in class org.foray.common.Configuration
Attempt to add the configuration option.
parseOption(String, String, int) - Method in class org.foray.core.OutputConfig
 
parseOption(String, String, int) - Method in class org.foray.core.SessionConfig
 
parseProtocol(String) - Static method in class org.foray.common.url.URLFactory
Extracts the protocol portion of a URL specification.
parseScriptList(RandomAccessInput, int) - Static method in class org.foray.font.format.ttf.AbstractOTFLayoutTable
Parses the script list.
parseShortRGBColor(String, int, boolean) - Static method in class org.foray.fotree.value.DtColor
Parses a specific color value out of a String in the form of #RGB (short format), or #RRGGBB (long format), returning the color value in the range 0 thru 1.
parseSpaceDelimitedList(String, String) - Method in class org.foray.common.Configuration
Converts a given space-delimited configuration item to an ArrayList.
parseURL(String, String) - Method in class org.foray.common.Configuration
Converts a given configuration item to a URL.
parseURLDirectory(String, String) - Method in class org.foray.common.Configuration
Converts a given configuration item to a URL directory, logging a warning if the resulting URL points to a file instead of a directory.
parseURLFile(String, String) - Method in class org.foray.common.Configuration
Converts a given configuration item to a URL, logging a warning if the resulting URL points to a directory instead of a file.
parseWordSequence(CharSequence, int, int, Orthography) - Method in class org.foray.hyphen.HyphenationConsumer4a
 
PatGen - Class in org.foray.hyphen
Hyphenation pattern generator based on Liang's patgen.web.
PatGen(String, String, String, String) - Constructor for class org.foray.hyphen.PatGen
Constructor.
PatientLineBreaker - Class in org.foray.text.line
Abstract superclass for LineBreakers that act in a "patient" manner.
PatientLineBreaker(TextServer4a, LineBreakControl, LineBreakHandler, FontConsumer) - Constructor for class org.foray.text.line.PatientLineBreaker
Constructor.
PATTERN - Static variable in class org.foray.ps.PsColorSpace
Constant indicating the special "pattern" colorspace.
PATTERN_RESOURCE_PATH - Static variable in class org.foray.hyphen.HyphenationServer4a
The path to the hyphenation patterns.
PatternConsumer - Interface in org.foray.hyphen
Implementations of this interface take the information parsed by a PatternParser while it is parsing a Liang-style hyphenation file, and do something useful with it, presumably storing it in a structure that makes it available to other applications.
PatternGenerator - Class in org.foray.hyphen
A refactored/rewritten version of PatGen to be more object-oriented.
PatternGenerator() - Constructor for class org.foray.hyphen.PatternGenerator
 
PatternParser - Class in org.foray.hyphen
A SAX document handler to read and parse hyphenation patterns from a XML file.
PatternParser(PatternConsumer, Log) - Constructor for class org.foray.hyphen.PatternParser
Constructor.
PatternSerializer - Class in org.foray.hyphen
Parse and serialize hyphenation patterns so that they can be packaged for runtime use without the need to parse them then.
PatternSerializer(File, IOFileFilter, File) - Constructor for class org.foray.hyphen.PatternSerializer
Constructor.
PatternTree - Class in org.foray.hyphen
An implementation of the Knuth/Liang hyphenation scheme that is part of TeX.
PatternTree() - Constructor for class org.foray.hyphen.PatternTree
Constructor.
PatternTree.Source - Enum in org.foray.hyphen
Enumeration of the possible sources of this tree.
PCLRenderer - Class in org.foray.render.pcl
Renders areas to PCL.
PCLRenderer(Log, DocumentConfiguration) - Constructor for class org.foray.render.pcl.PCLRenderer
Constructor.
PCLStream - Class in org.foray.render.pcl
Specialized output stream used by PCLRenderer.
PCLStream(OutputStream) - Constructor for class org.foray.render.pcl.PCLStream
Constructor.
PdAbsolutePosition - Class in org.foray.fotree.fo.prop
The "absolute-position" property in XSL-FO.
PdAbsolutePosition(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdAbsolutePosition
Default Constructor.
PdActiveState - Class in org.foray.fotree.fo.prop
The "active-state" property in XSL-FO.
PdActiveState(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdActiveState
Default Constructor.
PdAlignmentAdjust - Class in org.foray.fotree.fo.prop
The "alignment-adjust" property in XSL-FO.
PdAlignmentAdjust(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdAlignmentAdjust
Constructor.
PdAlignmentBaseline - Class in org.foray.fotree.fo.prop
The "alignment-baseline" property in XSL-FO.
PdAlignmentBaseline(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdAlignmentBaseline
Constructor.
PdAllowedHeightScale - Class in org.foray.fotree.fo.prop
The "allowed-height-scale" property in XSL-FO.
PdAllowedHeightScale(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdAllowedHeightScale
Constructor.
PdAllowedWidthScale - Class in org.foray.fotree.fo.prop
The "allowed-width-scale" property in XSL-FO.
PdAllowedWidthScale(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdAllowedWidthScale
Constructor.
PdAutoRestore - Class in org.foray.fotree.fo.prop
The "auto-restore" property in XSL-FO.
PdAutoRestore(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdAutoRestore
Constructor.
pdAvailable() - Method in class org.foray.area.Area
 
pdAvailable() - Method in class org.foray.area.AreaFixed
 
pdAvailable() - Method in class org.foray.area.AreaFlexible
 
pdAvailable() - Method in class org.foray.area.FootnoteRA
 
pdAvailable() - Method in class org.foray.area.LineArea
LineArea uses this method uniquely.
PdAzimuth - Class in org.foray.fotree.fo.prop
The "azimuth" property in XSL-FO.
PdAzimuth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdAzimuth
Constructor.
PdBackground - Class in org.foray.fotree.fo.prop
The "background" property in XSL-FO.
PdBackground(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBackground
Constructor.
PdBackgroundAttachment - Class in org.foray.fotree.fo.prop
The "background-attachment" property in XSL-FO.
PdBackgroundAttachment(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundAttachment
Default Constructor.
PdBackgroundAttachment(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundAttachment
Constructor for the case of a known value.
PdBackgroundColor - Class in org.foray.fotree.fo.prop
The "background-color" property in XSL-FO.
PdBackgroundColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundColor
Constructor.
PdBackgroundColor(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundColor
Constructor for the case where the property value is already known.
PdBackgroundImage - Class in org.foray.fotree.fo.prop
The "background-image" property in XSL-FO.
PdBackgroundImage(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundImage
Constructor.
PdBackgroundImage(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundImage
Constructor for the case where the property value is already known.
PdBackgroundPosition - Class in org.foray.fotree.fo.prop
The "background-position" shorthand property in XSL-FO.
PdBackgroundPosition(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundPosition
Constructor.
PdBackgroundPosition(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundPosition
Constructor for the case where the property value is already known.
PdBackgroundPositionHorizontal - Class in org.foray.fotree.fo.prop
The "background-position-horizontal" XSL-FO property.
PdBackgroundPositionHorizontal(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundPositionHorizontal
Constructor.
PdBackgroundPositionVertical - Class in org.foray.fotree.fo.prop
The "background-position-vertical" XSL-FO property.
PdBackgroundPositionVertical(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundPositionVertical
Constructor.
PdBackgroundRepeat - Class in org.foray.fotree.fo.prop
The "background-repeat" property in XSL-FO.
PdBackgroundRepeat(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundRepeat
Default Constructor.
PdBackgroundRepeat(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdBackgroundRepeat
Constructor for the case of a known value.
PdBaselineShift - Class in org.foray.fotree.fo.prop
The "baseline-shift" property in XSL-FO.
PdBaselineShift(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBaselineShift
Constructor.
PdBlankOrNotBlank - Class in org.foray.fotree.fo.prop
The "blank-or-not-blank" property in XSL-FO.
PdBlankOrNotBlank(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBlankOrNotBlank
Default Constructor.
PdBlockProgressionDimension - Class in org.foray.fotree.fo.prop
The "block-progression-dimension" property in XSL-FO.
PdBlockProgressionDimension(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBlockProgressionDimension
Constructor.
PdBorder - Class in org.foray.fotree.fo.prop
The "border" property in XSL-FO.
PdBorder(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorder
Constructor.
PdBorderAfterColor - Class in org.foray.fotree.fo.prop
The "border-after-color" property in XSL-FO.
PdBorderAfterColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderAfterColor
Constructor.
PdBorderAfterPrecedence - Class in org.foray.fotree.fo.prop
The "border-after-precedence" property in XSL-FO.
PdBorderAfterPrecedence(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderAfterPrecedence
Constructor.
PdBorderAfterStyle - Class in org.foray.fotree.fo.prop
The "border-after-style" property in XSL-FO.
PdBorderAfterStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderAfterStyle
Constructor.
PdBorderAfterWidth - Class in org.foray.fotree.fo.prop
The "border-after-width" property in XSL-FO.
PdBorderAfterWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderAfterWidth
Constructor.
PdBorderBeforeColor - Class in org.foray.fotree.fo.prop
The "border-before-color" property in XSL-FO.
PdBorderBeforeColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderBeforeColor
Constructor.
PdBorderBeforePrecedence - Class in org.foray.fotree.fo.prop
The "border-before-precedence" property in XSL-FO.
PdBorderBeforePrecedence(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderBeforePrecedence
Constructor.
PdBorderBeforeStyle - Class in org.foray.fotree.fo.prop
The "border-before-style" property in XSL-FO.
PdBorderBeforeStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderBeforeStyle
Constructor.
PdBorderBeforeWidth - Class in org.foray.fotree.fo.prop
The "border-before-width" property in XSL-FO.
PdBorderBeforeWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderBeforeWidth
Constructor.
PdBorderBottom - Class in org.foray.fotree.fo.prop
The "border-bottom" property in XSL-FO.
PdBorderBottom(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderBottom
Constructor.
PdBorderBottomColor - Class in org.foray.fotree.fo.prop
The "border-bottom-color" property in XSL-FO.
PdBorderBottomColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderBottomColor
Constructor.
PdBorderBottomStyle - Class in org.foray.fotree.fo.prop
The "border-bottom-style" property in XSL-FO.
PdBorderBottomStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderBottomStyle
Constructor.
PdBorderBottomWidth - Class in org.foray.fotree.fo.prop
The "border-bottom-width" property in XSL-FO.
PdBorderBottomWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderBottomWidth
Constructor.
PdBorderCollapse - Class in org.foray.fotree.fo.prop
The "border-collapse" property in XSL-FO.
PdBorderCollapse(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderCollapse
Default Constructor.
PdBorderColor - Class in org.foray.fotree.fo.prop
The "border-color" shorthand property in XSL-FO.
PdBorderColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderColor
Constructor.
PdBorderColor(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdBorderColor
Special constructor to be used when some other class has done the parsing.
PdBorderEndColor - Class in org.foray.fotree.fo.prop
The "border-end-color" property in XSL-FO.
PdBorderEndColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderEndColor
Constructor.
PdBorderEndPrecedence - Class in org.foray.fotree.fo.prop
The "border-end-precedence" property in XSL-FO.
PdBorderEndPrecedence(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderEndPrecedence
Constructor.
PdBorderEndStyle - Class in org.foray.fotree.fo.prop
The "border-end-style" property in XSL-FO.
PdBorderEndStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderEndStyle
Constructor.
PdBorderEndWidth - Class in org.foray.fotree.fo.prop
The "border-end-width" property in XSL-FO.
PdBorderEndWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderEndWidth
Constructor.
PdBorderLeft - Class in org.foray.fotree.fo.prop
The "border-left" property in XSL-FO.
PdBorderLeft(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderLeft
Constructor.
PdBorderLeftColor - Class in org.foray.fotree.fo.prop
The "border-left-color" property in XSL-FO.
PdBorderLeftColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderLeftColor
Constructor.
PdBorderLeftStyle - Class in org.foray.fotree.fo.prop
The "border-left-style" property in XSL-FO.
PdBorderLeftStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderLeftStyle
Constructor.
PdBorderLeftWidth - Class in org.foray.fotree.fo.prop
The "border-left-width" property in XSL-FO.
PdBorderLeftWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderLeftWidth
Constructor.
PdBorderRight - Class in org.foray.fotree.fo.prop
The "border-right" property in XSL-FO.
PdBorderRight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderRight
Constructor.
PdBorderRightColor - Class in org.foray.fotree.fo.prop
The "border-right-color" property in XSL-FO.
PdBorderRightColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderRightColor
Constructor.
PdBorderRightStyle - Class in org.foray.fotree.fo.prop
The "border-right-style" property in XSL-FO.
PdBorderRightStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderRightStyle
Constructor.
PdBorderRightWidth - Class in org.foray.fotree.fo.prop
The "border-right-width" property in XSL-FO.
PdBorderRightWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderRightWidth
Constructor.
PdBorderSeparation - Class in org.foray.fotree.fo.prop
The "border-separation" property in XSL-FO.
PdBorderSeparation(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderSeparation
Constructor for the case that the property value must be parsed.
PdBorderSeparation(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdBorderSeparation
Constructor for the case that the property value is known, useful when this is part of a shorthand property type.
PdBorderSpacing - Class in org.foray.fotree.fo.prop
The "border-spacing" shorthand property in XSL-FO.
PdBorderSpacing(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderSpacing
Constructor.
PdBorderStartColor - Class in org.foray.fotree.fo.prop
The "border-start-color" property in XSL-FO.
PdBorderStartColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderStartColor
Constructor.
PdBorderStartPrecedence - Class in org.foray.fotree.fo.prop
The "border-start-precedence" property in XSL-FO.
PdBorderStartPrecedence(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderStartPrecedence
Constructor.
PdBorderStartStyle - Class in org.foray.fotree.fo.prop
The "border-start-style" property in XSL-FO.
PdBorderStartStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderStartStyle
Constructor.
PdBorderStartWidth - Class in org.foray.fotree.fo.prop
The "border-start-width" property in XSL-FO.
PdBorderStartWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderStartWidth
Constructor.
PdBorderStyle - Class in org.foray.fotree.fo.prop
The "border-style" shorthand property in XSL-FO.
PdBorderStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderStyle
Constructor.
PdBorderStyle(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdBorderStyle
Special constructor to be used when some other class has done the parsing.
PdBorderTop - Class in org.foray.fotree.fo.prop
The "border-top" property in XSL-FO.
PdBorderTop(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderTop
Constructor.
PdBorderTopColor - Class in org.foray.fotree.fo.prop
The "border-top-color" property in XSL-FO.
PdBorderTopColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderTopColor
Constructor.
PdBorderTopStyle - Class in org.foray.fotree.fo.prop
The "border-top-style" property in XSL-FO.
PdBorderTopStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderTopStyle
Constructor.
PdBorderTopWidth - Class in org.foray.fotree.fo.prop
The "border-top-width" property in XSL-FO.
PdBorderTopWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderTopWidth
Constructor.
PdBorderWidth - Class in org.foray.fotree.fo.prop
The "border-width" shorthand property in XSL-FO.
PdBorderWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBorderWidth
Constructor.
PdBorderWidth(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdBorderWidth
Special constructor to be used when some other class has done the parsing.
PdBottom - Class in org.foray.fotree.fo.prop
The "bottom" property in XSL-FO.
PdBottom(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBottom
Constructor.
PdBreakAfter - Class in org.foray.fotree.fo.prop
The "break-after" property in XSL-FO.
PdBreakAfter(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBreakAfter
Default Constructor.
PdBreakBefore - Class in org.foray.fotree.fo.prop
The "break-before" property in XSL-FO.
PdBreakBefore(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdBreakBefore
Default Constructor.
PdCaptionSide - Class in org.foray.fotree.fo.prop
The "caption-side" property in XSL-FO.
PdCaptionSide(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdCaptionSide
Default Constructor.
PdCaseName - Class in org.foray.fotree.fo.prop
The "case-name" property in XSL-FO.
PdCaseName(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdCaseName
Constructor.
PdCaseTitle - Class in org.foray.fotree.fo.prop
The "case-title" property in XSL-FO.
PdCaseTitle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdCaseTitle
Constructor.
PdChangeBarClass - Class in org.foray.fotree.fo.prop
The "change-bar-class" property in XSL-FO.
PdChangeBarClass(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdChangeBarClass
Constructor.
PdChangeBarColor - Class in org.foray.fotree.fo.prop
The "change-bar-color" property in XSL-FO.
PdChangeBarColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdChangeBarColor
Constructor.
PdChangeBarOffset - Class in org.foray.fotree.fo.prop
The "change-bar-offset" property in XSL-FO.
PdChangeBarOffset(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdChangeBarOffset
Constructor.
PdChangeBarPlacement - Class in org.foray.fotree.fo.prop
The "change-bar-placement" property in XSL-FO.
PdChangeBarPlacement(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdChangeBarPlacement
Constructor.
PdChangeBarStyle - Class in org.foray.fotree.fo.prop
The "change-bar-style" property in XSL-FO.
PdChangeBarStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdChangeBarStyle
Constructor.
PdChangeBarWidth - Class in org.foray.fotree.fo.prop
The "change-bar-width" property in XSL-FO.
PdChangeBarWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdChangeBarWidth
Constructor.
PdCharacter - Class in org.foray.fotree.fo.prop
The "character" property in XSL-FO.
PdCharacter(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdCharacter
Constructor.
PdClear - Class in org.foray.fotree.fo.prop
The "clear" property in XSL-FO.
PdClear(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdClear
Default Constructor.
PdClip - Class in org.foray.fotree.fo.prop
The "clip" property in XSL-FO.
PdClip(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdClip
Constructor.
PdColor - Class in org.foray.fotree.fo.prop
The "color" property in XSL-FO.
PdColor(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdColor
Constructor.
PdColorProfileName - Class in org.foray.fotree.fo.prop
The "color-profile-name" property in XSL-FO.
PdColorProfileName(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdColorProfileName
Constructor.
PdColumnCount - Class in org.foray.fotree.fo.prop
The "column-count" property in XSL-FO.
PdColumnCount(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdColumnCount
Constructor.
PdColumnGap - Class in org.foray.fotree.fo.prop
The "column-gap" property in XSL-FO.
PdColumnGap(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdColumnGap
Constructor.
PdColumnNumber - Class in org.foray.fotree.fo.prop
The "column-number" property in XSL-FO.
PdColumnNumber(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdColumnNumber
Constructor.
PdColumnWidth - Class in org.foray.fotree.fo.prop
The "column-width" property in XSL-FO.
PdColumnWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdColumnWidth
Constructor.
PdContentHeight - Class in org.foray.fotree.fo.prop
The "content-height" property in XSL-FO.
PdContentHeight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdContentHeight
Constructor.
PdContentType - Class in org.foray.fotree.fo.prop
The "content-type" property in XSL-FO.
PdContentType(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdContentType
Constructor.
PdContentWidth - Class in org.foray.fotree.fo.prop
The "content-width" property in XSL-FO.
PdContentWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdContentWidth
Constructor.
PdCountry - Class in org.foray.fotree.fo.prop
The "country" property in XSL-FO.
PdCountry(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdCountry
Constructor.
PdCountry(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdCountry
Constructor for the case where the property value is already known.
PdCue - Class in org.foray.fotree.fo.prop
The "cue" shorthand property in XSL-FO.
PdCue(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdCue
Constructor.
PdCue(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdCue
Constructor for the case where the property value is already known.
PdCueAfter - Class in org.foray.fotree.fo.prop
The "cue-after" shorthand property in XSL-FO.
PdCueAfter(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdCueAfter
Constructor.
PdCueBefore - Class in org.foray.fotree.fo.prop
The "cue-before" shorthand property in XSL-FO.
PdCueBefore(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdCueBefore
Constructor.
PdDestinationPlacementOffset - Class in org.foray.fotree.fo.prop
The "destination-placement-offset" property in XSL-FO.
PdDestinationPlacementOffset(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdDestinationPlacementOffset
Constructor.
PdDirection - Class in org.foray.fotree.fo.prop
The "direction" property in XSL-FO.
PdDirection(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdDirection
Default Constructor.
PdDisplayAlign - Class in org.foray.fotree.fo.prop
The "display-align" property in XSL-FO.
PdDisplayAlign(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdDisplayAlign
Constructor.
PdDominantBaseline - Class in org.foray.fotree.fo.prop
The "dominant-baseline" property in XSL-FO.
PdDominantBaseline(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdDominantBaseline
Constructor.
PdElevation - Class in org.foray.fotree.fo.prop
The "elevation" property in XSL-FO.
PdElevation(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdElevation
Constructor.
PdEmptyCells - Class in org.foray.fotree.fo.prop
The "empty-cells" property in XSL-FO.
PdEmptyCells(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdEmptyCells
Default Constructor.
PdEndIndent - Class in org.foray.fotree.fo.prop
The "end-indent" property in XSL-FO.
PdEndIndent(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdEndIndent
Constructor.
PdEndsRow - Class in org.foray.fotree.fo.prop
The "ends-row" property in XSL-FO.
PdEndsRow(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdEndsRow
Constructor.
PdExtent - Class in org.foray.fotree.fo.prop
The "extent" property in XSL-FO.
PdExtent(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdExtent
Constructor.
PdExternalDestination - Class in org.foray.fotree.fo.prop
The "external-destination" property in XSL-FO.
PdExternalDestination(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdExternalDestination
Constructor.
PDF_HEADER - Static variable in class org.foray.graphic.factory.PDFFactory
File header indicating that the file is a PDF file.
PDFAction - Class in org.foray.pdf.object
class representing an action object.
PDFAction(PDFDocument) - Constructor for class org.foray.pdf.object.PDFAction
Create an Action object.
PDFAction() - Constructor for class org.foray.pdf.object.PDFAction
empty constructor for PDFAction.
PDFAElementBridge - Class in org.foray.graphic.batik
Bridge class for the "a" element.
PDFAElementBridge() - Constructor for class org.foray.graphic.batik.PDFAElementBridge
Constructs a new bridge for the "a" element.
PDFAnnotation - Class in org.foray.pdf.object
Abstract superclass for /Annot objects.
PDFAnnotation(PDFDocument, Rectangle2D) - Constructor for class org.foray.pdf.object.PDFAnnotation
Create objects associated with a link annotation (GoToR).
PDFAnnotList - Class in org.foray.pdf.object
A collection of PDFAnnotation objects that are associated with a PDFPage.
PDFAnnotList(PDFDocument) - Constructor for class org.foray.pdf.object.PDFAnnotList
Create a PDFAnnotList object.
PDFANode - Class in org.foray.graphic.batik
A graphics node that represents an image described as a graphics node.
PDFANode() - Constructor for class org.foray.graphic.batik.PDFANode
Constructs a new empty PDFANode.
PDFArray - Class in org.foray.pdf.object
A PDF array object.
PDFArray(PDFDocument, Object) - Constructor for class org.foray.pdf.object.PDFArray
Create the array object.
PDFBorderStyle - Class in org.foray.pdf.object
A PDF Border Style Dictionary.
PDFBorderStyle(PDFDocument, float, PDFBorderStyle.Style) - Constructor for class org.foray.pdf.object.PDFBorderStyle
Create a PDFBorderStyle object.
PDFBorderStyle.Style - Enum in org.foray.pdf.object
Enumeration of the possible BorderStyle style values.
PDFCharProcs - Class in org.foray.pdf.object
class representing a /CharProcs dictionary for Type3 fonts.
PDFCharProcs() - Constructor for class org.foray.pdf.object.PDFCharProcs
Constructor.
PDFCIDFont - Class in org.foray.pdf.object
Class representing a "character identifier" font.
PDFCIDFont(PDFDocument, FontPdf, PDFCIDSystemInfo, PDFCIDFontDescriptor) - Constructor for class org.foray.pdf.object.PDFCIDFont
Constructor.
PDFCIDFont.SubType - Enum in org.foray.pdf.object
Enumeration of possible CID Font sub-types.
PDFCIDFontDescriptor - Class in org.foray.pdf.object
Class representing a PDF Font Descriptor for CID fonts.
PDFCIDFontDescriptor(PDFDocument, PDFFont, String) - Constructor for class org.foray.pdf.object.PDFCIDFontDescriptor
Create the /FontDescriptor object for a CID font.
PDFCIDSystemInfo - Class in org.foray.pdf.object
System information for "character identifier" fonts, that is, a description of the character collection assumed by the CIDFont.
PDFCIDSystemInfo(String, String, int) - Constructor for class org.foray.pdf.object.PDFCIDSystemInfo
Constructor.
PDFCMap - Class in org.foray.pdf.object
A CMap encoding.
PDFCMap(PDFDocument, PDFCMap.Type) - Constructor for class org.foray.pdf.object.PDFCMap
Create the /CMap object.
PDFCMap.Type - Enum in org.foray.pdf.object
Enumeration of the predefined CMap encodings in PDF.
PDFColor - Class in org.foray.pdf.object
A color in a PDF document.
PDFColor(Color) - Constructor for class org.foray.pdf.object.PDFColor
Constructor.
PDFContentStream - Class in org.foray.pdf.object
Specialized version of PDFStream with methods useful in creating PDF content streams.
PDFContentStream(PDFDocument) - Constructor for class org.foray.pdf.object.PDFContentStream
Create a PDFContentStream.
PDFDate - Class in org.foray.pdf.object
Represents a Date object in PDF.
PDFDate(PDFDocument, Date) - Constructor for class org.foray.pdf.object.PDFDate
Create a PDFDate instance.
PDFDestination - Class in org.foray.pdf.object
A PDF Explicit Destination, a destination that points to a specific page / location / view.
PDFDestination(PDFDocument, PDFPage, float, float) - Constructor for class org.foray.pdf.object.PDFDestination
Constructor.
PDFDocument - Class in org.foray.pdf.object
Represents a PDF document.
PDFDocument(OutputStream, Log, PsServer) - Constructor for class org.foray.pdf.object.PDFDocument
Constructor which creates an empty PDF document.
PDFEmbeddedFileStream - Class in org.foray.pdf.object
Container for a PDF Embedded File Stream.
PDFEmbeddedFileStream(PDFDocument, String) - Constructor for class org.foray.pdf.object.PDFEmbeddedFileStream
Create a PDFEmbeddedFileStream instance.
PDFEncoding - Class in org.foray.pdf.object
Class representing an /Encoding object.
PDFEncoding(PDFDocument, Encoding) - Constructor for class org.foray.pdf.object.PDFEncoding
Constructor.
PDFEncryption - Class in org.foray.pdf.object
class representing a /Filter /Standard object.
PDFEncryption(PDFDocument) - Constructor for class org.foray.pdf.object.PDFEncryption
Create a /Filter /Standard object.
PDFEncryption.EncryptionFilter - Class in org.foray.pdf.object
Private inner class for the encryption filter.
PDFEncryption.EncryptionFilter(OutputStream, PDFEncryption) - Constructor for class org.foray.pdf.object.PDFEncryption.EncryptionFilter
The constructor for the internal PDFEncryption filter.
PDFFactory - Class in org.foray.graphic.factory
GraphicFactory object for PDF graphic type.
PDFFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.PDFFactory
Constructor.
PDFFileSpec - Class in org.foray.pdf.object
A File Specification Dictionary.
PDFFileSpec(PDFDocument, String) - Constructor for class org.foray.pdf.object.PDFFileSpec
Constructor for the case of specifying an external file.
PDFFileSpec(PDFDocument, PDFEmbeddedFileStream) - Constructor for class org.foray.pdf.object.PDFFileSpec
Constructor for the case of specifying an embedded file.
PDFFont - Class in org.foray.pdf.object
A /Font object in PDF.
PDFFont(PDFDocument, FontPdf) - Constructor for class org.foray.pdf.object.PDFFont
Create the /Font object.
PDFFont.SubType - Enum in org.foray.pdf.object
Enumeration of the various font subtypes possible in a PDF document.
PDFFontDescriptor - Class in org.foray.pdf.object
Class representing a PDF Font Descriptor.
PDFFontDescriptor(PDFDocument, PDFFont) - Constructor for class org.foray.pdf.object.PDFFontDescriptor
Constructor for the /FontDescriptor object.
PDFFontFileStream - Class in org.foray.pdf.object
Specialized PDFStream for a PDF Font file.
PDFFontFileStream(PDFDocument, FontUse) - Constructor for class org.foray.pdf.object.PDFFontFileStream
Constructor.
PDFFontType0 - Class in org.foray.pdf.object
class representing a Type0 font.
PDFFontType0(PDFDocument, FontPdf) - Constructor for class org.foray.pdf.object.PDFFontType0
Constructor.
PDFFunction - Class in org.foray.pdf.object
class representing a PDF Function.
PDFFunction(PDFDocument, int, List<Double>, List<Double>, List<Double>, int, int, List<Double>, List<Double>, StringBuilder, List<String>) - Constructor for class org.foray.pdf.object.PDFFunction
Create a complete Function object of Type 0, a Sampled function.
PDFFunction(PDFDocument, int, List<Double>, List<Double>, List<Double>, List<Double>, double) - Constructor for class org.foray.pdf.object.PDFFunction
Create a complete Function object of Type 2, an Exponential Interpolation function.
PDFFunction(PDFDocument, int, List<Double>, List<Double>, List<PDFFunction>, List<Double>, List<Double>) - Constructor for class org.foray.pdf.object.PDFFunction
create an complete Function object of Type 3, a Stitching function.
PDFFunction(PDFDocument, int, List<Double>, List<Double>, StringBuilder) - Constructor for class org.foray.pdf.object.PDFFunction
create an complete Function object of Type 4, a postscript calculator function.
PDFGoTo - Class in org.foray.pdf.object
class representing a /GoTo object.
PDFGoTo(PDFDocument, PDFDestination) - Constructor for class org.foray.pdf.object.PDFGoTo
Create a /GoTo object.
PDFGoToRemote - Class in org.foray.pdf.object
class representing a /GoToR object.
PDFGoToRemote(PDFDocument, PDFFileSpec) - Constructor for class org.foray.pdf.object.PDFGoToRemote
Create a GoToR object.
PDFGoToRemote(PDFDocument, PDFFileSpec, int) - Constructor for class org.foray.pdf.object.PDFGoToRemote
Create a GoToR object for a specific page in a remote document.
PDFGoToRemote(PDFDocument, PDFFileSpec, String) - Constructor for class org.foray.pdf.object.PDFGoToRemote
Create a GoToR object for a named destination in a remote object.
PDFGraphic - Class in org.foray.graphic
A graphic encapsulated in a PDF document.
PDFGraphic(GraphicServer4a, URL, BufferedInputStream) - Constructor for class org.foray.graphic.PDFGraphic
Constructor.
PDFGraphics2D - Class in org.foray.graphic.batik
A Graphics2D implementation used by Batik to render two-dimensional objects (the SVG image) into a PDF document.
PDFGraphics2D(boolean, SVGDocument, FontConsumer, Log, GraphicOutputContext, OutputStream) - Constructor for class org.foray.graphic.batik.PDFGraphics2D
Create a new PDFGraphics2D with the given pdf document info.
PDFGraphics2D(PDFGraphics2D) - Constructor for class org.foray.graphic.batik.PDFGraphics2D
This constructor supports the create method.
PDFGraphicsState - Class in org.foray.pdf
Represents a PDF Graphics State object.
PDFGraphicsState() - Constructor for class org.foray.pdf.PDFGraphicsState
Create a PDFGraphicsState instance.
PDFGraphicsState(PDFGraphicsState) - Constructor for class org.foray.pdf.PDFGraphicsState
Creates a new PDFGraphicsState instance, initilializing its values to those of an existing instance.
PDFICCStream - Class in org.foray.pdf.object
Specialized PDFStream for an ICC Colorspace.
PDFICCStream(PDFDocument, ICC_ColorSpace) - Constructor for class org.foray.pdf.object.PDFICCStream
Constructor.
pdfID() - Method in class org.foray.pdf.object.PDFObject
The String used to identify this object as it is written in the PDF.
PDFInfo - Class in org.foray.pdf.object
Represents a PDF document information dictionary /Info object.
PDFInfo(PDFDocument) - Constructor for class org.foray.pdf.object.PDFInfo
Create a PDFInfo instance.
PDFLink - Class in org.foray.pdf.object
A PDF /Annot object of /Subtype /Link.
PDFLink(PDFPage, Rectangle2D, String) - Constructor for class org.foray.pdf.object.PDFLink
Constructor for a link to a named destination.
PDFLink(PDFPage, Rectangle2D, PDFDestination) - Constructor for class org.foray.pdf.object.PDFLink
Constructor for a link to a named destination.
PDFLink(PDFPage, Rectangle2D, PDFAction) - Constructor for class org.foray.pdf.object.PDFLink
Constructor for a link to an action.
PdFloat - Class in org.foray.fotree.fo.prop
The "float" property in XSL-FO.
PdFloat(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFloat
Default Constructor.
PdFlowMapName - Class in org.foray.fotree.fo.prop
The "flow-map-name" property in XSL-FO.
PdFlowMapName(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFlowMapName
Constructor.
PdFlowMapReference - Class in org.foray.fotree.fo.prop
The "flow-map-reference" property in XSL-FO.
PdFlowMapReference(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFlowMapReference
Constructor.
PdFlowName - Class in org.foray.fotree.fo.prop
The "flow-name" property in XSL-FO.
PdFlowName(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFlowName
Constructor.
PdFlowNameReference - Class in org.foray.fotree.fo.prop
The "flow-name-reference" property in XSL-FO.
PdFlowNameReference(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFlowNameReference
Constructor.
PDFNameTree<T extends PDFObject> - Class in org.foray.pdf.object
A PDF Name Tree.
PDFNameTree(PDFDocument) - Constructor for class org.foray.pdf.object.PDFNameTree
Constructor.
PDFNumberTree<T extends PDFObject> - Class in org.foray.pdf.object
A PDF Number Tree.
PDFNumberTree(PDFDocument) - Constructor for class org.foray.pdf.object.PDFNumberTree
Constructor.
PDFObject - Class in org.foray.pdf.object
generic PDF object.
PDFObject(PDFDocument) - Constructor for class org.foray.pdf.object.PDFObject
Create an empty object.
PDFObject() - Constructor for class org.foray.pdf.object.PDFObject
No-parameter constructor, useful for objects that are not tied to a specific PDF document.
PdFont - Class in org.foray.fotree.fo.prop
The "font" property in XSL-FO.
PdFont(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFont
Constructor.
PdFontFamily - Class in org.foray.fotree.fo.prop
The "font-family" property in XSL-FO.
PdFontFamily(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFontFamily
Constructor.
PdFontFamily(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdFontFamily
Constructor for the case where the property value is already known.
PdFontSelectionStrategy - Class in org.foray.fotree.fo.prop
The "font-selection-strategy" property in XSL-FO.
PdFontSelectionStrategy(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFontSelectionStrategy
Default Constructor.
PdFontSize - Class in org.foray.fotree.fo.prop
The "font-size" property in XSL-FO.
PdFontSize(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFontSize
Constructor.
PdFontSize(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdFontSize
Constructor for the case where the property value is already known.
PdFontSizeAdjust - Class in org.foray.fotree.fo.prop
The "font-size-adjust" property in XSL-FO.
PdFontSizeAdjust(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFontSizeAdjust
Constructor.
PdFontStretch - Class in org.foray.fotree.fo.prop
The "font-stretch" property in XSL-FO.
PdFontStretch(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFontStretch
Constructor.
PdFontStretch(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdFontStretch
Constructor for the case where the property value is already known.
PdFontStyle - Class in org.foray.fotree.fo.prop
The "font-style" property in XSL-FO.
PdFontStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFontStyle
Constructor.
PdFontStyle(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdFontStyle
Constructor for the case where the property value is already known.
PdFontVariant - Class in org.foray.fotree.fo.prop
The "font-variant" property in XSL-FO.
PdFontVariant(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFontVariant
Constructor.
PdFontVariant(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdFontVariant
Constructor for the case where the property value is already known.
PdFontWeight - Class in org.foray.fotree.fo.prop
The "font-weight" property in XSL-FO.
PdFontWeight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFontWeight
Constructor.
PdFontWeight(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdFontWeight
Constructor for the case where the property value is already known.
PdForcePageCount - Class in org.foray.fotree.fo.prop
The "force-page-count" property in XSL-FO.
PdForcePageCount(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdForcePageCount
Constructor.
PdFormat - Class in org.foray.fotree.fo.prop
The "format" property in XSL-FO.
PdFormat(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdFormat
Constructor.
PDFOutline - Class in org.foray.pdf.object
An Outline dictionary in PDF.
PDFOutline(PDFDocument) - Constructor for class org.foray.pdf.object.PDFOutline
Constructor.
PDFOutlineItem - Class in org.foray.pdf.object
An Outline Item Dictionary in PDF.
PDFOutlineItem(PDFDocument, PDFOutlineParent, String, String, Color, boolean, boolean) - Constructor for class org.foray.pdf.object.PDFOutlineItem
Constructor to access a named destination.
PDFOutlineItem(PDFDocument, PDFOutlineParent, String, PDFDestination, Color, boolean, boolean) - Constructor for class org.foray.pdf.object.PDFOutlineItem
Constructor to access a named destination.
PDFOutlineItem(PDFDocument, PDFOutlineParent, String, PDFAction, Color, boolean, boolean) - Constructor for class org.foray.pdf.object.PDFOutlineItem
Constructor to access an action.
PDFOutlineParent - Class in org.foray.pdf.object
Abstract superclass for PDFObjects that can be parents of a PDFOutlineItem object.
PDFOutlineParent(PDFDocument) - Constructor for class org.foray.pdf.object.PDFOutlineParent
Constructor.
PDFPage - Class in org.foray.pdf.object
A PDF Page.
PDFPage(PDFDocument, PDFResources, int, int) - Constructor for class org.foray.pdf.object.PDFPage
Create a /Page object.
PDFPageLabel - Class in org.foray.pdf.object
A PDF PageLabel Dictionary.
PDFPageLabel(PDFDocument, PdfPageLabelStyle, CharSequence, int) - Constructor for class org.foray.pdf.object.PDFPageLabel
Create a PDFPageLabel object.
PDFPages - Class in org.foray.pdf.object
class representing a /Pages object.
PDFPages(PDFDocument) - Constructor for class org.foray.pdf.object.PDFPages
Create a /Pages object.
PDFPathPaint - Class in org.foray.pdf.object
Abstract superclass for classes painting paths.
PDFPathPaint(PDFDocument) - Constructor for class org.foray.pdf.object.PDFPathPaint
Constructor.
PDFPathPaint() - Constructor for class org.foray.pdf.object.PDFPathPaint
Constructor for a path that is not part of the PDF document.
PDFPattern - Class in org.foray.pdf.object
class representing a PDF Function.
PDFPattern(PDFDocument, PDFResources, int, int, int, List<Double>, double, double, List<Double>, List<Integer>, StringBuilder) - Constructor for class org.foray.pdf.object.PDFPattern
Create a tiling pattern (type 1).
PDFPattern(PDFDocument, int, PDFShading, List<Integer>, StringBuilder, List<Double>) - Constructor for class org.foray.pdf.object.PDFPattern
Create a type 2 pattern (smooth shading).
PDFRectangle - Class in org.foray.pdf.object
A PDF rectangle.
PDFRectangle(int, int, int, int) - Constructor for class org.foray.pdf.object.PDFRectangle
Create a rectangle from its coordinates.
PDFRectangle(int[]) - Constructor for class org.foray.pdf.object.PDFRectangle
Create a rectangle from an array of four values.
pdfReference() - Method in class org.foray.pdf.object.PDFEncoding
 
pdfReference() - Method in class org.foray.pdf.object.PDFObject
The String used to reference this object within the PDF.
PDFRenderer - Class in org.foray.render.pdf
Renderer for PDF output.
PDFRenderer(Log, DocumentPdfConfiguration, PdfDocument) - Constructor for class org.foray.render.pdf.PDFRenderer
Constructor.
PDFResources - Class in org.foray.pdf.object
class representing a /Resources object.
PDFResources(PDFDocument) - Constructor for class org.foray.pdf.object.PDFResources
Create a /Resources object.
PDFRoot - Class in org.foray.pdf.object
The Root (/Catalog) object.
PDFRoot(PDFDocument) - Constructor for class org.foray.pdf.object.PDFRoot
Create a Root (/Catalog) object.
PDFShading - Class in org.foray.pdf.object
class representing a PDF Smooth Shading object.
PDFShading(PDFDocument, int, ColorSpace, List<Double>, List<Double>, boolean, List<Double>, List<Double>, PDFFunction) - Constructor for class org.foray.pdf.object.PDFShading
Constructor for type function based shading.
PDFShading(PDFDocument, int, ColorSpace, List<Double>, List<Double>, boolean, List<Double>, List<Double>, PDFFunction, List<Boolean>) - Constructor for class org.foray.pdf.object.PDFShading
Constructor for Type 2 and 3.
PDFShading(PDFDocument, int, ColorSpace, List<Double>, List<Double>, boolean, int, int, int, List<Double>, PDFFunction) - Constructor for class org.foray.pdf.object.PDFShading
Constructor for Type 4,6, or 7.
PDFShading(PDFDocument, int, ColorSpace, List<Double>, List<Double>, boolean, int, int, List<Double>, int, PDFFunction) - Constructor for class org.foray.pdf.object.PDFShading
Constructor for type 5.
PDFStream - Class in org.foray.pdf.object
Superclass for all PDF stream objects.
PDFStream(PDFDocument) - Constructor for class org.foray.pdf.object.PDFStream
Constructor.
PDFString - Class in org.foray.pdf.object
A PDF String Object, as defined in PDF Reference, 2nd edition, Section 3.2.3.
PDFString(PDFDocument, String, PdfFont, FontOptions, Orthography) - Constructor for class org.foray.pdf.object.PDFString
Constructor.
PDFSystemDict - Class in org.foray.ps.pdf
PostScript System Dictionary that converts the PostScript code to PDF.
PDFSystemDict() - Constructor for class org.foray.ps.pdf.PDFSystemDict
Create a PDFSystemDict instance.
PDFTextPainter - Class in org.foray.graphic.batik
Implementation of the Batik TextPainter that handles the drawing of text for SVG.
PDFTextPainter(FontConsumer, Log) - Constructor for class org.foray.graphic.batik.PDFTextPainter
Constructor.
PDFTextString - Class in org.foray.pdf.object
A PDF Text String, as defined in PDF Reference, 2nd Edition, Section 3.8.1.
PDFTextString(PDFDocument, CharSequence) - Constructor for class org.foray.pdf.object.PDFTextString
Constructor.
PDFToUnicodeCMap - Class in org.foray.pdf.object
Class representing ToUnicode CMaps.
PDFToUnicodeCMap(PDFDocument, PDFCMap.Type, PDFCIDSystemInfo, FontUse) - Constructor for class org.foray.pdf.object.PDFToUnicodeCMap
Constructor.
PDFUri - Class in org.foray.pdf.object
A PDF Uri link.
PDFUri(String) - Constructor for class org.foray.pdf.object.PDFUri
Create a Uri instance.
PDFXForm - Class in org.foray.pdf.object
Represents a "Form" XObject.
PDFXForm(PDFDocument, Graphic) - Constructor for class org.foray.pdf.object.PDFXForm
Constructor.
PDFXFormEps - Class in org.foray.pdf.object
A PDF "Form" XObject containing an EPS graphic.
PDFXFormEps(PDFDocument, EpsGraphic) - Constructor for class org.foray.pdf.object.PDFXFormEps
Constructor.
PdfXFormMath - Class in org.foray.pdf.object
A PDF "Form" XObject containing a MathML document.
PdfXFormMath(PDFDocument, MathGraphic, FontConsumer, boolean) - Constructor for class org.foray.pdf.object.PdfXFormMath
Constructor.
PDFXFormSvg - Class in org.foray.pdf.object
A PDF "Form" XObject containing an SVG.
PDFXFormSvg(PDFDocument, SvgGraphic, FontConsumer, boolean) - Constructor for class org.foray.pdf.object.PDFXFormSvg
Constructor.
PDFXImage - Class in org.foray.pdf.object
A sampled image that is to be embedded in a PDF File.
PDFXImage(PDFDocument, Graphic) - Constructor for class org.foray.pdf.object.PDFXImage
Create a sampled-image Xobject.
PDFXObject - Class in org.foray.pdf.object
PDF XObject (external object), aka a "named resource".
PDFXObject(PDFDocument, Graphic) - Constructor for class org.foray.pdf.object.PDFXObject
Create an Xobject instance.
PDFXReference - Class in org.foray.pdf.object
Represents a "Reference" XObject, which is a reference to content from another PDF.
PDFXReference(PDFDocument, Graphic) - Constructor for class org.foray.pdf.object.PDFXReference
Constructor.
PdGlyphOrientationHorizontal - Class in org.foray.fotree.fo.prop
The "glyph-orientation-horizontal" XSL-FO property.
PdGlyphOrientationHorizontal(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdGlyphOrientationHorizontal
Constructor.
PdGlyphOrientationVertical - Class in org.foray.fotree.fo.prop
The "glyph-orientation-vertical" XSL-FO property.
PdGlyphOrientationVertical(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdGlyphOrientationVertical
Constructor.
PdGroupingSeparator - Class in org.foray.fotree.fo.prop
The "grouping-separator" property in XSL-FO.
PdGroupingSeparator(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdGroupingSeparator
Constructor.
PdGroupingSize - Class in org.foray.fotree.fo.prop
The "grouping-size" property in XSL-FO.
PdGroupingSize(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdGroupingSize
Constructor.
PdHeight - Class in org.foray.fotree.fo.prop
The "height" property in XSL-FO.
PdHeight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdHeight
Constructor.
PdHyphenate - Class in org.foray.fotree.fo.prop
The "hyphenate" property in XSL-FO.
PdHyphenate(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdHyphenate
Constructor.
PdHyphenationCharacter - Class in org.foray.fotree.fo.prop
The "hyphenation-character" property in XSL-FO.
PdHyphenationCharacter(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdHyphenationCharacter
Constructor.
PdHyphenationKeep - Class in org.foray.fotree.fo.prop
The "hyphenation-keep" property in XSL-FO.
PdHyphenationKeep(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdHyphenationKeep
Default Constructor.
PdHyphenationLadderCount - Class in org.foray.fotree.fo.prop
The "hyphenation-ladder-count" property in XSL-FO.
PdHyphenationLadderCount(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdHyphenationLadderCount
Constructor.
PdHyphenationPushCharacterCount - Class in org.foray.fotree.fo.prop
The "hyphenation-push-character-count" property in XSL-FO.
PdHyphenationPushCharacterCount(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdHyphenationPushCharacterCount
Constructor.
PdHyphenationRemainCharacterCount - Class in org.foray.fotree.fo.prop
The "hyphenation-remain-character-count" property in XSL-FO.
PdHyphenationRemainCharacterCount(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdHyphenationRemainCharacterCount
Constructor.
PdId - Class in org.foray.fotree.fo.prop
The "id" property in XSL-FO.
PdId(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdId
Constructor.
PdIndexClass - Class in org.foray.fotree.fo.prop
The "index-class" property in XSL-FO.
PdIndexClass(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdIndexClass
Constructor.
PdIndexKey - Class in org.foray.fotree.fo.prop
The "index-key" property in XSL-FO.
PdIndexKey(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdIndexKey
Constructor.
PdIndicateDestination - Class in org.foray.fotree.fo.prop
The "indicate-destination" property in XSL-FO.
PdIndicateDestination(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdIndicateDestination
Constructor.
PdInitialPageNumber - Class in org.foray.fotree.fo.prop
The "initial-page-number" property in XSL-FO.
PdInitialPageNumber(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdInitialPageNumber
Constructor.
PdInlineProgressionDimension - Class in org.foray.fotree.fo.prop
The "inline-progression-dimension" property in XSL-FO.
PdInlineProgressionDimension(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdInlineProgressionDimension
Constructor.
PdInternalDestination - Class in org.foray.fotree.fo.prop
The "internal-destination" property in XSL-FO.
PdInternalDestination(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdInternalDestination
Constructor.
PdIntrinsicScaleValue - Class in org.foray.fotree.fo.prop
The "intrinsic-scale-value" property in XSL-FO.
PdIntrinsicScaleValue(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdIntrinsicScaleValue
Constructor.
PdIntrusionDisplace - Class in org.foray.fotree.fo.prop
The "intrusion-displace" property in XSL-FO.
PdIntrusionDisplace(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdIntrusionDisplace
Constructor.
PdKeepTogether - Class in org.foray.fotree.fo.prop
The "keep-together" property in XSL-FO.
PdKeepTogether(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdKeepTogether
Constructor.
PdKeepWithNext - Class in org.foray.fotree.fo.prop
The "keep-with-next" property in XSL-FO.
PdKeepWithNext(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdKeepWithNext
Constructor.
PdKeepWithPrevious - Class in org.foray.fotree.fo.prop
The "keep-with-previous" property in XSL-FO.
PdKeepWithPrevious(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdKeepWithPrevious
Constructor.
PdLanguage - Class in org.foray.fotree.fo.prop
The "language" property in XSL-FO.
PdLanguage(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLanguage
Constructor.
PdLanguage(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdLanguage
Constructor for the case where the property value is already known.
PdLastLineEndIndent - Class in org.foray.fotree.fo.prop
The "last-line-end-indent" property in XSL-FO.
PdLastLineEndIndent(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLastLineEndIndent
Constructor.
PdLeaderAlignment - Class in org.foray.fotree.fo.prop
The "leader-alignment" property in XSL-FO.
PdLeaderAlignment(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLeaderAlignment
Default Constructor.
PdLeaderLength - Class in org.foray.fotree.fo.prop
The "leader-length" property in XSL-FO.
PdLeaderLength(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLeaderLength
Constructor.
PdLeaderPattern - Class in org.foray.fotree.fo.prop
The "leader-pattern" property in XSL-FO.
PdLeaderPattern(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLeaderPattern
Default Constructor.
PdLeaderPatternWidth - Class in org.foray.fotree.fo.prop
The "leader-pattern-width" property in XSL-FO.
PdLeaderPatternWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLeaderPatternWidth
Constructor.
PdLeft - Class in org.foray.fotree.fo.prop
The "left" property in XSL-FO.
PdLeft(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLeft
Constructor.
PdLetterSpacing - Class in org.foray.fotree.fo.prop
The "letter-spacing" property in XSL-FO.
PdLetterSpacing(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLetterSpacing
Constructor.
PdLetterValue - Class in org.foray.fotree.fo.prop
The "letter-value" property in XSL-FO.
PdLetterValue(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLetterValue
Default Constructor.
PdLinefeedTreatment - Class in org.foray.fotree.fo.prop
The "linefeed-treatment" property in XSL-FO.
PdLinefeedTreatment(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLinefeedTreatment
Default Constructor.
PdLineHeight - Class in org.foray.fotree.fo.prop
The "line-height" property in XSL-FO.
PdLineHeight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLineHeight
Constructor.
PdLineHeight(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdLineHeight
Constructor for the case where the property value is already known.
PdLineHeightShiftAdjustment - Class in org.foray.fotree.fo.prop
The "line-height-shift-adjustment" property in XSL-FO.
PdLineHeightShiftAdjustment(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLineHeightShiftAdjustment
Default Constructor.
PdLineStackingStrategy - Class in org.foray.fotree.fo.prop
The "line-stacking-strategy" property in XSL-FO.
PdLineStackingStrategy(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdLineStackingStrategy
Default Constructor.
PdMargin - Class in org.foray.fotree.fo.prop
The "margin" shorthand property in XSL-FO.
PdMargin(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMargin
Constructor.
PdMarginBottom - Class in org.foray.fotree.fo.prop
The "margin-bottom" property in XSL-FO.
PdMarginBottom(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMarginBottom
Constructor.
PdMarginLeft - Class in org.foray.fotree.fo.prop
The "margin-left" property in XSL-FO.
PdMarginLeft(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMarginLeft
Constructor.
PdMarginRight - Class in org.foray.fotree.fo.prop
The "margin-right" property in XSL-FO.
PdMarginRight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMarginRight
Constructor.
PdMarginTop - Class in org.foray.fotree.fo.prop
The "margin-top" property in XSL-FO.
PdMarginTop(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMarginTop
Constructor.
PdMarkerClassName - Class in org.foray.fotree.fo.prop
The "marker-class-name" property in XSL-FO.
PdMarkerClassName(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMarkerClassName
Constructor.
PdMasterName - Class in org.foray.fotree.fo.prop
The "master-name" property in XSL-FO.
PdMasterName(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMasterName
Constructor.
PdMasterReference - Class in org.foray.fotree.fo.prop
The "master-reference" property in XSL-FO.
PdMasterReference(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMasterReference
Constructor.
PdMaxHeight - Class in org.foray.fotree.fo.prop
The "max-height" property in XSL-FO.
PdMaxHeight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMaxHeight
Constructor.
PdMaximumRepeats - Class in org.foray.fotree.fo.prop
The "maximum-repeats" property in XSL-FO.
PdMaximumRepeats(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMaximumRepeats
Constructor.
PdMaxWidth - Class in org.foray.fotree.fo.prop
The "max-width" property in XSL-FO.
PdMaxWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMaxWidth
Constructor.
PdMediaUsage - Class in org.foray.fotree.fo.prop
The "media-usage" property in XSL-FO.
PdMediaUsage(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMediaUsage
Default Constructor.
PdMergePagesAcrossIndexKeyReferences - Class in org.foray.fotree.fo.prop
The "merge-pages-across-index-key-references" property in XSL-FO.
PdMergePagesAcrossIndexKeyReferences(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMergePagesAcrossIndexKeyReferences
Constructor.
PdMergeRangesAcrossIndexKeyReferences - Class in org.foray.fotree.fo.prop
The "merge-ranges-across-index-key-references" property in XSL-FO.
PdMergeRangesAcrossIndexKeyReferences(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMergeRangesAcrossIndexKeyReferences
Constructor.
PdMergeSequentialPageNumbers - Class in org.foray.fotree.fo.prop
The "merge-sequential-page-numbers" property in XSL-FO.
PdMergeSequentialPageNumbers(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMergeSequentialPageNumbers
Constructor.
PdMinHeight - Class in org.foray.fotree.fo.prop
The "min-height" property in XSL-FO.
PdMinHeight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMinHeight
Constructor.
PdMinWidth - Class in org.foray.fotree.fo.prop
The "min-width" property in XSL-FO.
PdMinWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdMinWidth
Constructor.
PdNumberColumnsRepeated - Class in org.foray.fotree.fo.prop
The "number-columns-repeated" property in XSL-FO.
PdNumberColumnsRepeated(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdNumberColumnsRepeated
Constructor.
PdNumberColumnsSpanned - Class in org.foray.fotree.fo.prop
The "numer-columns-spanned" property in XSL-FO.
PdNumberColumnsSpanned(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdNumberColumnsSpanned
Constructor.
PdNumberRowsSpanned - Class in org.foray.fotree.fo.prop
The "number-rows-spanned" property in XSL-FO.
PdNumberRowsSpanned(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdNumberRowsSpanned
Constructor.
PdOddOrEven - Class in org.foray.fotree.fo.prop
The "odd-or-even" property in XSL-FO.
PdOddOrEven(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdOddOrEven
Default Constructor.
PdOrphans - Class in org.foray.fotree.fo.prop
The "orphans" property in XSL-FO.
PdOrphans(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdOrphans
Constructor.
PdOverflow - Class in org.foray.fotree.fo.prop
The "overflow" property in XSL-FO.
PdOverflow(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdOverflow
Default Constructor.
PdPadding - Class in org.foray.fotree.fo.prop
The "padding" shorthand property in XSL-FO.
PdPadding(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPadding
Constructor.
PdPaddingAfter - Class in org.foray.fotree.fo.prop
The "padding-after" property in XSL-FO.
PdPaddingAfter(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPaddingAfter
Constructor.
PdPaddingBefore - Class in org.foray.fotree.fo.prop
The "padding-before" property in XSL-FO.
PdPaddingBefore(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPaddingBefore
Constructor.
PdPaddingBottom - Class in org.foray.fotree.fo.prop
The "padding-bottom" property in XSL-FO.
PdPaddingBottom(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPaddingBottom
Constructor.
PdPaddingEnd - Class in org.foray.fotree.fo.prop
The "padding-end" property in XSL-FO.
PdPaddingEnd(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPaddingEnd
Constructor.
PdPaddingLeft - Class in org.foray.fotree.fo.prop
The "padding-left" property in XSL-FO.
PdPaddingLeft(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPaddingLeft
Constructor.
PdPaddingRight - Class in org.foray.fotree.fo.prop
The "padding-right" property in XSL-FO.
PdPaddingRight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPaddingRight
Constructor.
PdPaddingStart - Class in org.foray.fotree.fo.prop
The "padding-start" property in XSL-FO.
PdPaddingStart(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPaddingStart
Constructor.
PdPaddingTop - Class in org.foray.fotree.fo.prop
The "padding-top" property in XSL-FO.
PdPaddingTop(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPaddingTop
Constructor.
PdPageBreakAfter - Class in org.foray.fotree.fo.prop
The "page-break-after" property in XSL-FO.
PdPageBreakAfter(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPageBreakAfter
Default Constructor.
PdPageBreakBefore - Class in org.foray.fotree.fo.prop
The "page-break-before" property in XSL-FO.
PdPageBreakBefore(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPageBreakBefore
Default Constructor.
PdPageBreakInside - Class in org.foray.fotree.fo.prop
The "page-break-inside" property in XSL-FO.
PdPageBreakInside(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPageBreakInside
Default Constructor.
PdPageCitationStrategy - Class in org.foray.fotree.fo.prop
The "page-citation-strategy" property in XSL-FO.
PdPageCitationStrategy(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPageCitationStrategy
Constructor.
PdPageHeight - Class in org.foray.fotree.fo.prop
The "page-height" property in XSL-FO.
PdPageHeight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPageHeight
Constructor.
PdPageNumberTreatment - Class in org.foray.fotree.fo.prop
The "page-number-treatment" property in XSL-FO.
PdPageNumberTreatment(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPageNumberTreatment
Constructor.
PdPagePosition - Class in org.foray.fotree.fo.prop
The "page-position" property in XSL-FO.
PdPagePosition(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPagePosition
Default Constructor.
PdPageWidth - Class in org.foray.fotree.fo.prop
The "page-width" property in XSL-FO.
PdPageWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPageWidth
Constructor.
PdPause - Class in org.foray.fotree.fo.prop
The "pause" property in XSL-FO.
PdPause(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPause
Constructor.
PdPause(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdPause
Constructor for the case where the property value is already known.
PdPauseAfter - Class in org.foray.fotree.fo.prop
The "pause-after" property in XSL-FO.
PdPauseAfter(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPauseAfter
Constructor.
PdPauseBefore - Class in org.foray.fotree.fo.prop
The "pause-before" property in XSL-FO.
PdPauseBefore(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPauseBefore
Constructor.
PdPitch - Class in org.foray.fotree.fo.prop
The "pitch" property in XSL-FO.
PdPitch(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPitch
Constructor.
PdPitchRange - Class in org.foray.fotree.fo.prop
The "pitch-range" property in XSL-FO.
PdPitchRange(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPitchRange
Constructor.
PdPlayDuring - Class in org.foray.fotree.fo.prop
The "pitch-range" property in XSL-FO.
PdPlayDuring(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPlayDuring
Constructor.
PdPosition - Class in org.foray.fotree.fo.prop
The "position" property in XSL-FO.
PdPosition(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPosition
Default Constructor.
PdPrecedence - Class in org.foray.fotree.fo.prop
The "precedence" property in XSL-FO.
PdPrecedence(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdPrecedence
Constructor.
PdProvisionalDistanceBetweenStarts - Class in org.foray.fotree.fo.prop
The XSL-FO "provisional-distance-between-starts" property.
PdProvisionalDistanceBetweenStarts(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdProvisionalDistanceBetweenStarts
Constructor.
PdProvisionalLabelSeparation - Class in org.foray.fotree.fo.prop
The XSL-FO "provisional-label-separation" property.
PdProvisionalLabelSeparation(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdProvisionalLabelSeparation
Constructor.
PdReferenceOrientation - Class in org.foray.fotree.fo.prop
The "reference-orientation" property in XSL-FO.
PdReferenceOrientation(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdReferenceOrientation
Default Constructor.
PdRefId - Class in org.foray.fotree.fo.prop
The "ref-id" property in XSL-FO.
PdRefId(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRefId
Constructor.
PdRefIndexKey - Class in org.foray.fotree.fo.prop
The "ref-index-key" property in XSL-FO.
PdRefIndexKey(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRefIndexKey
Constructor.
PdRegionName - Class in org.foray.fotree.fo.prop
The "region-name" property in XSL-FO.
PdRegionName(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRegionName
Constructor.
PdRegionNameReference - Class in org.foray.fotree.fo.prop
The "region-name-reference" property in XSL-FO.
PdRegionNameReference(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRegionNameReference
Constructor.
PdRelativeAlign - Class in org.foray.fotree.fo.prop
The "relative-align" property in XSL-FO.
PdRelativeAlign(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRelativeAlign
Default Constructor.
PdRelativePosition - Class in org.foray.fotree.fo.prop
The "relative-position" property in XSL-FO.
PdRelativePosition(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRelativePosition
Default Constructor.
PdRenderingIntent - Class in org.foray.fotree.fo.prop
The "rendering-intent" property in XSL-FO.
PdRenderingIntent(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRenderingIntent
Default Constructor.
PdRetrieveBoundary - Class in org.foray.fotree.fo.prop
The "retrieve-boundary" property in XSL-FO.
PdRetrieveBoundary(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRetrieveBoundary
Default Constructor.
PdRetrieveBoundaryWithinTable - Class in org.foray.fotree.fo.prop
The "retrieve-boundary-within-table" property in XSL-FO.
PdRetrieveBoundaryWithinTable(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRetrieveBoundaryWithinTable
Constructor.
PdRetrieveClassName - Class in org.foray.fotree.fo.prop
The "retrieve-class-name" property in XSL-FO.
PdRetrieveClassName(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRetrieveClassName
Constructor.
PdRetrievePosition - Class in org.foray.fotree.fo.prop
The "retrieve-position" property in XSL-FO.
PdRetrievePosition(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRetrievePosition
Default Constructor.
PdRetrievePositionWithinTable - Class in org.foray.fotree.fo.prop
The "retrieve-position-within-table" property in XSL-FO.
PdRetrievePositionWithinTable(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRetrievePositionWithinTable
Constructor.
PdRichness - Class in org.foray.fotree.fo.prop
The "richness" property in XSL-FO.
PdRichness(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRichness
Constructor.
PdRight - Class in org.foray.fotree.fo.prop
The "right" property in XSL-FO.
PdRight(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRight
Constructor.
PdRole - Class in org.foray.fotree.fo.prop
The "role" property in XSL-FO.
PdRole(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRole
Constructor.
PdRuleStyle - Class in org.foray.fotree.fo.prop
The "rule-style" property in XSL-FO.
PdRuleStyle(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRuleStyle
Default Constructor.
PdRuleThickness - Class in org.foray.fotree.fo.prop
The "rule-thickness" property in XSL-FO.
PdRuleThickness(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdRuleThickness
Constructor.
PdScaleOption - Class in org.foray.fotree.fo.prop
The "scale-option" property in XSL-FO.
PdScaleOption(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdScaleOption
Constructor.
PdScaling - Class in org.foray.fotree.fo.prop
The "scaling" property in XSL-FO.
PdScaling(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdScaling
Default Constructor.
PdScalingMethod - Class in org.foray.fotree.fo.prop
The "scaling-method" property in XSL-FO.
PdScalingMethod(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdScalingMethod
Default Constructor.
PdScoreSpaces - Class in org.foray.fotree.fo.prop
The "score-spaces" property in XSL-FO.
PdScoreSpaces(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdScoreSpaces
Constructor.
PdScript - Class in org.foray.fotree.fo.prop
The "script" property in XSL-FO.
PdScript(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdScript
Constructor.
PdShowDestination - Class in org.foray.fotree.fo.prop
The "show-destination" property in XSL-FO.
PdShowDestination(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdShowDestination
Default Constructor.
PdSize - Class in org.foray.fotree.fo.prop
The "size" property in XSL-FO.
PdSize(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSize
Constructor.
PdSize(PropertyValue) - Constructor for class org.foray.fotree.fo.prop.PdSize
Constructor for cases where the property value has already been created.
PdSourceDocument - Class in org.foray.fotree.fo.prop
The "source-document" property in XSL-FO.
PdSourceDocument(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSourceDocument
Constructor.
PdSpaceAfter - Class in org.foray.fotree.fo.prop
The "space-after" property in XSL-FO.
PdSpaceAfter(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpaceAfter
Constructor.
PdSpaceBefore - Class in org.foray.fotree.fo.prop
The "space-before" property in XSL-FO.
PdSpaceBefore(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpaceBefore
Constructor.
PdSpaceEnd - Class in org.foray.fotree.fo.prop
The "space-end" property in XSL-FO.
PdSpaceEnd(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpaceEnd
Constructor.
PdSpaceStart - Class in org.foray.fotree.fo.prop
The "space-start" property in XSL-FO.
PdSpaceStart(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpaceStart
Constructor.
PdSpan - Class in org.foray.fotree.fo.prop
The "span" property in XSL-FO.
PdSpan(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpan
Default Constructor.
PdSpeak - Class in org.foray.fotree.fo.prop
The "speak" property in XSL-FO.
PdSpeak(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpeak
Default Constructor.
PdSpeakHeader - Class in org.foray.fotree.fo.prop
The "speak-header" property in XSL-FO.
PdSpeakHeader(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpeakHeader
Default Constructor.
PdSpeakNumeral - Class in org.foray.fotree.fo.prop
The "speak-numeral" property in XSL-FO.
PdSpeakNumeral(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpeakNumeral
Default Constructor.
PdSpeakPunctuation - Class in org.foray.fotree.fo.prop
The "speak-punctuation" property in XSL-FO.
PdSpeakPunctuation(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpeakPunctuation
Default Constructor.
PdSpeechRate - Class in org.foray.fotree.fo.prop
The "speech-rate" property in XSL-FO.
PdSpeechRate(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSpeechRate
Constructor.
PdSrc - Class in org.foray.fotree.fo.prop
The "src" property in XSL-FO.
PdSrc(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSrc
Constructor.
PdStartIndent - Class in org.foray.fotree.fo.prop
The "start-indent" property in XSL-FO.
PdStartIndent(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdStartIndent
Constructor.
PdStartingState - Class in org.foray.fotree.fo.prop
The "starting-state" property in XSL-FO.
PdStartingState(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdStartingState
Default Constructor.
PdStartsRow - Class in org.foray.fotree.fo.prop
The "starts-row" property in XSL-FO.
PdStartsRow(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdStartsRow
Constructor.
PdStress - Class in org.foray.fotree.fo.prop
The "stress" property in XSL-FO.
PdStress(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdStress
Constructor.
PdSuppressAtLineBreak - Class in org.foray.fotree.fo.prop
The "suppress-at-line-break" property in XSL-FO.
PdSuppressAtLineBreak(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSuppressAtLineBreak
Default Constructor.
PdSwitchTo - Class in org.foray.fotree.fo.prop
The "switch-to" property in XSL-FO.
PdSwitchTo(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdSwitchTo
Constructor.
PdTableLayout - Class in org.foray.fotree.fo.prop
The "table-layout" property in XSL-FO.
PdTableLayout(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTableLayout
Constructor.
PdTableOmitFooterAtBreak - Class in org.foray.fotree.fo.prop
The "table-omit-footer-at-break" property in XSL-FO.
PdTableOmitFooterAtBreak(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTableOmitFooterAtBreak
Constructor.
PdTableOmitHeaderAtBreak - Class in org.foray.fotree.fo.prop
The "table-omit-header-at-break" property in XSL-FO.
PdTableOmitHeaderAtBreak(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTableOmitHeaderAtBreak
Constructor.
PdTargetPresentationContext - Class in org.foray.fotree.fo.prop
The "target-presentation-context" property in XSL-FO.
PdTargetPresentationContext(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTargetPresentationContext
Constructor.
PdTargetProcessingContext - Class in org.foray.fotree.fo.prop
The "target-processing-context" property in XSL-FO.
PdTargetProcessingContext(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTargetProcessingContext
Constructor.
PdTargetStylesheet - Class in org.foray.fotree.fo.prop
The "target-stylesheet" property in XSL-FO.
PdTargetStylesheet(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTargetStylesheet
Constructor.
PdTextAlign - Class in org.foray.fotree.fo.prop
The "text-align" property in XSL-FO.
PdTextAlign(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTextAlign
Constructor.
PdTextAlignLast - Class in org.foray.fotree.fo.prop
The "text-align-last" property in XSL-FO.
PdTextAlignLast(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTextAlignLast
Constructor.
PdTextAltitude - Class in org.foray.fotree.fo.prop
The "text-altitude" property in XSL-FO.
PdTextAltitude(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTextAltitude
Constructor.
PdTextDecoration - Class in org.foray.fotree.fo.prop
The "text-decoration" property in XSL-FO.
PdTextDecoration(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTextDecoration
Constructor.
PdTextDepth - Class in org.foray.fotree.fo.prop
The "text-depth" property in XSL-FO.
PdTextDepth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTextDepth
Constructor.
PdTextIndent - Class in org.foray.fotree.fo.prop
The "text-indent" property in XSL-FO.
PdTextIndent(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTextIndent
Constructor.
PdTextShadow - Class in org.foray.fotree.fo.prop
The "text-shadow" property in XSL-FO.
PdTextShadow(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTextShadow
Constructor.
PdTextTransform - Class in org.foray.fotree.fo.prop
The "text-transform" property in XSL-FO.
PdTextTransform(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTextTransform
Default Constructor.
PdTop - Class in org.foray.fotree.fo.prop
The "top" property in XSL-FO.
PdTop(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTop
Constructor.
PdTreatAsWordSpace - Class in org.foray.fotree.fo.prop
The "treat-as-word-space" property in XSL-FO.
PdTreatAsWordSpace(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdTreatAsWordSpace
Constructor.
PdUnicodeBidi - Class in org.foray.fotree.fo.prop
The "unicode-bidi" property in XSL-FO.
PdUnicodeBidi(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdUnicodeBidi
Default Constructor.
pdUsedBySiblings() - Method in class org.foray.area.Area
Returns the total amount of the progression-dimension that has been used by siblings.
pdUsedBySiblings() - Method in class org.foray.area.AreaFixed
 
pdUsedBySiblings() - Method in class org.foray.area.AreaFlexible
 
PdVerticalAlign - Class in org.foray.fotree.fo.prop
The "vertical-align" property in XSL-FO.
PdVerticalAlign(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdVerticalAlign
Constructor.
PdVisibility - Class in org.foray.fotree.fo.prop
The "visibility" property in XSL-FO.
PdVisibility(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdVisibility
Default Constructor.
PdVoiceFamily - Class in org.foray.fotree.fo.prop
The "voice-family" property in XSL-FO.
PdVoiceFamily(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdVoiceFamily
Constructor.
PdVolume - Class in org.foray.fotree.fo.prop
The "volume" property in XSL-FO.
PdVolume(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdVolume
Constructor.
PdWhiteSpace - Class in org.foray.fotree.fo.prop
The "white-space" property in XSL-FO.
PdWhiteSpace(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdWhiteSpace
Default Constructor.
PdWhiteSpaceCollapse - Class in org.foray.fotree.fo.prop
The "white-space-collapse" property in XSL-FO.
PdWhiteSpaceCollapse(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdWhiteSpaceCollapse
Constructor.
PdWhiteSpaceTreatment - Class in org.foray.fotree.fo.prop
The "white-space-treatment" property in XSL-FO.
PdWhiteSpaceTreatment(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdWhiteSpaceTreatment
Default Constructor.
PdWidows - Class in org.foray.fotree.fo.prop
The "widows" property in XSL-FO.
PdWidows(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdWidows
Constructor.
PdWidth - Class in org.foray.fotree.fo.prop
The "width" property in XSL-FO.
PdWidth(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdWidth
Constructor.
PdWordSpacing - Class in org.foray.fotree.fo.prop
The "word-spacing" property in XSL-FO.
PdWordSpacing(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdWordSpacing
Constructor.
PdWrapOption - Class in org.foray.fotree.fo.prop
The "wrap-option" property in XSL-FO.
PdWrapOption(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdWrapOption
Default Constructor.
PdWritingMode - Class in org.foray.fotree.fo.prop
The "writing-mode" property in XSL-FO.
PdWritingMode(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdWritingMode
Constructor.
PdZIndex - Class in org.foray.fotree.fo.prop
The "z-index" property in XSL-FO.
PdZIndex(FObj, String, String) - Constructor for class org.foray.fotree.fo.prop.PdZIndex
Constructor.
peek() - Method in class org.foray.ps.PsStack
Returns the top element from the stack, but leaves it on the stack.
peek(int) - Method in class org.foray.ps.PsStack
Returns a stack item without removing it or anything else from the stack.
peek() - Method in class org.foray.xml.dtd.ElementStack
Peek at the top element on the stack without removing it from the stack.
PERCENT - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "percent" character.
PERCENT_CONVERSION - Static variable in class org.foray.common.WKConstants
The conversion factor between a percentage value and its decimal equivalent, that is, 100.
PERMISSION_COPY_CONTENT - Static variable in class org.foray.pdf.object.PDFEncryption
Constant for content extraction permission.
PERMISSION_EDIT_ANNOTATIONS - Static variable in class org.foray.pdf.object.PDFEncryption
Constant for annotation editing permission.
PERMISSION_EDIT_CONTENT - Static variable in class org.foray.pdf.object.PDFEncryption
Constant for content editing permission.
PERMISSION_PRINT - Static variable in class org.foray.pdf.object.PDFEncryption
Constant for printing permission.
PHOTOSHOP_MARK - Static variable in class org.foray.graphic.JPEGGraphic
Application marker?? Photoshop??.
PHOTOSHOP_OFFSET - Static variable in class org.foray.graphic.JPEGGraphic
The offset, in bytes, to the Photoshop indicator.
PICAS_PER_INCH - Static variable in class org.foray.common.WKConstants
The number of picas per inch, that is, 6.
PioneerFactory - Class in org.foray.pioneer
Creates instances of PioneerLS.
PioneerFactory(Log) - Constructor for class org.foray.pioneer.PioneerFactory
Constructor.
PioneerLS - Class in org.foray.pioneer
The LayoutStrategy implementation for the Pioneer layout strategy.
PioneerLS(Log) - Constructor for class org.foray.pioneer.PioneerLS
Constructor.
PITCH_FAMILY_DECORATIVE_MASK - Static variable in class org.foray.font.format.type1.Type1Metrics
dfPitchAndFamily constant indicating that the font family is a novelty font.
PITCH_FAMILY_DONTCARE_MASK - Static variable in class org.foray.font.format.type1.Type1Metrics
dfPitchAndFamily constant indicating that the font family is unknown.
PITCH_FAMILY_MODERN_MASK - Static variable in class org.foray.font.format.type1.Type1Metrics
dfPitchAndFamily constant indicating that the font family is fixed pitch.
PITCH_FAMILY_ROMAN_MASK - Static variable in class org.foray.font.format.type1.Type1Metrics
dfPitchAndFamily constant indicating that the font family is serif, variable pitch.
PITCH_FAMILY_SCRIPT_MASK - Static variable in class org.foray.font.format.type1.Type1Metrics
dfPitchAndFamily constant indicating that the font family is a cursive or handwriting font.
PITCH_FAMILY_SWISS_MASK - Static variable in class org.foray.font.format.type1.Type1Metrics
dfPitchAndFamily constant indicating that the font family is sans serif, variable pitch.
pitchExtraHigh() - Method in class org.foray.speech.Voice4a
 
pitchExtraLow() - Method in class org.foray.speech.Voice4a
 
pitchHigh() - Method in class org.foray.speech.Voice4a
 
pitchLow() - Method in class org.foray.speech.Voice4a
 
pitchMedium() - Method in class org.foray.speech.Voice4a
 
PIXEL_HEIGHT_STARTS - Static variable in class org.foray.graphic.PNGGraphic
Constant indicating the location of the first byte (of four) in the file indicating the pixel height.
PIXEL_WIDTH_STARTS - Static variable in class org.foray.graphic.PNGGraphic
Constant indicating the location of the first byte (of four) in the file indicating the pixel width.
pixelHeight() - Method in class org.foray.graphic.BMPGraphic
 
pixelHeight() - Method in class org.foray.graphic.EPSGraphic
 
pixelHeight() - Method in class org.foray.graphic.GIFGraphic
 
pixelHeight() - Method in class org.foray.graphic.JPEGGraphic
Override the Graphic method because, for JPEG, we load the whole image to get its dimensions.
pixelHeight() - Method in class org.foray.graphic.MathGraphic4a
 
pixelHeight() - Method in class org.foray.graphic.PDFGraphic
 
pixelHeight() - Method in class org.foray.graphic.PNGGraphic
 
pixelHeight() - Method in class org.foray.graphic.SVGGraphic
 
pixelHeight() - Method in class org.foray.graphic.TempImage
 
pixelHeight() - Method in class org.foray.graphic.TIFFGraphic
 
pixelsToMillipoints(int, int) - Static method in class org.foray.fotree.FObjScaled
Converts a quantity of pixels to a length in millipoints, using the value passed in pixelsPerInch.
pixelWidth() - Method in class org.foray.graphic.BMPGraphic
 
pixelWidth() - Method in class org.foray.graphic.EPSGraphic
 
pixelWidth() - Method in class org.foray.graphic.GIFGraphic
 
pixelWidth() - Method in class org.foray.graphic.JPEGGraphic
Override the Graphic method because, for JPEG, we load the whole image to get its dimensions.
pixelWidth() - Method in class org.foray.graphic.MathGraphic4a
 
pixelWidth() - Method in class org.foray.graphic.PDFGraphic
 
pixelWidth() - Method in class org.foray.graphic.PNGGraphic
 
pixelWidth() - Method in class org.foray.graphic.SVGGraphic
 
pixelWidth() - Method in class org.foray.graphic.TempImage
 
pixelWidth() - Method in class org.foray.graphic.TIFFGraphic
 
PLATFORM_MACINTOSH - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the Macintosh platform.
PLATFORM_MICROSOFT - Static variable in class org.foray.font.format.ttf.TTFTableCMAP
Constant indicating that the platform is Microsoft.
PLATFORM_MICROSOFT - Static variable in class org.foray.font.format.ttf.TTFTableNAME
Constant documented in the TTF "name" table doc as indicating the Microsoft platform.
PLUS_SIGN - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "plus" character.
PNG_BASICS_LENGTH - Static variable in class org.foray.graphic.PNGGraphic
The number of bytes that need to be read to get the basic information for a PNG file.
PNG_HEADER - Static variable in class org.foray.graphic.factory.PNGFactory
The header bytes at the beginning of a PNG file.
PNGFactory - Class in org.foray.graphic.factory
ImageReader object for PNG image type.
PNGFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.PNGFactory
Constructor.
PNGGraphic - Class in org.foray.graphic
A PNG (Portable Network Graphics) images.
PNGGraphic(GraphicServer4a, URL, BufferedInputStream) - Constructor for class org.foray.graphic.PNGGraphic
Constructor.
POINTS_PER_INCH - Static variable in class org.foray.common.WKConstants
The number of points per inch, that is 72.
POLAND - Static variable in class org.foray.common.i18n.Country4a
Poland.
POLAND - Static variable in class org.foray.common.i18n.Orthography4a
The orthograpy for Poland.
POLISH - Static variable in class org.foray.common.i18n.Language4a
The Polish language.
pop(PsOperator) - Method in class org.foray.ps.PsStack
Discards and returns the top element from the stack.
pop() - Method in class org.foray.ps.PsStack
Discards and returns the top element at the request of the interpreter, that is, with no known operation triggering the pop.
pop() - Method in class org.foray.xml.dtd.ElementStack
Pop an item off of the stack.
popFunction() - Method in class org.foray.fotree.parse.PropertyParser
Pops an item off of the function stack.
popInlineStack() - Method in class org.foray.layout.LayoutStrategy
Pops an item off of the inline stack.
PORTUGAL - Static variable in class org.foray.common.i18n.Country4a
Portugal.
PORTUGAL - Static variable in class org.foray.common.i18n.Orthography4a
The orthograpy for Portugal.
PORTUGUESE - Static variable in class org.foray.common.i18n.Language4a
The Portuguese language.
postDelete() - Method in class org.foray.hyphen.MutatingHyphenationBreak4a
 
postInsert() - Method in class org.foray.hyphen.MutatingHyphenationBreak4a
 
postOrderDescendantIterator() - Method in class org.foray.common.AbstractOrderedTreeNode
Returns an iterator that will iterate the descendant nodes of this node in post-traversal (depth-first) order.
prBpd() - Method in class org.foray.area.Area
Returns the BPD of the PR.
PRECEDENCE_COMMAND_LINE - Static variable in class org.foray.common.Configuration
Constant indicating the highest-level precedence, that of an item set on the command-line.
PRECEDENCE_CONFIG_FILE - Static variable in class org.foray.common.Configuration
Constant indicating the middle-level precedence, that of an item in the configuration file.
PRECEDENCE_DEFAULT - Static variable in class org.foray.common.Configuration
Constant indicating the lowest precedence, that of the default values.
PRECEDENCE_FORCE - Static variable in class org.foray.fotree.Property
Constant defining a precedence of "force" (the maximum integer value).
PRECEDENCE_FORCE - Static variable in class org.foray.fotree.value.DtSpace
Constant indicating the numeric weight assigned to precedence of "force".
PRECEDENCE_KEYWORDS - Static variable in class org.foray.fotree.value.DtSpace
Array of the keywords that describe precedence.
preDelete() - Method in class org.foray.hyphen.MutatingHyphenationBreak4a
 
PREDICTION_NONE - Static variable in class org.foray.ps.filter.FlateDecodeFilter
Constant indicating no predictor algorithm (the default).
PREDICTION_PNG_AVG - Static variable in class org.foray.ps.filter.FlateDecodeFilter
Constant indicating a PNG predictor, with the "Average" prediction algorithm.
PREDICTION_PNG_NONE - Static variable in class org.foray.ps.filter.FlateDecodeFilter
Constant indicating a PNG predictor, with no prediction algorithm.
PREDICTION_PNG_OPT - Static variable in class org.foray.ps.filter.FlateDecodeFilter
Constant indicating no prediction.
PREDICTION_PNG_PAETH - Static variable in class org.foray.ps.filter.FlateDecodeFilter
Constant indicating a PNG predictor, with the "Paeth" prediction algorithm.
PREDICTION_PNG_SUB - Static variable in class org.foray.ps.filter.FlateDecodeFilter
Constant indicating a PNG predictor, with the "Sub" prediction algorithm.
PREDICTION_PNG_UP - Static variable in class org.foray.ps.filter.FlateDecodeFilter
Constant indicating a PNG predictor, with the "Up" prediction algorithm.
PREDICTION_TIFF2 - Static variable in class org.foray.ps.filter.FlateDecodeFilter
Constant indicating a TIFF 2 predictor.
preferFreeStandingFonts() - Method in class org.foray.font.FontConsumer4a
Indicates whether free-standing fonts are preferred over system fonts.
preInsert() - Method in class org.foray.hyphen.MutatingHyphenationBreak4a
 
preserveRawContent() - Method in class org.foray.fotree.FOTreeBuilder
Indicates whether we wish to preserve the raw FO Tree content so that it can be round-tripped.
PreviewDialog - Class in org.foray.render.awt.viewer
Frame and User Interface for Preview.
PreviewDialog(AWTRenderer, Translator) - Constructor for class org.foray.render.awt.viewer.PreviewDialog
Create a new PreviewDialog that uses the given renderer and translator.
PreviewDialogAboutBox - Class in org.foray.render.awt.viewer
An "About" dialog box for the Viewer.
PreviewDialogAboutBox(PreviewDialog) - Constructor for class org.foray.render.awt.viewer.PreviewDialogAboutBox
Constructor.
previousContiguousLineText() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
previousContiguousLineText() - Method in class org.foray.fotree.fo.obj.Character
 
previousContiguousLineText() - Method in class org.foray.fotree.FOLineText
 
previousPageCollection() - Method in class org.foray.area.PageCollection
Returns the PageCollection previous to this one from the sequence of PageCollection instances.
print(Graphics, PageFormat, int) - Method in class org.foray.render.awt.AWTRenderer
 
PrintRenderer - Class in org.foray.render
Abstract base class of "Print" type renderers.
PrintRenderer(Log) - Constructor for class org.foray.render.PrintRenderer
Constructor.
PrintStarter - Class in org.foray.app
This class prints a xsl-fo document without interaction.
PrintStarter(SessionConfig, OutputConfig, CommandLineOptions) - Constructor for class org.foray.app.PrintStarter
Constructor.
prIpd() - Method in class org.foray.area.Area
Returns the IPD of the PR.
PRIVATE_KEY - Static variable in class org.foray.ps.type1.PsFontDictionary4a
Key to the "Private" entry.
process() - Method in class org.foray.core.FOrayDocument
Process the target.
process() - Method in class org.foray.core.FOraySession
Iterates through the collection of FOrayDocuments to be processed, and processes each one.
process() - Method in class org.foray.font.format.type1.Type1MetricsSerializer
Serialize the selected files.
process() - Method in class org.foray.hyphen.PatGen
This is where PATGEN actually starts.
process() - Method in class org.foray.hyphen.PatternSerializer
Serialize the selected files.
process() - Method in class org.foray.ps.PsInterpreter4a
 
processDirectory(String, FilenameFilter) - Method in class org.foray.font.config.ConfigGenerator
Process one directory, finding all files in that directory and processing them.
processingInstruction(String, String) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
processingInstruction(String, String) - Method in class org.foray.xml.FOrayPretty
 
processInput(LineContent, int, int) - Method in class org.foray.text.line.EagerLineBreaker
Run a piece of content through the line-breaking system.
processItem() - Method in class org.foray.ps.PsInterpreter4a
Processes the top item on the execution stack.
processLineContent(LineContent, int, int, LineOutput) - Method in class org.foray.text.line.EagerLineBreaker
 
processLineNonText(LineNonText) - Method in class org.foray.text.line.EagerLineBreaker
Standard processing of non-text items for eager line breaking systems.
processLineText(LineText, int, int) - Method in class org.foray.text.line.EagerLineBreaker
Processes a line-text item.
processLineText(LineText, int, int) - Method in class org.foray.text.line.solitary.SolitaryLineBreaker
 
processPageSequence(PageCollection) - Method in class org.foray.layout.LayoutStrategy
Performs layout on one PageCollection.
processPageSequence(PageCollection) - Method in class org.foray.pioneer.PioneerLS
 
processTarget(FOrayTarget) - Method in class org.foray.core.FOrayDocument
Process a given target by building the formatting object tree from the input.
processWindowEvent(WindowEvent) - Method in class org.foray.render.awt.viewer.PreviewDialogAboutBox
 
progress(String) - Method in class org.foray.render.awt.viewer.PreviewDialog
Displays a progress message to the user.
progress(String) - Method in interface org.foray.render.awt.viewer.ProgressListener
Displays a progress message to the user.
ProgressListener - Interface in org.foray.render.awt.viewer
Listener for measuring the progress of rendering the document.
ProjectMember - Class in org.foray.demo.embed.model
This bean represents a project member.
ProjectMember() - Constructor for class org.foray.demo.embed.model.ProjectMember
Default no-parameter constructor.
ProjectMember(String, String, String) - Constructor for class org.foray.demo.embed.model.ProjectMember
Convenience constructor.
ProjectTeam - Class in org.foray.demo.embed.model
This bean represents a ProjectTeam.
ProjectTeam() - Constructor for class org.foray.demo.embed.model.ProjectTeam
 
ProjectTeamInputSource - Class in org.foray.demo.embed.model
An InputSource wrapper of a ProjectTeam instance.
ProjectTeamInputSource(ProjectTeam) - Constructor for class org.foray.demo.embed.model.ProjectTeamInputSource
Constructor for the ProjectTeamInputSource.
ProjectTeamXMLReader - Class in org.foray.demo.embed.model
XMLReader implementation for the ProjectTeam class.
ProjectTeamXMLReader() - Constructor for class org.foray.demo.embed.model.ProjectTeamXMLReader
 
Property - Class in org.foray.fotree
Class representing an XSL-FO property.
Property() - Constructor for class org.foray.fotree.Property
 
PROPERTY_REGISTRATION_STRATEGY - Static variable in class org.foray.common.url.ProtocolRegistrationBroker
Constant indicating that the "property" method should be used for URL handler registration.
PropertyCollection - Class in org.foray.fotree.value
This class is odd because it is a PropertyValue subclass that encapsulates one or more Property instances.
PropertyCollection() - Constructor for class org.foray.fotree.value.PropertyCollection
Constructor.
PropertyException - Exception in org.foray.fotree
Exception class for handling errors during property parsing.
PropertyException(String) - Constructor for exception org.foray.fotree.PropertyException
Constructor.
PropertyList - Class in org.foray.fotree
The collection of properties for one formatting object.
PropertyList(int) - Constructor for class org.foray.fotree.PropertyList
Constructor.
PropertyListUnparsed - Class in org.foray.fotree
This PropertyList subclass is suitable for namespaces that we don't know how to parse.
PropertyListUnparsed(Attributes) - Constructor for class org.foray.fotree.PropertyListUnparsed
Constructor.
PropertyMakerAxsl - Class in org.foray.fotree.axsl
Class for parsing attributes in the axsl: namespace.
PropertyMakerFO - Class in org.foray.fotree.fo
Factory class for creating properties in the "fo:" (Formatting Objects) namespace.
PropertyMakerXML - Class in org.foray.fotree.xml
Class for parsing attributes in the xml: namespace.
PropertyParser - Class in org.foray.fotree.parse
Class to parse XSL FO property expression.
PropertyProtocolRegistration - Class in org.foray.common.url
An implementation of {#link ProtocolHandlerRegistry} which does not attempt to use a URLStreamHandlerFactory, but instead modifies the "java.protocol.handler.pkgs" property to register new URLStreamHandlers.
propertyRegistration(String, URLStreamHandler) - Static method in class org.foray.common.url.PropertyProtocolRegistration
Registers a specific protocol handler by making it available to the Java property "java.protocol.handler.pkgs".
PropertyType - Interface in org.foray.fotree
Common interface for all enumerated property classes.
PropertyValue - Interface in org.foray.fotree.value
Interface for all XSL-FO property values.
PropertyValueStatic - Class in org.foray.fotree.value
Abstract superclass for static property values, that is, property values that are not expressions.
PropertyValueStatic() - Constructor for class org.foray.fotree.value.PropertyValueStatic
 
PROPORTIONAL_COLUMN_WIDTH - Static variable in class org.foray.fotree.value.Function
Constant indicating the "proportional-column-width" function.
prOriginBPDOffset() - Method in class org.foray.area.Area
The difference, in millipoints, between the page-viewport-area's before-edge and this Area's padding-rectangle before-edge.
prOriginIPDOffset() - Method in class org.foray.area.Area
The difference, in millipoints, between the page-viewport-area's start-edge and this Area's padding-rectangle start-edge.
prOriginX() - Method in class org.foray.area.Area
Implementation of BackgroundArea.prOriginX().
prOriginY() - Method in class org.foray.area.Area
Implementation of BackgroundArea.prOriginY().
ProtocolRegistrationBroker - Class in org.foray.common.url
Manages which ProtocolRegistrationStrategy is used to register new custom URL protocol handlers.
ProtocolRegistrationStrategy - Interface in org.foray.common.url
A strategy that registers all custom URL protocols in a standard way.
provideEagerLineBreaker(LineBreakControl, LineBreakHandler, FontConsumer) - Method in class org.foray.text.TextServer4a
 
provideInput(PsInterpreter4a) - Method in class org.foray.ps.PsFile
Returns the next byte from this file.
providePatientLineBreaker(LineBreakControl, LineBreakHandler, FontConsumer) - Method in class org.foray.text.TextServer4a
 
providePostScriptInput() - Method in class org.foray.ps.PsInputFile
 
providePostScriptInput() - Method in class org.foray.ps.PsStringInput
 
providers(Class<?>) - Static method in class org.foray.common.ClassService
Provides an enumeration of the services in the class path.
PS_LARGEST_INTEGER - Static variable in class org.foray.ps.PsInteger
Constant indicating the largest PostScript integer value.
PS_SMALLEST_INTEGER - Static variable in class org.foray.ps.PsInteger
Constant indicating the smallest PostScript integer value.
PsAccess - Enum in org.foray.ps
Enumeration of possible access values for a PostScript object.
PsArray - Class in org.foray.ps
A PostScript array.
PsArray(Object[], boolean) - Constructor for class org.foray.ps.PsArray
Constructor.
PsArrayExecuting - Class in org.foray.ps
A wrapper around an instance of PsArray, acting as an iterator over its content.
PsArrayExecuting(PsArray) - Constructor for class org.foray.ps.PsArrayExecuting
Constructor.
PsBoolean - Class in org.foray.ps
Class representing a boolean PostScript object.
PsCharStringsDictionary4a - Class in org.foray.ps.type1
A Type 1 font "CharStrings" dictionary.
PsCharStringsDictionary4a(PsDictionary) - Constructor for class org.foray.ps.type1.PsCharStringsDictionary4a
Constructor.
PsColor - Class in org.foray.common.ps
Utility class for PostScript color conversions.
PsColorSpace - Class in org.foray.ps
A PostScript Color Space.
PsColorSpace(Object[]) - Constructor for class org.foray.ps.PsColorSpace
Standard constructor.
PsDecodeFilter4a - Class in org.foray.ps.filter
A PostScript filter object.
PsDecodeFilter4a(InputStream) - Constructor for class org.foray.ps.filter.PsDecodeFilter4a
Constructor.
PsDeviceException - Exception in org.foray.ps
Exception thrown in device-specific portions of FOray PostScript code.
PsDeviceException(String) - Constructor for exception org.foray.ps.PsDeviceException
Create a new PsDeviceException.
PsDeviceException(Throwable) - Constructor for exception org.foray.ps.PsDeviceException
Create a new PsDeviceException.
PsDeviceException(String, Throwable) - Constructor for exception org.foray.ps.PsDeviceException
Create a new PsDeviceException.
PsDictionary - Class in org.foray.ps
A PostScript dictionary.
PsDictionary(int) - Constructor for class org.foray.ps.PsDictionary
Constructor.
PsDictionaryStack - Class in org.foray.ps
A PostScript Dictionary stack.
PsDictionaryWrapper - Class in org.foray.ps
Abstract superclass for classes that wrap PsDictionary and provide specialized methods.
PsDictionaryWrapper(PsDictionary) - Constructor for class org.foray.ps.PsDictionaryWrapper
Constructor.
PsEncodeFilter4a - Class in org.foray.ps.filter
A PostScript filter object.
PsEncodeFilter4a(OutputStream, boolean) - Constructor for class org.foray.ps.filter.PsEncodeFilter4a
Constructor.
PsError - Enum in org.foray.ps
Enumeration of PostScript error types.
PsExecutionStack - Class in org.foray.ps
A PostScript Execution stack.
PsFile - Class in org.foray.ps
Abstract superclass for PostScript "file" objects.
PsFile() - Constructor for class org.foray.ps.PsFile
Constructor.
PsFileFilter - Class in org.foray.ps
Class representing a PostScript "file" object.
PsFileFilter(EexecDecodeFilter, PsFile) - Constructor for class org.foray.ps.PsFileFilter
Constructor for an instance that is a filter for a PsFile instance.
PsFileFilter(EexecDecodeFilter, PsString) - Constructor for class org.foray.ps.PsFileFilter
Constructor for an instance that is a filter for a PsString instance.
PsFileReal - Class in org.foray.ps
An instance of this class is really a wrapper around either a real file or an input source, like standard input.
PsFileReal(File) - Constructor for class org.foray.ps.PsFileReal
Constructor for an instance that wraps a real file.
PsFileReal(PsInput) - Constructor for class org.foray.ps.PsFileReal
Constructor for an instance that wraps an input source (like standard input).
PSFilter - Enum in org.foray.ps.filter
An enumeration of PostScript filter types.
PSFont - Class in org.foray.render.ps
Class representing a PostScript /Font object.
PSFont(FontUse, int) - Constructor for class org.foray.render.ps.PSFont
Create the /Font object.
PsFontDictionary4a - Class in org.foray.ps.type1
Wrapper around a PsDictionary instance providing some convenience methods for Type 1 fonts.
PsFontDictionary4a(PsDictionary) - Constructor for class org.foray.ps.type1.PsFontDictionary4a
Constructor.
PsFontDirectory4a - Class in org.foray.ps
A /FontDirectory dictionary.
PsFontDirectory4a(PsDictionary) - Constructor for class org.foray.ps.PsFontDirectory4a
Constructor.
PsFontId - Class in org.foray.ps
Class representing a PostScript fontID object.
PsFontId() - Constructor for class org.foray.ps.PsFontId
Constructor.
PsFontInfoDictionary4a - Class in org.foray.ps.type1
Wrapper around a PsDictionary instance providing some convenience methods for Type 1 fonts.
PsFontInfoDictionary4a(PsDictionary) - Constructor for class org.foray.ps.type1.PsFontInfoDictionary4a
Constructor.
PsFontPrivateDictionary4a - Class in org.foray.ps.type1
A PostScript font "Private" dictionary.
PsFontPrivateDictionary4a(PsDictionary) - Constructor for class org.foray.ps.type1.PsFontPrivateDictionary4a
Constructor.
PSGraphics2D - Class in org.foray.graphic.batik
Implementation of AbstractGraphics2D suitable for integration with Batik for purposes of converting SVG to PostScript.
PSGraphics2D(boolean, CharacterOutputStream, Log) - Constructor for class org.foray.graphic.batik.PSGraphics2D
Create a new PDFGraphics2D with the given pdf document info.
PSGraphics2D(PSGraphics2D, Log) - Constructor for class org.foray.graphic.batik.PSGraphics2D
Constructor supporting the PSGraphics2D.create() method.
PsGraphicsState - Class in org.foray.ps
Represents a PostScript Graphics State.
PsGraphicsState() - Constructor for class org.foray.ps.PsGraphicsState
Constructor.
PsGraphicsStateStack - Class in org.foray.ps
A PostScript Graphics State stack.
PsInputFile - Class in org.foray.ps
An implementation of PsInput that wraps a java.io.File instance.
PsInputFile(File) - Constructor for class org.foray.ps.PsInputFile
Basic constructor.
PsInteger - Class in org.foray.ps
Class representing a numeric PostScript object.
PsInteger(int) - Constructor for class org.foray.ps.PsInteger
Constructor for an int parameter.
PsInteger(BigDecimal) - Constructor for class org.foray.ps.PsInteger
Constructor for a BigDecimal parameter.
PsInterpreter4a - Class in org.foray.ps
A generic PostScript interpreter.
PsInterpreter4a(PsInput, PsSystemDict4a) - Constructor for class org.foray.ps.PsInterpreter4a
Constructor for a PostScript interpreter.
PsInterpreterException4a - Exception in org.foray.ps
Handles PostScript Exceptions.
PsInterpreterException4a(PsInterpreter4a, PsError, PsOperator, String) - Constructor for exception org.foray.ps.PsInterpreterException4a
Constructor.
PsInterpreterException4a(PsInterpreter4a, PsError) - Constructor for exception org.foray.ps.PsInterpreterException4a
Constructor.
PsInterpreterException4a(PsInterpreter4a, PsError, PsOperator) - Constructor for exception org.foray.ps.PsInterpreterException4a
Constructor.
PsMark - Class in org.foray.ps
Class representing a PostScript "mark" object.
PsMark() - Constructor for class org.foray.ps.PsMark
Constructor.
PsMatrix - Class in org.foray.ps
A PostScript matrix, which is a specialized PostScript array.
PsMatrix(PsNumber[], boolean) - Constructor for class org.foray.ps.PsMatrix
Constructor.
PsMetricsDictionary - Class in org.foray.ps.type1
A Type 1 font "Metrics" dictionary.
PsMetricsDictionary(PsDictionary) - Constructor for class org.foray.ps.type1.PsMetricsDictionary
Constructor.
PsName - Class in org.foray.ps
Class representing a name PostScript object.
PsName(String, boolean, boolean) - Constructor for class org.foray.ps.PsName
Constructor.
PsNull - Class in org.foray.ps
A PostScript null object.
PsNumber - Class in org.foray.ps
Superclass for numeric Postscript data types.
PsNumber(BigDecimal) - Constructor for class org.foray.ps.PsNumber
Constructor.
PsObject - Interface in org.foray.ps
Interface for all PostScript objects.
PsObjectComposite - Class in org.foray.ps
A PostScript composite object.
PsObjectComposite() - Constructor for class org.foray.ps.PsObjectComposite
 
PsObjectSimple - Interface in org.foray.ps
A PostScript simple object.
PsOperandStack - Class in org.foray.ps
A PostScript Operand stack.
PsOperator - Enum in org.foray.ps
A PostScript operator object.
PsOperatorException - Exception in org.foray.ps
Handles Exceptions that occur during the execution of a PostScript operand.
PsOperatorException(Throwable, PsError, PsOperator, String) - Constructor for exception org.foray.ps.PsOperatorException
Constructor.
PsOperatorException(PsError, PsOperator, String) - Constructor for exception org.foray.ps.PsOperatorException
Constructor.
PsOperatorException(PsError) - Constructor for exception org.foray.ps.PsOperatorException
Constructor.
PsOperatorException(PsError, PsOperator) - Constructor for exception org.foray.ps.PsOperatorException
Constructor.
PsPath - Class in org.foray.ps
A list of path elements that defines a path.
PsPath() - Constructor for class org.foray.ps.PsPath
 
PsPathClose - Class in org.foray.ps
The last segment of a new sub-path.
PsPathClose(PsPathMove) - Constructor for class org.foray.ps.PsPathClose
Constructor.
PsPathCurve - Class in org.foray.ps
A Bezier cubic curve section in a path.
PsPathCurve(PsNumber, PsNumber, PsNumber, PsNumber, PsNumber, PsNumber) - Constructor for class org.foray.ps.PsPathCurve
Constructor.
PsPathElement - Class in org.foray.ps
Abstract superclass for all path elements.
PsPathElement() - Constructor for class org.foray.ps.PsPathElement
 
PsPathLine - Class in org.foray.ps
A line segment in a path.
PsPathLine(PsNumber, PsNumber) - Constructor for class org.foray.ps.PsPathLine
Constructor.
PsPathMove - Class in org.foray.ps
The beginning of a new sub-path.
PsPathMove(PsNumber, PsNumber) - Constructor for class org.foray.ps.PsPathMove
Constructor.
PsReal - Class in org.foray.ps
Class representing PostScript object that is a real number.
PsReal(BigDecimal) - Constructor for class org.foray.ps.PsReal
Constructor for a BigDecimal value.
PSRenderer - Class in org.foray.render.ps
Renderer that renders to PostScript.
PSRenderer(Log, DocumentConfiguration, PsServer) - Constructor for class org.foray.render.ps.PSRenderer
Constructor.
PsServer4a - Class in org.foray.ps
Implementation of PsServer for FOray.
PsServer4a() - Constructor for class org.foray.ps.PsServer4a
 
PsStack<T> - Class in org.foray.ps
The PSStack represents a PostScript stack.
PsString - Class in org.foray.ps
Class representing a string PostScript object.
PsString(String) - Constructor for class org.foray.ps.PsString
Constructor.
PsStringInput - Class in org.foray.ps
A PsInput implementation that simply wraps a String.
PsStringInput(String) - Constructor for class org.foray.ps.PsStringInput
Constructor.
PsSystemDict4a - Class in org.foray.ps
The PostScript System Dictionary.
PsSystemDict4a() - Constructor for class org.foray.ps.PsSystemDict4a
Constructor.
PsUtil - Class in org.foray.common.ps
PostScript-related tools included in the Common module to prevent unnecessary dependencies on the PostScript module.
push(DTDElement) - Method in class org.foray.xml.dtd.ElementStack
Push an item onto the stack.
pushFunction(Function) - Method in class org.foray.fotree.parse.PropertyParser
Pushes a function onto the stack of functions being evaluated.
pushInlineStack(LineContentFactory) - Method in class org.foray.layout.LayoutStrategy
Pushes an item onto the inline stack, that is, the stack of areas that are currently inside the active LineArea.
put(String, Object, int) - Method in class org.foray.common.Configuration
Adds or updates a configuration option.
put(char[], char) - Method in class org.foray.common.TernaryTreeMap
Put part or all of one char[] in the map.
put(char[], int, char) - Method in class org.foray.common.TernaryTreeMap
Put part or all of one char[] in the map.
put(char[], int, int, char) - Method in class org.foray.common.TernaryTreeMap
Put part or all of one char[] in the map.
put(CharSequence, char) - Method in class org.foray.common.TernaryTreeMap
Put one String or other CharSequence in the map.
put(CharSequence, int, char) - Method in class org.foray.common.TernaryTreeMap
Put one String or other CharSequence in the map.
put(CharSequence, int, int, char) - Method in class org.foray.common.TernaryTreeMap
Put one String or other CharSequence in the map.
PvKeyword - Class in org.foray.fotree.value
Abstract superclass for all property value classes that encapsulate keywords, regardless of namespace.
PvKeyword() - Constructor for class org.foray.fotree.value.PvKeyword
 

Q

QTY_CMYK_COMPONENTS - Static variable in class org.foray.common.ColorSpaceCMYK
Constant indicating the number of channels in a CMYK image, that is, 4.
QTY_ELEMENTS_CUBIC - Static variable in class org.foray.graphic.batik.PDFGraphics2D
Constant indicating the number of elements in a cubic element, that is, 6.
QTY_ELEMENTS_LINEAR - Static variable in class org.foray.graphic.batik.PDFGraphics2D
Constant indicating the number of elements in a linear element, that is, 2.
QTY_ELEMENTS_QUAD - Static variable in class org.foray.graphic.batik.PDFGraphics2D
Constant indicating the number of elements in a quad element, that is, 4.
QTY_PLACEHOLDER_DIGITS - Static variable in class org.foray.fotree.fo.obj.AbstractPageReference
The number of placeholder digits that should be used when we do not yet know what the actual page-number is.
QTY_PS_MATRIX_ELEMENTS - Static variable in class org.foray.ps.PsMatrix
The number of elements in a PostScript matrix.
QTY_SEGMENTS - Static variable in class org.foray.font.format.type1.Type1Font
The number of segments in each Type 1 font file.
QTY_SIMULATED_STRETCH - Static variable in class org.foray.font.config.RegisteredFontDesc
Constant indicating the number of simulated "stretch" components.
qtyAreasGenerated() - Method in class org.foray.area.FOLinkageNormal
Returns the number of areas generated by the FO.
qtyHyphenationPoints(HyphenationFilter) - Method in class org.foray.hyphen.Word4a
 
qtyHyphenationPoints(HyphenationFilter) - Method in class org.foray.hyphen.WordWrapper
 
qtyLayoutOptions(HyphenationFilter) - Method in class org.foray.hyphen.Word4a
 
qtyLayoutOptions(HyphenationFilter) - Method in class org.foray.hyphen.WordWrapper
 
qtyMarkerChildren() - Method in class org.foray.fotree.FObj
 
qtyProperties() - Method in class org.foray.fotree.PropertyList
Returns the number of properties in this list.
qtySegments(HyphenationFilter, int) - Method in class org.foray.hyphen.Word4a
 
qtySegments(HyphenationFilter, int) - Method in class org.foray.hyphen.WordWrapper
 
qtyUnexecutedItems() - Method in class org.foray.ps.PsArrayExecuting
Returns the count of unexecuted items.

R

RADIANS - Static variable in class org.foray.fotree.value.DtAngle
Constant indicating that the units in this angle are radians.
RADIX_BASE_10 - Static variable in class org.foray.common.WKConstants
The radix for base-10 numbers, that is, 10.
RADIX_BASE_16 - Static variable in class org.foray.common.WKConstants
The radix for base-16 numbers, that is, 16.
RADIX_BASE_2 - Static variable in class org.foray.common.WKConstants
The radix for base-2 numbers, that is, 2.
RADIX_BASE_8 - Static variable in class org.foray.common.WKConstants
The radix for base-8 numbers, that is, 8.
RandomAccessInput - Interface in org.foray.common.io
This interface extends DataInput by adding methods for random access to the contents.
RandomAccessInputArray - Class in org.foray.common.io
Implementation of RandomInput that uses a byte array.
RandomAccessInputArray(String, byte[]) - Constructor for class org.foray.common.io.RandomAccessInputArray
Constructor.
RandomAccessInputArray(String, InputStream) - Constructor for class org.foray.common.io.RandomAccessInputArray
Constructor useful for providing access to the content of an input stream.
RandomAccessInputFile - Class in org.foray.common.io
Implementation of RandomInput that uses a RandomAccessFile to do the io work.
RandomAccessInputFile(File) - Constructor for class org.foray.common.io.RandomAccessInputFile
Constructor.
RandomAccessInputURL - Class in org.foray.common.io
Implementation of RandomAccessInput suitable for URLs that are not local files.
RandomAccessInputURL(URL) - Constructor for class org.foray.common.io.RandomAccessInputURL
Constructor.
rawAbsoluteCorrespondingPropertyType(FObj, FoContext, RelativeCompass) - Static method in class org.foray.fotree.fo.prop.AbstractIndent
Returns the property type for the corresponding absolute margin property.
rawPropertyName(AbsoluteCompass) - Static method in class org.foray.fotree.fo.prop.AbstractAbsoluteOffset
Returns the property associated with a given direction.
rawPropertyType(AbsoluteCompass) - Static method in class org.foray.fotree.fo.prop.AbstractBorder
Converts a raw direction into its related property.
rawPropertyType(Compass) - Static method in class org.foray.fotree.fo.prop.AbstractBorderColor
Returns the property associated with a given directional constant.
rawPropertyType(Compass) - Static method in class org.foray.fotree.fo.prop.AbstractBorderStyle
Converts a raw directional constant into its related property.
rawPropertyType(Compass) - Static method in class org.foray.fotree.fo.prop.AbstractBorderWidth
Converts a raw direction into its related property.
rawPropertyType(RelativeCompass) - Static method in class org.foray.fotree.fo.prop.AbstractIndent
Converts a directional constant into its related property.
rawPropertyType(AbsoluteCompass) - Static method in class org.foray.fotree.fo.prop.AbstractMargin
Converts a directional constant into its related property.
rawPropertyType(Compass) - Static method in class org.foray.fotree.fo.prop.AbstractPadding
Converts a directional constant into its related property.
rawPropertyType(AbsoluteAxis) - Static method in class org.foray.fotree.fo.prop.AbstractPageDimension
Converts an absolute axis into its related property.
rawPropertyType(Compass) - Static method in class org.foray.fotree.fo.prop.PdBorderStyle
Converts a raw directional constant into its related property.
read() - Method in class org.foray.ps.encode.EncodingVectorInputStream
 
read() - Method in class org.foray.ps.filter.Ascii85DecodeFilter
 
read() - Method in class org.foray.ps.filter.AsciiHexDecodeFilter
 
read() - Method in class org.foray.ps.filter.CcittFaxDecodeFilter
 
read() - Method in class org.foray.ps.filter.DctDecodeFilter
 
read() - Method in class org.foray.ps.filter.RunLengthDecodeFilter
 
READ_BUFFER_SIZE - Static variable in class org.foray.graphic.JPEGGraphic
The size, in bytes, of the read buffer that should be used to read a JPEG file.
readBoolean() - Method in class org.foray.common.io.RandomAccessInputArray
 
readBoolean() - Method in class org.foray.common.io.RandomAccessInputFile
 
readBoolean() - Method in class org.foray.common.io.RandomAccessInputURL
 
readByte() - Method in class org.foray.common.io.RandomAccessInputArray
 
readByte() - Method in class org.foray.common.io.RandomAccessInputFile
 
readByte() - Method in class org.foray.common.io.RandomAccessInputURL
 
readChar() - Method in class org.foray.common.io.RandomAccessInputArray
 
readChar() - Method in class org.foray.common.io.RandomAccessInputFile
 
readChar() - Method in class org.foray.common.io.RandomAccessInputURL
 
readDouble() - Method in class org.foray.common.io.RandomAccessInputArray
 
readDouble() - Method in class org.foray.common.io.RandomAccessInputFile
 
readDouble() - Method in class org.foray.common.io.RandomAccessInputURL
 
readFile(RandomAccessInput) - Method in class org.foray.font.format.ttf.TrueTypeCollection
Parse the basics of the font file.
readFixed16x16Signed() - Method in class org.foray.common.io.AbstractRandomAccessInput
 
readFixed16x16Signed() - Method in interface org.foray.common.io.RandomAccessInput
Reads a fixed-length decimal number with a 16-bit signed twos-complement mantissa, followed by a 16-bit unsigned fraction.
readFloat() - Method in class org.foray.common.io.RandomAccessInputArray
 
readFloat() - Method in class org.foray.common.io.RandomAccessInputFile
 
readFloat() - Method in class org.foray.common.io.RandomAccessInputURL
 
readFully(byte[]) - Method in class org.foray.common.io.RandomAccessInputArray
 
readFully(byte[], int, int) - Method in class org.foray.common.io.RandomAccessInputArray
 
readFully(byte[]) - Method in class org.foray.common.io.RandomAccessInputFile
 
readFully(byte[], int, int) - Method in class org.foray.common.io.RandomAccessInputFile
 
readFully(byte[]) - Method in class org.foray.common.io.RandomAccessInputURL
 
readFully(byte[], int, int) - Method in class org.foray.common.io.RandomAccessInputURL
 
readInput() - Method in class org.foray.ps.filter.AsciiHexDecodeFilter
Reads all of the underlying input and decodes it.
readInt() - Method in class org.foray.common.io.RandomAccessInputArray
 
readInt() - Method in class org.foray.common.io.RandomAccessInputFile
 
readInt() - Method in class org.foray.common.io.RandomAccessInputURL
 
readLine() - Method in class org.foray.common.io.RandomAccessInputArray
 
readLine() - Method in class org.foray.common.io.RandomAccessInputFile
 
readLine() - Method in class org.foray.common.io.RandomAccessInputURL
 
readLong() - Method in class org.foray.common.io.RandomAccessInputArray
 
readLong() - Method in class org.foray.common.io.RandomAccessInputFile
 
readLong() - Method in class org.foray.common.io.RandomAccessInputURL
 
readNullTerminatedString(Charset) - Method in class org.foray.common.io.AbstractRandomAccessInput
 
readNullTerminatedString(Charset) - Method in interface org.foray.common.io.RandomAccessInput
Reads a null-terminated String.
ReadOnlySystemDict - Class in org.foray.ps.readonly
PsSystemDict implementation that provides no painting or other rendering, but that is suitable for simple parsing of a PostScript file.
ReadOnlySystemDict() - Constructor for class org.foray.ps.readonly.ReadOnlySystemDict
Constructor.
readShort() - Method in class org.foray.common.io.RandomAccessInputArray
 
readShort() - Method in class org.foray.common.io.RandomAccessInputFile
 
readShort() - Method in class org.foray.common.io.RandomAccessInputURL
 
readShortLoHi() - Method in class org.foray.common.io.AbstractRandomAccessInput
 
readShortLoHi() - Method in interface org.foray.common.io.RandomAccessInput
Read a signed 2-byte short in little-endian order, that is, making the first byte the low-order byte and the second byte the high-order byte.
readString(int, Charset) - Method in class org.foray.common.io.AbstractRandomAccessInput
 
readString(int, Charset) - Method in interface org.foray.common.io.RandomAccessInput
Reads a String of stringSize bytes at the current location.
readStringASCII(int) - Method in class org.foray.common.io.AbstractRandomAccessInput
 
readStringASCII(int) - Method in interface org.foray.common.io.RandomAccessInput
Reads an ASCII String of stringSize bytes at the current location.
readTerminatedString(byte, Charset) - Method in class org.foray.common.io.AbstractRandomAccessInput
 
readTerminatedString(byte, Charset) - Method in interface org.foray.common.io.RandomAccessInput
Reads a string terminated by a specific character, usually the null character, 0x00.
readToken(StringBuilder) - Method in class org.foray.hyphen.PatternParser
Returns the next token from the buffer.
readUnsignedByte() - Method in class org.foray.common.io.RandomAccessInputArray
 
readUnsignedByte() - Method in class org.foray.common.io.RandomAccessInputFile
 
readUnsignedByte() - Method in class org.foray.common.io.RandomAccessInputURL
 
readUnsignedInt() - Method in class org.foray.common.io.AbstractRandomAccessInput
 
readUnsignedInt() - Method in interface org.foray.common.io.RandomAccessInput
Read 4 unsigned bytes and convert them to a long containing the unsigned value.
readUnsignedIntLoHi() - Method in class org.foray.common.io.AbstractRandomAccessInput
 
readUnsignedIntLoHi() - Method in interface org.foray.common.io.RandomAccessInput
Read an unsigned 4-byte integer, and reverse the byte order, making the lowest-order byte first and the highest-order byte last.
readUnsignedShort() - Method in class org.foray.common.io.RandomAccessInputArray
 
readUnsignedShort() - Method in class org.foray.common.io.RandomAccessInputFile
 
readUnsignedShort() - Method in class org.foray.common.io.RandomAccessInputURL
 
readUnsignedShortLoHi() - Method in class org.foray.common.io.AbstractRandomAccessInput
 
readUnsignedShortLoHi() - Method in interface org.foray.common.io.RandomAccessInput
Read an unsigned 2-byte short, and reverse the byte order, making the low-order byte first and the high-order byte last.
readUTF() - Method in class org.foray.common.io.RandomAccessInputArray
 
readUTF() - Method in class org.foray.common.io.RandomAccessInputFile
 
readUTF() - Method in class org.foray.common.io.RandomAccessInputURL
 
referenceBpd() - Method in class org.foray.area.ExternalGraphicArea
 
referenceBpd() - Method in class org.foray.area.ForeignObjectArea
 
referenceBpd(FoContext) - Method in class org.foray.fotree.FObjScaled
 
referenceIpd() - Method in class org.foray.area.ExternalGraphicArea
 
referenceIpd() - Method in class org.foray.area.ForeignObjectArea
 
referenceIpd(FoContext) - Method in class org.foray.fotree.FObjScaled
 
referenceOrientationCumulative() - Method in class org.foray.area.Area
Returns the cumulative reference orientation for this area.
Region - Class in org.foray.fotree.fo.obj
Abstract base class for pagination regions in XSL-FO.
Region(SimplePageMaster, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Region
Constructor.
RegionAfter - Class in org.foray.fotree.fo.obj
A "region-after" object in XSL-FO.
RegionAfter(SimplePageMaster, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RegionAfter
Constructor.
RegionBefore - Class in org.foray.fotree.fo.obj
A "region-before" object in XSL-FO.
RegionBefore(SimplePageMaster, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RegionBefore
Constructor.
regionBodies() - Method in class org.foray.fotree.fo.obj.Flow
 
RegionBody - Class in org.foray.fotree.fo.obj
A "region-body" object in XSL-FO.
RegionBody(SimplePageMaster, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RegionBody
Constructor.
RegionEnd - Class in org.foray.fotree.fo.obj
A "region-end" object in XSL-FO.
RegionEnd(SimplePageMaster, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RegionEnd
Constructor.
regionNameExists(String) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
Checks whether or not a region name exists in this master set.
RegionNameSpecifier - Class in org.foray.fotree.fo.obj
A "region-name-specifier" object in XSL-FO.
RegionNameSpecifier(FlowTargetList, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RegionNameSpecifier
Constructor.
RegionRA - Class in org.foray.area
This class is used to manage a region-reference-area.
RegionRABody - Class in org.foray.area
Area containing a region-body.
RegionStart - Class in org.foray.fotree.fo.obj
A "region-start" object in XSL-FO.
RegionStart(SimplePageMaster, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RegionStart
Constructor.
register(Language4a) - Static method in class org.foray.common.i18n.Language4a
Registers language information.
register(Script4a) - Static method in class org.foray.common.i18n.Script4a
Registers script information.
register() - Static method in class org.foray.common.url.classpath.Handler
Register an instance of this class with the given ProtocolHandlerRegistry so that this handler will be used for URLs of protocol "classpath".
registerCharsUsed(CharSequence) - Method in class org.foray.font.FontUse4a
 
registerCharUsed(int) - Method in class org.foray.font.FontUse4a
 
registerCountry(Country4a) - Static method in class org.foray.common.i18n.Country4a
Registers country information.
registerDocument(FOrayDocument) - Method in class org.foray.core.FOraySession
Registers a FOrayDocument instance that this FOraySession should process.
RegisteredFont - Class in org.foray.font.config
Class representing a font that has been registered for use with FOray.
RegisteredFont(FontServer4a, String, DataSource, DataSource, String, Font.Embedding, String) - Constructor for class org.foray.font.config.RegisteredFont
Constructor useful for registering a Font that has not yet been read.
RegisteredFont(FontServer4a, String, String, byte[], String, byte[], String, Font.Embedding, String) - Constructor for class org.foray.font.config.RegisteredFont
Constructor useful for registering a font whose contents have been extracted from a document.
RegisteredFontDesc - Class in org.foray.font.config
RegisteredFontDesc encapsulates the set of characteristics about how a font is used.
RegisteredFontDesc(RegisteredFont, RegisteredFontFamily, Encoding, Font.Style, Font.Weight, Font.Variant, Font.Stretch) - Constructor for class org.foray.font.config.RegisteredFontDesc
Construct a FontDescription instance.
registeredFontFamilies() - Method in class org.foray.font.FontServer4a
Returns the collection of registered font-family instances.
RegisteredFontFamily - Class in org.foray.font.config
Class representing a font family that has been registered for use with FOray.
RegisteredFontFamily(FontServer4a, String) - Constructor for class org.foray.font.config.RegisteredFontFamily
Constructor.
registerFactory(GraphicFactory) - Method in class org.foray.graphic.GraphicServer4a
Registers a third-party GraphicFactory implementation with the Server, so that it can be included in the list of factories that are tried as a Graphic4a is created.
registerFont(String, DataSource, DataSource, String, Font.Embedding, String) - Method in class org.foray.font.FontServer4a
 
registerFont(String, RegisteredFont) - Method in class org.foray.font.FontServer4a
Maps a given font name to its related RegisteredFont instance.
registerFontDesc(RegisteredFont, Encoding, String, String, String, String, String, String, String, String[]) - Method in class org.foray.font.config.RegisteredFontFamily
Maps a font-description to a RegisteredFont for this font-family.
registerFontDesc(RegisteredFont, Encoding, Font.Style, Font.Weight, Font.Variant, Font.Stretch, float, float, float, float[]) - Method in class org.foray.font.config.RegisteredFontFamily
Maps a font-description to a RegisteredFont for this font-family.
registerFontDescription(String, String, Encoding, Font.Style, Font.Weight, Font.Variant, Font.Stretch, float, float, float, float[]) - Method in class org.foray.font.FontServer4a
 
registerFontFamily(String) - Method in class org.foray.font.FontServer4a
 
registerFontFamily2(String) - Method in class org.foray.font.FontServer4a
Add a RegisteredFontFamily to the Collection.
registerFontFamilyAlias(String, String) - Method in class org.foray.font.FontServer4a
Add an alias to a RegisteredFontFamily.
registerFontOutputFactory(FontOutputFactory4a) - Method in class org.foray.font.FontServer4a
Registers a FontOutputFactory4a for use by this server.
registerFontResource(PDFFont) - Method in class org.foray.pdf.object.PDFDocument
Register a font resource for use in this document.
registerFontSelectorFactory(String, FontSelectorFactory) - Method in class org.foray.font.FontServer4a
Register a FontSelectorFactory for use in the font system.
registerFontUse(Font4a) - Method in class org.foray.font.FontConsumer4a
Record the fact that this FontConsumer has used this font.
registerGeneratedArea(AreaNode) - Method in class org.foray.area.FOLinkageNormal
Register a given area node as being generated by this linkage.
registerGraphicOutputFactory(GraphicOutputFactory) - Method in class org.foray.graphic.GraphicServer4a
Registers a GraphicOutputFactory for use by this server.
registerIndirectObject(PDFObject) - Method in class org.foray.pdf.object.PDFDocument
Register an object as an indirect object.
registerIndirectObjectLast(PDFObject) - Method in class org.foray.pdf.object.PDFDocument
Register an object as an indirect object that should be written at the end of the PDF output.
registerListener(AreaTreeListener) - Method in class org.foray.area.AreaTree
 
registerListener(FoTreeListener) - Method in class org.foray.fotree.FOTreeBuilder
Add an object to the collection of objects that should be notified about FOTreeEvent firings.
registerMarker(Marker) - Method in class org.foray.area.PageRA
 
registerName(String) - Method in class org.foray.pdf.object.PDFDestination
 
registerNamespace(Namespace) - Method in class org.foray.fotree.FoTreeServer4a
Add a Namespace instance to the list of namespaces that we should be able to parse.
registerPatternResource(PDFPattern) - Method in class org.foray.pdf.object.PDFDocument
Register a pattern resource for use in this document.
registerProtocol(String, URLStreamHandler) - Method in class org.foray.common.url.FOrayURLStreamHandlerFactory
Registers a new URLStreamHandler for use with a protocol.
registerProtocolHandler(String, URLStreamHandler) - Method in class org.foray.common.url.AbstractProtocolRegistration
 
registerProtocolHandler(String, URLStreamHandler) - Method in interface org.foray.common.url.ProtocolRegistrationStrategy
Registers a URLStreamHandler for the given protocol.
registerProtocolHandler(String, URLStreamHandler) - Method in class org.foray.common.url.UniversalProtocolRegistration
 
registerRegionName(Region) - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
Register a region.
registerShadingResource(PDFShading) - Method in class org.foray.pdf.object.PDFDocument
Register a shading resource for use in this document.
registerStandardOutputFactories() - Method in class org.foray.font.FontServer4a
Registers each of the standard output factories.
registerTarget(FOrayTarget) - Method in class org.foray.core.FOrayDocument
Registers a FOrayTarget instance that this FOrayDocument should process.
registerWithLinkage(GraftingPoint) - Method in class org.foray.area.AreaNode
Creates the linkage to the FO Tree for this area.
registerXObjectResource(Graphic, PDFXObject) - Method in class org.foray.pdf.object.PDFDocument
Register an X object for use in this document.
relativeAlignApplies() - Method in class org.foray.fotree.fo.obj.ListItem
Indicates whether the relative-align property applies to this Fo.
relativeAlignApplies() - Method in class org.foray.fotree.fo.obj.TableCell
Indicates whether the relative-align property applies to this Fo.
relativeAlignApplies() - Method in class org.foray.fotree.FObj
Indicates whether the relative-align property applies to this Fo.
remove() - Method in class org.foray.area.AreaNode
Removes this from the parent's list of children.
remove() - Method in class org.foray.common.AbstractOrderedTreeNode.PostOrderDescendantIterator
 
remove() - Method in class org.foray.fotree.DescendantIterator
 
remove() - Method in class org.foray.linebreak.LineContentIterator4a
 
removeChild(AreaNode) - Method in class org.foray.area.AreaFlexible
Remove a child.
removeChild(AreaNode) - Method in class org.foray.area.AreaNode
 
removeFOTreeListener(FoTreeListener) - Method in class org.foray.fotree.FOTreeBuilder
Remove an object from the collection of objects that should be notified about FOTreeEvent firings.
removeNonWordChars(String) - Static method in class org.foray.hyphen.util.WordList
Removes the non-word characters from one word.
removePage(int) - Method in class org.foray.render.awt.AWTRenderer
Removes a page from the list of processed pages.
render(RenderVisitor) - Method in class org.foray.area.AbstractListItemContent
 
render(RenderVisitor) - Method in class org.foray.area.AreaTree
 
render(RenderVisitor) - Method in class org.foray.area.BasicLinkArea
 
render(RenderVisitor) - Method in class org.foray.area.BeforeFloatRA
 
render(RenderVisitor) - Method in class org.foray.area.BidiOverrideArea
 
render(RenderVisitor) - Method in class org.foray.area.BlockContainerRA
 
render(RenderVisitor) - Method in class org.foray.area.ExternalGraphicArea
 
render(RenderVisitor) - Method in class org.foray.area.FootnoteRA
 
render(RenderVisitor) - Method in class org.foray.area.ForeignObjectArea
 
render(RenderVisitor) - Method in class org.foray.area.IndexPageCitationListArea
 
render(RenderVisitor) - Method in class org.foray.area.InlineArea
 
render(RenderVisitor) - Method in class org.foray.area.InlineContainerArea
 
render(RenderVisitor) - Method in class org.foray.area.LeaderArea
 
render(RenderVisitor) - Method in class org.foray.area.LineArea
 
render(RenderVisitor) - Method in class org.foray.area.ListBlockArea
 
render(RenderVisitor) - Method in class org.foray.area.ListItemArea
 
render(RenderVisitor) - Method in class org.foray.area.MainRA
 
render(RenderVisitor) - Method in class org.foray.area.NormalBlockArea
 
render(RenderVisitor) - Method in class org.foray.area.NormalFlowRA
 
render(RenderVisitor) - Method in class org.foray.area.PageCollection
 
render(RenderVisitor) - Method in class org.foray.area.PageNumberArea
 
render(RenderVisitor) - Method in class org.foray.area.PageNumberCitationArea
 
render(RenderVisitor) - Method in class org.foray.area.PageNumberCitationLastArea
 
render(RenderVisitor) - Method in class org.foray.area.PageRA
 
render(RenderVisitor) - Method in class org.foray.area.RegionRA
 
render(RenderVisitor) - Method in class org.foray.area.RegionRABody
 
render(RenderVisitor) - Method in class org.foray.area.ScalingValueCitationArea
 
render(RenderVisitor) - Method in class org.foray.area.SpanRA
 
render(RenderVisitor) - Method in class org.foray.area.TableBodyContainer
 
render(RenderVisitor) - Method in class org.foray.area.TableCellRA
 
render(RenderVisitor) - Method in class org.foray.area.TableFooterContainer
 
render(RenderVisitor) - Method in class org.foray.area.TableHeaderContainer
 
render(RenderVisitor) - Method in class org.foray.area.TableRA
 
render(RenderVisitor) - Method in class org.foray.area.TableRowContainer
 
render(RenderVisitor) - Method in class org.foray.area.TextArea
 
render(PageSequence) - Method in class org.foray.core.FOrayTarget
Outputs the PageSequence.
render(TableCell) - Method in class org.foray.output.MIFConverter
Converts an FOTree table-cell to a MIF Table Cell.
render(Block) - Method in class org.foray.output.MIFConverter
Render a given FOTree block.
render(int) - Method in class org.foray.render.awt.AWTRenderer
Renders a page.
render(Page) - Method in class org.foray.render.awt.AWTRenderer
 
render(ExternalGraphicArea) - Method in class org.foray.render.awt.AWTRenderer
 
render(LeaderArea) - Method in class org.foray.render.awt.AWTRenderer
 
render(TextArea) - Method in class org.foray.render.awt.AWTRenderer
 
render(ForeignContentSvg) - Method in class org.foray.render.awt.AWTRenderer
 
render(ForeignContentMath) - Method in class org.foray.render.awt.AWTRenderer
 
render(BookmarkTree) - Method in class org.foray.render.awt.AWTRenderer
 
render(ExternalGraphicArea) - Method in class org.foray.render.pcl.PCLRenderer
 
render(ForeignContentSvg) - Method in class org.foray.render.pcl.PCLRenderer
 
render(ForeignContentMath) - Method in class org.foray.render.pcl.PCLRenderer
 
render(BookmarkTree) - Method in class org.foray.render.pcl.PCLRenderer
 
render(Page) - Method in class org.foray.render.pcl.PCLRenderer
 
render(ForeignContentSvg) - Method in class org.foray.render.pdf.PDFRenderer
 
render(ForeignContentMath) - Method in class org.foray.render.pdf.PDFRenderer
 
render(Page) - Method in class org.foray.render.pdf.PDFRenderer
 
render(BookmarkTree) - Method in class org.foray.render.pdf.PDFRenderer
 
render(LeaderArea) - Method in class org.foray.render.PrintRenderer
 
render(TextArea) - Method in class org.foray.render.PrintRenderer
 
render(ForeignContentSvg) - Method in class org.foray.render.ps.PSRenderer
 
render(ForeignContentMath) - Method in class org.foray.render.ps.PSRenderer
 
render(LeaderArea) - Method in class org.foray.render.ps.PSRenderer
Render a line area to PostScript.
render(BookmarkTree) - Method in class org.foray.render.ps.PSRenderer
 
render(Page) - Method in class org.foray.render.ps.PSRenderer
 
render(Page) - Method in class org.foray.render.Renderer
 
render(AreaNode) - Method in class org.foray.render.Renderer
 
render(Area) - Method in class org.foray.render.Renderer
 
render(BlockContainerArea) - Method in class org.foray.render.Renderer
 
render(RegionArea) - Method in class org.foray.render.Renderer
 
render(NormalBlockArea) - Method in class org.foray.render.Renderer
 
render(ForeignContentSvg) - Method in class org.foray.render.Renderer
Render the SVG content of a ForeignObjectArea.
render(ForeignContentMath) - Method in class org.foray.render.Renderer
Render the MathML content of a ForeignObjectArea.
render(ForeignObjectArea) - Method in class org.foray.render.Renderer
 
render(ExternalGraphicArea) - Method in class org.foray.render.Renderer
 
render(TableArea) - Method in class org.foray.render.Renderer
 
render(TableCellArea) - Method in class org.foray.render.Renderer
 
render(LineArea) - Method in class org.foray.render.Renderer
 
render(BookmarkTree) - Method in class org.foray.render.Renderer
Render the bookmark tree for this document.
render(FootnoteArea) - Method in class org.foray.render.Renderer
 
render(BeforeFloatArea) - Method in class org.foray.render.Renderer
 
render(MainReferenceArea) - Method in class org.foray.render.Renderer
 
render(InlineArea) - Method in class org.foray.render.Renderer
 
render(Page) - Method in class org.foray.render.svg.SVGRenderer
 
render(BookmarkTree) - Method in class org.foray.render.svg.SVGRenderer
 
render(ExternalGraphicArea) - Method in class org.foray.render.svg.SVGRenderer
 
render(LeaderArea) - Method in class org.foray.render.svg.SVGRenderer
 
render(TextArea) - Method in class org.foray.render.svg.SVGRenderer
 
render(ForeignContentSvg) - Method in class org.foray.render.svg.SVGRenderer
 
render(ForeignContentMath) - Method in class org.foray.render.svg.SVGRenderer
 
render(ExternalGraphicArea) - Method in class org.foray.render.txt.TXTRenderer
 
render(ForeignContentSvg) - Method in class org.foray.render.txt.TXTRenderer
 
render(ForeignContentMath) - Method in class org.foray.render.txt.TXTRenderer
 
render(BookmarkTree) - Method in class org.foray.render.txt.TXTRenderer
 
render(Page) - Method in class org.foray.render.txt.TXTRenderer
 
render(Page) - Method in class org.foray.render.xml.XMLRenderer
 
render(BlockContainerArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(MainReferenceArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(RegionArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(FootnoteArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(BeforeFloatArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(NormalBlockArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(ForeignObjectArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(ForeignContentSvg) - Method in class org.foray.render.xml.XMLRenderer
 
render(ForeignContentMath) - Method in class org.foray.render.xml.XMLRenderer
 
render(ExternalGraphicArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(LineArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(BookmarkTree) - Method in class org.foray.render.xml.XMLRenderer
 
render(LeaderArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(TextArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(InlineArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(TableArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(TableCellArea) - Method in class org.foray.render.xml.XMLRenderer
 
render(AreaNode) - Method in class org.foray.render.xml.XMLRenderer
 
render(Area) - Method in class org.foray.render.xml.XMLRenderer
 
renderBitmap(Graphic, int, int, int, int) - Method in class org.foray.render.ps.PSRenderer
Renders a raster image to PostScript.
renderBookmark(Bookmark, PdfOutlineParent) - Method in class org.foray.render.pdf.PDFRenderer
Render a bookmark, using recursion to render child bookmarks as well.
renderChildren(AreaNode) - Method in class org.foray.render.Renderer
Render the children of a given node.
renderContent(CharSequence) - Method in class org.foray.render.xml.XMLRenderer
Render the content part of an area.
renderDocumentNodes() - Method in class org.foray.render.Renderer
Renders all of the non-area AreaNodes, i.e.
renderEPS(EpsGraphic, int, int, int, int) - Method in class org.foray.render.ps.PSRenderer
Write an EPS graphic.
Renderer - Class in org.foray.render
Abstract base class for all renderers.
Renderer(Log) - Constructor for class org.foray.render.Renderer
Constructor.
renderFO(InputSource, HttpServletResponse) - Method in class org.foray.demo.servlet.AbstractDemoServlet
Renders an FO inputsource into a PDF file which is written directly to the response object's OutputStream.
renderFO(InputSource, HttpServletResponse) - Method in class org.foray.demo.servlet.DemoPrintServlet
 
renderFO(InputSource, HttpServletResponse) - Method in class org.foray.demo.servlet.DemoServlet
 
renderGenericSpace(TextArea) - Method in class org.foray.render.PrintRenderer
Render a "space", that is, an area that has no text or other content, but that may have features like underscore, overscore, and through-score.
renderInlineArea(GeneralInlineArea) - Method in class org.foray.render.xml.XMLRenderer
Renders an inline area not covered by a more specific method.
renderPage() - Method in class org.foray.output.MIFConverter
Render a page.
renderPage(Page) - Method in class org.foray.render.awt.AWTPrintRenderer
 
renderPage(Page) - Method in class org.foray.render.awt.AWTRenderer
Renders a given page.
renderRegions(Page) - Method in class org.foray.render.Renderer
Render a page's region areas.
renderSVGDocument(SvgGraphic, Rectangle2D.Float, Rectangle2D.Float) - Method in class org.foray.render.awt.AWTRenderer
Renders an SVG document.
renderSVGDocument(SvgGraphic, Rectangle2D, Area) - Method in class org.foray.render.ps.PSRenderer
Render an SVG document to PostScript.
renderSVGDocument(SvgGraphic, float, float) - Method in class org.foray.render.svg.SVGRenderer
Renders an SVG Document.
renderTextDecoration(int, int, int, Font, String, boolean, boolean, boolean) - Method in class org.foray.render.awt.AWTRenderer
Renders text with its text decoration.
renderTextSegment(TextArea, CharSequence) - Method in class org.foray.render.awt.AWTRenderer
 
renderTextSegment(TextArea, CharSequence) - Method in class org.foray.render.pcl.PCLRenderer
 
renderTextSegment(TextArea, CharSequence) - Method in class org.foray.render.pdf.PDFRenderer
 
renderTextSegment(TextArea, CharSequence) - Method in class org.foray.render.ps.PSRenderer
render an image area to PostScript
renderTextSegment(TextArea, CharSequence) - Method in class org.foray.render.Renderer
Renders an arbitrary text chunk with attributes from an arbitrary Area.
renderTextSegment(TextArea, CharSequence) - Method in class org.foray.render.svg.SVGRenderer
 
renderTextSegment(TextArea, CharSequence) - Method in class org.foray.render.txt.TXTRenderer
 
renderTextSegment(TextArea, CharSequence) - Method in class org.foray.render.xml.XMLRenderer
 
renderXML(File, File, HttpServletResponse) - Method in class org.foray.demo.servlet.AbstractDemoServlet
Renders an XML file into a PDF file by applying a stylesheet that converts the XML to XSL:FO.
renderXML(File, File, HttpServletResponse) - Method in class org.foray.demo.servlet.DemoPrintServlet
 
renderXML(File, File, HttpServletResponse) - Method in class org.foray.demo.servlet.DemoServlet
 
repeatablePMAlternatives() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
Convenience method returning the parent.
RepeatablePMAlternatives - Class in org.foray.fotree.fo.obj
A "repeatable-page-master-alternatives" object in XSL-FO.
RepeatablePMAlternatives(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RepeatablePMAlternatives
Constructor.
RepeatablePMReference - Class in org.foray.fotree.fo.obj
A "repeatable-page-master-reference" object in XSL-FO.
RepeatablePMReference(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RepeatablePMReference
Constructor.
replace(StringBuilder, String, String) - Static method in class org.foray.common.StringUtil
Replaces all occurrences of a given substring with a different substring.
replace(int, int) - Method in class org.foray.common.util.IntArrayBuilder
Replaces the value at a given index with a new value.
reportException(Exception) - Method in class org.foray.render.awt.viewer.PreviewDialog
Display an exception message to the user.
reportMaxColumnNumber(int) - Method in class org.foray.fotree.fo.obj.Table
This method is used by child cells at parse time to report their maximum column number, so that the table can adjust the number of columns that it contains if necessary.
requiresOutputStream() - Method in enum org.foray.app.OutputTargetType
Indicates whether this output target requires an output stream.
reset() - Method in class org.foray.fotree.FOTreeBuilder
Reset this parser for reuse.
reset() - Method in class org.foray.fotree.Namespace
Resets the error count for this namespace.
reset() - Method in class org.foray.pdf.PDFGraphicsState
Resets the Graphics State to its original state, as documented in PDF Reference, 3rd Edition, Section 4.3.
resetCache() - Method in class org.foray.graphic.GraphicServer4a
Clear the image cache.
resetChildren() - Method in class org.foray.area.LineArea
Removes the references to the child nodes from this Area.
resetProgress() - Method in class org.foray.pioneer.BlockPL
 
resetProgress() - Method in class org.foray.pioneer.FObjPL
 
resetProgress() - Method in class org.foray.pioneer.FONodePL
Resets the progress of the layout for the item to "START".
resetProgressionDimension() - Method in class org.foray.area.ListItemArea
Resets the progression dimension for this row by polling the "cells" to see whether their content BPD has changed.
resetProgressionDimension() - Method in class org.foray.area.TableRowContainer
Resets the progression dimension for this row by polling the cells to see whether their content BPD has changed.
resetSpanArea() - Method in class org.foray.area.MainRA
This is where the balancing algorithm lives, or gets called.
resetTextCursor() - Method in class org.foray.render.awt.AWTRenderer
 
resetTextCursor() - Method in class org.foray.render.pcl.PCLRenderer
 
resetTextCursor() - Method in class org.foray.render.pdf.PDFRenderer
 
resetTextCursor() - Method in class org.foray.render.ps.PSRenderer
 
resetTextCursor() - Method in class org.foray.render.Renderer
Provides the Renderer with an opportunity to close any text objects that are in progress.
resetTextCursor() - Method in class org.foray.render.svg.SVGRenderer
 
resetTextCursor() - Method in class org.foray.render.txt.TXTRenderer
 
resetTextCursor() - Method in class org.foray.render.xml.XMLRenderer
 
resolvePrimaryFont(FoContext) - Method in class org.foray.fotree.FObj
Resolves the font to be used for this object.
retrieveId(String) - Method in class org.foray.area.AreaTree
Retrieves the FObj instance that is associated with id.
retrieveId(String) - Method in class org.foray.fotree.fo.obj.Root
 
RetrieveMarker - Class in org.foray.fotree.fo.obj
A "retrieve-marker" object in XSL-FO.
RetrieveMarker(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RetrieveMarker
Constructor.
RetrieveMarkerPL - Class in org.foray.pioneer
Pioneer Layout for RetrieveMarker.
RetrieveMarkerPL(RetrieveMarker, PioneerLS) - Constructor for class org.foray.pioneer.RetrieveMarkerPL
Constructor.
RetrieveTableMarker - Class in org.foray.fotree.fo.obj
A "retrieve-table-marker" object in XSL-FO.
RetrieveTableMarker(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.RetrieveTableMarker
Constructor.
rewind() - Method in class org.foray.common.TernaryTreeMap.Iterator
Rewinds the iterator to point to its first item.
RGB - Static variable in class org.foray.fotree.value.Function
Constant indicating the "rgb" function.
RGB_ICC - Static variable in class org.foray.fotree.value.Function
Constant indicating the "rgb-icc" function.
RIGHT_ANGLE - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "right angle" character.
RIGHT_BRACKET - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "right bracket" character.
RIGHT_CURLY - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "right curly" character.
RIGHT_PAREN - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "right parentheses" character.
roll(int, int, PsOperator) - Method in class org.foray.ps.PsOperandStack
Rolls the stack n elements deep, j positions.
rollback(List<Integer>) - Method in class org.foray.pioneer.FObjPL
Roll the layout progress back to a given snapshot.
rollback(List<Integer>) - Method in class org.foray.pioneer.FONodePL
When balancing occurs, the flow layout() method restarts at the point specified by the current progress snapshot, which is retrieved and restored using this method.
Root - Class in org.foray.fotree.fo.obj
A "root" object in XSL-FO.
Root(PropertyList) - Constructor for class org.foray.fotree.fo.obj.Root
Constructor.
round() - Method in class org.foray.fotree.value.DtNumber
Rounds this number.
ROUND - Static variable in class org.foray.fotree.value.Function
Constant indicating the "round" function.
round() - Method in class org.foray.ps.PsNumber
Rounds the value.
roundAngle() - Method in class org.foray.fotree.fo.prop.AbstractGlyphOrientation
Computes the rounded angle value for this property's value.
RowSpanMgr - Class in org.foray.pioneer
Manages layout of row spans.
RowSpanMgr(int, PioneerLS) - Constructor for class org.foray.pioneer.RowSpanMgr
Constructor.
run() - Method in class org.foray.app.AWTStarter
 
run() - Method in class org.foray.app.CommandLineStarter
 
run() - Method in class org.foray.app.PrintStarter
 
run() - Method in class org.foray.app.Starter
Runs the process.
run() - Method in class org.foray.core.FOrayDocument
Runs the formatting and renderering process using the previously set inputsource and outputstream.
runConverter(ClassLoader, String, String) - Method in class org.foray.app.ant.RunTest
Run the Converter.
RunLengthDecodeFilter - Class in org.foray.ps.filter
A RunLengthDecode filter.
RunLengthDecodeFilter(InputStream) - Constructor for class org.foray.ps.filter.RunLengthDecodeFilter
Constructor.
RunLengthEncodeFilter - Class in org.foray.ps.filter
Acts as either a RunLengthEncode Filter or a RunLengthDecode filter.
RunLengthEncodeFilter(OutputStream, boolean) - Constructor for class org.foray.ps.filter.RunLengthEncodeFilter
Constructor.
runReference() - Method in class org.foray.app.ant.RunTest
Run the tests for the reference jar file.
RunTest - Class in org.foray.app.ant
Ant task to run the FOray test suite.
RunTest() - Constructor for class org.foray.app.ant.RunTest
Constructor.
runTest(Node, Node) - Method in class org.foray.app.test.TestConverter
Run a particular test.
runTestCase(Node) - Method in class org.foray.app.test.TestConverter
Run a test case.
runTests(String, String) - Method in class org.foray.app.test.TestConverter
Run the Tests.
RUSSIA - Static variable in class org.foray.common.i18n.Country4a
Russia.
RUSSIA - Static variable in class org.foray.common.i18n.Orthography4a
The orthograpy for Russia.
RUSSIAN - Static variable in class org.foray.common.i18n.Language4a
The Russian language.

S

SaxParser - Class in org.foray.common.sax
Utility class that provides information about an XML Parser.
Scaling - Enum in org.foray.fotree.fo.enums
Enumeration of scaling options.
ScalingMethod - Enum in org.foray.fotree.fo.enums
Enumeration of possible scaling-method values.
scalingUniform(FoContext) - Method in class org.foray.fotree.FObj
Indicates whether this object has uniform scaling or not.
ScalingValueCitation - Class in org.foray.fotree.fo.obj
A "scaling-value-citation" object in XSL-FO.
ScalingValueCitation(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.ScalingValueCitation
Constructor.
ScalingValueCitationArea - Class in org.foray.area
The normal inline-area created by an fo:scaling-value-citation object.
Script4a - Class in org.foray.common.i18n
Script codes using the ISO-15924 standard.
SCRIPT_AUTO - Static variable in class org.foray.fotree.fo.prop.PdScript
Constant indicating that the user has specified "auto".
SEARCH_RANGE_CONSTANT - Static variable in class org.foray.font.format.ttf.TTFOffsetTable
Constant used in the computation of the search range and range shift values.
searchBytes() - Method in class org.foray.common.ByteSequenceSearcher
Searches the content for the sought byte sequence.
SecureResourceBundle - Class in org.foray.render.awt.viewer
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.foray.render.awt.viewer.SecureResourceBundle
Constructor.
seek(long) - Method in interface org.foray.common.io.RandomAccessInput
Sets the input pointer offset, measured from the beginning of the input, at which the next read occurs.
seek(long) - Method in class org.foray.common.io.RandomAccessInputArray
 
seek(long) - Method in class org.foray.common.io.RandomAccessInputFile
 
seek(long) - Method in class org.foray.common.io.RandomAccessInputURL
 
SEGMENT_ASCII_TEXT - Static variable in class org.foray.font.format.type1.Type1FontParserPFB
Constant indicating the segment number for the ASCII text portion of the file.
SEGMENT_BINARY_DATA - Static variable in class org.foray.font.format.type1.Type1FontParserPFB
Constant indicating the segment number for the binary portion of the file.
SEGMENT_END_OF_FILE - Static variable in class org.foray.font.format.type1.Type1FontParserPFB
Constant indicating the segment number for the end-of-file segment of the file.
selectAt(double, double, TextNode) - Method in class org.foray.graphic.batik.PDFTextPainter
 
selectFirst(TextNode) - Method in class org.foray.graphic.batik.PDFTextPainter
 
selectFont(List<String>, Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int) - Method in class org.foray.font.FontSelector
Selectes a font.
selectFont(List<String>, Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int) - Method in class org.foray.font.FontSelectorCBC
 
selectFontCss(List<String>, Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int) - Method in class org.foray.font.FontConsumer4a
 
selectFontPanose(byte[], int) - Method in class org.foray.font.FontConsumer4a
 
selectFontUse(RegisteredFontDesc, int) - Method in class org.foray.font.ConsumerFont4a
Select a font use based on the registered font description and a Unicode code point.
selectFontXsl(Font.SelectionStrategy, List<String>, Font.Style, Font.Weight, Font.Variant, Font.Stretch, int, int) - Method in class org.foray.font.FontConsumer4a
 
selectLast(TextNode) - Method in class org.foray.graphic.batik.PDFTextPainter
 
selectTo(double, double, Mark) - Method in class org.foray.graphic.batik.PDFTextPainter
 
selectVoiceCss(String[]) - Method in class org.foray.speech.SpeechServer4a
 
selectVoiceXsl(String[]) - Method in class org.foray.speech.SpeechServer4a
 
SEPARATION - Static variable in class org.foray.ps.PsColorSpace
Constant indicating the special "separation" colorspace.
sequence() - Method in class org.foray.area.PageCollection
Returns the sequence number of this PageCollection, starting at 0.
serialVersionUID - Static variable in class org.foray.font.format.Kerning
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.font.format.type1.Type1MetricsParserAFM
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.CharSet4a
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.CharSetExtendedRoman
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.CharSetWindowsANSI
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.CMap
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.CMap04
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.CMap12
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingCE
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingCustom
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingExpert
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingExpertSubset
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingFOrayLatinExtra
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingISOLatin1
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingMacExpert
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingMacRoman
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingMacStandard
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingPDFDoc
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingStandard
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingSymbol
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingWinAnsi
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.EncodingZapfDingbats
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.GlyphList4a
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.GlyphListAGL
Constant needed for serialization.
serialVersionUID - Static variable in class org.foray.ps.encode.GlyphListZapfDingbats
Constant needed for serialization.
SessionConfig - Class in org.foray.core
Configuration implementation for those configuration items that are related to the FOraySession.
SessionConfig() - Constructor for class org.foray.core.SessionConfig
Constructor.
set(int, byte) - Method in class org.foray.common.ByteVector
Place an item in the vector at a specific index.
set(int, byte) - Method in class org.foray.common.ByteVectorPacked
Place an item in the vector at a specific index.
set(int, Object) - Method in class org.foray.ps.PsArray
Sets the value of one item in the array.
setAccess(PsInterpreter4a, PsAccess) - Method in class org.foray.ps.PsObjectComposite
Sets the access level for this object.
setAllowCopyContent(boolean) - Method in class org.foray.pdf.object.PDFEncryption
 
setAllowEditAnnotation(boolean) - Method in class org.foray.pdf.object.PDFEncryption
Set whether the document will allow annotation modifications.
setAllowEditContent(boolean) - Method in class org.foray.pdf.object.PDFEncryption
 
setAllowPrint(boolean) - Method in class org.foray.pdf.object.PDFEncryption
 
setAllowsEmbedding(boolean) - Method in class org.foray.font.FreeStandingFont
Sets the allowsEmbedding.
setAnteriorSpace(int) - Method in class org.foray.area.AreaFlexible
Sets the value of the anterior space for this element.
setApplicationName(String) - Method in class org.foray.output.OutputTarget
 
setApplicationNameShort(String) - Method in class org.foray.output.OutputTarget
 
setApplicationVersion(String) - Method in class org.foray.output.OutputTarget
 
setApplied(boolean) - Method in class org.foray.ps.filter.PsDecodeFilter4a
Set the applied attribute to the given value.
setAscender(int) - Method in class org.foray.font.FreeStandingFont
Sets the ascender.
setAuthor(String) - Method in class org.foray.pdf.object.PDFDocument
Sets the author of the document.
setAuthor(String) - Method in class org.foray.pdf.object.PDFInfo
Sets the author of the document.
setAutoRotateLandscape(boolean) - Method in class org.foray.render.ps.PSRenderer
Sets the flag indicating whether auto-rotate landscape is active.
setAverageWidth(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the average width.
setBasedir(File) - Method in class org.foray.app.ant.FOrayAntTask
Sets the base directory.
setBasedir(String) - Method in class org.foray.app.ant.RunTest
Sets the base directory.
setBaseDir(String) - Method in class org.foray.app.test.TestConverter
Sets the base directory to be used.
setBaseDirectory(URL, int) - Method in class org.foray.core.SessionConfig
Sets the "base-directory" configuration item.
setBaseDocument(URL) - Method in class org.foray.core.SessionConfig
Sets the path to the base document that should be used for finding resources with relative URLs.
setBaseFontURL(URL) - Method in class org.foray.font.FontServer4a
Set the base URL for Font locations, unless it has already been set.
setBaseURL(URL) - Method in class org.foray.font.FontServer4a
Set the base URL for general resources, unless it has already been set.
setBasicsParsed(boolean) - Method in class org.foray.graphic.Graphic4a
Allows subclasses to set the "basics parsed" flag if they have already parsed the basics.
setBeforeFloatDimension(int) - Method in class org.foray.area.RegionRABody
Sets the size of the before-float reference area.
setBit(int, int) - Static method in class org.foray.common.Bit
Turns a specific bit value "on".
setBitDepth(int) - Method in class org.foray.graphic.Graphic4a
Sets the bit depth for this graphic.
setBlink(boolean) - Method in class org.foray.fotree.value.DtTextDeco
Sets the "blink" value.
setBlockProp(int, int) - Method in class org.foray.mif.MifBook
 
setBlockProp(int, int) - Method in class org.foray.mif.MifPgf
Sets the block properties for this paragraph.
setBPDLength(PropertyValue) - Method in class org.foray.fotree.value.DtLengthBPIPDirection
Sets the BPD length component.
setBreakPCDATA(boolean) - Method in class org.foray.xml.FOrayPretty
Set this configuration parameter to true if whitespace within PCDATA can be interchanged.
setCachingGraphics(boolean) - Method in class org.foray.fotree.FOTreeBuilder
 
setCapHeight(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the cap height.
setCapHeight(int) - Method in class org.foray.font.FreeStandingFont
Sets the cap height.
setCenteringPaddingAfter(int) - Method in class org.foray.area.TableCellRA
Sets the bottom padding value due to centering.
setCenteringPaddingBefore(int) - Method in class org.foray.area.TableCellRA
Sets the top padding value due to centering.
setCenteringPaddingEnd(int) - Method in class org.foray.area.TableCellRA
Sets the right padding value due to centering.
setCenteringPaddingStart(int) - Method in class org.foray.area.TableCellRA
Sets the left padding value due to centering.
setCharacterSpacing(float) - Method in class org.foray.pdf.object.PDFContentStream
 
setCharacterSpacing(float) - Method in class org.foray.pdf.PDFGraphicsState
Sets the character spacing.
setCharSet(CharSet) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the character set for this font.
setCharSet(CharSet) - Method in class org.foray.font.FreeStandingFont
Sets the character set for this font.
setCharSetID(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the character set for this font.
setCIDSet(PDFStream) - Method in class org.foray.pdf.object.PDFCIDFontDescriptor
Sets the CID set for this font descriptor.
setcmykcolorDevice(float, float, float, float) - Method in class org.foray.ps.java2d.Java2DSystemDict
 
setcmykcolorDevice(float, float, float, float) - Method in class org.foray.ps.pdf.PDFSystemDict
 
setcmykcolorDevice(float, float, float, float) - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "setcmykcolor".
setcmykcolorDevice(float, float, float, float) - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
setColor(Color, boolean) - Method in class org.foray.pdf.object.PDFContentStream
 
setColor(PDFColor) - Method in class org.foray.pdf.object.PDFLink
Sets the color for this link.
setColor(Color) - Method in class org.foray.ps.PsGraphicsState
Sets the color.
setColorSpace(ColorSpace) - Method in class org.foray.pdf.object.PDFDocument
Sets the color space for this document.
setColorSpace(ColorSpace) - Method in class org.foray.pdf.object.PDFPathPaint
Sets the color space for this paint.
setColorSpace(int) - Method in class org.foray.ps.PsGraphicsState
Sets the color space.
setColumnProp(int) - Method in class org.foray.mif.MifBook
Add a column to the current table.
setComponent(String, DtLength) - Method in class org.foray.fotree.value.DtLengthRange
Sets the value of an arbitrary component.
setComponent(Component) - Method in class org.foray.render.awt.AWTRenderer
Sets parent component which is used to set up the font.
setConditionality(Conditionality) - Method in class org.foray.fotree.value.DtSpace
Sets the conditionality component in this space.
setConditionality(FoValue) - Method in class org.foray.fotree.value.DtSpace
Sets the conditionality component in this space.
setConsistentOutput(Boolean, int) - Method in class org.foray.core.OutputConfig
Sets the "consistentOutput" option.
setContent(byte[]) - Method in class org.foray.graphic.Graphic4a
Sets the content for this graphic.
setContentHandler(ContentHandler) - Method in class org.foray.common.sax.DocumentReader
 
setContentHandler(ContentHandler) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
setContextMessage(String) - Method in exception org.foray.core.FOrayException
Sets the context message for this exception.
setCreationDate(Date) - Method in class org.foray.pdf.object.PDFDocument
 
setCreationDate(Date) - Method in class org.foray.pdf.object.PDFInfo
Sets the creation data of the document.
setCreator(String) - Method in class org.foray.pdf.object.PDFInfo
Sets the creator of the document.
setCTM(PsMatrix) - Method in class org.foray.ps.PsGraphicsState
Sets the current transformation matrix (CTM).
setCurrent(String) - Method in class org.foray.mif.MifBook
 
setCurrent(String) - Method in class org.foray.mif.MifTbl
Sets the current set of rows.
setCurrentLine(LineOutput) - Method in class org.foray.text.line.EagerLineBreaker
Sets the current line-output item.
setCurrentLineArea(LineArea) - Method in class org.foray.pioneer.BlockPL
Set the current line area.
setCurrentTransform(AffineTransform) - Method in class org.foray.graphic.batik.PDFAElementBridge
Sets the current affine transform.
setCursor(float, float) - Method in class org.foray.pdf.object.PDFContentStream
 
setDash(PsArray, float) - Method in class org.foray.ps.PsGraphicsState
Set the dash pattern and offset.
setDashPattern(float[], float) - Method in class org.foray.pdf.object.PDFContentStream
 
setData(byte[]) - Method in class org.foray.pdf.object.PDFStream
Writes some data to this stream.
setDecodeParms(String) - Method in class org.foray.ps.filter.Ascii85EncodeFilter
 
setDecodeParms(String) - Method in class org.foray.ps.filter.AsciiHexEncodeFilter
 
setDecodeParms(String) - Method in class org.foray.ps.filter.CcittFaxEncodeFilter
Sets the decode parameters for this filter.
setDecodeParms(String) - Method in class org.foray.ps.filter.DctEncodeFilter
 
setDecodeParms(String) - Method in class org.foray.ps.filter.FlateEncodeFilter
 
setDecodeParms(String) - Method in class org.foray.ps.filter.RunLengthEncodeFilter
 
setDefaults() - Method in class org.foray.common.Configuration
Sets any default configuration values.
setDefaults() - Method in class org.foray.core.OutputConfig
 
setDefaults() - Method in class org.foray.core.SessionConfig
 
setDescender(int) - Method in class org.foray.font.FreeStandingFont
Sets the descender.
setDesiredLineLength(int) - Method in class org.foray.xml.FOrayPretty
Use this configuration parameter to set the desired maximum line length, in characters, for the pretty-printed document.
setDestination(String) - Method in class org.foray.graphic.batik.PDFANode
Set the destination String.
setDeveloperUrlShort(String) - Method in class org.foray.output.OutputTarget
 
setDocument(MifDocument) - Method in class org.foray.mif.MifBookComponent
Sets the document associated with this component.
setDocumentHeightWidth(int, int) - Method in class org.foray.mif.MifBook
 
setDocumentLocator(Locator) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
setDocumentLocator(Locator) - Method in class org.foray.font.config.ConfigParser
Sets the document locator for this parser.
setDocumentLocator(Locator) - Method in class org.foray.fotree.FOTreeBuilder
 
setDocumentLocator(Locator) - Method in class org.foray.hyphen.util.ValidateChars
 
setDocumentLocator(Locator) - Method in class org.foray.xml.FOrayPretty
 
setDoOutput(boolean) - Method in class org.foray.render.pcl.PCLStream
Indicates whether anything should actually be written to this stream or not.
setDoOutput(boolean) - Method in class org.foray.render.txt.TXTStream
Set the flag that indicates whether text should be written.
setDTDHandler(DTDHandler) - Method in class org.foray.common.sax.DocumentReader
 
setDTDHandler(DTDHandler) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
setEmail(String) - Method in class org.foray.demo.embed.model.ProjectMember
Sets the email address.
setEncoding(String) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the encoding.
setEncoding(Charset) - Method in class org.foray.render.txt.TXTStream
Set the encoding to be used by this stream.
setEncodingLatitude(int) - Method in class org.foray.font.FontConsumer4a
Sets the encoding latitude that may be used during the font selection process.
setEndIndent(int) - Method in class org.foray.mif.MifPgfFormat
Sets the end-indent value for this format.
setEntityResolver(EntityResolver) - Method in class org.foray.common.sax.DocumentReader
 
setEntityResolver(EntityResolver) - Method in class org.foray.core.FOraySession
Sets the EntityResolver that should be used to resolve XML entities.
setEntityResolver(EntityResolver) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
setEntityResolver(EntityResolver) - Method in class org.foray.font.FontServer4a
Sets the EntityResolver for this server.
setErrorHandler(ErrorHandler) - Method in class org.foray.common.sax.DocumentReader
 
setErrorHandler(ErrorHandler) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
setExecutable(boolean) - Method in class org.foray.ps.PsArray
Sets the executable status of this array.
setExecutable(boolean) - Method in class org.foray.ps.PsName
Sets the executable status of this name.
setExecutable(boolean) - Method in class org.foray.ps.PsString
Sets the executable status of this name.
setExtentTable(short[]) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the extent table.
setFailOnly(boolean) - Method in class org.foray.app.test.TestConverter
Sets the fail only flag.
setFamilyName(String) - Method in class org.foray.font.config.ConfiguredFont
Sets the family name.
setFamilyName(String) - Method in class org.foray.font.FreeStandingFont
Sets the family name for this font.
setFatalConfigurationError(boolean) - Method in class org.foray.font.FontServer4a
Use this method to indicate that a configuration error has occurred which cannot be recovered.
setFeature(String, boolean) - Method in class org.foray.common.sax.DocumentReader
 
setFeature(String, boolean) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
setFillColor(Color) - Method in class org.foray.pdf.PDFGraphicsState
Sets the "non-stroke" or "other" color (Graphics State holds two colors, one for stroke operations and one for all other operations).
setFineDetail(Boolean, int) - Method in class org.foray.core.OutputConfig
Sets the "fineDetail" option.
setFlags(int) - Method in class org.foray.font.FreeStandingFont
Sets the flags.
setFlatness(BigDecimal) - Method in class org.foray.ps.PsGraphicsState
Sets the flatness.
setFofile(File) - Method in class org.foray.app.ant.FOrayAntTask
Sets the input file.
setFONodeLinkage(Fo, FOLinkage) - Method in class org.foray.area.AreaTree
Sets the linkage for a given FONode.
setFont(PdfFont, float) - Method in class org.foray.pdf.object.PDFContentStream
 
setFont(PdfFont) - Method in class org.foray.pdf.PDFGraphicsState
Sets the font.
setFont(PsDictionary) - Method in class org.foray.ps.PsGraphicsState
Sets the font.
setFont(Font, float, String) - Method in class org.foray.render.pcl.PCLRenderer
Sets the font to a specifed value.
setFontBBox(int, int) - Method in class org.foray.font.format.type1.Type1Metrics
Set the bounding box.
setFontComplexity(Font.Complexity) - Method in class org.foray.font.FreeStandingFont
Sets the complexity value for this font.
setFontConsumer(FontConsumer) - Method in class org.foray.fotree.FOTreeBuilder
 
setFontConsumer(FontConsumer) - Method in class org.foray.output.OutputTarget
 
setFontFamilyName(String) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the font family name.
setFontFile(PDFFont.SubType, PDFFontFileStream) - Method in class org.foray.pdf.object.PDFFontDescriptor
Set the optional font file stream.
setFontName(String) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the fontName.
setFontName(String) - Method in class org.foray.font.FreeStandingFont
Sets the name of this font.
setFontSelectorAutoType(String) - Method in class org.foray.font.FontConsumer4a
Sets the "auto" font selector type for this consumer.
setFontSize(float) - Method in class org.foray.pdf.PDFGraphicsState
Sets the font-size.
setFontSources(int[]) - Method in class org.foray.font.FontConsumer4a
 
setFontUrl(String) - Method in class org.foray.font.config.ConfiguredFont
Sets the URL of the font file.
setFootnoteDimension(int) - Method in class org.foray.area.RegionRABody
Sets the size of the footnote reference area.
setForce(boolean) - Method in class org.foray.app.ant.FOrayAntTask
Set whether to check dependencies, or to always generate; optional, default is false.
setFormat(String) - Method in class org.foray.app.ant.FOrayAntTask
Sets output format (MIME type).
setFormattedNumber(CharSequence) - Method in class org.foray.area.PageRA
Sets the formatted page number for this page.
setFOTreeBuilder(FOTreeBuilder) - Method in class org.foray.fotree.fo.obj.Root
Sets the "parent" tree builder.
setFunction(String) - Method in class org.foray.demo.embed.model.ProjectMember
Sets the function.
setGalley(Galley) - Method in class org.foray.render.Renderer
Sets the AreaTree to be rendered.
setGeneratedBy(FOLinkage) - Method in class org.foray.area.AbstractListItemContent
Sets the "generated by" for this Area.
setGraphicContext(GraphicContext) - Method in class org.foray.graphic.batik.PDFGraphics2D
Sets the graphic context.
setGraphicContext(GraphicContext) - Method in class org.foray.graphic.batik.PSGraphics2D
Sets the graphic context.
setGraphicSearchPath(URL[]) - Method in class org.foray.fotree.FOTreeBuilder
 
setGraphicServer(GraphicServer) - Method in class org.foray.fotree.FOTreeBuilder
 
setgrayDevice(float) - Method in class org.foray.ps.java2d.Java2DSystemDict
 
setgrayDevice(float) - Method in class org.foray.ps.pdf.PDFSystemDict
 
setgrayDevice(float) - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "setgray".
setgrayDevice(float) - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
setHorizontalScaling(float) - Method in class org.foray.pdf.object.PDFContentStream
 
setHorizontalScaling(float) - Method in class org.foray.pdf.PDFGraphicsState
Sets the horizontal scaling.
setHyphenationConsumer(HyphenationConsumer) - Method in class org.foray.fotree.FOTreeBuilder
 
setHyphenChar(char) - Method in interface org.foray.hyphen.PatternConsumer
Sets the character that should be interpreted as the hyphenation character in exceptions.
setHyphenChar(char) - Method in class org.foray.hyphen.PatternTree
 
setIgnoreKeeps(boolean) - Method in class org.foray.pioneer.RowSpanMgr
Helper method to prevent infinite loops if keeps or spans are not fitting on a page.
setIgnoreKeepTogether(boolean) - Method in class org.foray.pioneer.TableRowPL
Sets the ignore keep-together value.
setImageLoaded(boolean) - Method in class org.foray.graphic.Graphic4a
Sets the "image loaded" value.
setInactive() - Method in class org.foray.ps.filter.PsEncodeFilter4a
 
setIndent(int) - Method in class org.foray.xml.FOrayPretty
Use this configuration parameter to set the number of spaces that each successive block level of the document should be indented.
setIndentBlocksInsideMixedContent(boolean) - Method in class org.foray.xml.FOrayPretty
Set this configuration parameter to true if blocks that are inside of mixed content should be indented.
setInLowerCase(boolean) - Method in class org.foray.text.line.LineBreaker
Sets the "in-lower-case" value.
setInputStream(InputStream) - Method in class org.foray.graphic.Graphic4a
Sets the input stream for this file.
setInternalEncoding(PsEncoding) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the encoding vector.
setInternalEncoding(Encoding) - Method in class org.foray.font.FreeStandingFont
Sets the internal encoding for this font.
setIPDLength(PropertyValue) - Method in class org.foray.fotree.value.DtLengthBPIPDirection
Sets the IPD length component.
setIsBalanced() - Method in class org.foray.area.SpanRA
Sets the "isBalanced" value to true.
setIsFixedPitch(boolean) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the isFixedPitch.
setIsValid(boolean) - Method in class org.foray.fotree.fo.obj.AbstractFlow
Set the validity flag.
setItalic(short) - Method in class org.foray.font.format.type1.Type1Metrics
Set the italic value.
setItalicAngle(float) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the italic angle.
setItalicAngle(float) - Method in class org.foray.font.FreeStandingFont
Sets the italic angle.
setKerning(boolean) - Method in class org.foray.common.FontOptions4a
Sets the isKerning value.
setKerning(Kerning) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the kerning.
setKerning(Kerning) - Method in class org.foray.font.FreeStandingFont
Sets the kerning for this font.
setKeywords(String) - Method in class org.foray.pdf.object.PDFDocument
Sets the keywords of the document.
setKeywords(String) - Method in class org.foray.pdf.object.PDFInfo
Sets the keywords of the document.
setLayoutProxy(Fo, FONodePL) - Method in class org.foray.pioneer.PioneerLS
Sets the linkage for a given FoNode.
setLeading(float) - Method in class org.foray.pdf.object.PDFContentStream
 
setLeading(float) - Method in class org.foray.pdf.PDFGraphicsState
Sets the text leading.
setLengthMaximum(PropertyValue) - Method in class org.foray.fotree.value.DtLengthRange
Sets the maximum length.
setLengthMaximum(PropertyValue) - Method in class org.foray.fotree.value.DtSpace
Sets the maximum length component in this space.
setLengthMinimum(PropertyValue) - Method in class org.foray.fotree.value.DtLengthRange
Sets the minimum length.
setLengthMinimum(PropertyValue) - Method in class org.foray.fotree.value.DtSpace
Sets the minimum length component in this space.
setLengthOptimum(PropertyValue) - Method in class org.foray.fotree.value.DtLengthRange
Sets the optimum length.
setLengthOptimum(PropertyValue) - Method in class org.foray.fotree.value.DtSpace
Sets the optimum length component in this space.
setLineBreaker(EagerLineBreaker) - Method in class org.foray.pioneer.PioneerLS
Sets the line breaker for this layout system.
setLineCap(PsInteger) - Method in class org.foray.ps.PsGraphicsState
Sets the line cap value.
setLineCapStyle(PdfLineCapStyle) - Method in class org.foray.pdf.object.PDFContentStream
 
setLineCapStyle(PdfLineCapStyle) - Method in class org.foray.pdf.PDFGraphicsState
Sets the line cap style.
setLineDashPattern(float[], float) - Method in class org.foray.pdf.PDFGraphicsState
Sets the line dash pattern.
setLineJoin(PsInteger) - Method in class org.foray.ps.PsGraphicsState
Sets the line join value.
setLineLength(int) - Method in class org.foray.ps.filter.Ascii85EncodeFilter
 
setLineLength(int) - Method in class org.foray.ps.filter.AsciiHexEncodeFilter
 
setLineLength(int) - Method in class org.foray.ps.filter.CcittFaxEncodeFilter
 
setLineLength(int) - Method in class org.foray.ps.filter.DctEncodeFilter
 
setLineLength(int) - Method in class org.foray.ps.filter.FlateEncodeFilter
 
setLineLength(int) - Method in class org.foray.ps.filter.RunLengthEncodeFilter
 
setLineTerminator(String) - Method in class org.foray.xml.FOrayPretty
Use this configuration parameter to set the text that should be used to delimit lines in the pretty-printed document.
setLineThrough(boolean) - Method in class org.foray.fotree.value.DtTextDeco
Sets the "line-through" value.
setLineWidth(float) - Method in class org.foray.pdf.object.PDFContentStream
 
setLineWidth(PsNumber) - Method in class org.foray.ps.PsGraphicsState
Sets the line width.
setLinks(GraphicLink4a[]) - Method in class org.foray.graphic.Graphic4a
Sets the links for this graphic.
setLocation(String, int, int) - Method in class org.foray.fotree.FObj
Sets the location of this object.
setLogFiles(boolean) - Method in class org.foray.app.ant.FOrayAntTask
Controls whether the filenames of the files that are processed are logged or not.
setLogger(Log) - Method in class org.foray.area.AreaTreeFactory4a
Sets the logger to be used by AreaTree instances.
setLogger(Log) - Method in class org.foray.font.FontConsumer4a
Use this method to set a logger for this font consumer.
setLogger(Log) - Method in class org.foray.graphic.batik.BatikUaDocument
Sets the logger.
setLowerCaseAscent(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the lower case ascent.
setLowerCaseDescent(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the lower case descent.
setMatrixValue(PsMatrix) - Method in class org.foray.ps.PsMatrix
Sets the matrix value.
setMaxWidth(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the max width.
setMessagelevel(String) - Method in class org.foray.app.ant.FOrayAntTask
Sets the message level to be used while processing.
setMetrics(int, int, int, int, int, int) - Method in class org.foray.pdf.object.PDFFontDescriptor
Set the optional metrics.
setMinAfter(byte) - Method in interface org.foray.hyphen.PatternConsumer
Sets the minimum number of characters that should be left on a line before a hyphenation break.
setMinAfter(byte) - Method in class org.foray.hyphen.PatternTree
 
setMinBefore(byte) - Method in interface org.foray.hyphen.PatternConsumer
Sets the minimum number of characters that should be at the beginning of a line after a hyphenation break.
setMinBefore(byte) - Method in class org.foray.hyphen.PatternTree
 
setMinimumProgressionDimension(int) - Method in class org.foray.area.Area
Set the minimum progression dimension for this Area.
setMinimumProgressionDimension(int) - Method in class org.foray.area.AreaFixed
 
setMinimumProgressionDimension(int) - Method in class org.foray.area.AreaFlexible
 
setMinWidth(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the min width.
setMissingWidth(int) - Method in class org.foray.font.FreeStandingFont
Sets the missing width value.
setMiterLimit(PsNumber) - Method in class org.foray.ps.PsGraphicsState
Sets the miter limit.
setModDate(Date) - Method in class org.foray.pdf.object.PDFInfo
Sets the modification date of the document.
setName(String) - Method in class org.foray.demo.embed.model.ProjectMember
Sets the name.
setNumber(int) - Method in class org.foray.area.PageRA
Sets the page number for this page.
setNumber(int) - Method in class org.foray.pdf.object.PDFObject
Sets this object's number if it has not already been set.
setNumGlyphs(int) - Method in class org.foray.font.FreeStandingFont
Sets the number of glyphs in this font.
setOutdir(File) - Method in class org.foray.app.ant.FOrayAntTask
Sets the output directory.
setOutfile(File) - Method in class org.foray.app.ant.FOrayAntTask
Sets the output file.
setOutputEncoding(String) - Method in class org.foray.xml.FOrayPretty
Use this configuration parameter to set the output encoding for the pretty-printed document.
setOutputPDF(boolean) - Method in class org.foray.app.test.TestConverter
Sets the flag indicating whether the output should be to PDF or not.
setOutputStream(OutputStream) - Method in class org.foray.output.OutputTarget
 
setOutputStream(OutputStream) - Method in class org.foray.pdf.object.PDFStream
Sets the output stream.
setOutputStream(OutputStream) - Method in class org.foray.ps.filter.FlateEncodeFilter
 
setOutputStream(OutputStream) - Method in class org.foray.ps.filter.PsEncodeFilter4a
Sets the underlying output stream for this filter.
setOverlined(boolean) - Method in class org.foray.fotree.value.DtTextDeco
Sets the "overline" value.
setOverrideFontState(FontPdf, float) - Method in class org.foray.graphic.batik.PDFGraphics2D
Sets the override font and size.
setOwnerPassword(String) - Method in class org.foray.pdf.object.PDFEncryption
 
setPackingMode(boolean) - Method in class org.foray.ps.PsInterpreter4a
Sets the packing mode.
setPageHeight(int) - Method in class org.foray.render.awt.AWTRenderer
Sets the page height.
setPageNumber(int) - Method in class org.foray.render.awt.AWTRenderer
Sets the current page number.
setPageWidth(int) - Method in class org.foray.render.awt.AWTRenderer
Sets the page width.
setPanose(Panose) - Method in class org.foray.font.FreeStandingFont
Sets the Panose value for this font.
setParent(AreaNode) - Method in class org.foray.area.AbstractListItemContent
 
setParent(AreaNode) - Method in class org.foray.area.AbstractTablePartContainer
 
setParent(AreaNode) - Method in class org.foray.area.AreaNode
Sets the parent node.
setParent(AreaNode) - Method in class org.foray.area.AreaTree
 
setParent(AreaNode) - Method in class org.foray.area.BasicLinkArea
 
setParent(AreaNode) - Method in class org.foray.area.BeforeFloatRA
 
setParent(AreaNode) - Method in class org.foray.area.BidiOverrideArea
 
setParent(AreaNode) - Method in class org.foray.area.BlockContainerRA
 
setParent(AreaNode) - Method in class org.foray.area.ExternalGraphicArea
 
setParent(AreaNode) - Method in class org.foray.area.FootnoteRA
 
setParent(AreaNode) - Method in class org.foray.area.ForeignObjectArea
 
setParent(AreaNode) - Method in class org.foray.area.IndexPageCitationListArea
 
setParent(AreaNode) - Method in class org.foray.area.InlineArea
 
setParent(AreaNode) - Method in class org.foray.area.InlineContainerArea
 
setParent(AreaNode) - Method in class org.foray.area.LeaderArea
 
setParent(AreaNode) - Method in class org.foray.area.LineArea
 
setParent(AreaNode) - Method in class org.foray.area.ListBlockArea
 
setParent(AreaNode) - Method in class org.foray.area.ListItemArea
 
setParent(AreaNode) - Method in class org.foray.area.MainRA
 
setParent(AreaNode) - Method in class org.foray.area.NormalBlockArea
 
setParent(AreaNode) - Method in class org.foray.area.NormalFlowRA
 
setParent(AreaNode) - Method in class org.foray.area.PageCollection
 
setParent(AreaNode) - Method in class org.foray.area.PageNumberArea
 
setParent(AreaNode) - Method in class org.foray.area.PageNumberCitationArea
 
setParent(AreaNode) - Method in class org.foray.area.PageNumberCitationLastArea
 
setParent(AreaNode) - Method in class org.foray.area.PageRA
 
setParent(AreaNode) - Method in class org.foray.area.RegionRA
 
setParent(AreaNode) - Method in class org.foray.area.RegionRABody
 
setParent(AreaNode) - Method in class org.foray.area.ScalingValueCitationArea
 
setParent(AreaNode) - Method in class org.foray.area.SpanRA
 
setParent(AreaNode) - Method in class org.foray.area.TableCellRA
 
setParent(AreaNode) - Method in class org.foray.area.TableRA
 
setParent(AreaNode) - Method in class org.foray.area.TableRowContainer
 
setParent(AreaNode) - Method in class org.foray.area.TextArea
 
setParent(PDFPages) - Method in class org.foray.pdf.object.PDFPage
Set this page's parent.
setParentPD(int) - Method in class org.foray.area.AreaFlexible
Sets the parent's PD based on a change in this's.
setPitchAndFamily(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the pitch and family.
setPopDictionaryStack(boolean) - Method in class org.foray.ps.PsFile
Sets the pop dictionary stack property.
setPostRootText(String) - Method in class org.foray.xml.FOrayPretty
Use this configuration parameter to control the text that is written right after the close of the root element.
setPostScriptName(String) - Method in class org.foray.font.config.ConfiguredFont
Sets the PostScript name for this font.
setPostscriptName(String) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the postscriptName.
setPostscriptName(String) - Method in class org.foray.font.FreeStandingFont
Sets the postscript name for this font.
setPrecedence(PropertyValue) - Method in class org.foray.fotree.value.DtSpace
Sets the precedence component in this space.
setPreRootText(String) - Method in class org.foray.xml.FOrayPretty
Use this configuration parameter to control the text that is written right before the root element.
setProducer(String) - Method in class org.foray.pdf.object.PDFDocument
 
setProducer(String) - Method in class org.foray.pdf.object.PDFInfo
Sets the producer of the document.
setProgress(int) - Method in class org.foray.pioneer.FONodePL
Sets the progress indicator.
setProgressionDimension(int) - Method in class org.foray.area.AbstractInlineArea
 
setProgressionDimension(int) - Method in class org.foray.area.AbstractTablePartContainer
 
setProgressionDimension(int) - Method in class org.foray.area.Area
Sets the progression-dimension used by this Area.
setProgressionDimension(int) - Method in class org.foray.area.AreaFixed
 
setProgressionDimension(int) - Method in class org.foray.area.BeforeFloatRA
 
setProgressionDimension(int) - Method in class org.foray.area.BlockContainerRA
 
setProgressionDimension(int) - Method in class org.foray.area.FootnoteRA
 
setProgressionDimension(int) - Method in class org.foray.area.LineArea
 
setProgressionDimension(int) - Method in class org.foray.area.ListBlockArea
 
setProgressionDimension(int) - Method in class org.foray.area.ListItemArea
 
setProgressionDimension(int) - Method in class org.foray.area.NormalBlockArea
 
setProgressionDimension(int) - Method in class org.foray.area.NormalFlowRA
 
setProgressionDimension(int) - Method in class org.foray.area.SpanRA
 
setProgressionDimension(int) - Method in class org.foray.area.TableCellRA
 
setProgressionDimension(int) - Method in class org.foray.area.TableRA
 
setProgressionDimension(int) - Method in class org.foray.area.TableRowContainer
 
setProgressSnapshot(List<Integer>) - Method in class org.foray.pioneer.AbstractFlowPL
Saves a progress snapshot.
setProjectName(String) - Method in class org.foray.demo.embed.model.ProjectTeam
Sets the name of the project.
setProjectTeam(ProjectTeam) - Method in class org.foray.demo.embed.model.ProjectTeamInputSource
Sets the projectTeam.
setProperty(String, Object) - Method in class org.foray.common.sax.DocumentReader
 
setProperty(String, Object) - Method in class org.foray.demo.embed.tools.AbstractObjectReader
 
setPSLevel(int) - Method in class org.foray.render.ps.PSRenderer
Sets the PostScript Level to generate.
setReference(String) - Method in class org.foray.app.ant.RunTest
Sets the reference JAR.
setRefVersion(String) - Method in class org.foray.app.ant.RunTest
Sets the reference version.
setRegistrationStrategy(ProtocolRegistrationStrategy) - Static method in class org.foray.common.url.ProtocolRegistrationBroker
Sets the strategy which will be used within the application for registering custom URL protocol handlers.
setResolvedLetterSpacing(int) - Method in class org.foray.area.TextArea
Sets the resolved letter-spacing.
setResolvedWordSpacing(int) - Method in class org.foray.area.TextArea
Sets the resolved word-spacing.
setrgbcolorDevice(float, float, float) - Method in class org.foray.ps.java2d.Java2DSystemDict
 
setrgbcolorDevice(float, float, float) - Method in class org.foray.ps.pdf.PDFSystemDict
 
setrgbcolorDevice(float, float, float) - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "setrgbcolor".
setrgbcolorDevice(float, float, float) - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
setScaleFactor(double) - Method in class org.foray.render.awt.AWTRenderer
Sets the current scale factor.
setSerializedMetricsFile(URL) - Method in class org.foray.font.config.RegisteredFont
Sets the serialized metrics file.
setSimulateBackslant(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated backslant angle.
setSimulateCondensed(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated "condensed" percentage.
setSimulateExpanded(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated "expanded" percentage.
setSimulateExtraCondensed(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated "extra-condensed" percentage.
setSimulateExtraExpanded(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated "extra-expanded" percentage.
setSimulateOblique(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated oblique angle.
setSimulateSemiCondensed(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated "semi-condensed" percentage.
setSimulateSemiExpanded(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated "semi-expanded" percentage.
setSimulateSmallCaps(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated small-caps for this registered description.
setSimulateStretch(int, float) - Method in class org.foray.font.config.RegisteredFontDesc
Set the simulated font-stretch value by array position.
setSimulateStretch(float[]) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated stretch array.
setSimulateUltraCondensed(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated "ultra-condensed" percentage.
setSimulateUltraExpanded(float) - Method in class org.foray.font.config.RegisteredFontDesc
Sets the simulated "ultra-expanded" percentage.
setSpeechServer(SpeechServer) - Method in class org.foray.fotree.FOTreeBuilder
 
setStandardRegistrationStrategy(int) - Static method in class org.foray.common.url.ProtocolRegistrationBroker
Factory method that knows how to create any of the standard URL Protocol Registration strategies.
setStartIndent(int) - Method in class org.foray.mif.MifPgfFormat
Sets the start-indent value for this format.
setStatus(Status) - Method in class org.foray.pioneer.AbstractFlowPL
Sets the status.
setStemH(short) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the stemH.
setStemV(short) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the stemV.
setStrokeColor(Color) - Method in class org.foray.pdf.PDFGraphicsState
Sets the stroke color (Graphics State holds two colors, one for stroke operations and one for all other operations).
setStrokeText(boolean) - Method in class org.foray.output.OutputTarget
 
setStyle(Font.Style) - Method in class org.foray.font.config.ConfiguredFont
Returns the style of this font.
setSubject(String) - Method in class org.foray.pdf.object.PDFDocument
Sets the subject of the document.
setSubject(String) - Method in class org.foray.pdf.object.PDFInfo
Sets the subject of the document.
setSVGCursor(Cursor) - Method in class org.foray.graphic.batik.BatikUaAwt
 
setTable(TTFTable) - Method in class org.foray.font.format.ttf.TTFOffsetTableRecord
Sets the TTFTable that corresponds to this table directory entry.
setTarget(FOrayTarget) - Method in class org.foray.core.FOrayDocument
Sets the target of this document.
setTestSuite(String) - Method in class org.foray.app.ant.RunTest
Sets the test suite to run.
setTextKnockout(boolean) - Method in class org.foray.pdf.object.PDFContentStream
 
setTextKnockout(boolean) - Method in class org.foray.pdf.PDFGraphicsState
Sets the text knockout flag.
setTextRectProp(int, int, int, int) - Method in class org.foray.mif.MifBook
Sets the properties of the current text rectangle.
setTextRectProp(int, int, int, int) - Method in class org.foray.mif.MifTextRect
Sets the properties for this text rectangle.
setTextRenderingMode(PdfTextRenderingMode) - Method in class org.foray.pdf.object.PDFContentStream
 
setTextRenderingMode(PdfTextRenderingMode) - Method in class org.foray.pdf.PDFGraphicsState
Sets the text rendering mode.
setTextRise(float) - Method in class org.foray.pdf.object.PDFContentStream
 
setTextRise(float) - Method in class org.foray.pdf.PDFGraphicsState
Sets the text rise.
setTextServer(TextServer) - Method in class org.foray.fotree.FOTreeBuilder
 
setTitle(String) - Method in class org.foray.pdf.object.PDFDocument
Sets the title of the document.
setTitle(String) - Method in class org.foray.pdf.object.PDFInfo
Sets the title of the document.
setTransform(AffineTransform) - Method in class org.foray.graphic.batik.PDFANode
Set the affine transform.
setTranslator(Translator) - Static method in class org.foray.render.awt.viewer.MessagesDialog
Statically sets the translator that should be used to create messages.
setTranslator(Translator) - Method in class org.foray.render.awt.viewer.UserMessage
Sets the Translator resource for this message.
setTTFFont(TrueTypeFont) - Method in class org.foray.font.format.ttf.TTFOffsetTable
Sets the TTFFont for this table directory.
setUnderlined(boolean) - Method in class org.foray.fotree.value.DtTextDeco
Sets the "underline" value.
setUnderlinePosition(short) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the underline position.
setUnderlineThickness(short) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the underline thickness.
setUniqueID(String) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the uniqueID.
setup(InputStream, Map<String, String>) - Method in class org.foray.font.FontServer4a
Registers the FreeStanding fonts that are available based on font configuration file and options.
setup() - Method in class org.foray.fotree.axsl.obj.Metadata
 
setup() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
setup() - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
setup() - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
setup() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
setup() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
setup() - Method in class org.foray.fotree.fo.obj.BasicLink
 
setup() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
setup() - Method in class org.foray.fotree.fo.obj.Block
 
setup() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
setup() - Method in class org.foray.fotree.fo.obj.Bookmark
 
setup() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
setup() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
setup() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
setup() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
setup() - Method in class org.foray.fotree.fo.obj.Character
 
setup() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
setup() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
setup() - Method in class org.foray.fotree.fo.obj.Declarations
 
setup() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
setup() - Method in class org.foray.fotree.fo.obj.Float
 
setup() - Method in class org.foray.fotree.fo.obj.Flow
 
setup() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
setup() - Method in class org.foray.fotree.fo.obj.FlowMap
 
setup() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
setup() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
setup() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
setup() - Method in class org.foray.fotree.fo.obj.Footnote
 
setup() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
setup() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
setup() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
setup() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
setup() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
setup() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
setup() - Method in class org.foray.fotree.fo.obj.Inline
 
setup() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
setup() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
setup() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
setup() - Method in class org.foray.fotree.fo.obj.Leader
 
setup() - Method in class org.foray.fotree.fo.obj.ListBlock
 
setup() - Method in class org.foray.fotree.fo.obj.ListItem
 
setup() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
setup() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
setup() - Method in class org.foray.fotree.fo.obj.Marker
 
setup() - Method in class org.foray.fotree.fo.obj.MultiCase
 
setup() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
setup() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
setup() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
setup() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
setup() - Method in class org.foray.fotree.fo.obj.PageSequence
 
setup() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
setup() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
setup() - Method in class org.foray.fotree.fo.obj.RegionAfter
 
setup() - Method in class org.foray.fotree.fo.obj.RegionBefore
 
setup() - Method in class org.foray.fotree.fo.obj.RegionBody
 
setup() - Method in class org.foray.fotree.fo.obj.RegionEnd
 
setup() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
setup() - Method in class org.foray.fotree.fo.obj.RegionStart
 
setup() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
setup() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
setup() - Method in class org.foray.fotree.fo.obj.Root
 
setup() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
setup() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
setup() - Method in class org.foray.fotree.fo.obj.StaticContent
 
setup() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
 
setup() - Method in class org.foray.fotree.fo.obj.Table
 
setup() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
setup() - Method in class org.foray.fotree.fo.obj.TableCaption
 
setup() - Method in class org.foray.fotree.fo.obj.TableCell
 
setup() - Method in class org.foray.fotree.fo.obj.TableColumn
 
setup() - Method in class org.foray.fotree.fo.obj.TableRow
 
setup() - Method in class org.foray.fotree.fo.obj.Title
 
setup() - Method in class org.foray.fotree.fo.obj.Wrapper
 
setup() - Method in class org.foray.fotree.FObj
A hook into the parsing process which allows the subclass instance to do some initialization-type work after all of the properties have been parsed, but before any of the children have been parsed.
setup() - Method in class org.foray.fotree.ForeignXML
 
setupJAXPDocument(File, File, FOraySession) - Method in class org.foray.demo.servlet.AbstractDemoServlet
Creates the FOrayDocument using JAXP.
setupSAXDocument(FOraySession, InputSource) - Method in class org.foray.demo.servlet.AbstractDemoServlet
Creates the FOrayDocument using normal SAX processing.
setupSession(HttpServletResponse) - Method in class org.foray.demo.servlet.AbstractDemoServlet
Creates the FOraySession.
setUserconfig(URL) - Method in class org.foray.app.ant.FOrayAntTask
Sets the user configuration file.
setUserPassword(String) - Method in class org.foray.pdf.object.PDFEncryption
 
setUsingFreeStandingFonts(boolean) - Method in class org.foray.font.FontServer4a
Set parameter determining whether FreeStanding fonts will be setup.
setUsingSystemFonts(boolean) - Method in class org.foray.font.FontServer4a
Set parameter determining whether System fonts will be setup.
setValid(boolean) - Method in class org.foray.graphic.Graphic4a
Sets the validity of this graphic.
setValue(String) - Method in class org.foray.ps.PsString
Sets this string's value.
setValue(Object) - Method in class org.foray.render.awt.viewer.MessagesDialog
 
setVersion(PdfVersion) - Method in class org.foray.pdf.object.PDFDocument
If not set, the default value is PDF_VERSION_1_6.
setWeight(Font.Weight) - Method in class org.foray.font.config.ConfiguredFont
Sets the weight of this font.
setWeight(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the weight.
setWidths(short[]) - Method in class org.foray.font.FreeStandingFont
Set the widths for this font.
setWithinColumn(PropertyValue) - Method in class org.foray.fotree.value.DtKeep
Sets the "within-column" component.
setWithinLine(PropertyValue) - Method in class org.foray.fotree.value.DtKeep
Sets the "within-line" component.
setWithinPage(PropertyValue) - Method in class org.foray.fotree.value.DtKeep
Sets the "within-page" component.
setWordSpacing(float) - Method in class org.foray.pdf.object.PDFContentStream
 
setWordSpacing(float) - Method in class org.foray.pdf.PDFGraphicsState
Sets the word spacing.
setXHeight(int) - Method in class org.foray.font.format.type1.Type1Metrics
Sets the x height.
setXHeight(int) - Method in class org.foray.font.FreeStandingFont
Sets the x-height.
setXmlDeclaration(String) - Method in class org.foray.xml.FOrayPretty
Use this configuration parameter to set the value of the XML Declaration at the beginning of the pretty-printed document.
setXORMode(Color) - Method in class org.foray.graphic.batik.PDFGraphics2D
 
setXORMode(Color) - Method in class org.foray.graphic.batik.PSGraphics2D
 
SHADING_WEIGHT_BLUE - Static variable in class org.foray.render.Renderer
Magic-number constant used in the conversion of color to gray.
SHADING_WEIGHT_GREEN - Static variable in class org.foray.render.Renderer
Magic-number constant used in the conversion of color to gray.
SHADING_WEIGHT_RED - Static variable in class org.foray.render.Renderer
Magic-number constant used in the conversion of color to gray.
shadingPercent(Color) - Static method in class org.foray.render.Renderer
Converts a color to a percentage of black.
SHIFT_1_BYTE - Static variable in class org.foray.common.WKConstants
The number of bits to shift for a one-byte shift.
SHIFT_2_BYTES - Static variable in class org.foray.common.WKConstants
The number of bits to shift for a two-byte shift.
SHIFT_3_BYTES - Static variable in class org.foray.common.WKConstants
The number of bits to shift for a three-byte shift.
SHIFT_4_BYTES - Static variable in class org.foray.common.WKConstants
The number of bits to shift for a four-byte shift.
shouldAdjustParentPD() - Method in class org.foray.area.Area
Indicates whether the parent progression dimension should be adjusted.
showCommandLineHelp(Options) - Static method in class org.foray.font.format.ttf.TrueTypeCollectionLister
Prints the command-line help.
showConfirmDialog(Component, Object, String, int, int) - Static method in class org.foray.render.awt.viewer.MessagesDialog
Shows a confirmation dialog.
showDetailDialog(Component, Object, String, int, int, Icon, String) - Static method in class org.foray.render.awt.viewer.MessagesDialog
Shows a detail dialog.
showPage() - Method in class org.foray.render.awt.viewer.PreviewDialog
Display the current page.
siblingIndex() - Method in class org.foray.common.AbstractOrderedTreeNode
 
siblingIndex() - Method in interface org.foray.common.OrderedTreeNode
Returns this node's position within the siblings.
SIG_LENGTH - Static variable in class org.foray.graphic.factory.MathFactory
The number of bytes to read when testing whether a file is a MathML document.
SIGN_INDICATOR - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript sign indicators.
SimpleDataSource - Class in org.foray.common.io
Basic generic implementation of a data source.
SimpleDataSource(String, InputStream, String, OutputStream) - Constructor for class org.foray.common.io.SimpleDataSource
Constructor.
SimplePageMaster - Class in org.foray.fotree.fo.obj
A "simple-page-master" object in XSL-FO.
SimplePageMaster(LayoutMasterSet, PropertyList) - Constructor for class org.foray.fotree.fo.obj.SimplePageMaster
Constructor.
SIMULATE_CONDENSED_INDEX - Static variable in class org.foray.font.config.RegisteredFontDesc
Constant indicating the index for the "condensed" simulated stretch bucket.
SIMULATE_EXPANDED_INDEX - Static variable in class org.foray.font.config.RegisteredFontDesc
Constant indicating the index for the "expanded" simulated stretch bucket.
SIMULATE_EXTRA_CONDENSED_INDEX - Static variable in class org.foray.font.config.RegisteredFontDesc
Constant indicating the index for the "extra-condensed" simulated stretch bucket.
SIMULATE_EXTRA_EXPANDED_INDEX - Static variable in class org.foray.font.config.RegisteredFontDesc
Constant indicating the index for the "extra-expanded" simulated stretch bucket.
SIMULATE_SEMI_CONDENSED_INDEX - Static variable in class org.foray.font.config.RegisteredFontDesc
Constant indicating the index for the "semi-condensed" simulated stretch bucket.
SIMULATE_SEMI_EXPANDED_INDEX - Static variable in class org.foray.font.config.RegisteredFontDesc
Constant indicating the index for the "semi-expanded" simulated stretch bucket.
SIMULATE_ULTRA_CONDENSED_INDEX - Static variable in class org.foray.font.config.RegisteredFontDesc
Constant indicating the index for the "ultra-condensed" simulated stretch bucket.
SIMULATE_ULTRA_EXPANDED_INDEX - Static variable in class org.foray.font.config.RegisteredFontDesc
Constant indicating the index for the "ultra-expanded" simulated stretch bucket.
simulateBackslant() - Method in class org.foray.font.FontUse4a
 
simulateCondensed() - Method in class org.foray.font.FontUse4a
 
simulateExpanded() - Method in class org.foray.font.FontUse4a
 
simulateExtraCondensed() - Method in class org.foray.font.FontUse4a
 
simulateExtraExpanded() - Method in class org.foray.font.FontUse4a
 
simulateOblique() - Method in class org.foray.font.FontUse4a
 
simulateSemiCondensed() - Method in class org.foray.font.FontUse4a
 
simulateSemiExpanded() - Method in class org.foray.font.FontUse4a
 
simulateSmallCaps() - Method in class org.foray.font.FontUse4a
 
simulateUltraCondensed() - Method in class org.foray.font.FontUse4a
 
simulateUltraExpanded() - Method in class org.foray.font.FontUse4a
 
SINGLE_SPACE - Static variable in class org.foray.common.StringUtil
A single space.
SinglePageMasterReference - Class in org.foray.fotree.fo.obj
A "single-page-master-reference" object in XSl-FO.
SinglePageMasterReference(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.SinglePageMasterReference
Constructor.
size() - Method in class org.foray.common.TernaryTreeMap
Returns the number of key-value pairs in this map.
size() - Method in class org.foray.ps.encode.CharSet4a
Returns the size, in characters, of this character set.
size() - Method in class org.foray.ps.encode.EncodingVector4a
Returns the number of entries in this encoding.
size() - Method in class org.foray.ps.PsArray
Return the size of this array.
size() - Method in class org.foray.ps.PsDictionary
Return the size of this dictionary.
size() - Method in class org.foray.ps.PsName
Return the size of this name.
size() - Method in class org.foray.ps.PsStack
Returns the size of the stack.
size() - Method in class org.foray.ps.PsString
Return the size, in characters, of the encapsulated String.
size() - Method in class org.foray.xml.dtd.ElementStack
Return the number of elements on the stack.
SIZE_SEGMENT_HEADER - Static variable in class org.foray.font.format.type1.Type1FontParserPFB
Constant for the size of the segment header, in bytes.
skipBytes(int) - Method in class org.foray.common.io.RandomAccessInputArray
 
skipBytes(int) - Method in class org.foray.common.io.RandomAccessInputFile
 
skipBytes(int) - Method in class org.foray.common.io.RandomAccessInputURL
 
skippedEntity(String) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
SLASH - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "slash" character.
smallCapsSize(int) - Method in class org.foray.font.FontUse4a
 
SOF1 - Static variable in class org.foray.graphic.JPEGGraphic
Baseline DCT.
SOF2 - Static variable in class org.foray.graphic.JPEGGraphic
Extended Sequential DCT.
SOF3 - Static variable in class org.foray.graphic.JPEGGraphic
Progressive DCT.
SOFA - Static variable in class org.foray.graphic.JPEGGraphic
Progressive DCT.
SOI - Static variable in class org.foray.graphic.JPEGGraphic
Byte value indicating the Start of Image.
SolitaryLineBreaker - Class in org.foray.text.line.solitary
An "eager" line-breaking implementaton which considers only the current line in the line-breaking computation (hence the name "solitary").
SolitaryLineBreaker(TextServer4a, LineBreakControl, LineBreakHandler, FontConsumer) - Constructor for class org.foray.text.line.solitary.SolitaryLineBreaker
Constructor.
sortAttributes(Attributes) - Method in class org.foray.fotree.Namespace
Reads through the list of attributes and returns an array that contains the order in which they should be processed.
sortCodePoints(char[], char[]) - Method in class org.foray.ps.encode.EncodingVector4a
Sorts the codePoints array by its contents, and sorts the parallel codePointIndexes arrays in a parallel manner, keeping its elements synchronized with those in codePoints.
sortUsedGlyphs() - Method in class org.foray.font.Subset
Sorts the subset by underlying Unicode codepoint.
SOS - Static variable in class org.foray.graphic.JPEGGraphic
Byte value indicating the Start of Scan.
SPACE - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "space" character.
SPAIN - Static variable in class org.foray.common.i18n.Country4a
Spain.
SPAIN - Static variable in class org.foray.common.i18n.Orthography4a
The orthograpy for Spain.
spanForNextFO(SpanPa) - Method in class org.foray.area.SpanRA
Returns a span area that conforms to the requirements of fo, either itself or a newly-created younger sibling span area that does have traits that match fo.
SPANISH - Static variable in class org.foray.common.i18n.Language4a
The Spanish language.
SpanRA - Class in org.foray.area
Represents a span-reference-area.
specialStreamDictEntries() - Method in class org.foray.pdf.object.PDFCMap
 
specialStreamDictEntries() - Method in class org.foray.pdf.object.PDFContentStream
 
specialStreamDictEntries() - Method in class org.foray.pdf.object.PDFEmbeddedFileStream
 
specialStreamDictEntries() - Method in class org.foray.pdf.object.PDFFontFileStream
 
specialStreamDictEntries() - Method in class org.foray.pdf.object.PDFICCStream
 
specialStreamDictEntries() - Method in class org.foray.pdf.object.PDFStream
Subclasses return any specialized dictionary entries here, so that they are included when writing the stream dictionary.
specialStreamDictEntries() - Method in class org.foray.pdf.object.PDFXObject
 
specialXFormDict() - Method in class org.foray.pdf.object.PDFXForm
Returns any special entries that should be added to the XForm dictionary.
specialXFormDict() - Method in class org.foray.pdf.object.PDFXFormEps
 
specialXFormDict() - Method in class org.foray.pdf.object.PdfXFormMath
 
specialXFormDict() - Method in class org.foray.pdf.object.PDFXFormSvg
 
specialXFormDict() - Method in class org.foray.pdf.object.PDFXReference
 
specialXObjectDictEntries() - Method in class org.foray.pdf.object.PDFXForm
 
specialXObjectDictEntries() - Method in class org.foray.pdf.object.PDFXImage
 
specialXObjectDictEntries() - Method in class org.foray.pdf.object.PDFXObject
Subclasses return any specialized dictionary entries here, so that they are included when writing the stream dictionary.
SPEECH_RATE_FAST - Static variable in class org.foray.fotree.fo.prop.PdSpeechRate
The numeric equivalent, in words-per-minute, of "fast".
SPEECH_RATE_MEDIUM - Static variable in class org.foray.fotree.fo.prop.PdSpeechRate
The numeric equivalent, in words-per-minute, of "medium".
SPEECH_RATE_RELATIVE_INCREMENT - Static variable in class org.foray.fotree.fo.prop.PdSpeechRate
The incremental amount, in words-per-minute, by which relative adjustments should be made.
SPEECH_RATE_SLOW - Static variable in class org.foray.fotree.fo.prop.PdSpeechRate
The numeric equivalent, in words-per-minute, of "slow".
SPEECH_RATE_X_FAST - Static variable in class org.foray.fotree.fo.prop.PdSpeechRate
The numeric equivalent, in words-per-minute, of "extra-fast".
SPEECH_RATE_X_SLOW - Static variable in class org.foray.fotree.fo.prop.PdSpeechRate
The numeric equivalent, in words-per-minute, of "extra-slow".
SpeechServer4a - Class in org.foray.speech
The FOray implementation of SpeechServer.
SpeechServer4a() - Constructor for class org.foray.speech.SpeechServer4a
Constructor.
SRGB_ALPHA_COMPONENT - Static variable in class org.foray.fotree.value.DtColor
Constant indicating the index to the Alpha component in the sRGB color space.
SRGB_BLUE_COMPONENT - Static variable in class org.foray.fotree.value.DtColor
Constant indicating the index to the Blue component in the sRGB color space.
SRGB_COMPONENTS - Static variable in class org.foray.fotree.value.DtColor
Constant indicating the number of components in the sRGB color space.
SRGB_GREEN_COMPONENT - Static variable in class org.foray.fotree.value.DtColor
Constant indicating the index to the Green component in the sRGB color space.
SRGB_RED_COMPONENT - Static variable in class org.foray.fotree.value.DtColor
Constant indicating the index to the Red component in the sRGB color space.
STANDARD_PDF_FONT_NAMES - Static variable in class org.foray.font.config.RegisteredFont
Array of the base-14 font names.
standardLayout(AreaNode, GraftingPoint) - Method in class org.foray.pioneer.FONodePL
A standard layout that can be used by subclasses that have no real layout work themselves, but need to make sure their children are laid out.
standardParse(FObj, String) - Method in class org.foray.fotree.axsl.AbstractAxslProperty
Handles the standard parsing of a property value.
standardParse(FObj, String) - Method in class org.foray.fotree.fo.AbstractFoProperty
Handles the standard parsing of a property value.
standardParse(FObj, String, FoValue[]) - Method in class org.foray.fotree.fo.AbstractFoProperty
Overloaded version of AbstractFoProperty.standardParse(FObj, String) that allows subclasses to provide a different set of valid keywords for the case of compound properties.
standardParse(FObj, String) - Method in class org.foray.fotree.xml.AbstractXmlProperty
Handles the standard parsing of a property value.
standardSourceGlyphLists() - Static method in class org.foray.ps.encode.GlyphList4a
Returns the standard glyphs lists.
start() - Method in class org.foray.font.config.ConfigParser
Parses the configuration file.
start() - Method in class org.foray.hyphen.util.ValidateChars
Intantiates parser and starts parsing of input.
START - Static variable in class org.foray.pioneer.FONodePL
value of progress before layout begins.
start() - Method in class org.foray.xml.FOrayPretty
Intantiates parser and starts parsing of input.
START_OF_SEGMENT_MARKER - Static variable in class org.foray.font.format.type1.Type1FontParserPFB
Constant for the value of the first byte of a new segment.
startAlignmentAdjustment() - Method in class org.foray.area.LineArea
Computes the adjustment to the starting offset that results from alignment.
startCell(int, int) - Method in class org.foray.mif.MifBook
 
startCell(int, int) - Method in class org.foray.mif.MifTbl
Creates a new cell in the current row.
startDocument() - Method in class org.foray.core.ConfigurationParser
 
startDocument() - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
startDocument() - Method in class org.foray.fotree.FOTreeBuilder
 
startDocument() - Method in class org.foray.hyphen.util.ValidateChars
 
startDocument() - Method in class org.foray.xml.FOrayPretty
 
startDTD(String, String, String) - Method in class org.foray.xml.FOrayPretty
 
startElement(String, String, String, Attributes) - Method in class org.foray.core.ConfigurationParser
 
startElement(String) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
Sends the notification of the beginning of an element.
startElement(String, Attributes) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
Sends the notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
startElement(String, String, String, Attributes) - Method in class org.foray.font.config.ConfigParser
Recognizes each valid element and parses its attributes.
startElement(String, String, String, Attributes) - Method in class org.foray.fotree.ForeignXML
This is pretending to be a SAX Handler for the start of an element.
startElement(String, String, String, Attributes) - Method in class org.foray.fotree.FOTreeBuilder
 
startElement(String, String, String, Attributes) - Method in class org.foray.hyphen.PatternParser
 
startElement(String, String, String, Attributes) - Method in class org.foray.hyphen.util.NatLangParser
 
startElement(String, String, String, Attributes) - Method in class org.foray.hyphen.util.ValidateChars
 
startElement(String, String, String, Attributes) - Method in class org.foray.xml.FOrayPretty
 
startEntity(String) - Method in class org.foray.xml.FOrayPretty
 
Starter - Class in org.foray.app
Abstract super class for all FOray starters.
Starter(Log, SessionConfig, OutputConfig) - Constructor for class org.foray.app.Starter
Constructor.
startHelpAbout() - Method in class org.foray.render.awt.viewer.PreviewDialog
Show the "About" box.
startLine() - Method in class org.foray.mif.MifBook
Starts a new line.
startOutput() - Method in class org.foray.output.MIFConverter
 
startOutput() - Method in class org.foray.render.awt.AWTRenderer
 
startOutput() - Method in class org.foray.render.pcl.PCLRenderer
 
startOutput() - Method in class org.foray.render.pdf.PDFRenderer
 
startOutput() - Method in class org.foray.render.ps.PSRenderer
 
startOutput() - Method in class org.foray.render.svg.SVGRenderer
 
startOutput() - Method in class org.foray.render.txt.TXTRenderer
 
startOutput() - Method in class org.foray.render.xml.XMLRenderer
 
startPara() - Method in class org.foray.mif.MifFlow
Starts a new paragraph??
startPara() - Method in class org.foray.mif.MifTbl
Starts a new paragraph in the current cell.
startPara() - Method in class org.foray.mif.MifTextFlow
 
startPrefixMapping(String, String) - Method in class org.foray.demo.embed.tools.EasyContentHandlerProxy
 
startRenderer() - Method in class org.foray.core.FOrayTarget
Starts the output processing.
startRow() - Method in class org.foray.mif.MifBook
 
startRow() - Method in class org.foray.mif.MifTbl
Creates a new row.
StaticContent - Class in org.foray.fotree.fo.obj
A "static-content" object in XSL-FO.
StaticContent(PageSequence, PropertyList) - Constructor for class org.foray.fotree.fo.obj.StaticContent
Constructor.
StaticContentPL - Class in org.foray.pioneer
Pioneer Layout for StaticContent.
StaticContentPL(StaticContent, PioneerLS) - Constructor for class org.foray.pioneer.StaticContentPL
Constructor.
Status - Enum in org.foray.pioneer
Enumeration of the possible Pioneer Layout status of an FO.
STATUS_COMMAND_LINE_ERROR - Static variable in class org.foray.app.FOray
Command-line status constant indicating that the command line itself was not properly formed.
STATUS_COMMAND_LINE_ERROR - Static variable in class org.foray.xml.FOrayPretty
Command-line status constant indicating that the command line itself was not properly formed.
STATUS_COMMAND_LINE_ERROR - Static variable in class org.foray.xml.FOrayXDiff
Command-line status constant indicating that the command line itself was not properly formed.
STATUS_DIFFERENCE_FOUND - Static variable in class org.foray.xml.FOrayXDiff
Command-line status constant indicating that a substantive difference between the two inputs was detected.
STATUS_FILE_NOT_FOUND - Static variable in class org.foray.hyphen.util.ValidateChars
Command-line return status constant indicating that a file was not found.
STATUS_FILE_NOT_FOUND - Static variable in class org.foray.xml.FOrayPretty
Command-line return status constant indicating that a file was not found.
STATUS_MALFORMED_URL - Static variable in class org.foray.xml.FOrayXDiff
Command-line status constant indicating a malformed URL.
STATUS_PARSING_ERROR - Static variable in class org.foray.hyphen.util.ValidateChars
Command-line return status constant indicating that there was a parsing error.
STATUS_PARSING_ERROR - Static variable in class org.foray.xml.FOrayPretty
Command-line return status constant indicating that there was an error parsing the input file.
STATUS_PARSING_ERROR - Static variable in class org.foray.xml.FOrayXDiff
Command-line status constant indicating a parsing error.
STATUS_SUCCESS - Static variable in class org.foray.xml.FOrayXDiff
Command-line status constant indicating success.
STATUS_WRONG_QTY_ARGUMENTS - Static variable in class org.foray.hyphen.util.ValidateChars
Command-line return status constant indicating that the number of arguments is wrong.
STD_VW_KEY - Static variable in class org.foray.ps.type1.PsCharStringsDictionary4a
Key to the "StdVW" entry.
STD_VW_KEY - Static variable in class org.foray.ps.type1.PsFontPrivateDictionary4a
Key to the "StdVW" entry.
stopOutput() - Method in class org.foray.output.MIFConverter
 
stopOutput() - Method in class org.foray.render.awt.AWTPrintRenderer
 
stopOutput() - Method in class org.foray.render.awt.AWTRenderer
 
stopOutput() - Method in class org.foray.render.pcl.PCLRenderer
 
stopOutput() - Method in class org.foray.render.pdf.PDFRenderer
 
stopOutput() - Method in class org.foray.render.ps.PSRenderer
 
stopOutput() - Method in class org.foray.render.svg.SVGRenderer
 
stopOutput() - Method in class org.foray.render.txt.TXTRenderer
 
stopOutput() - Method in class org.foray.render.xml.XMLRenderer
 
stopRenderer() - Method in class org.foray.core.FOrayTarget
Cleans up after output processing.
streamToDom(InputStream, LSResourceResolver) - Static method in class org.foray.xml.DomUtil
Converts an input stream to a generic DOM Document.
stretchMatches(Font.Stretch, boolean) - Method in class org.foray.font.config.RegisteredFontDesc
Indicates whether this font description matches a given stretch.
strikeoutPosition() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the strikeout position for this font.
strikeoutPosition(int) - Method in class org.foray.font.FSTrueTypeFont
 
strikeoutPosition(int) - Method in class org.foray.font.FSType1Font
 
strikeoutPosition(int) - Method in class org.foray.font.SystemFont
 
strikeoutSize() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the strikeout size for this font.
strikeoutSize(int) - Method in class org.foray.font.FSTrueTypeFont
 
strikeoutSize(int) - Method in class org.foray.font.FSType1Font
 
strikeoutSize(int) - Method in class org.foray.font.SystemFont
 
stringToByteArray(String) - Static method in class org.foray.pdf.object.PDFObject
Converts a String to an array of bytes.
StringUtil - Class in org.foray.common
Utility class containing methods that are useful for manipulating or managing strings.
strokeDevice() - Method in class org.foray.ps.java2d.Java2DSystemDict
 
strokeDevice() - Method in class org.foray.ps.pdf.PDFSystemDict
 
strokeDevice() - Method in class org.foray.ps.PsSystemDict4a
Executes any implementation-specific operations related to "stroke".
strokeDevice() - Method in class org.foray.ps.readonly.ReadOnlySystemDict
 
styleMatches(Font.Style, boolean) - Method in class org.foray.font.config.RegisteredFontDesc
Indicates whether this font description matches a given style.
subscriptShift(int) - Method in class org.foray.font.Font4a
 
subSequence(int, int) - Method in class org.foray.common.CharSequenceSubset
 
subSequence(int, int) - Method in class org.foray.common.util.IntArrayBuilder
 
subSequence(int, int) - Method in class org.foray.fotree.fo.obj.FoInterword
 
subSequence(int, int) - Method in class org.foray.fotree.fo.obj.FoWord
 
subSequence(int, int) - Method in class org.foray.hyphen.Interword4a
 
subSequence(int, int) - Method in class org.foray.hyphen.Word4a
 
subSequence(int, int) - Method in class org.foray.hyphen.WordWrapper
 
SubSequenceSpecifier - Class in org.foray.fotree.fo.obj
Abstract superclass for the formatting objects that can be used to specify a sub-sequence of pages to be used in a page-sequence-master.
SubSequenceSpecifier(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.SubSequenceSpecifier
Constructor.
Subset - Class in org.foray.font
Keeps track of which glyphs are included in a subset, and provides methods to convert indexes back and forth between the original complete font and the subset font.
Subset(ConsumerFont4a) - Constructor for class org.foray.font.Subset
Constructor.
subSetting() - Method in class org.foray.font.ConsumerFont4a
Indicates whether this font is being subsetted.
subSetting() - Method in class org.foray.font.FontUse4a
Indicates whether this font use is being subsetted.
subtract(PsNumber) - Method in class org.foray.ps.PsNumber
Subtracts a given amount from the value of this object, returning either this object with its value adjusted, or, if this object is unable to represent the value properly, a new object which can.
superscriptShift(int) - Method in class org.foray.font.Font4a
 
supportsUnicode() - Method in class org.foray.font.Font4a
Indicates whether this font has the ability to map Unicode characters to font glyphs.
supportsUnicode() - Method in class org.foray.font.FSTrueTypeFont
 
supportsUnicode() - Method in class org.foray.font.FSType1Font
 
supportsUnicode() - Method in class org.foray.font.SystemFont
 
SVG_NAMESPACE_URI - Static variable in class org.foray.common.SvgUtil
The namespace designation for SVG.
SVG_SIG_LENGTH - Static variable in class org.foray.graphic.factory.SVGFactory
The number of bytes to read when testing whether a file is an SVG document.
SVGArea - Class in org.foray.area
An SVGArea represents the reference area that contains the content that is in a ForeignObjectArea viewport area.
SVGFactory - Class in org.foray.graphic.factory
ImageReader object for SVG document image type.
SVGFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.SVGFactory
Constructor.
SVGGraphic - Class in org.foray.graphic
An SVG Graphic.
SVGGraphic(GraphicServer4a, URL, BufferedInputStream) - Constructor for class org.foray.graphic.SVGGraphic
Constructor for the case of an unparsed URL.
SVGGraphic(GraphicServer4a, SVGDocument) - Constructor for class org.foray.graphic.SVGGraphic
Constructor for the case of a parsed SVGDocument.
SvgJava2d - Class in org.foray.graphic.output
Helper class for applications using SVG in Java2d output.
SvgObject - Enum in org.foray.fotree.svg
An enumeration for SVG objects.
SvgPdf - Class in org.foray.graphic.output
Helper class for applications using or embedding SVG in PDF output.
SvgPs - Class in org.foray.graphic.output
Helper class for applications using or embedding SVG in PostScript output.
SVGRenderer - Class in org.foray.render.svg
A Renderer implementation that writes the document as SVG.
SVGRenderer(Log, DocumentConfiguration, GraphicServer) - Constructor for class org.foray.render.svg.SVGRenderer
Constructor.
SvgUtil - Class in org.foray.common
Utility class containing some useful SVG-related tools.
SVGUtilities - Class in org.foray.render.svg
Some utilities for creating svg DOM documents and elements.
svgValueOf(String) - Static method in enum org.foray.fotree.svg.SvgObject
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the SVG name of the object instead of its enumerated name.
SYSTEM_COLOR - Static variable in class org.foray.fotree.value.Function
Constant indicating the "system-color" function.
SYSTEM_FONT - Static variable in class org.foray.fotree.value.Function
Constant indicating the "system-font" function.
SystemFont - Class in org.foray.font
Handles interface of system (AWT) fonts to the client application.
systemFontManifestation() - Method in class org.foray.font.FreeStandingFont
Returns the SystemFont manifestation of this font.

T

TAB - Static variable in class org.foray.mif.MifBook
Constant for the tab String, used in building mif output.
TAB - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript "tab" character.
Table - Class in org.foray.fotree.fo.obj
A "table" object in XSL-FO.
Table(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Table
Constructor.
TableAndCaption - Class in org.foray.fotree.fo.obj
A "table-and-caption" object in XSL-FO.
TableAndCaption(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.TableAndCaption
Constructor.
TableBody - Class in org.foray.fotree.fo.obj
A "table-body" object in XSL-FO.
TableBody(Table, PropertyList) - Constructor for class org.foray.fotree.fo.obj.TableBody
Constructor.
TableBodyContainer - Class in org.foray.area
Area containing all or part of a table-body.
TableBodyPL - Class in org.foray.pioneer
Pioneer Layout for TableBody.
TableBodyPL(TableBody, PioneerLS) - Constructor for class org.foray.pioneer.TableBodyPL
Constructor.
TableCaption - Class in org.foray.fotree.fo.obj
A "table-caption" object in XSL-FO.
TableCaption(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.TableCaption
Constructor.
TableCell - Class in org.foray.fotree.fo.obj
A "table-cell" object in XSL-FO.
TableCell(TableRow, PropertyList) - Constructor for class org.foray.fotree.fo.obj.TableCell
Constructor.
TableCell(AbstractTablePart, PropertyList) - Constructor for class org.foray.fotree.fo.obj.TableCell
Constructor for the case where the actual parent of the table-cell is the table-body, table-header, or table-footer.
TableCellPL - Class in org.foray.pioneer
Pioneer Layout for TableCell.
TableCellPL(TableCell, PioneerLS) - Constructor for class org.foray.pioneer.TableCellPL
Constructor.
TableCellRA - Class in org.foray.area
Area containing all or part of a table-cell.
TableColumn - Class in org.foray.fotree.fo.obj
A "table-column" object in XSL-FO.
TableColumn(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.TableColumn
Constructor.
TableFooter - Class in org.foray.fotree.fo.obj
A "table-footer" object in XSL-FO.
TableFooter(Table, PropertyList) - Constructor for class org.foray.fotree.fo.obj.TableFooter
Constructor.
TableFooterContainer - Class in org.foray.area
Area containing all or part of a table-footer.
TableFooterPL - Class in org.foray.pioneer
Pioneer Layout for TableFooter.
TableFooterPL(TableFooter, PioneerLS) - Constructor for class org.foray.pioneer.TableFooterPL
Constructor.
TableHeader - Class in org.foray.fotree.fo.obj
A "table-header" object in XSL-FO.
TableHeader(Table, PropertyList) - Constructor for class org.foray.fotree.fo.obj.TableHeader
Constructor.
TableHeaderContainer - Class in org.foray.area
Area containing all or part of a table-header.
TableHeaderPL - Class in org.foray.pioneer
Pioneer Layout for TableHeader.
TableHeaderPL(TableHeader, PioneerLS) - Constructor for class org.foray.pioneer.TableHeaderPL
Constructor.
TablePL - Class in org.foray.pioneer
Pioneer Layout for Table.
TablePL(Table, PioneerLS) - Constructor for class org.foray.pioneer.TablePL
Constructor.
TableRA - Class in org.foray.area
Area containing part or all of a Table.
TableRow - Class in org.foray.fotree.fo.obj
A "table-row" object in XSL-FO.
TableRow(FObj, PropertyList, boolean) - Constructor for class org.foray.fotree.fo.obj.TableRow
Constructor.
TableRowContainer - Class in org.foray.area
Class representing the areas returned by an fo:table-row object.
TableRowPL - Class in org.foray.pioneer
Pioneer Layout for TableRow.
TableRowPL(TableRow, PioneerLS) - Constructor for class org.foray.pioneer.TableRowPL
Constructor.
tableWidth() - Method in class org.foray.area.AreaNode
 
tableWidth() - Method in class org.foray.pioneer.OverrideGraftingContext
 
TAG_SIZE - Static variable in class org.foray.font.format.ttf.OTFFeature
The size, in bytes, of an OpenType Feature tag.
TAG_SIZE - Static variable in class org.foray.font.format.ttf.OTFLanguageSystem
The size, in bytes, of an OpenType Language System tag.
TAG_SIZE - Static variable in class org.foray.font.format.ttf.OTFScript
The size, in bytes, of an OpenType Script tag.
TempImage - Class in org.foray.graphic
An implementation of the axsl Graphic interface that provides the ability to create a pseudo-graphic that can be used by Renderers.
TempImage(URL, int, int, byte[]) - Constructor for class org.foray.graphic.TempImage
Constructor.
TernaryTreeMap - Class in org.foray.common
A map whose key is always a CharSequence (usually a String), and whose value is a char, usually used to store an index into some other data structure.
TernaryTreeMap() - Constructor for class org.foray.common.TernaryTreeMap
Constructor.
TernaryTreeMap.Iterator - Class in org.foray.common
Inner class Iterator implementation.
TernaryTreeMap.Iterator() - Constructor for class org.foray.common.TernaryTreeMap.Iterator
Constructor.
TestConverter - Class in org.foray.app.test
TestConverter is used to process a set of tests specified in a testsuite.
TestConverter() - Constructor for class org.foray.app.test.TestConverter
Constructor.
testNewBuild() - Method in class org.foray.app.ant.RunTest
Test the current build.
TEXT - Static variable in class org.foray.text.line.solitary.SolitaryLineBreaker
Possible value for SolitaryLineBreaker.previousCharacter, indicating that the previous character was text within a "word".
textAlignLastApplies() - Method in class org.foray.area.LineArea
Tests for the specialized case of a line qualifying for text-align-last to apply to it.
TextArea - Class in org.foray.area
TextArea is a convenience class whose members represent contiguous glyph-areas that have identical text-related traits.
TextServer4a - Class in org.foray.text
This class encapsulates the various text processing functions.
TextServer4a(Log, HyphenationServer) - Constructor for class org.foray.text.TextServer4a
Constructor.
textToPdf(CharSequence, FontOptions, Orthography) - Method in class org.foray.font.output.FontPdf4a
 
textTransformCharAt(WhiteSpaceTreatment, LinefeedTreatment, TextTransform, int) - Method in class org.foray.fotree.fo.obj.FoInterword
 
textTransformCharAt(WhiteSpaceTreatment, LinefeedTreatment, TextTransform, int) - Method in class org.foray.fotree.fo.obj.FoWord
 
textTransformCharAt(WhiteSpaceTreatment, LinefeedTreatment, TextTransform, int) - Method in class org.foray.fotree.fo.obj.FoWordSequenceContent
Returns the char at a given index after text-transform is applied.
textTransformLength(WhiteSpaceTreatment, LinefeedTreatment, TextTransform) - Method in class org.foray.fotree.fo.obj.FoWordSequenceContent
Returns the number of chars in this object after text-transform is applied.
theInstance() - Static method in class org.foray.common.ColorSpaceCMYK
Returns the singleton instance of this class.
throwException(String) - Method in class org.foray.fotree.FObj
Convenience method handling some details of throwing a parsing exception.
throwException(String, String) - Static method in class org.foray.fotree.FObj
Convenience method handling some details of throwing a parsing exception.
throwExceptionContentModelViolation() - Method in class org.foray.fotree.FObj
Convenience method that throws a general content model violation exception.
throwExceptionInvalidLocation() - Method in class org.foray.fotree.FObj
Convenience method that throws a general exception indicating that an element is not valid at this location.
TIFFFactory - Class in org.foray.graphic.factory
ImageReader object for TIFF image type.
TIFFFactory(GraphicServer4a) - Constructor for class org.foray.graphic.factory.TIFFFactory
Constructor.
TIFFGraphic - Class in org.foray.graphic
A TIFF image.
TIFFGraphic(GraphicServer4a, URL, BufferedInputStream) - Constructor for class org.foray.graphic.TIFFGraphic
Constructor.
Title - Class in org.foray.fotree.fo.obj
A "title" object in XSL-FO.
Title(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Title
Constructor.
toArray(List<Character>) - Static method in class org.foray.common.util.CharacterUtils
Converts a List of Character instances into an array of chars.
toArray() - Method in class org.foray.common.util.IntArrayBuilder
 
toByteArray(InputStream, int) - Static method in class org.foray.common.IOUtil
Loads the contents of the InputStream to a byte array.
toChars(CharSequence, int, int, char[], int) - Static method in class org.foray.common.StringUtil
Copies characters from a CharSequence string into a destination char[].
toCIEXYZ(float[]) - Method in class org.foray.common.ColorSpaceCMYK
 
toCodePoints(CharSequence) - Static method in class org.foray.common.StringUtil
Converts a CharSequence to an array of Unicode code points.
toCodePoints(char[]) - Static method in class org.foray.common.StringUtil
Converts a char[] to an array of Unicode code points.
toCodepoints(CharSequence, int, int, int) - Static method in class org.foray.common.util.CharSequenceUtils
Converts a CharSequence to a sequence of Unicode codepoints.
toCodepoints(CharSequence, int, int) - Static method in class org.foray.common.util.CharSequenceUtils
Converts a CharSequence to a sequence of Unicode codepoints.
toExtensionName() - Method in enum org.foray.fotree.axsl.AxslObject
Converts an object name enumeration to its name.
toExtensionName() - Method in enum org.foray.fotree.foray.ForayObject
Converts an object name enumeration to its name.
tokenizeElementContent(String) - Static method in class org.foray.xml.dtd.DTDTokenizer
Returns the content of an Element as an array of String tokens.
tokenizeURIList(String) - Static method in class org.foray.fotree.value.DtURI
Converts an unparsed string containing one or more URIs into a list of URIs.
toPDF() - Method in class org.foray.pdf.object.PDFAnnotList
Represent the object in PDF.
toPDF() - Method in class org.foray.pdf.object.PDFArray
 
toPDF() - Method in class org.foray.pdf.object.PDFBorderStyle
Produce the PDF representation of the object.
toPDF() - Method in class org.foray.pdf.object.PDFCharProcs
 
toPDF() - Method in class org.foray.pdf.object.PDFCIDFont
 
toPDF() - Method in class org.foray.pdf.object.PDFCIDSystemInfo
Generates the PDF text necessary to represent the object, returning it as a String.
toPDF() - Method in class org.foray.pdf.object.PDFDate
 
toPDF() - Method in class org.foray.pdf.object.PDFDestination
 
toPDF() - Method in class org.foray.pdf.object.PDFEncoding
 
toPDF() - Method in class org.foray.pdf.object.PDFEncryption
 
toPDF() - Method in class org.foray.pdf.object.PDFFileSpec
 
toPDF() - Method in class org.foray.pdf.object.PDFFont
 
toPDF() - Method in class org.foray.pdf.object.PDFFontDescriptor
 
toPDF() - Method in class org.foray.pdf.object.PDFFunction
represent as PDF.
toPDF() - Method in class org.foray.pdf.object.PDFGoTo
 
toPDF() - Method in class org.foray.pdf.object.PDFGoToRemote
 
toPDF() - Method in class org.foray.pdf.object.PDFInfo
 
toPDF() - Method in class org.foray.pdf.object.PDFLink
 
toPDF() - Method in class org.foray.pdf.object.PDFNameTree
Represent the object as PDF.
toPDF() - Method in class org.foray.pdf.object.PDFNumberTree
Represent the object as PDF.
toPDF() - Method in class org.foray.pdf.object.PDFOutline
 
toPDF() - Method in class org.foray.pdf.object.PDFOutlineItem
 
toPDF() - Method in class org.foray.pdf.object.PDFPage
 
toPDF() - Method in class org.foray.pdf.object.PDFPageLabel
 
toPDF() - Method in class org.foray.pdf.object.PDFPages
 
toPDF() - Method in class org.foray.pdf.object.PDFPattern
represent as PDF.
toPDF() - Method in class org.foray.pdf.object.PDFRectangle
Produce the PDF representation for the object.
toPDF() - Method in class org.foray.pdf.object.PDFResources
 
toPDF() - Method in class org.foray.pdf.object.PDFRoot
Represent the object as PDF.
toPDF() - Method in class org.foray.pdf.object.PDFShading
represent as PDF.
toPDF() - Method in class org.foray.pdf.object.PDFStream
 
toPDF() - Method in class org.foray.pdf.object.PDFString
 
toPDF() - Method in class org.foray.pdf.object.PDFTextString
Generates the PDF text necessary to represent the object, returning it as a String.
toPDF() - Method in class org.foray.pdf.object.PDFUri
There is nothing to return for the toPDF method, as it should not be called.
toPDFString() - Method in class org.foray.pdf.object.PDFRectangle
Returns the description of the rectangle suitable for embedding in the PDF document.
topHasPCDATA() - Method in class org.foray.xml.dtd.ElementStack
Indicates whether the top item on the stack contains PCDATA content.
topIsBlockElement() - Method in class org.foray.xml.dtd.ElementStack
Reports whether the top element on the stack should be treated as a block element or as an inline element.
topIsInsideMixedContent() - Method in class org.foray.xml.dtd.ElementStack
Reports whether the top element on the stack is inside of any element that contains mixed content.
toPoints(int) - Static method in class org.foray.render.Renderer
Converts millipoints to points.
toPS(Color, boolean) - Static method in class org.foray.common.ps.PsColor
Convert a Color to PostScript.
toRGB(float[]) - Method in class org.foray.common.ColorSpaceCMYK
 
toString() - Method in class org.foray.common.CharSequenceSubset
Overrides method in Object to properly conform to the CharSequence interface.
toString() - Method in class org.foray.common.i18n.Country4a
 
toString() - Method in class org.foray.common.i18n.Language4a
 
toString() - Method in class org.foray.common.i18n.Script4a
 
toString() - Method in class org.foray.common.util.IntArrayBuilder
 
toString() - Method in class org.foray.font.format.Panose
 
toString() - Method in class org.foray.fotree.fo.obj.FoInterword
 
toString() - Method in class org.foray.fotree.fo.obj.FoWord
 
toString() - Method in class org.foray.hyphen.Interword4a
 
toString() - Method in class org.foray.hyphen.MutatingHyphenationBreak4a
 
toString() - Method in class org.foray.hyphen.Word4a
 
toString() - Method in class org.foray.hyphen.WordWrapper
 
toString() - Method in class org.foray.ps.PsBoolean
 
toString() - Method in class org.foray.ps.PsInteger
 
toString() - Method in class org.foray.ps.PsName
 
toString() - Method in class org.foray.ps.PsReal
 
toString() - Method in class org.foray.ps.PsString
 
toStringArray() - Method in class org.foray.fotree.value.ValueCollection
Returns the collection as an array of Strings.
toStringUnparsed() - Method in enum org.foray.fotree.axsl.AxslProperty
Returns the XSL-FO name for this instance.
toStringUnparsed() - Method in enum org.foray.fotree.fo.FoProperty
Returns the XSL-FO name for this instance.
toStringUnparsed() - Method in interface org.foray.fotree.PropertyType
Returns the raw, unparsed value of this property type that would be found in an input file, or that would be meaningful to a user in a user message.
toStringUnparsed() - Method in enum org.foray.fotree.xml.XmlProperty
 
toSVG() - Method in enum org.foray.fotree.svg.SvgObject
Converts an object name enumeration to its SVG name.
totalAlignmentAdjustment() - Method in class org.foray.area.LineArea
Computes the difference between the space available on the line and the amount of space actually used.
toXslFo() - Method in enum org.foray.fotree.axsl.AxslValue
Returns the XSL-FO name for this value.
toXslFo() - Method in enum org.foray.fotree.fo.FoObject
Converts an object name enumeration to its XSL-FO name.
toXslFo() - Method in enum org.foray.fotree.fo.FoProperty
Converts a property name enumeration to its XSL-FO name.
toXslFo() - Method in enum org.foray.fotree.fo.FoValue
Returns the XSL-FO name for this value.
traitAbsolutePosition() - Method in class org.foray.area.BlockContainerRA
Returns the "absolute-position" trait for this Area.
traitAbsolutePosition(FoContext) - Method in class org.foray.fotree.FObj
 
traitAbsolutePosition(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the absolute-position property.
traitActiveState(FoContext) - Method in class org.foray.fotree.FObj
 
traitActiveState(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the active-state property.
traitAlignmentAdjust(FoContext, FoInlineContext) - Method in class org.foray.fotree.FObj
 
traitAlignmentAdjust(FObj, FoContext, FoInlineContext) - Method in class org.foray.fotree.PropertyList
Returns the alignment-adjust amount.
traitAlignmentBaseline(FoContext) - Method in class org.foray.fotree.FObj
 
traitAlignmentBaseline(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the alignment-baseline property.
traitAllowedHeightScale() - Method in class org.foray.fotree.FObj
Returns the allowed-height-scale trait.
traitAllowedHeightScale(FoContext) - Method in class org.foray.fotree.FObj
 
traitAllowedHeightScale(FObj) - Method in class org.foray.fotree.PropertyList
Returns the allowed-height-scale property.
traitAllowedWidthScale() - Method in class org.foray.fotree.FObj
Returns the allowed-height-scale trait.
traitAllowedWidthScale(FoContext) - Method in class org.foray.fotree.FObj
 
traitAllowedWidthScale(FObj) - Method in class org.foray.fotree.PropertyList
Returns the allowed-width-scale property.
traitAreaClass() - Method in class org.foray.area.Area
Returns the area-class trait for this Area.
traitAutoRestore(FoContext) - Method in class org.foray.fotree.FObj
 
traitAutoRestore(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the auto-restore property.
traitAzimuth(FoContext) - Method in class org.foray.fotree.FObj
 
traitAzimuth(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the azimuth property.
traitBackgroundAttachment(FoContext) - Method in class org.foray.fotree.FObj
 
traitBackgroundAttachment(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the background-attachment property.
traitBackgroundColor() - Method in class org.foray.area.BlockContainerRA
 
traitBackgroundColor() - Method in class org.foray.area.InlineArea
 
traitBackgroundColor() - Method in class org.foray.area.NormalBlockArea
 
traitBackgroundColor() - Method in class org.foray.area.RegionRA
 
traitBackgroundColor() - Method in class org.foray.area.RegionRABody
 
traitBackgroundColor() - Method in class org.foray.area.TableBodyContainer
 
traitBackgroundColor() - Method in class org.foray.area.TableCellRA
 
traitBackgroundColor() - Method in class org.foray.area.TableFooterContainer
 
traitBackgroundColor() - Method in class org.foray.area.TableHeaderContainer
 
traitBackgroundColor() - Method in class org.foray.area.TableRA
 
traitBackgroundColor() - Method in class org.foray.area.TableRowContainer
 
traitBackgroundColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitBackgroundImage() - Method in class org.foray.area.BlockContainerRA
 
traitBackgroundImage() - Method in class org.foray.area.InlineArea
 
traitBackgroundImage() - Method in class org.foray.area.NormalBlockArea
 
traitBackgroundImage() - Method in class org.foray.area.RegionRA
 
traitBackgroundImage() - Method in class org.foray.area.RegionRABody
 
traitBackgroundImage() - Method in class org.foray.area.TableBodyContainer
 
traitBackgroundImage() - Method in class org.foray.area.TableCellRA
 
traitBackgroundImage() - Method in class org.foray.area.TableFooterContainer
 
traitBackgroundImage() - Method in class org.foray.area.TableHeaderContainer
 
traitBackgroundImage() - Method in class org.foray.area.TableRA
 
traitBackgroundImage() - Method in class org.foray.area.TableRowContainer
 
traitBackgroundImage(FoContext) - Method in class org.foray.fotree.FObj
 
traitBackgroundPositionHorizontal(FoContext, int, int) - Method in class org.foray.fotree.FObj
 
traitBackgroundPositionHorizontal(FObj, FoContext, int, int) - Method in class org.foray.fotree.PropertyList
Returns the background-position-horizontal property.
traitBackgroundPositionVertical(FoContext, int, int) - Method in class org.foray.fotree.FObj
 
traitBackgroundPositionVertical(FObj, FoContext, int, int) - Method in class org.foray.fotree.PropertyList
Returns the background-position-vertical property.
traitBackgroundRepeat() - Method in class org.foray.area.BlockContainerRA
 
traitBackgroundRepeat() - Method in class org.foray.area.InlineArea
 
traitBackgroundRepeat() - Method in class org.foray.area.NormalBlockArea
 
traitBackgroundRepeat() - Method in class org.foray.area.RegionRA
 
traitBackgroundRepeat() - Method in class org.foray.area.RegionRABody
 
traitBackgroundRepeat() - Method in class org.foray.area.TableBodyContainer
 
traitBackgroundRepeat() - Method in class org.foray.area.TableCellRA
 
traitBackgroundRepeat() - Method in class org.foray.area.TableFooterContainer
 
traitBackgroundRepeat() - Method in class org.foray.area.TableHeaderContainer
 
traitBackgroundRepeat() - Method in class org.foray.area.TableRA
 
traitBackgroundRepeat() - Method in class org.foray.area.TableRowContainer
 
traitBackgroundRepeat(FoContext) - Method in class org.foray.fotree.FObj
 
traitBaselineShift() - Method in class org.foray.area.AbstractInlineArea
Returns the baseline shift amount for this area.
traitBaselineShift(FoContext) - Method in class org.foray.fotree.FObj
 
traitBaselineShift(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the baseline-shift property.
traitBlankOrNotBlank() - Method in class org.foray.fotree.FObj
Returns the "blank-or-not-blank" trait.
traitBlink(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderAfterColor() - Method in class org.foray.area.BlockContainerRA
 
traitBorderAfterColor() - Method in class org.foray.area.InlineArea
 
traitBorderAfterColor() - Method in class org.foray.area.NormalBlockArea
 
traitBorderAfterColor() - Method in class org.foray.area.TableCellRA
 
traitBorderAfterColor() - Method in class org.foray.area.TableRA
 
traitBorderAfterColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderAfterPrecedence(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderAfterStyle() - Method in class org.foray.area.BasicLinkArea
Returns the border style for the "after" edge of this Area.
traitBorderAfterStyle() - Method in class org.foray.area.BlockContainerRA
Returns the border style for the "after" edge of this Area.
traitBorderAfterStyle() - Method in class org.foray.area.InlineArea
Returns the border style for the "after" edge of this Area.
traitBorderAfterStyle() - Method in class org.foray.area.NormalBlockArea
Returns the border style for the "after" edge of this Area.
traitBorderAfterStyle() - Method in class org.foray.area.TableCellRA
Returns the border style for the "after" edge of this Area.
traitBorderAfterStyle() - Method in class org.foray.area.TableRA
Returns the border style for the "after" edge of this Area.
traitBorderAfterStyle(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderAfterWidth() - Method in class org.foray.area.Area
Returns the border-after-width trait for this area.
traitBorderAfterWidth() - Method in class org.foray.area.BasicLinkArea
 
traitBorderAfterWidth() - Method in class org.foray.area.BeforeFloatRA
 
traitBorderAfterWidth() - Method in class org.foray.area.BidiOverrideArea
 
traitBorderAfterWidth() - Method in class org.foray.area.BlockContainerRA
 
traitBorderAfterWidth() - Method in class org.foray.area.ExternalGraphicArea
 
traitBorderAfterWidth() - Method in class org.foray.area.FootnoteRA
 
traitBorderAfterWidth() - Method in class org.foray.area.ForeignObjectArea
 
traitBorderAfterWidth() - Method in class org.foray.area.IndexPageCitationListArea
 
traitBorderAfterWidth() - Method in class org.foray.area.InlineArea
 
traitBorderAfterWidth() - Method in class org.foray.area.InlineContainerArea
 
traitBorderAfterWidth() - Method in class org.foray.area.LeaderArea
 
traitBorderAfterWidth() - Method in class org.foray.area.LineArea
Returns the border-after-width trait for this area.
traitBorderAfterWidth() - Method in class org.foray.area.ListBlockArea
 
traitBorderAfterWidth() - Method in class org.foray.area.ListItemArea
 
traitBorderAfterWidth() - Method in class org.foray.area.MainRA
 
traitBorderAfterWidth() - Method in class org.foray.area.NormalBlockArea
 
traitBorderAfterWidth() - Method in class org.foray.area.NormalFlowRA
 
traitBorderAfterWidth() - Method in class org.foray.area.PageNumberArea
 
traitBorderAfterWidth() - Method in class org.foray.area.PageNumberCitationArea
 
traitBorderAfterWidth() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitBorderAfterWidth() - Method in class org.foray.area.PageRA
 
traitBorderAfterWidth() - Method in class org.foray.area.RegionRA
 
traitBorderAfterWidth() - Method in class org.foray.area.RegionRABody
 
traitBorderAfterWidth() - Method in class org.foray.area.ScalingValueCitationArea
 
traitBorderAfterWidth() - Method in class org.foray.area.SpanRA
 
traitBorderAfterWidth() - Method in class org.foray.area.TableBodyContainer
 
traitBorderAfterWidth() - Method in class org.foray.area.TableCellRA
 
traitBorderAfterWidth() - Method in class org.foray.area.TableFooterContainer
 
traitBorderAfterWidth() - Method in class org.foray.area.TableHeaderContainer
 
traitBorderAfterWidth() - Method in class org.foray.area.TableRA
 
traitBorderAfterWidth() - Method in class org.foray.area.TableRowContainer
 
traitBorderAfterWidth() - Method in class org.foray.area.TextArea
Returns the border-after-width trait for this area.
traitBorderAfterWidth(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderBeforeColor() - Method in class org.foray.area.BlockContainerRA
 
traitBorderBeforeColor() - Method in class org.foray.area.InlineArea
 
traitBorderBeforeColor() - Method in class org.foray.area.NormalBlockArea
 
traitBorderBeforeColor() - Method in class org.foray.area.TableCellRA
 
traitBorderBeforeColor() - Method in class org.foray.area.TableRA
 
traitBorderBeforeColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderBeforePrecedence(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderBeforeStyle() - Method in class org.foray.area.BasicLinkArea
Returns the border style for the "before" edge of this Area.
traitBorderBeforeStyle() - Method in class org.foray.area.BlockContainerRA
Returns the border style for the "before" edge of this Area.
traitBorderBeforeStyle() - Method in class org.foray.area.InlineArea
Returns the border style for the "before" edge of this Area.
traitBorderBeforeStyle() - Method in class org.foray.area.NormalBlockArea
Returns the border style for the "before" edge of this Area.
traitBorderBeforeStyle() - Method in class org.foray.area.TableCellRA
Returns the border style for the "before" edge of this Area.
traitBorderBeforeStyle() - Method in class org.foray.area.TableRA
Returns the border style for the "before" edge of this Area.
traitBorderBeforeStyle(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderBeforeWidth() - Method in class org.foray.area.Area
Returns the border-before-width trait for this area.
traitBorderBeforeWidth() - Method in class org.foray.area.BasicLinkArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.BeforeFloatRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.BidiOverrideArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.BlockContainerRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.ExternalGraphicArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.FootnoteRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.ForeignObjectArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.IndexPageCitationListArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.InlineArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.InlineContainerArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.LeaderArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.LineArea
Returns the border-before-width trait for this area.
traitBorderBeforeWidth() - Method in class org.foray.area.ListBlockArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.ListItemArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.MainRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.NormalBlockArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.NormalFlowRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.PageNumberArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.PageNumberCitationArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.PageRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.RegionRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.RegionRABody
 
traitBorderBeforeWidth() - Method in class org.foray.area.ScalingValueCitationArea
 
traitBorderBeforeWidth() - Method in class org.foray.area.SpanRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.TableBodyContainer
 
traitBorderBeforeWidth() - Method in class org.foray.area.TableCellRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.TableFooterContainer
 
traitBorderBeforeWidth() - Method in class org.foray.area.TableHeaderContainer
 
traitBorderBeforeWidth() - Method in class org.foray.area.TableRA
 
traitBorderBeforeWidth() - Method in class org.foray.area.TableRowContainer
 
traitBorderBeforeWidth() - Method in class org.foray.area.TextArea
Returns the border-before-width trait for this area.
traitBorderBeforeWidth(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderCollapse() - Method in class org.foray.area.TableRA
Returns the border-collapse trait for this Area.
traitBorderCollapse(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderEndColor() - Method in class org.foray.area.BlockContainerRA
 
traitBorderEndColor() - Method in class org.foray.area.InlineArea
 
traitBorderEndColor() - Method in class org.foray.area.NormalBlockArea
 
traitBorderEndColor() - Method in class org.foray.area.TableCellRA
 
traitBorderEndColor() - Method in class org.foray.area.TableRA
 
traitBorderEndColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderEndPrecedence(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderEndStyle() - Method in class org.foray.area.BasicLinkArea
Returns the border style for the "end" edge of this Area.
traitBorderEndStyle() - Method in class org.foray.area.BlockContainerRA
Returns the border style for the "end" edge of this Area.
traitBorderEndStyle() - Method in class org.foray.area.InlineArea
Returns the border style for the "end" edge of this Area.
traitBorderEndStyle() - Method in class org.foray.area.NormalBlockArea
Returns the border style for the "end" edge of this Area.
traitBorderEndStyle() - Method in class org.foray.area.TableCellRA
Returns the border style for the "end" edge of this Area.
traitBorderEndStyle() - Method in class org.foray.area.TableRA
Returns the border style for the "end" edge of this Area.
traitBorderEndStyle(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderEndWidth() - Method in class org.foray.area.Area
Returns the border-end-width trait for this area.
traitBorderEndWidth() - Method in class org.foray.area.BasicLinkArea
 
traitBorderEndWidth() - Method in class org.foray.area.BeforeFloatRA
 
traitBorderEndWidth() - Method in class org.foray.area.BidiOverrideArea
 
traitBorderEndWidth() - Method in class org.foray.area.BlockContainerRA
 
traitBorderEndWidth() - Method in class org.foray.area.ExternalGraphicArea
 
traitBorderEndWidth() - Method in class org.foray.area.FootnoteRA
 
traitBorderEndWidth() - Method in class org.foray.area.ForeignObjectArea
 
traitBorderEndWidth() - Method in class org.foray.area.IndexPageCitationListArea
 
traitBorderEndWidth() - Method in class org.foray.area.InlineArea
 
traitBorderEndWidth() - Method in class org.foray.area.InlineContainerArea
 
traitBorderEndWidth() - Method in class org.foray.area.LeaderArea
 
traitBorderEndWidth() - Method in class org.foray.area.LineArea
Returns the border-end-width trait for this area.
traitBorderEndWidth() - Method in class org.foray.area.ListBlockArea
 
traitBorderEndWidth() - Method in class org.foray.area.ListItemArea
 
traitBorderEndWidth() - Method in class org.foray.area.MainRA
 
traitBorderEndWidth() - Method in class org.foray.area.NormalBlockArea
 
traitBorderEndWidth() - Method in class org.foray.area.NormalFlowRA
 
traitBorderEndWidth() - Method in class org.foray.area.PageNumberArea
 
traitBorderEndWidth() - Method in class org.foray.area.PageNumberCitationArea
 
traitBorderEndWidth() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitBorderEndWidth() - Method in class org.foray.area.PageRA
 
traitBorderEndWidth() - Method in class org.foray.area.RegionRA
 
traitBorderEndWidth() - Method in class org.foray.area.RegionRABody
 
traitBorderEndWidth() - Method in class org.foray.area.ScalingValueCitationArea
 
traitBorderEndWidth() - Method in class org.foray.area.SpanRA
 
traitBorderEndWidth() - Method in class org.foray.area.TableBodyContainer
 
traitBorderEndWidth() - Method in class org.foray.area.TableCellRA
 
traitBorderEndWidth() - Method in class org.foray.area.TableFooterContainer
 
traitBorderEndWidth() - Method in class org.foray.area.TableHeaderContainer
 
traitBorderEndWidth() - Method in class org.foray.area.TableRA
 
traitBorderEndWidth() - Method in class org.foray.area.TableRowContainer
 
traitBorderEndWidth() - Method in class org.foray.area.TextArea
Returns the border-end-width trait for this area.
traitBorderEndWidth(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderSeparationBPD() - Method in class org.foray.area.TableRA
Returns the BPD portion of the border separation trait for this Area.
traitBorderSeparationBpd(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderSeparationIPD() - Method in class org.foray.area.TableRA
Returns the IPD portion of the border separation trait for this Area.
traitBorderSeparationIpd(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderStartColor() - Method in class org.foray.area.BlockContainerRA
 
traitBorderStartColor() - Method in class org.foray.area.InlineArea
 
traitBorderStartColor() - Method in class org.foray.area.NormalBlockArea
 
traitBorderStartColor() - Method in class org.foray.area.TableCellRA
 
traitBorderStartColor() - Method in class org.foray.area.TableRA
 
traitBorderStartColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderStartPrecedence(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderStartStyle() - Method in class org.foray.area.BasicLinkArea
Returns the border style for the "start" edge of this Area.
traitBorderStartStyle() - Method in class org.foray.area.BlockContainerRA
Returns the border style for the "start" edge of this Area.
traitBorderStartStyle() - Method in class org.foray.area.InlineArea
Returns the border style for the "start" edge of this Area.
traitBorderStartStyle() - Method in class org.foray.area.NormalBlockArea
Returns the border style for the "start" edge of this Area.
traitBorderStartStyle() - Method in class org.foray.area.TableCellRA
Returns the border style for the "start" edge of this Area.
traitBorderStartStyle() - Method in class org.foray.area.TableRA
Returns the border style for the "start" edge of this Area.
traitBorderStartStyle(FoContext) - Method in class org.foray.fotree.FObj
 
traitBorderStartWidth() - Method in class org.foray.area.Area
Returns the border-start-width trait for this area.
traitBorderStartWidth() - Method in class org.foray.area.BasicLinkArea
 
traitBorderStartWidth() - Method in class org.foray.area.BeforeFloatRA
 
traitBorderStartWidth() - Method in class org.foray.area.BidiOverrideArea
 
traitBorderStartWidth() - Method in class org.foray.area.BlockContainerRA
 
traitBorderStartWidth() - Method in class org.foray.area.ExternalGraphicArea
 
traitBorderStartWidth() - Method in class org.foray.area.FootnoteRA
 
traitBorderStartWidth() - Method in class org.foray.area.ForeignObjectArea
 
traitBorderStartWidth() - Method in class org.foray.area.IndexPageCitationListArea
 
traitBorderStartWidth() - Method in class org.foray.area.InlineArea
 
traitBorderStartWidth() - Method in class org.foray.area.InlineContainerArea
 
traitBorderStartWidth() - Method in class org.foray.area.LeaderArea
 
traitBorderStartWidth() - Method in class org.foray.area.LineArea
Returns the border-start-width trait for this area.
traitBorderStartWidth() - Method in class org.foray.area.ListBlockArea
 
traitBorderStartWidth() - Method in class org.foray.area.ListItemArea
 
traitBorderStartWidth() - Method in class org.foray.area.MainRA
 
traitBorderStartWidth() - Method in class org.foray.area.NormalBlockArea
 
traitBorderStartWidth() - Method in class org.foray.area.NormalFlowRA
 
traitBorderStartWidth() - Method in class org.foray.area.PageNumberArea
 
traitBorderStartWidth() - Method in class org.foray.area.PageNumberCitationArea
 
traitBorderStartWidth() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitBorderStartWidth() - Method in class org.foray.area.PageRA
 
traitBorderStartWidth() - Method in class org.foray.area.RegionRA
 
traitBorderStartWidth() - Method in class org.foray.area.RegionRABody
 
traitBorderStartWidth() - Method in class org.foray.area.ScalingValueCitationArea
 
traitBorderStartWidth() - Method in class org.foray.area.SpanRA
 
traitBorderStartWidth() - Method in class org.foray.area.TableBodyContainer
 
traitBorderStartWidth() - Method in class org.foray.area.TableCellRA
 
traitBorderStartWidth() - Method in class org.foray.area.TableFooterContainer
 
traitBorderStartWidth() - Method in class org.foray.area.TableHeaderContainer
 
traitBorderStartWidth() - Method in class org.foray.area.TableRA
 
traitBorderStartWidth() - Method in class org.foray.area.TableRowContainer
 
traitBorderStartWidth() - Method in class org.foray.area.TextArea
Returns the border-start-width trait for this area.
traitBorderStartWidth(FoContext) - Method in class org.foray.fotree.FObj
 
traitBottom() - Method in class org.foray.area.BlockContainerRA
Returns the bottom trait for this area.
traitBottom(FoContext) - Method in class org.foray.fotree.FObj
 
traitBpDimensionMax(FoContext) - Method in class org.foray.fotree.FObj
 
traitBPDimensionMax(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the block-progression-dimension.maximum property.
traitBpDimensionMin(FoContext) - Method in class org.foray.fotree.FObj
 
traitBPDimensionMin(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the block-progression-dimension.minimum property.
traitBpDimensionOpt(FoContext) - Method in class org.foray.fotree.FObj
 
traitBPDimensionOpt(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the block-progression-dimension.optimum property.
traitBPDirection(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the block progression direction.
traitBreakAfter(FoContext) - Method in class org.foray.fotree.FObj
 
traitBreakBefore(FoContext) - Method in class org.foray.fotree.FObj
 
traitCaptionSide(FoContext) - Method in class org.foray.fotree.FObj
 
traitCaptionSide(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the caption-side property.
traitCaseName(FoContext) - Method in class org.foray.fotree.FObj
 
traitCaseName(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the case-name property.
traitCaseTitle() - Method in class org.foray.fotree.FObj
 
traitCaseTitle() - Method in class org.foray.fotree.PropertyList
Returns the case-title property.
traitChangeBarClass() - Method in class org.foray.fotree.FObj
 
traitChangeBarColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitChangeBarOffset(FoContext) - Method in class org.foray.fotree.FObj
 
traitChangeBarPlacement(FoContext) - Method in class org.foray.fotree.FObj
 
traitChangeBarStyle(FoContext) - Method in class org.foray.fotree.FObj
 
traitChangeBarWidth(FoContext) - Method in class org.foray.fotree.FObj
 
traitCharacter() - Method in class org.foray.fotree.FObj
Returns the "character" trait.
traitClear(FoContext) - Method in class org.foray.fotree.FObj
 
traitClear(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the clear property.
traitClip(FoContext, Shape) - Method in class org.foray.fotree.FObj
 
traitClip(FObj, FoContext, Shape) - Method in class org.foray.fotree.PropertyList
Returns the clip property.
traitClipIsAuto(FoContext) - Method in class org.foray.fotree.FObj
 
traitClipIsAuto(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Indicates whether "clip" is "auto".
traitColor() - Method in class org.foray.area.BasicLinkArea
 
traitColor() - Method in class org.foray.area.BidiOverrideArea
 
traitColor() - Method in class org.foray.area.BookmarkArea
 
traitColor() - Method in class org.foray.area.BookmarkTitleArea
Returns the color of this node.
traitColor() - Method in class org.foray.area.ExternalGraphicArea
 
traitColor() - Method in class org.foray.area.ForeignObjectArea
 
traitColor() - Method in class org.foray.area.IndexPageCitationListArea
 
traitColor() - Method in class org.foray.area.InlineArea
 
traitColor() - Method in class org.foray.area.InlineContainerArea
 
traitColor() - Method in class org.foray.area.LeaderArea
 
traitColor() - Method in class org.foray.area.PageNumberArea
 
traitColor() - Method in class org.foray.area.PageNumberCitationArea
 
traitColor() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitColor() - Method in class org.foray.area.ScalingValueCitationArea
 
traitColor() - Method in class org.foray.area.TextArea
 
traitColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitColorProfileName(FoContext) - Method in class org.foray.fotree.FObj
 
traitColorProfileName(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the color-profile-name property.
traitColumnCount() - Method in class org.foray.area.MainRA
Returns the number of columns in this area.
traitColumnCount() - Method in class org.foray.area.RegionRABody
Returns the number of columns in this body region.
traitColumnCount() - Method in class org.foray.area.SpanRA
Returns the number of columns in this span area.
traitColumnCount(FoContext) - Method in class org.foray.fotree.FObj
 
traitColumnGap() - Method in class org.foray.area.MainRA
Returns the column gap, in millipoints, for this area.
traitColumnGap() - Method in class org.foray.area.RegionRABody
Returns the column gap, in millipoints, of this body region.
traitColumnGap() - Method in class org.foray.area.SpanRA
Returns the column gap, in millipoints, of this span area.
traitColumnGap(FoContext) - Method in class org.foray.fotree.FObj
 
traitColumnNumber() - Method in class org.foray.area.TableCellRA
Returns the 1-based column number for this column.
traitColumnNumber(FoContext) - Method in class org.foray.fotree.FObj
Returns the "column-number" trait.
traitColumnWidth(FoContext) - Method in class org.foray.fotree.fo.obj.TableColumn
 
traitColumnWidthTableUnits() - Method in class org.foray.fotree.fo.obj.TableColumn
 
traitContentType(FoContext) - Method in class org.foray.fotree.FObj
 
traitContentType(FObj) - Method in class org.foray.fotree.PropertyList
Returns the content-type property.
traitCountry(FoContext) - Method in class org.foray.fotree.FObj
 
traitCueAfter(FoContext) - Method in class org.foray.fotree.FObj
 
traitCueAfter(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the cue-after property.
traitCueBefore(FoContext) - Method in class org.foray.fotree.FObj
 
traitCueBefore(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the cue-before property.
traitDestinationPlacementOffset(FoContext) - Method in class org.foray.fotree.FObj
 
traitDestinationPlacementOffset(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the destination-placement-offset property.
traitDirection(FoContext) - Method in class org.foray.fotree.FObj
 
traitDirection(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the direction property.
traitDisplayAlign() - Method in class org.foray.area.TableCellRA
Returns the display-align trait for this Area.
traitDisplayAlign(FoContext) - Method in class org.foray.fotree.FObj
 
traitDominantBaseline(FoContext) - Method in class org.foray.fotree.FObj
 
traitDominantBaseline(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the dominant-baseline property.
traitElevation(FoContext) - Method in class org.foray.fotree.FObj
 
traitElevation(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the elevation property.
traitEmptyCells(FoContext) - Method in class org.foray.fotree.FObj
 
traitEmptyCells(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the empty-cells property.
traitEndIndent() - Method in class org.foray.area.AbstractInlineArea
 
traitEndIndent() - Method in class org.foray.area.AbstractTablePartContainer
 
traitEndIndent() - Method in class org.foray.area.Area
Returns the end-indent trait.
traitEndIndent() - Method in class org.foray.area.BeforeFloatRA
 
traitEndIndent() - Method in class org.foray.area.BlockContainerRA
 
traitEndIndent() - Method in class org.foray.area.FootnoteRA
 
traitEndIndent() - Method in class org.foray.area.LineArea
 
traitEndIndent() - Method in class org.foray.area.ListBlockArea
 
traitEndIndent() - Method in class org.foray.area.ListItemArea
 
traitEndIndent() - Method in class org.foray.area.MainRA
 
traitEndIndent() - Method in class org.foray.area.NormalBlockArea
 
traitEndIndent() - Method in class org.foray.area.NormalFlowRA
 
traitEndIndent() - Method in class org.foray.area.PageRA
 
traitEndIndent() - Method in class org.foray.area.RegionRA
 
traitEndIndent() - Method in class org.foray.area.RegionRABody
 
traitEndIndent() - Method in class org.foray.area.SpanRA
 
traitEndIndent() - Method in class org.foray.area.TableCellRA
 
traitEndIndent() - Method in class org.foray.area.TableRA
 
traitEndIndent() - Method in class org.foray.area.TableRowContainer
 
traitEndIndent(FoContext) - Method in class org.foray.fotree.FObj
 
traitEndsRow(FoContext) - Method in class org.foray.fotree.FObj
Returns the "ends-row" trait for this FO.
traitEndsRow(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the ends-row property.
traitExtent() - Method in class org.foray.area.RegionRA
Returns the extent trait for this area.
traitExtent() - Method in class org.foray.area.RegionRABody
 
traitExtent() - Method in class org.foray.fotree.FObj
 
traitExternalDestination() - Method in class org.foray.fotree.FObj
Returns the "external-destination" trait for this FO.
traitFloat(FoContext) - Method in class org.foray.fotree.FObj
 
traitFloat(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the float property.
traitFlowName() - Method in class org.foray.fotree.FObj
 
traitFontFamily(FoContext) - Method in class org.foray.fotree.FObj
 
traitFontSelectionStrategy(FoContext) - Method in class org.foray.fotree.FObj
 
traitFontSelectionStrategy(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the font-selection-strategy property.
traitFontSize() - Method in class org.foray.area.LeaderArea
Returns the font-size trait.
traitFontSize() - Method in class org.foray.area.LineArea
Returns the font-size trait.
traitFontSize() - Method in class org.foray.area.NormalBlockArea
Returns the font-size trait.
traitFontSize() - Method in class org.foray.area.PageNumberArea
Returns the font-size trait.
traitFontSize() - Method in class org.foray.area.PageNumberCitationArea
Returns the font-size trait.
traitFontSize() - Method in class org.foray.area.PageNumberCitationLastArea
Returns the font-size trait.
traitFontSize() - Method in class org.foray.area.ScalingValueCitationArea
Returns the font-size trait.
traitFontSize() - Method in class org.foray.area.TextArea
Overrides the Area method because it needs to handle faux-small-caps.
traitFontSize(FoContext) - Method in class org.foray.fotree.FObj
 
traitFontSizeActual(FoContext, Font) - Method in class org.foray.fotree.FObj
 
traitFontSizeAdjust(FoContext) - Method in class org.foray.fotree.FObj
 
traitFontSizeAdjust(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the font-size-adjust property.
traitFontStretch(FoContext) - Method in class org.foray.fotree.FObj
 
traitFontStyle() - Method in class org.foray.area.BookmarkArea
 
traitFontStyle() - Method in class org.foray.area.BookmarkTitleArea
Returns the font style (normal, italic, etc.) for this area.
traitFontStyle(FoContext) - Method in class org.foray.fotree.FObj
 
traitFontVariant(FoContext) - Method in class org.foray.fotree.FObj
 
traitFontWeight() - Method in class org.foray.area.BookmarkArea
 
traitFontWeight() - Method in class org.foray.area.BookmarkTitleArea
Returns the relative boldness of the font-family typeface that should be used.
traitFontWeight(FoContext) - Method in class org.foray.fotree.FObj
 
traitForcePageCount(FoContext) - Method in class org.foray.fotree.FObj
 
traitFormat() - Method in class org.foray.fotree.FObj
Returns the "format" trait.
traitGeneratedBy() - Method in class org.foray.area.AreaNode
 
traitGeneratedBy() - Method in class org.foray.area.AreaTree
 
traitGeneratedBy() - Method in class org.foray.area.BasicLinkArea
 
traitGeneratedBy() - Method in class org.foray.area.BeforeFloatRA
 
traitGeneratedBy() - Method in class org.foray.area.BidiOverrideArea
 
traitGeneratedBy() - Method in class org.foray.area.BlockArea
 
traitGeneratedBy() - Method in class org.foray.area.BlockContainerRA
 
traitGeneratedBy() - Method in class org.foray.area.BookmarkArea
Returns the FO Tree bookmark node that created this.
traitGeneratedBy() - Method in class org.foray.area.BookmarkTitleArea
Returns the FO Tree bookmark-title object that generated this.
traitGeneratedBy() - Method in class org.foray.area.ExternalGraphicArea
 
traitGeneratedBy() - Method in class org.foray.area.FootnoteRA
 
traitGeneratedBy() - Method in class org.foray.area.ForeignObjectArea
 
traitGeneratedBy() - Method in class org.foray.area.IndexPageCitationListArea
 
traitGeneratedBy() - Method in class org.foray.area.InlineArea
 
traitGeneratedBy() - Method in class org.foray.area.InlineContainerArea
 
traitGeneratedBy() - Method in class org.foray.area.LeaderArea
 
traitGeneratedBy() - Method in class org.foray.area.LineArea
 
traitGeneratedBy() - Method in class org.foray.area.ListBlockArea
 
traitGeneratedBy() - Method in class org.foray.area.ListItemArea
 
traitGeneratedBy() - Method in class org.foray.area.ListItemBodyContainer
 
traitGeneratedBy() - Method in class org.foray.area.ListItemLabelContainer
 
traitGeneratedBy() - Method in class org.foray.area.MainRA
 
traitGeneratedBy() - Method in class org.foray.area.NormalFlowRA
 
traitGeneratedBy() - Method in class org.foray.area.PageCollection
 
traitGeneratedBy() - Method in class org.foray.area.PageNumberArea
 
traitGeneratedBy() - Method in class org.foray.area.PageNumberCitationArea
 
traitGeneratedBy() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitGeneratedBy() - Method in class org.foray.area.PageRA
 
traitGeneratedBy() - Method in class org.foray.area.RegionRA
 
traitGeneratedBy() - Method in class org.foray.area.RegionRABody
 
traitGeneratedBy() - Method in class org.foray.area.ScalingValueCitationArea
 
traitGeneratedBy() - Method in class org.foray.area.SpanRA
 
traitGeneratedBy() - Method in class org.foray.area.TableBodyContainer
 
traitGeneratedBy() - Method in class org.foray.area.TableCellRA
 
traitGeneratedBy() - Method in class org.foray.area.TableFooterContainer
 
traitGeneratedBy() - Method in class org.foray.area.TableHeaderContainer
 
traitGeneratedBy() - Method in class org.foray.area.TableRA
 
traitGeneratedBy() - Method in class org.foray.area.TableRowContainer
 
traitGeneratedBy() - Method in class org.foray.area.TextArea
 
traitGlyphOrientationHorizontal(FoContext) - Method in class org.foray.fotree.FObj
 
traitGlyphOrientationHorizontal(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the glyph-orientation-horizontal property.
traitGlyphOrientationVertical(FoContext) - Method in class org.foray.fotree.FObj
 
traitGlyphOrientationVertical(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the glyph-orientation-vertical property.
traitGroupingSeparator() - Method in class org.foray.fotree.FObj
Returns the "grouping-separator" trait.
traitGroupingSize() - Method in class org.foray.fotree.FObj
Returns the "grouping-size" trait.
traitHalfLeadingConditionality(FoContext) - Method in class org.foray.fotree.FObj
 
traitHalfLeadingConditionality(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the half-leading.conditionality property.
traitHalfLeadingMax() - Method in class org.foray.area.BlockArea
Returns the half-leading maximum trait for this area.
traitHalfLeadingMax(FoContext) - Method in class org.foray.fotree.FObj
 
traitHalfLeadingMax(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the half-leading.maximum property.
traitHalfLeadingMin() - Method in class org.foray.area.BlockArea
Returns the half-leading minimum trait for this area.
traitHalfLeadingMin(FoContext) - Method in class org.foray.fotree.FObj
 
traitHalfLeadingMin(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the half-leading.minimum property.
traitHalfLeadingOpt() - Method in class org.foray.area.BlockArea
Returns the half-leading optimum trait for this area.
traitHalfLeadingOpt(FoContext) - Method in class org.foray.fotree.FObj
 
traitHalfLeadingOpt(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the half-leading.optimum property.
traitHalfLeadingPrecedence(FoContext) - Method in class org.foray.fotree.FObj
 
traitHalfLeadingPrecedence(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the half-leading.precedence property.
traitHyphenate(FoContext) - Method in class org.foray.fotree.FObj
 
traitHyphenationCharacter() - Method in class org.foray.area.TextArea
Returns the hyphenation-character trait for this area.
traitHyphenationCharacter(FoContext) - Method in class org.foray.fotree.FObj
 
traitHyphenationKeep(FoContext) - Method in class org.foray.fotree.FObj
 
traitHyphenationKeep(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the hyphenation-keep property.
traitHyphenationLadderCount(FoContext) - Method in class org.foray.fotree.FObj
 
traitHyphenationPushCharacterCount(FoContext) - Method in class org.foray.fotree.FObj
 
traitHyphenationRemainCharacterCount(FoContext) - Method in class org.foray.fotree.FObj
 
traitHyphLadderCount(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the hyphenation-ladder-count property.
traitId() - Method in class org.foray.area.Area
 
traitId() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
Overrides standard logic, because, although property "id" applies to fo:character, there is no way to set such a property on a sequence of fo:character objects that are inferred from #PCDATA.
traitId() - Method in class org.foray.fotree.FObj
 
traitIndexClass() - Method in class org.foray.fotree.FObj
 
traitIndexKey() - Method in class org.foray.fotree.FObj
 
traitIndicateDestination(FoContext) - Method in class org.foray.fotree.FObj
 
traitIndicateDestination(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the indicate-destination property.
traitInitialPageNumber(int) - Method in class org.foray.fotree.FObj
 
traitInternalDestination() - Method in class org.foray.fotree.FObj
Returns the "internal-destination" trait for this FO.
traitIntrusionDisplace(FoContext) - Method in class org.foray.fotree.FObj
 
traitIpDimensionMax(FoContext) - Method in class org.foray.fotree.FObj
 
traitIPDimensionMax(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the inline-progression-dimension.maximum property.
traitIpDimensionMin(FoContext) - Method in class org.foray.fotree.FObj
 
traitIPDimensionMin(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the inline-progression-dimension.minimum property.
traitIPDimensionOpt() - Method in class org.foray.area.AbstractTablePartContainer
 
traitIPDimensionOpt() - Method in class org.foray.area.AreaFlexible
Return the optimum IP dimension for this area.
traitIPDimensionOpt() - Method in class org.foray.area.BasicLinkArea
 
traitIPDimensionOpt() - Method in class org.foray.area.BidiOverrideArea
 
traitIPDimensionOpt() - Method in class org.foray.area.BlockContainerRA
 
traitIPDimensionOpt() - Method in class org.foray.area.ExternalGraphicArea
 
traitIPDimensionOpt() - Method in class org.foray.area.ForeignObjectArea
 
traitIPDimensionOpt() - Method in class org.foray.area.IndexPageCitationListArea
 
traitIPDimensionOpt() - Method in class org.foray.area.InlineArea
 
traitIPDimensionOpt() - Method in class org.foray.area.InlineContainerArea
 
traitIPDimensionOpt() - Method in class org.foray.area.LeaderArea
 
traitIPDimensionOpt() - Method in class org.foray.area.LineArea
 
traitIPDimensionOpt() - Method in class org.foray.area.ListBlockArea
 
traitIPDimensionOpt() - Method in class org.foray.area.ListItemArea
 
traitIPDimensionOpt() - Method in class org.foray.area.NormalBlockArea
 
traitIPDimensionOpt() - Method in class org.foray.area.NormalFlowRA
 
traitIPDimensionOpt() - Method in class org.foray.area.PageNumberArea
 
traitIPDimensionOpt() - Method in class org.foray.area.PageNumberCitationArea
 
traitIPDimensionOpt() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitIPDimensionOpt() - Method in class org.foray.area.ScalingValueCitationArea
 
traitIPDimensionOpt() - Method in class org.foray.area.SpanRA
 
traitIPDimensionOpt() - Method in class org.foray.area.TableCellRA
 
traitIPDimensionOpt() - Method in class org.foray.area.TableRA
 
traitIPDimensionOpt() - Method in class org.foray.area.TableRowContainer
 
traitIPDimensionOpt() - Method in class org.foray.area.TextArea
 
traitIpDimensionOpt(FoContext) - Method in class org.foray.fotree.FObj
 
traitIPDimensionOpt(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the inline-progression-dimension.optimum property.
traitIPDirectionEven(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the inline progression direction for even-numbered lines.
traitIPDirectionOdd(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the inline progression direction for odd-numbered lines.
traitIsFirst() - Method in class org.foray.area.Area
Indicates whether this is the first child of the "generated by".
traitIsLast() - Method in class org.foray.area.Area
Indicates whether this is the last child of the "generated by".
traitIsReferenceArea() - Method in class org.foray.area.Area
Indicates whether this area is a reference area.
traitIsReferenceArea() - Method in class org.foray.area.ForeignObjectArea
 
traitIsReferenceArea() - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
traitIsReferenceArea() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
traitIsReferenceArea() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
traitIsReferenceArea() - Method in class org.foray.fotree.fo.obj.Region
 
traitIsReferenceArea() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
traitIsReferenceArea() - Method in class org.foray.fotree.fo.obj.Table
 
traitIsReferenceArea() - Method in class org.foray.fotree.fo.obj.TableCaption
 
traitIsReferenceArea() - Method in class org.foray.fotree.fo.obj.TableCell
 
traitIsReferenceArea() - Method in class org.foray.fotree.fo.obj.Title
 
traitIsReferenceArea() - Method in class org.foray.fotree.FObj
 
traitKeepTogetherWithinColumn(FoContext) - Method in class org.foray.fotree.FObj
 
traitKeepTogetherWithinColumn(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the keep-together.within-column property.
traitKeepTogetherWithinLine(FoContext) - Method in class org.foray.fotree.FObj
 
traitKeepTogetherWithinLine(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the keep-together.within-line property.
traitKeepTogetherWithinPage(FoContext) - Method in class org.foray.fotree.FObj
 
traitKeepTogetherWithinPage(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the keep-together.within-page property.
traitKeepWithNextWithinColumn(FoContext) - Method in class org.foray.fotree.FObj
 
traitKeepWithNextWithinColumn(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the keep-with-next.within-column property.
traitKeepWithNextWithinLine(FoContext) - Method in class org.foray.fotree.FObj
 
traitKeepWithNextWithinLine(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the keep-with-next.within-line property.
traitKeepWithNextWithinPage(FoContext) - Method in class org.foray.fotree.FObj
 
traitKeepWithNextWithinPage(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the keep-with-next.within-page property.
traitKeepWithPreviousWithinColumn(FoContext) - Method in class org.foray.fotree.FObj
 
traitKeepWithPreviousWithinColumn(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the keep-with-previous.within-column property.
traitKeepWithPreviousWithinLine(FoContext) - Method in class org.foray.fotree.FObj
 
traitKeepWithPreviousWithinLine(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the keep-with-previous.within-line property.
traitKeepWithPreviousWithinPage(FoContext) - Method in class org.foray.fotree.FObj
 
traitKeepWithPreviousWithinPage(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the keep-with-previous.within-page property.
traitLanguage(FoContext) - Method in class org.foray.fotree.FObj
 
traitLastLineEndIndent() - Method in class org.foray.area.LineArea
Returns the last-line end-indent value for this line.
traitLastLineEndIndent(FoContext) - Method in class org.foray.fotree.FObj
 
traitLastLineEndIndent(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the last-line-end-indent property.
traitLeaderAlignment() - Method in class org.foray.area.LeaderArea
Pass-thru of the FOTree trait value.
traitLeaderAlignment(FoContext) - Method in class org.foray.fotree.FObj
 
traitLeaderLengthMax() - Method in class org.foray.area.LeaderArea
Returns the maximum length of this leader, in millipoints.
traitLeaderLengthMax(FoContext) - Method in class org.foray.fotree.FObj
 
traitLeaderLengthMin() - Method in class org.foray.area.LeaderArea
Returns the minimum length of this leader, in millipoints.
traitLeaderLengthMin(FoContext) - Method in class org.foray.fotree.FObj
 
traitLeaderLengthOpt() - Method in class org.foray.area.LeaderArea
Returns the optimum length of this leader, in millipoints.
traitLeaderLengthOpt(FoContext) - Method in class org.foray.fotree.FObj
 
traitLeaderPattern() - Method in class org.foray.area.LeaderArea
Pass-thru of the FOTree trait value, with one exception.
traitLeaderPattern(FoContext) - Method in class org.foray.fotree.FObj
 
traitLeaderPatternWidth() - Method in class org.foray.area.LeaderArea
Pass-thru of the FOTree trait value.
traitLeaderPatternWidth(FoContext) - Method in class org.foray.fotree.FObj
 
traitLeft() - Method in class org.foray.area.BlockContainerRA
Returns the left trait for this area.
traitLeft(FoContext) - Method in class org.foray.fotree.FObj
 
traitLetterSpacingConditionality() - Method in class org.foray.fotree.FObj
 
traitLetterSpacingConditionality() - Method in class org.foray.fotree.PropertyList
Returns the letter-spacing.conditionality property.
traitLetterSpacingMax() - Method in class org.foray.area.TextArea
Returns the letter-spacing maximum trait.
traitLetterSpacingMax(FoContext) - Method in class org.foray.fotree.FObj
 
traitLetterSpacingMax(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the letter-spacing.maximum property.
traitLetterSpacingMin() - Method in class org.foray.area.TextArea
Returns the letter-spacing minimum trait.
traitLetterSpacingMin(FoContext) - Method in class org.foray.fotree.FObj
 
traitLetterSpacingMin(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the letter-spacing.minimum property.
traitLetterSpacingOpt() - Method in class org.foray.area.TextArea
Returns the letter-spacing optimum trait.
traitLetterSpacingOpt(FoContext) - Method in class org.foray.fotree.FObj
 
traitLetterSpacingOpt(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the letter-spacing.optimum property.
traitLetterSpacingPrecedence() - Method in class org.foray.fotree.FObj
 
traitLetterSpacingPrecedence() - Method in class org.foray.fotree.PropertyList
Returns the letter-spacing.precedence property.
traitLetterValue() - Method in class org.foray.fotree.FObj
Returns the "letter-value" trait.
traitLinefeedTreatment(FoContext) - Method in class org.foray.fotree.axsl.obj.Metadata
Overrides standard logic as linefeed-treatment for a metadata item is always the initial value.
traitLinefeedTreatment(FoContext) - Method in class org.foray.fotree.fo.obj.BookmarkTitle
Overrides standard logic as linefeed-treatment for a bookmark-title is always the initial value.
traitLinefeedTreatment(FoContext) - Method in class org.foray.fotree.FObj
 
traitLinefeedTreatment(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the linefeed-treatment property.
traitLineHeightShiftAdjustment(FoContext) - Method in class org.foray.fotree.FObj
 
traitLineHeightShiftAdjustment(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the line-height-shift-adjustment property.
traitLineStackingStrategy() - Method in class org.foray.area.BlockArea
Returns the line-stacking-strategy trait for this Area.
traitLineStackingStrategy(FoContext) - Method in class org.foray.fotree.FObj
 
traitLineStackingStrategy(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the line-stacking-strategy property.
traitMarkerClassName() - Method in class org.foray.fotree.FObj
Returns the "marker-class-name" trait.
traitMasterName() - Method in class org.foray.fotree.FObj
Returns the "master-name" trait.
traitMasterReference() - Method in class org.foray.fotree.FObj
Returns the "master-reference" trait.
traitMaximumRepeats() - Method in class org.foray.fotree.FObj
Returns the "maximum-repeats" trait.
traitMediaUsage(FoContext) - Method in class org.foray.fotree.FObj
 
traitMediaUsage(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the media-usage property.
traitMergePagesAcrossIndexKeyReferences(FoContext) - Method in class org.foray.fotree.FObj
 
traitMergeRangesAcrossIndexKeyReferences(FoContext) - Method in class org.foray.fotree.FObj
 
traitMergeSequentialPageNumbers(FoContext) - Method in class org.foray.fotree.FObj
 
traitNumberColumnsRepeated() - Method in class org.foray.fotree.FObj
 
traitNumberColumnsSpanned() - Method in class org.foray.area.TableCellRA
Return the number of columns spanned by this cell.
traitNumberColumnsSpanned() - Method in class org.foray.fotree.FObj
Returns the "number-columns-spanned" trait.
traitNumberRowsSpanned() - Method in class org.foray.area.TableCellRA
Return the number of rows spanned by this cell.
traitNumberRowsSpanned() - Method in class org.foray.fotree.FObj
Returns the "number-rows-spanned" trait.
traitOddOrEven() - Method in class org.foray.fotree.FObj
Returns the "odd-or-even" trait.
traitOrphans(FoContext) - Method in class org.foray.fotree.FObj
 
traitOrphans(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the orphans property.
traitOverflow(FoContext) - Method in class org.foray.fotree.FObj
 
traitOverlineScore() - Method in class org.foray.area.BasicLinkArea
 
traitOverlineScore() - Method in class org.foray.area.BidiOverrideArea
 
traitOverlineScore() - Method in class org.foray.area.ExternalGraphicArea
 
traitOverlineScore() - Method in class org.foray.area.ForeignObjectArea
 
traitOverlineScore() - Method in class org.foray.area.IndexPageCitationListArea
 
traitOverlineScore() - Method in class org.foray.area.InlineArea
 
traitOverlineScore() - Method in class org.foray.area.InlineContainerArea
 
traitOverlineScore() - Method in class org.foray.area.LeaderArea
 
traitOverlineScore() - Method in class org.foray.area.PageNumberArea
 
traitOverlineScore() - Method in class org.foray.area.PageNumberCitationArea
 
traitOverlineScore() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitOverlineScore() - Method in class org.foray.area.ScalingValueCitationArea
 
traitOverlineScore() - Method in class org.foray.area.TextArea
 
traitOverlineScore(FoContext) - Method in class org.foray.fotree.FObj
 
traitOverlineScoreColor() - Method in class org.foray.area.BasicLinkArea
 
traitOverlineScoreColor() - Method in class org.foray.area.BidiOverrideArea
 
traitOverlineScoreColor() - Method in class org.foray.area.ExternalGraphicArea
 
traitOverlineScoreColor() - Method in class org.foray.area.ForeignObjectArea
 
traitOverlineScoreColor() - Method in class org.foray.area.IndexPageCitationListArea
 
traitOverlineScoreColor() - Method in class org.foray.area.InlineArea
 
traitOverlineScoreColor() - Method in class org.foray.area.InlineContainerArea
 
traitOverlineScoreColor() - Method in class org.foray.area.LeaderArea
 
traitOverlineScoreColor() - Method in class org.foray.area.PageNumberArea
 
traitOverlineScoreColor() - Method in class org.foray.area.PageNumberCitationArea
 
traitOverlineScoreColor() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitOverlineScoreColor() - Method in class org.foray.area.ScalingValueCitationArea
 
traitOverlineScoreColor() - Method in class org.foray.area.TextArea
 
traitOverlineScoreColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitPaddingAfter() - Method in class org.foray.area.Area
Returns the padding-after trait for this area.
traitPaddingAfter() - Method in class org.foray.area.BasicLinkArea
 
traitPaddingAfter() - Method in class org.foray.area.BeforeFloatRA
 
traitPaddingAfter() - Method in class org.foray.area.BidiOverrideArea
 
traitPaddingAfter() - Method in class org.foray.area.BlockContainerRA
 
traitPaddingAfter() - Method in class org.foray.area.ExternalGraphicArea
 
traitPaddingAfter() - Method in class org.foray.area.FootnoteRA
 
traitPaddingAfter() - Method in class org.foray.area.ForeignObjectArea
 
traitPaddingAfter() - Method in class org.foray.area.IndexPageCitationListArea
 
traitPaddingAfter() - Method in class org.foray.area.InlineArea
 
traitPaddingAfter() - Method in class org.foray.area.InlineContainerArea
 
traitPaddingAfter() - Method in class org.foray.area.LeaderArea
 
traitPaddingAfter() - Method in class org.foray.area.LineArea
Returns the padding-after trait for this area.
traitPaddingAfter() - Method in class org.foray.area.ListBlockArea
 
traitPaddingAfter() - Method in class org.foray.area.ListItemArea
 
traitPaddingAfter() - Method in class org.foray.area.MainRA
 
traitPaddingAfter() - Method in class org.foray.area.NormalBlockArea
 
traitPaddingAfter() - Method in class org.foray.area.NormalFlowRA
 
traitPaddingAfter() - Method in class org.foray.area.PageNumberArea
 
traitPaddingAfter() - Method in class org.foray.area.PageNumberCitationArea
 
traitPaddingAfter() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitPaddingAfter() - Method in class org.foray.area.PageRA
 
traitPaddingAfter() - Method in class org.foray.area.RegionRA
 
traitPaddingAfter() - Method in class org.foray.area.RegionRABody
 
traitPaddingAfter() - Method in class org.foray.area.ScalingValueCitationArea
 
traitPaddingAfter() - Method in class org.foray.area.SpanRA
 
traitPaddingAfter() - Method in class org.foray.area.TableBodyContainer
 
traitPaddingAfter() - Method in class org.foray.area.TableCellRA
 
traitPaddingAfter() - Method in class org.foray.area.TableFooterContainer
 
traitPaddingAfter() - Method in class org.foray.area.TableHeaderContainer
 
traitPaddingAfter() - Method in class org.foray.area.TableRA
 
traitPaddingAfter() - Method in class org.foray.area.TableRowContainer
 
traitPaddingAfter() - Method in class org.foray.area.TextArea
Returns the padding-after trait for this area.
traitPaddingAfter(FoContext) - Method in class org.foray.fotree.FObj
 
traitPaddingBefore() - Method in class org.foray.area.Area
Returns the padding-before trait for this area.
traitPaddingBefore() - Method in class org.foray.area.BasicLinkArea
 
traitPaddingBefore() - Method in class org.foray.area.BeforeFloatRA
 
traitPaddingBefore() - Method in class org.foray.area.BidiOverrideArea
 
traitPaddingBefore() - Method in class org.foray.area.BlockContainerRA
 
traitPaddingBefore() - Method in class org.foray.area.ExternalGraphicArea
 
traitPaddingBefore() - Method in class org.foray.area.FootnoteRA
 
traitPaddingBefore() - Method in class org.foray.area.ForeignObjectArea
 
traitPaddingBefore() - Method in class org.foray.area.IndexPageCitationListArea
 
traitPaddingBefore() - Method in class org.foray.area.InlineArea
 
traitPaddingBefore() - Method in class org.foray.area.InlineContainerArea
 
traitPaddingBefore() - Method in class org.foray.area.LeaderArea
 
traitPaddingBefore() - Method in class org.foray.area.LineArea
Returns the padding-before trait for this area.
traitPaddingBefore() - Method in class org.foray.area.ListBlockArea
 
traitPaddingBefore() - Method in class org.foray.area.ListItemArea
 
traitPaddingBefore() - Method in class org.foray.area.MainRA
 
traitPaddingBefore() - Method in class org.foray.area.NormalBlockArea
 
traitPaddingBefore() - Method in class org.foray.area.NormalFlowRA
 
traitPaddingBefore() - Method in class org.foray.area.PageNumberArea
 
traitPaddingBefore() - Method in class org.foray.area.PageNumberCitationArea
 
traitPaddingBefore() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitPaddingBefore() - Method in class org.foray.area.PageRA
 
traitPaddingBefore() - Method in class org.foray.area.RegionRA
 
traitPaddingBefore() - Method in class org.foray.area.RegionRABody
 
traitPaddingBefore() - Method in class org.foray.area.ScalingValueCitationArea
 
traitPaddingBefore() - Method in class org.foray.area.SpanRA
 
traitPaddingBefore() - Method in class org.foray.area.TableBodyContainer
 
traitPaddingBefore() - Method in class org.foray.area.TableCellRA
 
traitPaddingBefore() - Method in class org.foray.area.TableFooterContainer
 
traitPaddingBefore() - Method in class org.foray.area.TableHeaderContainer
 
traitPaddingBefore() - Method in class org.foray.area.TableRA
 
traitPaddingBefore() - Method in class org.foray.area.TableRowContainer
 
traitPaddingBefore() - Method in class org.foray.area.TextArea
Returns the padding-before trait for this area.
traitPaddingBefore(FoContext) - Method in class org.foray.fotree.FObj
 
traitPaddingEnd() - Method in class org.foray.area.Area
Returns the padding-end trait for this area.
traitPaddingEnd() - Method in class org.foray.area.BasicLinkArea
 
traitPaddingEnd() - Method in class org.foray.area.BeforeFloatRA
 
traitPaddingEnd() - Method in class org.foray.area.BidiOverrideArea
 
traitPaddingEnd() - Method in class org.foray.area.BlockContainerRA
 
traitPaddingEnd() - Method in class org.foray.area.ExternalGraphicArea
 
traitPaddingEnd() - Method in class org.foray.area.FootnoteRA
 
traitPaddingEnd() - Method in class org.foray.area.ForeignObjectArea
 
traitPaddingEnd() - Method in class org.foray.area.IndexPageCitationListArea
 
traitPaddingEnd() - Method in class org.foray.area.InlineArea
 
traitPaddingEnd() - Method in class org.foray.area.InlineContainerArea
 
traitPaddingEnd() - Method in class org.foray.area.LeaderArea
 
traitPaddingEnd() - Method in class org.foray.area.LineArea
Returns the padding-end trait for this area.
traitPaddingEnd() - Method in class org.foray.area.ListBlockArea
 
traitPaddingEnd() - Method in class org.foray.area.ListItemArea
 
traitPaddingEnd() - Method in class org.foray.area.MainRA
 
traitPaddingEnd() - Method in class org.foray.area.NormalBlockArea
 
traitPaddingEnd() - Method in class org.foray.area.NormalFlowRA
 
traitPaddingEnd() - Method in class org.foray.area.PageNumberArea
 
traitPaddingEnd() - Method in class org.foray.area.PageNumberCitationArea
 
traitPaddingEnd() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitPaddingEnd() - Method in class org.foray.area.PageRA
 
traitPaddingEnd() - Method in class org.foray.area.RegionRA
 
traitPaddingEnd() - Method in class org.foray.area.RegionRABody
 
traitPaddingEnd() - Method in class org.foray.area.ScalingValueCitationArea
 
traitPaddingEnd() - Method in class org.foray.area.SpanRA
 
traitPaddingEnd() - Method in class org.foray.area.TableBodyContainer
 
traitPaddingEnd() - Method in class org.foray.area.TableCellRA
 
traitPaddingEnd() - Method in class org.foray.area.TableFooterContainer
 
traitPaddingEnd() - Method in class org.foray.area.TableHeaderContainer
 
traitPaddingEnd() - Method in class org.foray.area.TableRA
 
traitPaddingEnd() - Method in class org.foray.area.TableRowContainer
 
traitPaddingEnd() - Method in class org.foray.area.TextArea
Returns the padding-end trait for this area.
traitPaddingEnd(FoContext) - Method in class org.foray.fotree.FObj
 
traitPaddingStart() - Method in class org.foray.area.Area
Returns the padding-start trait for this area.
traitPaddingStart() - Method in class org.foray.area.BasicLinkArea
 
traitPaddingStart() - Method in class org.foray.area.BeforeFloatRA
 
traitPaddingStart() - Method in class org.foray.area.BidiOverrideArea
 
traitPaddingStart() - Method in class org.foray.area.BlockContainerRA
 
traitPaddingStart() - Method in class org.foray.area.ExternalGraphicArea
 
traitPaddingStart() - Method in class org.foray.area.FootnoteRA
 
traitPaddingStart() - Method in class org.foray.area.ForeignObjectArea
 
traitPaddingStart() - Method in class org.foray.area.IndexPageCitationListArea
 
traitPaddingStart() - Method in class org.foray.area.InlineArea
 
traitPaddingStart() - Method in class org.foray.area.InlineContainerArea
 
traitPaddingStart() - Method in class org.foray.area.LeaderArea
 
traitPaddingStart() - Method in class org.foray.area.LineArea
Returns the padding-start trait for this area.
traitPaddingStart() - Method in class org.foray.area.ListBlockArea
 
traitPaddingStart() - Method in class org.foray.area.ListItemArea
 
traitPaddingStart() - Method in class org.foray.area.MainRA
 
traitPaddingStart() - Method in class org.foray.area.NormalBlockArea
 
traitPaddingStart() - Method in class org.foray.area.NormalFlowRA
 
traitPaddingStart() - Method in class org.foray.area.PageNumberArea
 
traitPaddingStart() - Method in class org.foray.area.PageNumberCitationArea
 
traitPaddingStart() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitPaddingStart() - Method in class org.foray.area.PageRA
 
traitPaddingStart() - Method in class org.foray.area.RegionRA
 
traitPaddingStart() - Method in class org.foray.area.RegionRABody
 
traitPaddingStart() - Method in class org.foray.area.ScalingValueCitationArea
 
traitPaddingStart() - Method in class org.foray.area.SpanRA
 
traitPaddingStart() - Method in class org.foray.area.TableBodyContainer
 
traitPaddingStart() - Method in class org.foray.area.TableCellRA
 
traitPaddingStart() - Method in class org.foray.area.TableFooterContainer
 
traitPaddingStart() - Method in class org.foray.area.TableHeaderContainer
 
traitPaddingStart() - Method in class org.foray.area.TableRA
 
traitPaddingStart() - Method in class org.foray.area.TableRowContainer
 
traitPaddingStart() - Method in class org.foray.area.TextArea
Returns the padding-start trait for this area.
traitPaddingStart(FoContext) - Method in class org.foray.fotree.FObj
 
traitPageBreakAfter(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the page-break-after property.
traitPageBreakBefore(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the page-break-before property.
traitPageBreakInside(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the page-break-inside property.
traitPageCitationStrategy() - Method in class org.foray.fotree.FObj
 
traitPageHeight() - Method in class org.foray.area.PageRA
Returns the page-height trait of this area.
traitPageHeight() - Method in class org.foray.fotree.FObj
 
traitPageNumberTreatment(FoContext) - Method in class org.foray.fotree.FObj
 
traitPagePosition() - Method in class org.foray.fotree.FObj
Returns the "page-position" trait.
traitPageWidth() - Method in class org.foray.area.PageRA
Returns the page-width trait of this area.
traitPageWidth() - Method in class org.foray.fotree.FObj
 
traitPauseAfter(FoContext) - Method in class org.foray.fotree.FObj
 
traitPauseAfter(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the pause-after property.
traitPauseBefore(FoContext) - Method in class org.foray.fotree.FObj
 
traitPauseBefore(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the pause-before property.
traitPitch(FoContext) - Method in class org.foray.fotree.FObj
 
traitPitch(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the pitch property.
traitPitchRange(FoContext) - Method in class org.foray.fotree.FObj
 
traitPitchRange(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the pitch-range property.
traitPlayDuring(FoContext) - Method in class org.foray.fotree.FObj
 
traitPlayDuring(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the play-during property.
traitPlayDuringMix(FoContext) - Method in class org.foray.fotree.FObj
 
traitPlayDuringMix() - Method in class org.foray.fotree.PropertyList
Returns the play-during.mix property.
traitPlayDuringRepeat(FoContext) - Method in class org.foray.fotree.FObj
 
traitPlayDuringRepeat() - Method in class org.foray.fotree.PropertyList
Returns the play-during.repeat property.
traitPrecedence() - Method in class org.foray.fotree.FObj
Returns the "precedence" trait.
traitProvisionalDistanceBetweenStarts(FoContext) - Method in class org.foray.fotree.FObj
 
traitProvisionalLabelSeparation(FoContext) - Method in class org.foray.fotree.FObj
 
traitReferenceOrientation(FoContext) - Method in class org.foray.fotree.FObj
 
traitReferenceOrientation(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the reference-orientation property.
traitRefId() - Method in class org.foray.area.PageNumberCitationArea
Returns the ref-id trait for this area.
traitRefId() - Method in class org.foray.area.PageNumberCitationLastArea
Returns the ref-id trait for this area.
traitRefId(FoContext) - Method in class org.foray.fotree.FObj
 
traitRefIndexKey() - Method in class org.foray.fotree.FObj
 
traitRegionName() - Method in class org.foray.fotree.fo.obj.Region
 
traitRelativeAlign(FoContext) - Method in class org.foray.fotree.FObj
 
traitRelativePosition(FoContext) - Method in class org.foray.fotree.FObj
 
traitRelativePosition(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the relative-position property.
traitRenderingIntent(FoContext) - Method in class org.foray.fotree.FObj
 
traitRenderingIntent(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the rendering-intent property.
traitRetrieveBoundary() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
traitRetrieveBoundaryWithinTable() - Method in class org.foray.fotree.FObj
 
traitRetrieveClassName() - Method in class org.foray.fotree.FObj
Returns the "retrieve-class-name" trait.
traitRetrievePosition() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
traitRetrievePositionWithinTable() - Method in class org.foray.fotree.FObj
 
traitRichness(FoContext) - Method in class org.foray.fotree.FObj
 
traitRichness(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the richness property.
traitRight() - Method in class org.foray.area.BlockContainerRA
Returns the right trait for this area.
traitRight(FoContext) - Method in class org.foray.fotree.FObj
 
traitRole(FoContext) - Method in class org.foray.fotree.FObj
 
traitRuleStyle() - Method in class org.foray.area.LeaderArea
 
traitRuleStyle(FoContext) - Method in class org.foray.fotree.FObj
 
traitRuleThickness() - Method in class org.foray.area.LeaderArea
 
traitRuleThickness(FoContext) - Method in class org.foray.fotree.FObj
 
traitScaling(FoContext) - Method in class org.foray.fotree.FObj
Returns the "scaling" trait for this FO.
traitScalingMethod(FoContext) - Method in class org.foray.fotree.FObj
Returns the "scaling-method" trait for this FO.
traitScalingMethod() - Method in class org.foray.fotree.FObj
 
traitScalingMethod(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the scaling-method property.
traitScoreSpaces(FoContext) - Method in class org.foray.fotree.FObj
 
traitScoreSpaces(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the score-spaces property.
traitScript(FoContext) - Method in class org.foray.fotree.FObj
 
traitScript(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the script property.
traitShiftDirectionEven(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the shift direction for even-numbered lines.
traitShiftDirectionOdd(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the shift direction for odd-numbered lines.
traitShowDestination(FoContext) - Method in class org.foray.fotree.FObj
 
traitShowDestination(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the show-destination property.
traitSourceDocument(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceAfterConditionality() - Method in class org.foray.area.LineArea
Returns the space-after conditionality for this area.
traitSpaceAfterConditionality(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceAfterConditionality(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the space-after.conditionality property.
traitSpaceAfterLength(FObj, FoContext, LengthRange) - Method in class org.foray.fotree.PropertyList
Returns the space-after.length property.
traitSpaceAfterMaximum() - Method in class org.foray.area.LineArea
Returns the space-after maximum trait for this area.
traitSpaceAfterMaximum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceAfterMinimum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceAfterMinumum() - Method in class org.foray.area.LineArea
Returns the space-after minimum trait for this area.
traitSpaceAfterOptimum() - Method in class org.foray.area.AbstractInlineArea
 
traitSpaceAfterOptimum() - Method in class org.foray.area.AbstractTablePartContainer
 
traitSpaceAfterOptimum() - Method in class org.foray.area.Area
Returns the space-after optimum trait for this area.
traitSpaceAfterOptimum() - Method in class org.foray.area.BeforeFloatRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.BlockContainerRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.FootnoteRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.LineArea
 
traitSpaceAfterOptimum() - Method in class org.foray.area.ListBlockArea
 
traitSpaceAfterOptimum() - Method in class org.foray.area.ListItemArea
 
traitSpaceAfterOptimum() - Method in class org.foray.area.MainRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.NormalBlockArea
 
traitSpaceAfterOptimum() - Method in class org.foray.area.NormalFlowRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.PageRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.RegionRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.RegionRABody
 
traitSpaceAfterOptimum() - Method in class org.foray.area.SpanRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.TableCellRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.TableRA
 
traitSpaceAfterOptimum() - Method in class org.foray.area.TableRowContainer
 
traitSpaceAfterOptimum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceAfterPrecedence() - Method in class org.foray.area.LineArea
Returns the space-after precedence for this area.
traitSpaceAfterPrecedence() - Method in class org.foray.fotree.FObj
 
traitSpaceAfterPrecedence() - Method in class org.foray.fotree.PropertyList
Returns the space-after.precedence property.
traitSpaceBeforeConditionality() - Method in class org.foray.area.LineArea
Returns the space-before conditionality for this area.
traitSpaceBeforeConditionality(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceBeforeConditionality(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the space-before.conditionality property.
traitSpaceBeforeLength(FObj, FoContext, LengthRange) - Method in class org.foray.fotree.PropertyList
Returns the space-before.length property.
traitSpaceBeforeMaximum() - Method in class org.foray.area.LineArea
Returns the space-before maximum trait for this area.
traitSpaceBeforeMaximum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceBeforeMinimum() - Method in class org.foray.area.LineArea
Returns the space-before minimum trait for this area.
traitSpaceBeforeMinimum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.AbstractInlineArea
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.AbstractTablePartContainer
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.Area
Returns the space-before optimum trait for this area.
traitSpaceBeforeOptimum() - Method in class org.foray.area.BeforeFloatRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.BlockContainerRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.FootnoteRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.LineArea
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.ListBlockArea
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.ListItemArea
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.MainRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.NormalBlockArea
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.NormalFlowRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.PageRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.RegionRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.RegionRABody
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.SpanRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.TableCellRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.TableRA
 
traitSpaceBeforeOptimum() - Method in class org.foray.area.TableRowContainer
 
traitSpaceBeforeOptimum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceBeforePrecedence() - Method in class org.foray.area.LineArea
Returns the space-before precedence for this area.
traitSpaceBeforePrecedence() - Method in class org.foray.fotree.FObj
 
traitSpaceBeforePrecedence() - Method in class org.foray.fotree.PropertyList
Returns the space-before.precedence property.
traitSpaceEndConditionality() - Method in class org.foray.fotree.FObj
 
traitSpaceEndConditionality() - Method in class org.foray.fotree.PropertyList
Returns the space-end.conditionality property.
traitSpaceEndLength(FObj, FoContext, LengthRange) - Method in class org.foray.fotree.PropertyList
Returns the space-end.length property.
traitSpaceEndMaximum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceEndMinimum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceEndOptimum() - Method in class org.foray.area.AbstractTablePartContainer
 
traitSpaceEndOptimum() - Method in class org.foray.area.Area
Returns the space-end optimum trait for this area.
traitSpaceEndOptimum() - Method in class org.foray.area.BasicLinkArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.BeforeFloatRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.BidiOverrideArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.BlockContainerRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.ExternalGraphicArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.FootnoteRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.ForeignObjectArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.IndexPageCitationListArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.InlineArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.InlineContainerArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.LeaderArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.LineArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.ListBlockArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.ListItemArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.MainRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.NormalBlockArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.NormalFlowRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.PageNumberArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.PageNumberCitationArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.PageRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.RegionRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.RegionRABody
 
traitSpaceEndOptimum() - Method in class org.foray.area.ScalingValueCitationArea
 
traitSpaceEndOptimum() - Method in class org.foray.area.SpanRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.TableCellRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.TableRA
 
traitSpaceEndOptimum() - Method in class org.foray.area.TableRowContainer
 
traitSpaceEndOptimum() - Method in class org.foray.area.TextArea
 
traitSpaceEndOptimum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceEndPrecedence() - Method in class org.foray.fotree.FObj
 
traitSpaceEndPrecedence() - Method in class org.foray.fotree.PropertyList
Returns the space-end.precedence property.
traitSpaceStartConditionality() - Method in class org.foray.fotree.FObj
 
traitSpaceStartConditionality() - Method in class org.foray.fotree.PropertyList
Returns the space-start.conditionality property.
traitSpaceStartLength(FObj, FoContext, LengthRange) - Method in class org.foray.fotree.PropertyList
Returns the space-start.length property.
traitSpaceStartMaximum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceStartMinimum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceStartOptimum() - Method in class org.foray.area.AbstractTablePartContainer
 
traitSpaceStartOptimum() - Method in class org.foray.area.Area
Returns the space-start optimum trait for this area.
traitSpaceStartOptimum() - Method in class org.foray.area.BasicLinkArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.BeforeFloatRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.BidiOverrideArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.BlockContainerRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.ExternalGraphicArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.FootnoteRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.ForeignObjectArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.IndexPageCitationListArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.InlineArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.InlineContainerArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.LeaderArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.LineArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.ListBlockArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.ListItemArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.MainRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.NormalBlockArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.NormalFlowRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.PageNumberArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.PageNumberCitationArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.PageRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.RegionRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.RegionRABody
 
traitSpaceStartOptimum() - Method in class org.foray.area.ScalingValueCitationArea
 
traitSpaceStartOptimum() - Method in class org.foray.area.SpanRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.TableCellRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.TableRA
 
traitSpaceStartOptimum() - Method in class org.foray.area.TableRowContainer
 
traitSpaceStartOptimum() - Method in class org.foray.area.TextArea
 
traitSpaceStartOptimum(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpaceStartPrecedence() - Method in class org.foray.fotree.FObj
 
traitSpaceStartPrecedence() - Method in class org.foray.fotree.PropertyList
Returns the space-start.precedence property.
traitSpan(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpeak(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpeak(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the speak property.
traitSpeakHeader(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpeakHeader(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the speak-header property.
traitSpeakNumeral(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpeakNumeral(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the speak-numeral property.
traitSpeakPunctuation(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpeakPunctuation(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the speak-punctuation property.
traitSpeechRate(FoContext) - Method in class org.foray.fotree.FObj
 
traitSpeechRate(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the speech-rate property.
traitSrc(FoContext) - Method in class org.foray.fotree.FObj
 
traitStartIndent() - Method in class org.foray.area.AbstractInlineArea
 
traitStartIndent() - Method in class org.foray.area.AbstractTablePartContainer
 
traitStartIndent() - Method in class org.foray.area.Area
Returns the start-indent trait.
traitStartIndent() - Method in class org.foray.area.BeforeFloatRA
 
traitStartIndent() - Method in class org.foray.area.BlockContainerRA
 
traitStartIndent() - Method in class org.foray.area.FootnoteRA
 
traitStartIndent() - Method in class org.foray.area.LineArea
 
traitStartIndent() - Method in class org.foray.area.ListBlockArea
 
traitStartIndent() - Method in class org.foray.area.ListItemArea
 
traitStartIndent() - Method in class org.foray.area.MainRA
 
traitStartIndent() - Method in class org.foray.area.NormalBlockArea
 
traitStartIndent() - Method in class org.foray.area.NormalFlowRA
 
traitStartIndent() - Method in class org.foray.area.PageRA
 
traitStartIndent() - Method in class org.foray.area.RegionRA
 
traitStartIndent() - Method in class org.foray.area.RegionRABody
 
traitStartIndent() - Method in class org.foray.area.SpanRA
 
traitStartIndent() - Method in class org.foray.area.TableCellRA
 
traitStartIndent() - Method in class org.foray.area.TableRA
 
traitStartIndent() - Method in class org.foray.area.TableRowContainer
 
traitStartIndent(FoContext) - Method in class org.foray.fotree.FObj
 
traitStartingState(FoContext) - Method in class org.foray.fotree.FObj
 
traitStartingState(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the starting-state property.
traitStartsRow(FoContext) - Method in class org.foray.fotree.FObj
Returns the "starts-row" trait for this FO.
traitStartsRow(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the starts-row property.
traitStress(FoContext) - Method in class org.foray.fotree.FObj
 
traitStress(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the stress property.
traitSuppressAtLineBreak(FoContext) - Method in class org.foray.fotree.FObj
 
traitSuppressAtLineBreak(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the suppress-at-line-break property.
traitSwitchTo() - Method in class org.foray.fotree.FObj
 
traitSwitchTo() - Method in class org.foray.fotree.PropertyList
Returns the switch-to property.
traitSwitchToNames() - Method in class org.foray.fotree.FObj
 
traitSwitchToNames() - Method in class org.foray.fotree.PropertyList
Returns the switch-to names.
traitTableLayout() - Method in class org.foray.fotree.FObj
 
traitTableOmitFooterAtBreak(FoContext) - Method in class org.foray.fotree.FObj
 
traitTableOmitHeaderAtBreak(FoContext) - Method in class org.foray.fotree.FObj
 
traitTargetPresentationContext() - Method in class org.foray.fotree.FObj
 
traitTargetPresentationContext(FObj) - Method in class org.foray.fotree.PropertyList
Returns the target-presentation-context property.
traitTargetProcessingContext() - Method in class org.foray.fotree.FObj
 
traitTargetProcessingContext() - Method in class org.foray.fotree.PropertyList
Returns the target-processing-context property.
traitTargetStylesheet() - Method in class org.foray.fotree.FObj
 
traitTargetStylesheet() - Method in class org.foray.fotree.PropertyList
Returns the target-stylesheet property.
traitTextAlign() - Method in class org.foray.area.LineArea
Returns the effective text alignment value for this line.
traitTextAlign(FoContext) - Method in class org.foray.fotree.FObj
 
traitTextAlignLast(FoContext) - Method in class org.foray.fotree.FObj
 
traitTextAlignString() - Method in class org.foray.fotree.FObj
 
traitTextAltitude(FoContext) - Method in class org.foray.fotree.FObj
 
traitTextAltitude(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the text-altitude property.
traitTextDepth(FoContext) - Method in class org.foray.fotree.FObj
 
traitTextDepth(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the text-depth property.
traitTextIndent() - Method in class org.foray.area.LineArea
Returns the text-indent value for this line.
traitTextIndent(FoContext) - Method in class org.foray.fotree.FObj
 
traitTextShadow(FoContext) - Method in class org.foray.fotree.FObj
 
traitTextShadow(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the text-shadow property.
traitTextTransform(FoContext) - Method in class org.foray.fotree.axsl.obj.Metadata
Overrides standard logic as text-transform does not apply to a metadata item.
traitTextTransform(FoContext) - Method in class org.foray.fotree.fo.obj.BookmarkTitle
Overrides standard logic as text-transform does not apply to a bookmark.
traitTextTransform(FoContext) - Method in class org.foray.fotree.FObj
 
traitTextTransform(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the text-transform property.
traitThroughScore() - Method in class org.foray.area.BasicLinkArea
 
traitThroughScore() - Method in class org.foray.area.BidiOverrideArea
 
traitThroughScore() - Method in class org.foray.area.ExternalGraphicArea
 
traitThroughScore() - Method in class org.foray.area.ForeignObjectArea
 
traitThroughScore() - Method in class org.foray.area.IndexPageCitationListArea
 
traitThroughScore() - Method in class org.foray.area.InlineArea
 
traitThroughScore() - Method in class org.foray.area.InlineContainerArea
 
traitThroughScore() - Method in class org.foray.area.LeaderArea
 
traitThroughScore() - Method in class org.foray.area.PageNumberArea
 
traitThroughScore() - Method in class org.foray.area.PageNumberCitationArea
 
traitThroughScore() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitThroughScore() - Method in class org.foray.area.ScalingValueCitationArea
 
traitThroughScore() - Method in class org.foray.area.TextArea
 
traitThroughScore(FoContext) - Method in class org.foray.fotree.FObj
 
traitThroughScoreColor() - Method in class org.foray.area.BasicLinkArea
 
traitThroughScoreColor() - Method in class org.foray.area.BidiOverrideArea
 
traitThroughScoreColor() - Method in class org.foray.area.ExternalGraphicArea
 
traitThroughScoreColor() - Method in class org.foray.area.ForeignObjectArea
 
traitThroughScoreColor() - Method in class org.foray.area.IndexPageCitationListArea
 
traitThroughScoreColor() - Method in class org.foray.area.InlineArea
 
traitThroughScoreColor() - Method in class org.foray.area.InlineContainerArea
 
traitThroughScoreColor() - Method in class org.foray.area.LeaderArea
 
traitThroughScoreColor() - Method in class org.foray.area.PageNumberArea
 
traitThroughScoreColor() - Method in class org.foray.area.PageNumberCitationArea
 
traitThroughScoreColor() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitThroughScoreColor() - Method in class org.foray.area.ScalingValueCitationArea
 
traitThroughScoreColor() - Method in class org.foray.area.TextArea
 
traitThroughScoreColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitTop() - Method in class org.foray.area.BlockContainerRA
Returns the top trait for this area.
traitTop(FoContext) - Method in class org.foray.fotree.FObj
 
traitTreatAsWordSpace(FoContext, char) - Method in class org.foray.fotree.FObj
 
traitTreatAsWordSpace(FObj, FoContext, char) - Method in class org.foray.fotree.PropertyList
Returns the treat-as-word-space property.
traitUnderlineScore() - Method in class org.foray.area.BasicLinkArea
 
traitUnderlineScore() - Method in class org.foray.area.BidiOverrideArea
 
traitUnderlineScore() - Method in class org.foray.area.ExternalGraphicArea
 
traitUnderlineScore() - Method in class org.foray.area.ForeignObjectArea
 
traitUnderlineScore() - Method in class org.foray.area.IndexPageCitationListArea
 
traitUnderlineScore() - Method in class org.foray.area.InlineArea
 
traitUnderlineScore() - Method in class org.foray.area.InlineContainerArea
 
traitUnderlineScore() - Method in class org.foray.area.LeaderArea
 
traitUnderlineScore() - Method in class org.foray.area.PageNumberArea
 
traitUnderlineScore() - Method in class org.foray.area.PageNumberCitationArea
 
traitUnderlineScore() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitUnderlineScore() - Method in class org.foray.area.ScalingValueCitationArea
 
traitUnderlineScore() - Method in class org.foray.area.TextArea
 
traitUnderlineScore(FoContext) - Method in class org.foray.fotree.FObj
 
traitUnderlineScoreColor() - Method in class org.foray.area.BasicLinkArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.BidiOverrideArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.ExternalGraphicArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.ForeignObjectArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.IndexPageCitationListArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.InlineArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.InlineContainerArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.LeaderArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.PageNumberArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.PageNumberCitationArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.PageNumberCitationLastArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.ScalingValueCitationArea
 
traitUnderlineScoreColor() - Method in class org.foray.area.TextArea
 
traitUnderlineScoreColor(FoContext) - Method in class org.foray.fotree.FObj
 
traitUnicodeBidi(FoContext) - Method in class org.foray.fotree.FObj
 
traitUnicodeBidi(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the unicode-bidi property.
traitValue(FObj) - Method in class org.foray.fotree.fo.prop.AbstractAllowedAxisScale
Returns the value of this property.
traitValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdAlignmentBaseline
Returns the value of this property.
traitValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdBaselineShift
Returns the value of this property.
traitValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdDisplayAlign
Returns the value of this property.
traitValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdDominantBaseline
Returns the value of this property.
traitValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdHyphenationPushCharacterCount
Returns the value of this property.
traitValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdHyphenationRemainCharacterCount
Returns the value of this property.
traitValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdProvisionalDistanceBetweenStarts
Returns the value of this property.
traitValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdProvisionalLabelSeparation
Returns the value of this property.
traitValue(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdSrc
Returns the value of this property.
traitValueAmount(FoContext, FObj, FoInlineContext) - Method in class org.foray.fotree.fo.prop.PdAlignmentAdjust
Returns the value of this property.
traitValueNoInstance(FObj) - Static method in class org.foray.fotree.fo.prop.AbstractAllowedAxisScale
Returns the default (initial) value for this property.
traitValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdAlignmentAdjust
Returns the default (initial) value for this property.
traitValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdAlignmentBaseline
Returns the default (initial) value for this property.
traitValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdBaselineShift
Returns the default (initial) value for this property.
traitValueNoInstance() - Static method in class org.foray.fotree.fo.prop.PdDisplayAlign
Returns the default (initial) value for this property.
traitValueNoInstance(FObj, FoContext) - Static method in class org.foray.fotree.fo.prop.PdDominantBaseline
Returns the default (initial) value for this property.
traitValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdHyphenationPushCharacterCount
Returns the default (initial) value for this property.
traitValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdHyphenationRemainCharacterCount
Returns the default (initial) value for this property.
traitValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdProvisionalDistanceBetweenStarts
Returns the default (initial) value for this property.
traitValueNoInstance(FoContext, FObj) - Static method in class org.foray.fotree.fo.prop.PdProvisionalLabelSeparation
Returns the default (initial) value for this property.
traitValueNoInstance(FObj) - Static method in class org.foray.fotree.fo.prop.PdSrc
Returns the default (initial) value for this property.
traitVisibility(FoContext) - Method in class org.foray.fotree.FObj
 
traitVisibility(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the visibility property.
traitVoiceFamily(FoContext) - Method in class org.foray.fotree.FObj
 
traitVolume(FoContext) - Method in class org.foray.fotree.FObj
 
traitVolume(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the volume property.
traitWhiteSpace(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the white-space property.
traitWhiteSpaceCollapse(FoContext) - Method in class org.foray.fotree.axsl.obj.Metadata
Overrides standard logic as white-space-collapse for a metadata item is always the initial value.
traitWhiteSpaceCollapse(FoContext) - Method in class org.foray.fotree.fo.obj.BookmarkTitle
Overrides standard logic as white-space-collapse for a bookmark-title is always the initial value.
traitWhiteSpaceCollapse(FoContext) - Method in class org.foray.fotree.FObj
 
traitWhiteSpaceTreatment() - Method in class org.foray.area.Area
Returns the whitespace-treatment trait for this area.
traitWhiteSpaceTreatment() - Method in class org.foray.area.LineArea
Returns the whitespace-treatment trait for this area.
traitWhiteSpaceTreatment(FoContext) - Method in class org.foray.fotree.axsl.obj.Metadata
Overrides standard logic as white-space-treatment for a metadata item is always the initial value.
traitWhiteSpaceTreatment(FoContext) - Method in class org.foray.fotree.fo.obj.BookmarkTitle
Overrides standard logic as white-space-treatment for a bookmark-title is always the initial value.
traitWhiteSpaceTreatment(FoContext) - Method in class org.foray.fotree.FObj
 
traitWhiteSpaceTreatment(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the white-space-treatment property.
traitWidows(FoContext) - Method in class org.foray.fotree.FObj
 
traitWidows(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the widows property.
traitWordSpacingConditionality() - Method in class org.foray.fotree.FObj
 
traitWordSpacingConditionality() - Method in class org.foray.fotree.PropertyList
Returns the word-spacing.conditionality property.
traitWordSpacingMax() - Method in class org.foray.area.TextArea
Returns the word-spacing maximum trait.
traitWordSpacingMax(FoContext) - Method in class org.foray.fotree.FObj
 
traitWordSpacingMax(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the word-spacing.maximum property.
traitWordSpacingMin() - Method in class org.foray.area.TextArea
Returns the word-spacing minimum trait.
traitWordSpacingMin(FoContext) - Method in class org.foray.fotree.FObj
 
traitWordSpacingMin(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the word-spacing.minimum property.
traitWordSpacingOpt() - Method in class org.foray.area.TextArea
Returns the word-spacing optimum trait.
traitWordSpacingOpt(FoContext) - Method in class org.foray.fotree.FObj
 
traitWordSpacingOpt(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the word-spacing.optimum property.
traitWordSpacingPrecedence() - Method in class org.foray.fotree.FObj
 
traitWordSpacingPrecedence() - Method in class org.foray.fotree.PropertyList
Returns the word-spacing.precedence property.
traitWrapOption(FoContext) - Method in class org.foray.fotree.FObj
 
traitWritingMode(FoContext) - Method in class org.foray.fotree.FObj
Returns the writing-mode for this FO.
traitZIndex(FoContext) - Method in class org.foray.fotree.FObj
 
traitZIndex(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Returns the z-index property.
traitZIndexIsAuto(FoContext) - Method in class org.foray.fotree.FObj
 
traitZIndexIsAuto(FObj, FoContext) - Method in class org.foray.fotree.PropertyList
Indicates whether the z-index property value is auto.
transform(Point2D) - Method in class org.foray.ps.PsMatrix
Transforms a point based on this matrix.
TRANSLATION_PATH - Static variable in class org.foray.demo.embed.DemoAWTViewer
Constant containing the path to the resources.
Translator - Interface in org.foray.render.awt.viewer
Interface for classes that can translate words from one natural language to another, for purposes of creating a multi-lingual user interface.
trimToSize() - Method in class org.foray.common.ByteVector
Sets the capacity of this vector equal to its size, to that there is no unused capacity.
trimToSize() - Method in class org.foray.common.ByteVectorPacked
Sets the capacity of this vector equal to its size, to that there is no unused capacity.
TrueTypeCollection - Class in org.foray.font.format.ttf
Class representing a TrueType Collection (TTC) file.
TrueTypeCollection(FontParser) - Constructor for class org.foray.font.format.ttf.TrueTypeCollection
Constructor.
TrueTypeCollectionLister - Class in org.foray.font.format.ttf
Tool (with command-line interface) which lists the contents of a TrueType collection (ttc) file.
TrueTypeCollectionLister(FontParserClient) - Constructor for class org.foray.font.format.ttf.TrueTypeCollectionLister
Basic Constructor.
TrueTypeContainer - Class in org.foray.font.format.ttf
Class representing a TrueType file.
TrueTypeContainer(FontParser) - Constructor for class org.foray.font.format.ttf.TrueTypeContainer
Constructor.
TrueTypeFont - Class in org.foray.font.format.ttf
Reads a TrueType file or a TrueType Collection.
TrueTypeSingle - Class in org.foray.font.format.ttf
Class representing a TrueType file containing one TrueType font.
TrueTypeSingle(FontParser) - Constructor for class org.foray.font.format.ttf.TrueTypeSingle
Constructor.
tryHyphenation() - Method in class org.foray.text.line.solitary.SolitaryLineBreaker
Extracts a word for hyphenation and calls the hyphenation package.
TTCTableHeader - Class in org.foray.font.format.ttf
A TTC (TrueType Collection) header.
TTF_FILE_SFNT_VERSION_1 - Static variable in class org.foray.font.format.ttf.TTFOffsetTable
Constant indicating the sfnt version for the table directory.
ttfFontCreated() - Method in class org.foray.font.format.ttf.TTFOffsetTable
Indicates whether the font has been created.
TTFOffsetTable - Class in org.foray.font.format.ttf
A TrueType or OpenType Offset Table, the very first item in the content of a font.
TTFOffsetTableRecord - Class in org.foray.font.format.ttf
A TrueType or OpenType Offset Table Record.
TTFSubSetFile - Class in org.foray.font.format.ttf
Reads a TrueType file and generates a subset that can be used to embed a TrueType font.
TTFSubSetFile(TrueTypeFont, Subset) - Constructor for class org.foray.font.format.ttf.TTFSubSetFile
Constructor.
TTFTableBASE - Class in org.foray.font.format.ttf
An OpenType "BASE" (Baseline Data) table.
TTFTableBASE(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableBASE
Constructor.
TTFTableCFF - Class in org.foray.font.format.ttf
An OpenType "CFF" (Compact File Format 1.0 PostScript Outlines) table.
TTFTableCFF(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableCFF
Constructor.
TTFTableCFF2 - Class in org.foray.font.format.ttf
An OpenType "CFF2" (Compact File Format 2.0 PostScript Outlines) table.
TTFTableCFF2(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableCFF2
Constructor.
TTFTableCMAP - Class in org.foray.font.format.ttf
Class representing a TTF "cmap" (character-to-glyph index mapping) table.
TTFTableCMAP(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableCMAP
Constructor.
TTFTableCVT - Class in org.foray.font.format.ttf
A TrueType/OpenType "cvt" (Control Value Table) table.
TTFTableCVT(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableCVT
Constructor.
TTFTableFPGM - Class in org.foray.font.format.ttf
A TrueType/OpenType "fpgm" (Font Program) table.
TTFTableFPGM(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableFPGM
Constructor.
TTFTableGASP - Class in org.foray.font.format.ttf
A TrueType/OpenType "gasp" (Grid-fitting/Scan-conversion) table.
TTFTableGASP(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableGASP
Constructor.
TTFTableGDEF - Class in org.foray.font.format.ttf
An OpenType "GDEF" (Glyph Definition Data) table.
TTFTableGDEF(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableGDEF
Constructor.
TTFTableGLYF - Class in org.foray.font.format.ttf
A TrueType/OpenType "glyf" (Glyph Data) table.
TTFTableGLYF(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableGLYF
Constructor.
TTFTableGPOS - Class in org.foray.font.format.ttf
An OpenType "GPOS" (Glyph Positioning Data) table.
TTFTableGPOS(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableGPOS
Constructor.
TTFTableGSUB - Class in org.foray.font.format.ttf
An OpenType "GSUB" (Glyphs Substitution Data) table.
TTFTableGSUB(TTFOffsetTableRecord, Map<String, OTFScript>, Map<String, OTFFeature>) - Constructor for class org.foray.font.format.ttf.TTFTableGSUB
Constructor.
TTFTableHEAD - Class in org.foray.font.format.ttf
Class representing a TTF "head" table.
TTFTableHEAD(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableHEAD
Constructor.
TTFTableHHEA - Class in org.foray.font.format.ttf
Class representing a TTF "hhea" (horizontal header) table.
TTFTableHHEA(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableHHEA
Constructor.
TTFTableHMTX - Class in org.foray.font.format.ttf
Class representing a TTF "hmtx" (horizontal metrics) table.
TTFTableHMTX(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableHMTX
Constructor.
TTFTableJSTF - Class in org.foray.font.format.ttf
An OpenType "JSTF" (Justification Data) table.
TTFTableJSTF(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableJSTF
Constructor.
TTFTableKERN - Class in org.foray.font.format.ttf
Class representing a TTF "kern" (kerning) table.
TTFTableKERN(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableKERN
Constructor.
TTFTableLOCA - Class in org.foray.font.format.ttf
A TrueType/OpenType "loca" (Index to location) table.
TTFTableLOCA(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableLOCA
Constructor.
TTFTableMATH - Class in org.foray.font.format.ttf
An OpenType "MATH" (Math Layout Data) table.
TTFTableMATH(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableMATH
Constructor.
TTFTableMAXP - Class in org.foray.font.format.ttf
Class representing a TTF "maxp" (maximum profile) table.
TTFTableMAXP(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableMAXP
Constructor.
TTFTableNAME - Class in org.foray.font.format.ttf
Class representing a TTF "name" (naming) table.
TTFTableNAME(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableNAME
Constructor.
TTFTableOS2 - Class in org.foray.font.format.ttf
Class representing a TTF "OS/2" (OS/2 and Windows metrics) table.
TTFTableOS2(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableOS2
Constructor.
TTFTablePCLT - Class in org.foray.font.format.ttf
Class representing a TTF "PCLT" (PCL 5) table.
TTFTablePCLT(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTablePCLT
Constructor.
TTFTablePOST - Class in org.foray.font.format.ttf
Class representing a TTF "post" (PostScript) table.
TTFTablePOST(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTablePOST
Constructor.
TTFTablePREP - Class in org.foray.font.format.ttf
A TrueType/OpenType "prep" (CVT Program) table.
TTFTablePREP(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTablePREP
Constructor.
TTFTableVORG - Class in org.foray.font.format.ttf
An OpenType "VORG" (Vertical Origin) table.
TTFTableVORG(TTFOffsetTableRecord) - Constructor for class org.foray.font.format.ttf.TTFTableVORG
Constructor.
TXTRenderer - Class in org.foray.render.txt
Renderer that renders areas to plain text.
TXTRenderer(Log, DocumentConfiguration) - Constructor for class org.foray.render.txt.TXTRenderer
Constructor.
TXTStream - Class in org.foray.render.txt
OutputStream wrapper used by TXTRenderer.
TXTStream(OutputStream) - Constructor for class org.foray.render.txt.TXTStream
Constructor.
Type1Font - Class in org.foray.font.format.type1
An Adobe Type 1 font.
Type1Font(boolean, byte[], byte[], byte[], PsFontDictionary) - Constructor for class org.foray.font.format.type1.Type1Font
Constructor.
Type1FontParser - Class in org.foray.font.format.type1
Abstract superclass for the various Postscript Type 1 font file formats.
Type1FontParser(FontParser) - Constructor for class org.foray.font.format.type1.Type1FontParser
Constructor.
Type1FontParser.Segment - Class in org.foray.font.format.type1
Information about the segments in this font.
Type1FontParserPFA - Class in org.foray.font.format.type1
Represents the contents of a Postscript Type 1 font file in PFA format ([P]rinter [F]ile [A]SCII), the standard for Unix and other free-standing font environments.
Type1FontParserPFA(FontParser) - Constructor for class org.foray.font.format.type1.Type1FontParserPFA
Constructor.
Type1FontParserPFB - Class in org.foray.font.format.type1
Represents the contents of a Postscript Type 1 font file in PFB format ([P]rinter [F]ile [B]inary), the standard for the Windows environment.
Type1FontParserPFB(FontParser) - Constructor for class org.foray.font.format.type1.Type1FontParserPFB
Constructor.
Type1Metrics - Class in org.foray.font.format.type1
Type 1 Font Metrics file, or parts of it.
Type1Metrics(Type1Metrics.Format) - Constructor for class org.foray.font.format.type1.Type1Metrics
Constructor.
Type1Metrics.Format - Enum in org.foray.font.format.type1
Enumeration of the metrics formats.
Type1MetricsParser - Class in org.foray.font.format.type1
Parses a font metrics file.
Type1MetricsParser(FontServer4a, RandomAccessInput) - Constructor for class org.foray.font.format.type1.Type1MetricsParser
Constructor.
Type1MetricsParser(FontServer4a, DataSource) - Constructor for class org.foray.font.format.type1.Type1MetricsParser
Constructor suitable for reading an input stream.
Type1MetricsParserAFM - Class in org.foray.font.format.type1
Parses an Adobe Font Metrics (AFM) file into an instance of Type1Metrics.
Type1MetricsParserAFM(FontServer4a, RandomAccessInput) - Constructor for class org.foray.font.format.type1.Type1MetricsParserAFM
Constructor.
Type1MetricsParserPFM - Class in org.foray.font.format.type1
Parses an Postscript Font Metrics (PFM) file into an instance of Type1Metrics.
Type1MetricsParserPFM(FontServer4a, RandomAccessInput) - Constructor for class org.foray.font.format.type1.Type1MetricsParserPFM
Constructor.
Type1MetricsSerializer - Class in org.foray.font.format.type1
Parses and serializes the font metrics files meeting certain criteria.
Type1MetricsSerializer(File, IOFileFilter, File, FontServer4a) - Constructor for class org.foray.font.format.type1.Type1MetricsSerializer
Constructor.
TYPE_AXIAL - Static variable in class org.foray.pdf.object.PDFShading
Constant indicating a shading type of "Axial shading".
TYPE_COONS_PATCH_MESH - Static variable in class org.foray.pdf.object.PDFShading
Constant indicating a shading type of "Coons patch mesh".
TYPE_EXP_INTERPOLATED - Static variable in class org.foray.pdf.object.PDFFunction
Constant indicating a "FunctionType" of "Exponential interpolation function".
TYPE_FREE_GOURAD_TRIANGLE_MESH - Static variable in class org.foray.pdf.object.PDFShading
Constant indicating a shading type of "Free-form Gouraud-shaded triangle mesh".
TYPE_FUNCTION_BASED - Static variable in class org.foray.pdf.object.PDFShading
Constant indicating a shading type of "Function-based shading".
TYPE_LATTICE_GOURAD_TRIANGLE_MESH - Static variable in class org.foray.pdf.object.PDFShading
Constant indicating a shading type of "Lattice-form Gourad-shaded triangle mesh".
TYPE_PS_CALCULATOR - Static variable in class org.foray.pdf.object.PDFFunction
Constant indicating a "FunctionType" of "PostScript calculator function".
TYPE_RADIAL - Static variable in class org.foray.pdf.object.PDFShading
Constant indicating a shading type of "Radial shading".
TYPE_SAMPLED - Static variable in class org.foray.pdf.object.PDFFunction
Constant indicating a "FunctionType" of "Sampled function".
TYPE_STITCHING - Static variable in class org.foray.pdf.object.PDFFunction
Constant indicating a "FunctionType" of "Stitching function".
TYPE_TENSOR_PRODUCT_PATCH_MESH - Static variable in class org.foray.pdf.object.PDFShading
Constant indicating a shading type of "Tensor-product-patch mesh".

U

unavailableChar(CharSequence, int) - Method in class org.foray.font.FontUse4a
 
unavailableChars(CharSequence, int) - Method in class org.foray.font.FontUse4a
 
UNDERLINE_POSITION_KEY - Static variable in class org.foray.ps.type1.PsFontInfoDictionary4a
Key to the "UnderlinePosition" entry.
UNDERLINE_THICKNESS_KEY - Static variable in class org.foray.ps.type1.PsFontInfoDictionary4a
Key to the "UnderlineThickness" entry.
underlinePosition() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the underline position for this font.
underlinePosition(int) - Method in class org.foray.font.FSTrueTypeFont
 
underlinePosition(int) - Method in class org.foray.font.FSType1Font
 
underlinePosition(int) - Method in class org.foray.font.SystemFont
 
underlineSize() - Method in class org.foray.font.format.ttf.TrueTypeFont
Returns the underline size for this font.
underlineSize(int) - Method in class org.foray.font.FSTrueTypeFont
 
underlineSize(int) - Method in class org.foray.font.FSType1Font
 
underlineSize(int) - Method in class org.foray.font.SystemFont
 
UNDETERMINED - Static variable in class org.foray.common.i18n.Language4a
The "undetermined" code.
UNDETERMINED - Static variable in class org.foray.common.i18n.Script4a
The script representing an undetermined value.
undoit() - Method in class org.foray.render.awt.viewer.Command
Action handler which can be overriden by subclasses.
unexpectedInitialValueArgument(PropertyType, Class<? extends Property>) - Static method in class org.foray.fotree.Property
Returns an IllegalArgumentException indicating that the arguments presented for retrieving an initial value for a given property are not valid.
unexpectedRetrieval() - Method in class org.foray.fotree.Property
Returns an IllegalStateException indicating that the stored value is not expected at retrieval time.
unexpectedValue(String, FObj) - Method in class org.foray.fotree.Property
Convenience method which returns an exception indicating that the value of this property does not meet the properties requirements.
unexpectedValue(String, FObj, String) - Method in class org.foray.fotree.Property
Returns an exception indicating that the value of this property does not meet the property's requirements.
UnicodeChar - Class in org.foray.common
Utility class for various Unicode-related character computations.
unicodeToPDFDocEncoding(CharSequence) - Static method in class org.foray.pdf.object.PDFTextString
Converts a String from Unicode to PDFDocEncoding, if possible.
unicodeToPDFDocEncoding(char) - Static method in class org.foray.pdf.object.PDFTextString
Converts a Unicode character to its PDFDocEncoding equivalent, if possible.
UNIT_ARRAY - Static variable in class org.foray.fotree.value.DtLength
Array of valid string descriptions for length units.
UNIT_CENTIMETERS - Static variable in class org.foray.fotree.value.DtLength
Constant indicating units of "centimeters".
UNIT_EMS - Static variable in class org.foray.fotree.value.DtLength
Constant indicating units of "ems".
UNIT_INCHES - Static variable in class org.foray.fotree.value.DtLength
Constant indicating units of "inches".
UNIT_MILLIMETERS - Static variable in class org.foray.fotree.value.DtLength
Constant indicating units of "millimeters".
UNIT_PICAS - Static variable in class org.foray.fotree.value.DtLength
Constant indicating units of "picas".
UNIT_PIXELS - Static variable in class org.foray.fotree.value.DtLength
Constant indicating units of "pixels".
UNIT_POINTS - Static variable in class org.foray.fotree.value.DtLength
Constant indicating units of "points".
UNIT_POWER_AREA - Static variable in class org.foray.fotree.value.Expr
Constant indicating a two-dimensional item in space, that is, an area.
UNIT_POWER_LENGTH - Static variable in class org.foray.fotree.value.Expr
Constant indicating a one-dimensional item in space, that is, a length.
UNIT_POWER_NON_NUMERIC - Static variable in class org.foray.fotree.value.Expr
Constant indicating an invalid unit power, that is, a non-numeric item.
UNIT_POWER_NUMERIC - Static variable in class org.foray.fotree.value.Expr
Constant indicating a numeric item, but one that has zero dimensions.
UNITS_HERTZ - Static variable in class org.foray.fotree.value.DtFrequency
Constant indicating a unit type of hertz.
UNITS_KILOHERTZ - Static variable in class org.foray.fotree.value.DtFrequency
Constant indicating a unit type of kilohertz.
UNITS_MILLISECONDS - Static variable in class org.foray.fotree.value.DtTime
Constant indicating that the unit of time stored in this instance is milliseconds.
UNITS_SECONDS - Static variable in class org.foray.fotree.value.DtTime
Constant indicating that the unit of time stored in this instance is seconds.
unitsPerEm() - Method in class org.foray.font.format.ttf.TTFTableHEAD
Returns the units-per-em value for this font.
UNIVERSAL_REGISTRATION_STRATEGY - Static variable in class org.foray.common.url.ProtocolRegistrationBroker
Constant indicating that any URL handler registration strategy is acceptable.
UniversalProtocolRegistration - Class in org.foray.common.url
Registers URL protocols in a universal manner, attempting first to register using a URLStreamHandlerFactory, then using the Java properties method as a fallback.
unregisterGeneratedArea(AreaNode) - Method in class org.foray.area.FOLinkageNormal
Unregisters a given area node.
unRegisterListener(AreaTreeListener) - Method in class org.foray.area.AreaTree
Remove an object from the list of listeners to be notified about AreaTreeEvent firings.
unregisterMarker(Marker) - Method in class org.foray.area.PageRA
Unregister a marker for this page.
unsignedBytesToInt(byte, byte) - Static method in class org.foray.common.WKConstants
Converts two unsigned bytes to an int.
unsignedBytesToIntBE(byte[], int) - Static method in class org.foray.common.WKConstants
Converts two unsigned big-endian bytes from an array of bytes to an int.
unsignedBytesToIntLE(byte[], int) - Static method in class org.foray.common.WKConstants
Converts two unsigned little-endian bytes from an array of bytes to an int.
unsignedBytesToLong(byte, byte, byte, byte) - Static method in class org.foray.common.WKConstants
Converts four unsigned bytes to a long.
unsignedBytesToLongBE(byte[], int) - Static method in class org.foray.common.WKConstants
Converts four unsigned big-endian bytes from an array of bytes to a long.
unsignedBytesToLongLE(byte[], int) - Static method in class org.foray.common.WKConstants
Converts four unsigned little-endian bytes from an array of bytes to a long.
unsignedByteToInt(byte) - Static method in class org.foray.common.WKConstants
Converts one unsigned byte to its integer equivalent.
upperRightX() - Method in class org.foray.common.ps.BoundingBox4a
 
upperRightY() - Method in class org.foray.common.ps.BoundingBox4a
 
URLFactory - Class in org.foray.common.url
Creates URL instances using the FOray custom URLStreamHandler capabilities.
URLUtil - Class in org.foray.common.url
This utility class contains various URL-related static utility methods.
USA - Static variable in class org.foray.common.i18n.Country4a
The United States of America.
USA - Static variable in class org.foray.common.i18n.Orthography4a
The orthograpy for the United States.
usableInPostScriptOutput() - Method in class org.foray.font.Font4a
 
usableInPostScriptOutput() - Method in class org.foray.font.FreeStandingFont
Indicates whether this font can be referenced within a PostScript file.
usableInPostScriptOutput() - Method in class org.foray.font.SystemFont
 
usedProgressionDimension() - Method in class org.foray.area.AreaFlexible
The total amount of progressionDimension that is consumed by this Area.
usedProgressionDimensionNormalFlow() - Method in class org.foray.area.AreaFlexible
Returns the PD used by this area.
useFont(PSFont, int) - Method in class org.foray.render.ps.PSRenderer
Sets the font and/or font size to be used.
UserMessage - Class in org.foray.render.awt.viewer
Utility class encapsulating various components of a message to the user.
UserMessage() - Constructor for class org.foray.render.awt.viewer.UserMessage
Constructor.

V

VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.AbstractBoolean
Array of valid keywords for properties with no "inherit" keyword.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.AbstractBorderStyle
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.AbstractBorderWidth
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.AbstractMergeIndex
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdBackgroundColor
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdBackgroundImage
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdBackgroundPosition
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdBackgroundPositionHorizontal
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdBackgroundPositionVertical
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdBorderStyle
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdBorderWidth
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdFontFamily
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdFontSize
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdFontStyle
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdFontVariant
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdFontWeight
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdIntrusionDisplace
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdPageNumberTreatment
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdRetrieveBoundaryWithinTable
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdRetrievePositionWithinTable
Array of valid keywords.
VALID_KEYWORDS - Static variable in class org.foray.fotree.value.DtBorderStyle
Array of valid keywords that can be used to designate a border-style.
VALID_KEYWORDS - Static variable in class org.foray.fotree.value.DtBorderWidth
Array of valid keywords, including the word "inherit".
VALID_KEYWORDS_INHERIT_ONLY - Static variable in class org.foray.fotree.fo.AbstractFoProperty
Array of valid keywords for properties that only allow "inherit".
VALID_KEYWORDS_MAX - Static variable in class org.foray.fotree.fo.prop.AbstractAbsoluteDimension
Array of valid keywords for the "max-width" and "max-height" properties.
VALID_KEYWORDS_MIN - Static variable in class org.foray.fotree.fo.prop.AbstractAbsoluteDimension
Array of valid keywords for the "min-width" and "min-height" properties.
VALID_KEYWORDS_WIDTH_HEIGHT - Static variable in class org.foray.fotree.fo.prop.AbstractAbsoluteDimension
Array of valid keywords for the "width" and "height" properties.
VALID_KEYWORDS_WITH_INHERIT - Static variable in class org.foray.fotree.fo.prop.AbstractBoolean
Array of valid keywords for properties that include the "inherit" keyword.
VALID_SCRIPTS - Static variable in class org.foray.fotree.value.DtScript
This list is derived from http://www.unicode.org/iso15924/iso15924-codes.html, which also contains the mappings to scripts names and number codes.
VALID_TOKEN_KEYWORDS - Static variable in class org.foray.fotree.fo.prop.PdFontFamily
Array of valid token keywords.
validateAncestry() - Method in class org.foray.fotree.axsl.obj.Metadata
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.BasicLink
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Block
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Bookmark
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Character
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Declarations
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Float
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.FlowMap
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Footnote
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Inline
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Leader
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ListBlock
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ListItem
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Marker
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.MultiCase
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.PageSequence
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Region
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Root
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Table
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.TableCaption
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.TableCell
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.TableColumn
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.TableRow
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Title
 
validateAncestry() - Method in class org.foray.fotree.fo.obj.Wrapper
 
validateAncestry() - Method in class org.foray.fotree.FObj
A hook into the parsing process which allows the subclass instance to validate its ancestry.
validateAncestry() - Method in class org.foray.fotree.ForeignXML
 
validateAtLeastOneChild() - Method in class org.foray.fotree.FObj
Ensures that this has at least one child by throwing an exception if it does not.
ValidateChars - Class in org.foray.hyphen.util
Command-line application that reads an XML file and checks its content against a predefined set of characters that are legitimate in a given language, reporting on anomalies.
ValidateChars(HyphenationServer4a, InputSource, String, String) - Constructor for class org.foray.hyphen.util.ValidateChars
Constructor.
validateDescendants() - Method in class org.foray.fotree.axsl.obj.Metadata
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.BasicLink
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Block
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Bookmark
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Character
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Declarations
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Float
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Flow
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.FlowMap
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Footnote
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Inline
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Leader
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ListBlock
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ListItem
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Marker
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.MultiCase
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.PageSequence
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Region
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Root
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.SimplePageMaster
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.StaticContent
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Table
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.TableCaption
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.TableCell
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.TableColumn
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.TableRow
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Title
 
validateDescendants() - Method in class org.foray.fotree.fo.obj.Wrapper
 
validateDescendants() - Method in class org.foray.fotree.FObj
A hook into the parsing process which allows the subclass instance to validate its descendants.
validateDescendants() - Method in class org.foray.fotree.ForeignXML
 
validateEmptyContent() - Method in class org.foray.fotree.FObj
Ensures that this has no children by throwing an exception if it does.
validateNewParent(AreaNode) - Method in class org.foray.area.AbstractInlineArea
Standard validation routine for child classes that are setting a new parent.
validateNoArguments(Expr[]) - Method in class org.foray.fotree.value.Function
Validates that this function has no arguments, and throws an exception if it does.
validateNoneOrOneName(Expr[]) - Method in class org.foray.fotree.value.Function
Validates that this function either 1) has no arguments, or 2) has exactly one argument and that a Name.
validatePageExistence() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
Checks to make sure that each page referenced actually exists.
validatePageExistence() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
Checks to make sure that each page referenced actually exists.
validatePageExistence() - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
validatePageExistence() - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
validatePageExistence() - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
validatePageExistence() - Method in class org.foray.fotree.fo.obj.SubSequenceSpecifier
Checks to make sure that each page referenced actually exists.
validateProperties() - Method in class org.foray.fotree.axsl.obj.Metadata
 
validateProperties() - Method in class org.foray.fotree.fo.obj.AbstractCharacterSequence
 
validateProperties() - Method in class org.foray.fotree.fo.obj.AbstractFlow
 
validateProperties() - Method in class org.foray.fotree.fo.obj.AbstractFolioDescriptor
 
validateProperties() - Method in class org.foray.fotree.fo.obj.AbstractIndexFormatting
 
validateProperties() - Method in class org.foray.fotree.fo.obj.AbstractPageMaster
 
validateProperties() - Method in class org.foray.fotree.fo.obj.AbstractPageReference
 
validateProperties() - Method in class org.foray.fotree.fo.obj.AbstractTablePart
 
validateProperties() - Method in class org.foray.fotree.fo.obj.BasicLink
 
validateProperties() - Method in class org.foray.fotree.fo.obj.BidiOverride
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Block
 
validateProperties() - Method in class org.foray.fotree.fo.obj.BlockContainer
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Bookmark
 
validateProperties() - Method in class org.foray.fotree.fo.obj.BookmarkTitle
 
validateProperties() - Method in class org.foray.fotree.fo.obj.BookmarkTree
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ChangeBarBegin
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ChangeBarEnd
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Character
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ColorProfile
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ConditionalPageMasterReference
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Declarations
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ExternalGraphic
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Float
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Flow
 
validateProperties() - Method in class org.foray.fotree.fo.obj.FlowAssignment
 
validateProperties() - Method in class org.foray.fotree.fo.obj.FlowMap
 
validateProperties() - Method in class org.foray.fotree.fo.obj.FlowNameSpecifier
 
validateProperties() - Method in class org.foray.fotree.fo.obj.FlowSourceList
 
validateProperties() - Method in class org.foray.fotree.fo.obj.FlowTargetList
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Footnote
 
validateProperties() - Method in class org.foray.fotree.fo.obj.FootnoteBody
 
validateProperties() - Method in class org.foray.fotree.fo.obj.IndexKeyReference
 
validateProperties() - Method in class org.foray.fotree.fo.obj.IndexPageCitationList
 
validateProperties() - Method in class org.foray.fotree.fo.obj.IndexRangeBegin
 
validateProperties() - Method in class org.foray.fotree.fo.obj.IndexRangeEnd
 
validateProperties() - Method in class org.foray.fotree.fo.obj.InitialPropertySet
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Inline
 
validateProperties() - Method in class org.foray.fotree.fo.obj.InlineContainer
 
validateProperties() - Method in class org.foray.fotree.fo.obj.InstreamForeignObject
 
validateProperties() - Method in class org.foray.fotree.fo.obj.LayoutMasterSet
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Leader
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ListBlock
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ListItem
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ListItemBody
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ListItemLabel
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Marker
 
validateProperties() - Method in class org.foray.fotree.fo.obj.MultiCase
 
validateProperties() - Method in class org.foray.fotree.fo.obj.MultiProperties
 
validateProperties() - Method in class org.foray.fotree.fo.obj.MultiPropertySet
 
validateProperties() - Method in class org.foray.fotree.fo.obj.MultiSwitch
 
validateProperties() - Method in class org.foray.fotree.fo.obj.MultiToggle
 
validateProperties() - Method in class org.foray.fotree.fo.obj.PageSequence
 
validateProperties() - Method in class org.foray.fotree.fo.obj.PageSequenceMaster
 
validateProperties() - Method in class org.foray.fotree.fo.obj.PageSequenceWrapper
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Region
 
validateProperties() - Method in class org.foray.fotree.fo.obj.RegionNameSpecifier
 
validateProperties() - Method in class org.foray.fotree.fo.obj.RepeatablePMAlternatives
 
validateProperties() - Method in class org.foray.fotree.fo.obj.RepeatablePMReference
 
validateProperties() - Method in class org.foray.fotree.fo.obj.RetrieveMarker
 
validateProperties() - Method in class org.foray.fotree.fo.obj.RetrieveTableMarker
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Root
 
validateProperties() - Method in class org.foray.fotree.fo.obj.ScalingValueCitation
 
validateProperties() - Method in class org.foray.fotree.fo.obj.SinglePageMasterReference
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Table
 
validateProperties() - Method in class org.foray.fotree.fo.obj.TableAndCaption
 
validateProperties() - Method in class org.foray.fotree.fo.obj.TableCaption
 
validateProperties() - Method in class org.foray.fotree.fo.obj.TableCell
 
validateProperties() - Method in class org.foray.fotree.fo.obj.TableColumn
 
validateProperties() - Method in class org.foray.fotree.fo.obj.TableRow
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Title
 
validateProperties() - Method in class org.foray.fotree.fo.obj.Wrapper
 
validateProperties() - Method in class org.foray.fotree.FObj
A hook into the parsing process which allows the subclass instance to validate its properties.
validateProperties() - Method in class org.foray.fotree.ForeignXML
 
validateText(CharSequence) - Method in class org.foray.hyphen.util.NaturalLanguage
Validates the content of a sequence of chars to determine whether they are valid in this language.
validKeywords() - Static method in class org.foray.fotree.fo.prop.PdBackgroundAttachment
Returns the array of valid keywords for this class.
validKeywords() - Static method in class org.foray.fotree.fo.prop.PdBackgroundRepeat
Returns the array of valid keywords for this class.
validPanose(byte[]) - Static method in class org.foray.font.format.Panose
Tests the validity of a panose description.
validScript(String) - Static method in class org.foray.fotree.value.DtScript
Determines whether a given script code is found in validScripts.
validUnits(byte) - Static method in class org.foray.fotree.value.DtAngle
Validates the units.
value() - Method in class org.foray.fotree.axsl.prop.AxslEnumerated
Returns the value for this property.
value() - Method in class org.foray.fotree.fo.prop.AbstractAbsoluteDimension
 
value() - Method in class org.foray.fotree.fo.prop.AbstractAbsoluteOffset
 
value() - Method in class org.foray.fotree.fo.prop.AbstractAllowedAxisScale
 
value() - Method in class org.foray.fotree.fo.prop.AbstractAudioDial
 
value() - Method in class org.foray.fotree.fo.prop.AbstractBackgroundPosition
 
value() - Method in class org.foray.fotree.fo.prop.AbstractBoolean
 
value() - Method in class org.foray.fotree.fo.prop.AbstractBorder
 
value() - Method in class org.foray.fotree.fo.prop.AbstractBorderColor
 
value() - Method in class org.foray.fotree.fo.prop.AbstractBorderPrecedence
 
value() - Method in class org.foray.fotree.fo.prop.AbstractBorderStyle
 
value() - Method in class org.foray.fotree.fo.prop.AbstractBorderWidth
 
value() - Method in class org.foray.fotree.fo.prop.AbstractCharacter
 
value() - Method in class org.foray.fotree.fo.prop.AbstractContentDimension
 
value() - Method in class org.foray.fotree.fo.prop.AbstractCue
 
value() - Method in class org.foray.fotree.fo.prop.AbstractGlyphOrientation
 
value() - Method in class org.foray.fotree.fo.prop.AbstractIndent
 
value() - Method in class org.foray.fotree.fo.prop.AbstractKeep
 
value() - Method in class org.foray.fotree.fo.prop.AbstractMargin
 
value() - Method in class org.foray.fotree.fo.prop.AbstractMergeIndex
 
value() - Method in class org.foray.fotree.fo.prop.AbstractName
 
value() - Method in class org.foray.fotree.fo.prop.AbstractPadding
 
value() - Method in class org.foray.fotree.fo.prop.AbstractPageDimension
 
value() - Method in class org.foray.fotree.fo.prop.AbstractPause
 
value() - Method in class org.foray.fotree.fo.prop.AbstractRelativeDimension
 
value() - Method in class org.foray.fotree.fo.prop.AbstractRelativeSpace
 
value() - Method in class org.foray.fotree.fo.prop.AbstractString
 
value() - Method in class org.foray.fotree.fo.prop.PdAbsolutePosition
 
value() - Method in class org.foray.fotree.fo.prop.PdActiveState
 
value() - Method in class org.foray.fotree.fo.prop.PdAlignmentAdjust
 
value() - Method in class org.foray.fotree.fo.prop.PdAlignmentBaseline
 
value() - Method in class org.foray.fotree.fo.prop.PdAzimuth
 
value() - Method in class org.foray.fotree.fo.prop.PdBackground
 
value() - Method in class org.foray.fotree.fo.prop.PdBackgroundAttachment
 
value() - Method in class org.foray.fotree.fo.prop.PdBackgroundColor
 
value() - Method in class org.foray.fotree.fo.prop.PdBackgroundImage
 
value() - Method in class org.foray.fotree.fo.prop.PdBackgroundPosition
 
value() - Method in class org.foray.fotree.fo.prop.PdBackgroundRepeat
 
value() - Method in class org.foray.fotree.fo.prop.PdBaselineShift
 
value() - Method in class org.foray.fotree.fo.prop.PdBlankOrNotBlank
 
value() - Method in class org.foray.fotree.fo.prop.PdBorderCollapse
 
value() - Method in class org.foray.fotree.fo.prop.PdBorderColor
 
value() - Method in class org.foray.fotree.fo.prop.PdBorderSeparation
 
value() - Method in class org.foray.fotree.fo.prop.PdBorderSpacing
 
value() - Method in class org.foray.fotree.fo.prop.PdBorderStyle
 
value() - Method in class org.foray.fotree.fo.prop.PdBorderWidth
 
value() - Method in class org.foray.fotree.fo.prop.PdBreakAfter
 
value() - Method in class org.foray.fotree.fo.prop.PdBreakBefore
 
value() - Method in class org.foray.fotree.fo.prop.PdCaptionSide
 
value() - Method in class org.foray.fotree.fo.prop.PdChangeBarColor
 
value() - Method in class org.foray.fotree.fo.prop.PdChangeBarOffset
 
value() - Method in class org.foray.fotree.fo.prop.PdChangeBarPlacement
 
value() - Method in class org.foray.fotree.fo.prop.PdChangeBarStyle
 
value() - Method in class org.foray.fotree.fo.prop.PdChangeBarWidth
 
value() - Method in class org.foray.fotree.fo.prop.PdClear
 
value() - Method in class org.foray.fotree.fo.prop.PdClip
 
value() - Method in class org.foray.fotree.fo.prop.PdColor
 
value() - Method in class org.foray.fotree.fo.prop.PdColumnCount
 
value() - Method in class org.foray.fotree.fo.prop.PdColumnGap
 
value() - Method in class org.foray.fotree.fo.prop.PdColumnNumber
 
value() - Method in class org.foray.fotree.fo.prop.PdColumnWidth
 
value() - Method in class org.foray.fotree.fo.prop.PdContentType
 
value() - Method in class org.foray.fotree.fo.prop.PdCountry
 
value() - Method in class org.foray.fotree.fo.prop.PdDestinationPlacementOffset
 
value() - Method in class org.foray.fotree.fo.prop.PdDirection
 
value() - Method in class org.foray.fotree.fo.prop.PdDisplayAlign
 
value() - Method in class org.foray.fotree.fo.prop.PdDominantBaseline
 
value() - Method in class org.foray.fotree.fo.prop.PdElevation
 
value() - Method in class org.foray.fotree.fo.prop.PdEmptyCells
 
value() - Method in class org.foray.fotree.fo.prop.PdExtent
 
value() - Method in class org.foray.fotree.fo.prop.PdExternalDestination
 
value() - Method in class org.foray.fotree.fo.prop.PdFloat
 
value() - Method in class org.foray.fotree.fo.prop.PdFont
 
value() - Method in class org.foray.fotree.fo.prop.PdFontFamily
 
value() - Method in class org.foray.fotree.fo.prop.PdFontSelectionStrategy
 
value() - Method in class org.foray.fotree.fo.prop.PdFontSize
 
value() - Method in class org.foray.fotree.fo.prop.PdFontSizeAdjust
 
value() - Method in class org.foray.fotree.fo.prop.PdFontStretch
 
value() - Method in class org.foray.fotree.fo.prop.PdFontStyle
 
value() - Method in class org.foray.fotree.fo.prop.PdFontVariant
 
value() - Method in class org.foray.fotree.fo.prop.PdFontWeight
 
value() - Method in class org.foray.fotree.fo.prop.PdForcePageCount
 
value() - Method in class org.foray.fotree.fo.prop.PdGroupingSize
 
value() - Method in class org.foray.fotree.fo.prop.PdHyphenationKeep
 
value() - Method in class org.foray.fotree.fo.prop.PdHyphenationLadderCount
 
value() - Method in class org.foray.fotree.fo.prop.PdHyphenationPushCharacterCount
 
value() - Method in class org.foray.fotree.fo.prop.PdHyphenationRemainCharacterCount
 
value() - Method in class org.foray.fotree.fo.prop.PdId
 
value() - Method in class org.foray.fotree.fo.prop.PdInitialPageNumber
 
value() - Method in class org.foray.fotree.fo.prop.PdInternalDestination
 
value() - Method in class org.foray.fotree.fo.prop.PdIntrinsicScaleValue
 
value() - Method in class org.foray.fotree.fo.prop.PdIntrusionDisplace
 
value() - Method in class org.foray.fotree.fo.prop.PdLanguage
 
value() - Method in class org.foray.fotree.fo.prop.PdLastLineEndIndent
 
value() - Method in class org.foray.fotree.fo.prop.PdLeaderAlignment
 
value() - Method in class org.foray.fotree.fo.prop.PdLeaderLength
 
value() - Method in class org.foray.fotree.fo.prop.PdLeaderPattern
 
value() - Method in class org.foray.fotree.fo.prop.PdLeaderPatternWidth
 
value() - Method in class org.foray.fotree.fo.prop.PdLetterSpacing
 
value() - Method in class org.foray.fotree.fo.prop.PdLetterValue
 
value() - Method in class org.foray.fotree.fo.prop.PdLinefeedTreatment
 
value() - Method in class org.foray.fotree.fo.prop.PdLineHeight
 
value() - Method in class org.foray.fotree.fo.prop.PdLineHeightShiftAdjustment
 
value() - Method in class org.foray.fotree.fo.prop.PdLineStackingStrategy
 
value() - Method in class org.foray.fotree.fo.prop.PdMargin
 
value() - Method in class org.foray.fotree.fo.prop.PdMaximumRepeats
 
value() - Method in class org.foray.fotree.fo.prop.PdMediaUsage
 
value() - Method in class org.foray.fotree.fo.prop.PdNumberColumnsRepeated
 
value() - Method in class org.foray.fotree.fo.prop.PdNumberColumnsSpanned
 
value() - Method in class org.foray.fotree.fo.prop.PdNumberRowsSpanned
 
value() - Method in class org.foray.fotree.fo.prop.PdOddOrEven
 
value() - Method in class org.foray.fotree.fo.prop.PdOrphans
 
value() - Method in class org.foray.fotree.fo.prop.PdOverflow
 
value() - Method in class org.foray.fotree.fo.prop.PdPadding
 
value() - Method in class org.foray.fotree.fo.prop.PdPageBreakAfter
 
value() - Method in class org.foray.fotree.fo.prop.PdPageBreakBefore
 
value() - Method in class org.foray.fotree.fo.prop.PdPageBreakInside
 
value() - Method in class org.foray.fotree.fo.prop.PdPageCitationStrategy
 
value() - Method in class org.foray.fotree.fo.prop.PdPageNumberTreatment
 
value() - Method in class org.foray.fotree.fo.prop.PdPagePosition
 
value() - Method in class org.foray.fotree.fo.prop.PdPitch
 
value() - Method in class org.foray.fotree.fo.prop.PdPlayDuring
 
value() - Method in class org.foray.fotree.fo.prop.PdPosition
 
value() - Method in class org.foray.fotree.fo.prop.PdProvisionalDistanceBetweenStarts
 
value() - Method in class org.foray.fotree.fo.prop.PdProvisionalLabelSeparation
 
value() - Method in class org.foray.fotree.fo.prop.PdReferenceOrientation
 
value() - Method in class org.foray.fotree.fo.prop.PdRefId
 
value() - Method in class org.foray.fotree.fo.prop.PdRegionName
 
value() - Method in class org.foray.fotree.fo.prop.PdRelativeAlign
 
value() - Method in class org.foray.fotree.fo.prop.PdRelativePosition
 
value() - Method in class org.foray.fotree.fo.prop.PdRenderingIntent
 
value() - Method in class org.foray.fotree.fo.prop.PdRetrieveBoundary
 
value() - Method in class org.foray.fotree.fo.prop.PdRetrieveBoundaryWithinTable
 
value() - Method in class org.foray.fotree.fo.prop.PdRetrievePosition
 
value() - Method in class org.foray.fotree.fo.prop.PdRetrievePositionWithinTable
 
value() - Method in class org.foray.fotree.fo.prop.PdRole
 
value() - Method in class org.foray.fotree.fo.prop.PdRuleStyle
 
value() - Method in class org.foray.fotree.fo.prop.PdRuleThickness
 
value() - Method in class org.foray.fotree.fo.prop.PdScaleOption
 
value() - Method in class org.foray.fotree.fo.prop.PdScaling
 
value() - Method in class org.foray.fotree.fo.prop.PdScalingMethod
 
value() - Method in class org.foray.fotree.fo.prop.PdScript
 
value() - Method in class org.foray.fotree.fo.prop.PdShowDestination
 
value() - Method in class org.foray.fotree.fo.prop.PdSize
 
value() - Method in class org.foray.fotree.fo.prop.PdSourceDocument
 
value() - Method in class org.foray.fotree.fo.prop.PdSpan
 
value() - Method in class org.foray.fotree.fo.prop.PdSpeak
 
value() - Method in class org.foray.fotree.fo.prop.PdSpeakHeader
 
value() - Method in class org.foray.fotree.fo.prop.PdSpeakNumeral
 
value() - Method in class org.foray.fotree.fo.prop.PdSpeakPunctuation
 
value() - Method in class org.foray.fotree.fo.prop.PdSpeechRate
 
value() - Method in class org.foray.fotree.fo.prop.PdSrc
 
value() - Method in class org.foray.fotree.fo.prop.PdStartingState
 
value() - Method in class org.foray.fotree.fo.prop.PdSuppressAtLineBreak
 
value() - Method in class org.foray.fotree.fo.prop.PdSwitchTo
 
value() - Method in class org.foray.fotree.fo.prop.PdTableLayout
 
value() - Method in class org.foray.fotree.fo.prop.PdTargetPresentationContext
 
value() - Method in class org.foray.fotree.fo.prop.PdTargetProcessingContext
 
value() - Method in class org.foray.fotree.fo.prop.PdTargetStylesheet
 
value() - Method in class org.foray.fotree.fo.prop.PdTextAlign
 
value() - Method in class org.foray.fotree.fo.prop.PdTextAlignLast
 
value() - Method in class org.foray.fotree.fo.prop.PdTextAltitude
 
value() - Method in class org.foray.fotree.fo.prop.PdTextDecoration
 
value() - Method in class org.foray.fotree.fo.prop.PdTextDepth
 
value() - Method in class org.foray.fotree.fo.prop.PdTextIndent
 
value() - Method in class org.foray.fotree.fo.prop.PdTextShadow
 
value() - Method in class org.foray.fotree.fo.prop.PdTextTransform
 
value() - Method in class org.foray.fotree.fo.prop.PdTreatAsWordSpace
 
value() - Method in class org.foray.fotree.fo.prop.PdUnicodeBidi
 
value() - Method in class org.foray.fotree.fo.prop.PdVerticalAlign
 
value() - Method in class org.foray.fotree.fo.prop.PdVisibility
 
value() - Method in class org.foray.fotree.fo.prop.PdVoiceFamily
 
value() - Method in class org.foray.fotree.fo.prop.PdVolume
 
value() - Method in class org.foray.fotree.fo.prop.PdWhiteSpace
 
value() - Method in class org.foray.fotree.fo.prop.PdWhiteSpaceTreatment
 
value() - Method in class org.foray.fotree.fo.prop.PdWidows
 
value() - Method in class org.foray.fotree.fo.prop.PdWordSpacing
 
value() - Method in class org.foray.fotree.fo.prop.PdWrapOption
 
value() - Method in class org.foray.fotree.fo.prop.PdWritingMode
 
value() - Method in class org.foray.fotree.fo.prop.PdZIndex
 
value() - Method in class org.foray.fotree.Property
Returns the value for this property.
value() - Method in class org.foray.fotree.xml.prop.Lang
Returns the value for this property.
ValueCollection - Class in org.foray.fotree.value
A collection of one or more other PropertyValue instances that is itself a PropertyValue.
ValueCollection() - Constructor for class org.foray.fotree.value.ValueCollection
Constructor.
valueIsAuto(FoContext, FObj) - Method in class org.foray.fotree.fo.prop.PdClip
Indicates whether the value of this "clip" property is "auto".
valueOf(String) - Static method in enum org.foray.app.OutputTargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.area.AreaClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.common.Mime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.font.format.Panose.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.font.format.ttf.OTFFeature.OtfFeatureTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.font.format.ttf.OTFLookupGSUB.LookupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.font.format.type1.Type1Metrics.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.axsl.AxslObject
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.axsl.AxslProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.axsl.AxslValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.fo.enums.Scaling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.fo.enums.ScalingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.fo.FoObject
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.fo.FoProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.fo.FoValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.fo.prop.AbstractKeep.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.foray.ForayObject
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.LengthRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.svg.SvgObject
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.fotree.xml.XmlProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.hyphen.PatternTree.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.pdf.object.PDFBorderStyle.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.pdf.object.PDFCIDFont.SubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.pdf.object.PDFCMap.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.pdf.object.PDFFont.SubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.pioneer.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.ps.filter.PSFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.ps.PsAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.ps.PsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.foray.ps.PsOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.foray.app.OutputTargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.area.AreaClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.common.Mime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.font.format.Panose.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.font.format.ttf.OTFFeature.OtfFeatureTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.font.format.ttf.OTFLookupGSUB.LookupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.font.format.type1.Type1Metrics.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.axsl.AxslObject
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.axsl.AxslProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.axsl.AxslValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.fo.enums.Scaling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.fo.enums.ScalingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.fo.FoObject
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.fo.FoProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.fo.FoValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.fo.prop.AbstractKeep.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.foray.ForayObject
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.LengthRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.svg.SvgObject
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.fotree.xml.XmlProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.hyphen.PatternTree.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.pdf.object.PDFBorderStyle.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.pdf.object.PDFCIDFont.SubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.pdf.object.PDFCMap.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.pdf.object.PDFFont.SubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.pioneer.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.ps.filter.PSFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.ps.PsAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.ps.PsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.foray.ps.PsOperator
Returns an array containing the constants of this enum type, in the order they are declared.
variantMatches(Font.Variant, boolean) - Method in class org.foray.font.config.RegisteredFontDesc
Indicates whether this font description matches a given variant.
VERSION_KEY - Static variable in class org.foray.ps.type1.PsFontInfoDictionary4a
Key to the "version" entry.
verticalAlign() - Method in class org.foray.area.LineArea
Balance (vertically) the inline areas within this line.
viewFO(URL) - Method in class org.foray.demo.embed.DemoAWTViewer
Views an FO document.
viewportBPD() - Method in class org.foray.area.ExternalGraphicArea
Returns the bpd of the viewport for this area.
viewportBPD() - Method in class org.foray.area.ForeignObjectArea
Returns the bpd of the viewport for this area.
viewportBpd(FoContext) - Method in class org.foray.fotree.FObjScaled
 
viewportDimension(FObjScaled, FoContext) - Method in class org.foray.fotree.fo.prop.AbstractContentDimension
Returns either the viewport height or viewport width of the graphic, depending on the subclass.
viewportDimension(FObjScaled, FoContext) - Method in class org.foray.fotree.fo.prop.PdContentHeight
 
viewportDimension(FObjScaled, FoContext) - Method in class org.foray.fotree.fo.prop.PdContentWidth
 
viewportIPD() - Method in class org.foray.area.ExternalGraphicArea
Returns the ipd of the viewport for this area.
viewportIPD() - Method in class org.foray.area.ForeignObjectArea
Returns the ipd of the viewport for this area.
viewportIpd(FoContext) - Method in class org.foray.fotree.FObjScaled
 
Voice4a - Class in org.foray.speech
The FOray implementation of Voice.
Voice4a(float) - Constructor for class org.foray.speech.Voice4a
Constructor.
VOLUME_LOUD - Static variable in class org.foray.fotree.fo.prop.PdVolume
The numeric equivalent of "loud".
VOLUME_MEDIUM - Static variable in class org.foray.fotree.fo.prop.PdVolume
The numeric equivalent of "medium".
VOLUME_SILENT - Static variable in class org.foray.fotree.fo.prop.PdVolume
The numeric equivalent of "silent".
VOLUME_SOFT - Static variable in class org.foray.fotree.fo.prop.PdVolume
The numeric equivalent of "soft".
VOLUME_X_LOUD - Static variable in class org.foray.fotree.fo.prop.PdVolume
The numeric equivalent of "extra-loud".
VOLUME_X_SOFT - Static variable in class org.foray.fotree.fo.prop.PdVolume
The numeric equivalent of "extra-soft".

W

wantsFoCompleteEvents() - Method in class org.foray.core.FOrayTarget
 
warning(SAXParseException) - Method in class org.foray.hyphen.PatternParser
 
warning(SAXParseException) - Method in class org.foray.hyphen.util.NatLangParser
 
wasUsed() - Method in class org.foray.font.FontUse4a
 
WEIGHT_KEY - Static variable in class org.foray.ps.type1.PsFontInfoDictionary4a
Key to the "Weight" entry.
weightMatches(Font.Weight) - Method in class org.foray.font.config.RegisteredFontDesc
Indicates whether this font description matches a given weight.
whichElementForDirectional(Compass, int) - Static method in class org.foray.fotree.value.PropertyCollection
Determines which of the elements in this PropertyCollection should be used for the given direction that is supplied.
whichUse(RegisteredFontDesc, int) - Method in class org.foray.font.FontConsumer4a
Since RegisteredFont and RegisteredFontDesc instances can encapsulate either a FreeStandingFont or a SystemFont, or both, this method selects which one should be used, based on the FontConsumer instances parameters.
WHITESPACE - Static variable in class org.foray.ps.PsInterpreter4a
The PostScript whitespace characters.
whiteSpaceCollapseCharAt(WhiteSpaceTreatment, LinefeedTreatment, TextTransform, boolean, int) - Method in class org.foray.fotree.fo.obj.FoWord
 
whiteSpaceCollapseCharAt(WhiteSpaceTreatment, LinefeedTreatment, TextTransform, boolean, int) - Method in class org.foray.fotree.fo.obj.FoWordSequenceContent
Returns the char at a given index after white-space-collapse is applied.
whiteSpaceCollapseLength(WhiteSpaceTreatment, LinefeedTreatment, TextTransform, boolean) - Method in class org.foray.fotree.fo.obj.FoWord
 
whiteSpaceCollapseLength(WhiteSpaceTreatment, LinefeedTreatment, TextTransform, boolean) - Method in class org.foray.fotree.fo.obj.FoWordSequenceContent
Returns the number of chars in this object after white-space-collapse is applied.
whiteSpaceTreatmentCharAt(WhiteSpaceTreatment, int) - Method in class org.foray.fotree.fo.obj.FoWord
 
whiteSpaceTreatmentCharAt(WhiteSpaceTreatment, int) - Method in class org.foray.fotree.fo.obj.FoWordSequenceContent
Returns the char at a given index after white-space-treatment is applied.
whiteSpaceTreatmentLength(WhiteSpaceTreatment) - Method in class org.foray.fotree.fo.obj.FoWord
 
whiteSpaceTreatmentLength(WhiteSpaceTreatment) - Method in class org.foray.fotree.fo.obj.FoWordSequenceContent
Returns the number of chars in this object after white-space-treatment is applied.
width() - Method in class org.foray.common.ps.BoundingBox4a
 
width(IntSequence, int, int, int, int, int, FontOptions, Orthography) - Method in class org.foray.font.Font4a
 
width(int, int) - Method in class org.foray.font.FontUse4a
 
width(CharSequence, int, int, int, int, int, FontOptions, Orthography) - Method in class org.foray.font.FontUse4a
 
width(int, int) - Method in class org.foray.font.FSTrueTypeFont
 
width(int, int) - Method in class org.foray.font.FSType1Font
 
width(int, int) - Method in class org.foray.font.SystemFont
 
WIDTH_OFFSET - Static variable in class org.foray.graphic.JPEGGraphic
The offset, in bytes, to the width of the image.
widthArrayToPDFString(short[]) - Static method in class org.foray.pdf.object.PDFCIDFont
Return the PDF String representation of the width array.
widthContainingBlock() - Method in class org.foray.area.AreaNode
 
widthContainingBlock() - Method in class org.foray.pioneer.OverrideGraftingContext
 
widthEstimate(int, int) - Method in class org.foray.font.Font4a
 
widthUndefinedGlyph(int) - Method in class org.foray.font.Font4a
Returns the width of the undefined or missing glyph.
widthUndefinedGlyph(int) - Method in class org.foray.font.FSTrueTypeFont
 
widthUndefinedGlyph(int) - Method in class org.foray.font.FSType1Font
 
widthUndefinedGlyph(int) - Method in class org.foray.font.SystemFont
 
WKConstants - Class in org.foray.common
Class containing well-known or commonly-used constants and conversions.
WMODE_HORIZONTAL - Static variable in class org.foray.pdf.object.PDFCMap
Constant indicating the horizontal writing direction.
WMODE_VERTICAL - Static variable in class org.foray.pdf.object.PDFCMap
Constant indicating the vertical writing direction.
Word4a - Class in org.foray.hyphen
This class represents a hyphenated word.
WORD_LIST_PUBLIC_ID - Static variable in class org.foray.common.AxslDtdUtil
The public id of the "word list" DTD.
WordList - Class in org.foray.hyphen.util
Parses an input file, returning a sorted list of the words in that file.
WordList(InputStream, String) - Constructor for class org.foray.hyphen.util.WordList
Constructor.
WordSequence4a - Class in org.foray.hyphen
FOray implementation of WordSequence.
WordSequence4a() - Constructor for class org.foray.hyphen.WordSequence4a
 
wordSize(CharSequence, int, Orthography) - Method in class org.foray.hyphen.HyphenationServer4a
 
wordSpacing() - Method in class org.foray.area.LeaderArea
 
wordSpacing() - Method in class org.foray.area.PageNumberArea
 
wordSpacing() - Method in class org.foray.area.PageNumberCitationArea
 
wordSpacing() - Method in class org.foray.area.PageNumberCitationLastArea
 
wordSpacing() - Method in class org.foray.area.ScalingValueCitationArea
 
wordSpacing() - Method in class org.foray.area.TextArea
 
wordSpacingUsed() - Method in class org.foray.area.TextArea
Computes the amount of space, in millipoints, that this area has already absorbed by adjusting word spacing.
wordStarts(CharSequence, int, Orthography) - Method in class org.foray.hyphen.HyphenationServer4a
 
WordWrapper - Class in org.foray.hyphen
Decorates a normalized word with some additional data.
WordWrapper(Word4a, boolean, boolean, char) - Constructor for class org.foray.hyphen.WordWrapper
Constructor.
WordWrapper(Word4a, boolean, boolean) - Constructor for class org.foray.hyphen.WordWrapper
Constructor.
Wrapper - Class in org.foray.fotree.fo.obj
A "wrapper" object in XSl-FO.
Wrapper(FObj, PropertyList) - Constructor for class org.foray.fotree.fo.obj.Wrapper
Constructor.
WrapperPL - Class in org.foray.pioneer
Pioneer Layout for a Wrapper.
WrapperPL(Wrapper, PioneerLS) - Constructor for class org.foray.pioneer.WrapperPL
Constructor.
wrapText(Document, String, Font, float) - Static method in class org.foray.render.svg.SVGUtilities
Create some SVG text that is wrapped into a specified width.
write(CharSequence) - Method in class org.foray.common.CharacterOutputStream
Writes text to the stream, adding a linefeed at the end.
write(StringBuffer) - Method in class org.foray.common.FOrayLogger
Overrides the superclass logic to write output to System.out instead of System.err.
write(OutputStream) - Method in class org.foray.font.config.ConfigGenerator
Writes the DOM created by this configuration to a given output stream.
write(File) - Method in class org.foray.font.config.ConfigGenerator
Writes the DOM created by this configuration to a given file.
write(byte[]) - Method in class org.foray.pdf.object.PDFEncryption.EncryptionFilter
Encode the given data with the filter.
write(int) - Method in class org.foray.ps.filter.Ascii85EncodeFilter
 
write(int) - Method in class org.foray.ps.filter.AsciiHexEncodeFilter
 
write(int) - Method in class org.foray.ps.filter.CcittFaxEncodeFilter
 
write(int) - Method in class org.foray.ps.filter.DctEncodeFilter
 
write(int) - Method in class org.foray.ps.filter.RunLengthEncodeFilter
Encodes one byte, writing what it can to the output buffer.
write(String) - Method in class org.foray.render.ps.PSRenderer
Write out a command, appending a linefeed.
writeAsJavaStatics(OutputStream) - Method in class org.foray.ps.encode.CharSetParser
Writes out the array that has been parsed into java source code.
writeAsJavaStatics(OutputStream) - Method in class org.foray.ps.encode.EncodingParser
Writes out the internal arrays that have been parsed into java source code.
writeAsJavaStatics(OutputStream) - Method in class org.foray.ps.encode.GlyphListParser
Writes out the four internal arrays that have been parsed into java source code.
writeBFCharEntries(StringBuilder, char[]) - Method in class org.foray.font.output.FontPdf4a
Writes the BFChar entries.
writeBFEntries(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the BF entries portion of the CMAP content.
writeBFRangeEntries(StringBuilder, char[]) - Method in class org.foray.font.output.FontPdf4a
Writes the BFChar range entries.
writeByteArr(byte[]) - Method in class org.foray.common.CharacterOutputStream
Writes an array of bytes to the output stream.
writeCIDInit(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the CID init portion of the CMAP content.
writeCIDRange(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the CID range portion of the CMAP content.
writeCIDSystemInfo(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the CID Sytem Info portion of the CMAP content.
writeCIDSystemInfo(StringBuilder) - Method in class org.foray.pdf.object.PDFToUnicodeCMap
 
writeClip(Shape) - Method in class org.foray.graphic.batik.PDFGraphics2D
Clip the document to a specific shape.
writeClip(Shape) - Method in class org.foray.graphic.batik.PSGraphics2D
Creates code to clip along a given shape.
writeCodeSpaceRange(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the space range portion of the CMAP content.
writeCompleteElement(Area, StringBuilder, String) - Method in class org.foray.render.xml.XMLRenderer
Write the start tag, attributes, content, and end-tag for an element.
writeEmptyElement(Area, StringBuilder) - Method in class org.foray.render.xml.XMLRenderer
Write the start tag, attribues, and end-tag for an element.
writeEmptyElement(String, StringBuilder) - Method in class org.foray.render.xml.XMLRenderer
Write the start tag, attribues, and end-tag for an element.
writeEndTag(AreaNode) - Method in class org.foray.render.xml.XMLRenderer
Write an end tag.
writeFirstChar(StringBuilder) - Method in class org.foray.pdf.object.PDFFont
Write the /FirstChar component of the font entry.
writeFirstChar(StringBuilder) - Method in class org.foray.pdf.object.PDFFontType0
Write the /FirstChar component of the font entry.
writeFontDescriptor(StringBuilder) - Method in class org.foray.pdf.object.PDFFont
Write the /FontDescriptor component of the font entry.
writeFontDescriptor(StringBuilder) - Method in class org.foray.pdf.object.PDFFontType0
Write the /FontDescriptor component of the font entry.
writeFontDict() - Method in class org.foray.render.ps.PSRenderer
Write the font dictionary.
writeHeader() - Method in class org.foray.pdf.object.PDFDocument
 
writeIndent() - Method in class org.foray.render.xml.XMLRenderer
Write out the spaces to make an indentation.
writeIndirectObjects() - Method in class org.foray.pdf.object.PDFDocument
 
writeLastChar(StringBuilder) - Method in class org.foray.pdf.object.PDFFont
Write the /LastChar component of the font entry.
writeLastChar(StringBuilder) - Method in class org.foray.pdf.object.PDFFontType0
Write the /LastChar component of the font entry.
writePreStream(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the pre-stream portion of the CMAP content.
writeProcs() - Method in class org.foray.render.ps.PSRenderer
Write the document procedures.
writeRaw(CharSequence) - Method in class org.foray.common.CharacterOutputStream
Writes text to the stream (no linefeed is appended).
writeRaw(CharSequence) - Method in class org.foray.render.ps.PSRenderer
Write out a command (with no linefeed appended).
writeStartTag(AreaNode, StringBuilder) - Method in class org.foray.render.xml.XMLRenderer
Write the start tag, attribues, and end-tag for an element.
writeStreamAfterComments(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the after-stream portion of the CMAP content.
writeStreamComments(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the stream comments of the CMAP content.
writeSvgDocument(SVGDocument, OutputStream) - Method in class org.foray.graphic.GraphicServer4a
 
writeUseCMap(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the use CMAP portion of the CMAP content.
writeVersionTypeName(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the version, type, and name portion of the CMAP content.
writeVersionTypeName(StringBuilder) - Method in class org.foray.pdf.object.PDFToUnicodeCMap
 
writeWidths(StringBuilder) - Method in class org.foray.pdf.object.PDFFont
Write the /Widths component of the font entry.
writeWidths(StringBuilder) - Method in class org.foray.pdf.object.PDFFontType0
Write the /Widths component of the font entry.
writeWrapUp(StringBuilder) - Method in class org.foray.pdf.object.PDFCMap
Writes the wrap-up portion of the CMAP content.

X

XML_REQUEST_PARAM - Static variable in class org.foray.demo.servlet.AbstractDemoServlet
Constant for the "xml" request parameter.
XMLCharacter - Class in org.foray.common
This class provides assistance in handling certain XML-specific tasks.
XMLNS_NAMESPACE_URI - Static variable in class org.foray.common.XMLUtil
The namespace declaration to be assigned to the namespace definition in XML documents.
XMLNS_NAMESPACE_URI - Static variable in class org.foray.xml.DomUtil
The namespace declaration to be assigned to the namespace definition in XML documents.
XmlProperty - Enum in org.foray.fotree.xml
An enumeration for property types in the xml: namespace.
XMLRenderer - Class in org.foray.render.xml
Renderer that renders areas to XML for debugging purposes.
XMLRenderer(Log, DocumentAreaConfiguration) - Constructor for class org.foray.render.xml.XMLRenderer
Constructor.
XMLUtil - Class in org.foray.common
Utility class containing methods useful in parsing or building XML.
xmlValueOf(String) - Static method in enum org.foray.fotree.xml.XmlProperty
Similar to XmlProperty.valueOf(String) method, but operates on the XML name of the property instead of its enumerated name.
xObjectContent() - Method in class org.foray.pdf.object.PDFXForm
 
xObjectContent() - Method in class org.foray.pdf.object.PDFXImage
 
xObjectContent() - Method in class org.foray.pdf.object.PDFXObject
Add the content specific to this type of XObject to the content stream.
xObjectSubtype() - Method in class org.foray.pdf.object.PDFXForm
 
xObjectSubtype() - Method in class org.foray.pdf.object.PDFXImage
 
xObjectSubtype() - Method in class org.foray.pdf.object.PDFXObject
Returns the subtype for this XObject.
XREF_EOL - Static variable in class org.foray.pdf.object.PDFObject
The String that should be used to end a cross-reference line in the PDF document.
XSL_REQUEST_PARAM - Static variable in class org.foray.demo.servlet.AbstractDemoServlet
Constant for the "xsl" request parameter.
xslValueOf(String) - Static method in enum org.foray.fotree.axsl.AxslProperty
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO name of the property instead of its enumerated name.
xslValueOf(String) - Static method in enum org.foray.fotree.axsl.AxslValue
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO value instead of its enumerated name.
xslValueOf(String) - Static method in enum org.foray.fotree.fo.FoObject
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO name of the object instead of its enumerated name.
xslValueOf(String) - Static method in enum org.foray.fotree.fo.FoProperty
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO name of the property instead of its enumerated name.
xslValueOf(String) - Static method in enum org.foray.fotree.fo.FoValue
Similar to the Java 1.5 Enum valueOf(String) method, but operates on the XSL-FO value instead of its enumerated name.

Y

YELLOW_COMPONENT_INDEX - Static variable in class org.foray.common.ColorSpaceCMYK
Constant indicating the index for the yellow component of the image.

Z

ZERO_LENGTH - Static variable in class org.foray.fotree.value.DtLength
A property value that evaluates to a length of zero, suitable for use as a default.

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

Copyright © 2017. All rights reserved.