Uses of Class
org.apache.fop.fo.FObj

Packages that use FObj
org.apache.fop.datatypes 
org.apache.fop.fo 
org.apache.fop.fo.expr 
org.apache.fop.fo.flow 
org.apache.fop.fo.pagination 
org.apache.fop.fo.properties 
org.apache.fop.layout 
org.apache.fop.svg 

Uses of FObj in org.apache.fop.datatypes
 

Constructors in org.apache.fop.datatypes with parameters of type FObj
LengthBase.LengthBase(FObj parentFO, PropertyList plist, int iBaseType)
          
 

Uses of FObj in org.apache.fop.fo
 

Subclasses of FObj in org.apache.fop.fo
class FObjMixed
          base class for representation of mixed content formatting objects and their processing
 

Fields in org.apache.fop.fo declared as FObj
(package private) FObjPropertyList.fobj
          
 

Constructors in org.apache.fop.fo with parameters of type FObj
FOText.FOText(char[] chars, int s, int e, FObj parent)
          
 

Methods in org.apache.fop.fo that return FObj
FObjFObj.Maker.make(FObj parent, PropertyList propertyList)
          
FObjFObjMixed.Maker.make(FObj parent, PropertyList propertyList)
          
FObjFONode.getParent()
          
FObjPropertyList.getFObj()
          
FObjPropertyList.getParentFObj()
          
 

Methods in org.apache.fop.fo with parameters of type FObj
PropertyCharacterProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          
PropertyEnumProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          
FObjFObj.Maker.make(FObj parent, PropertyList propertyList)
          
FObjFObjMixed.Maker.make(FObj parent, PropertyList propertyList)
          
PercentBaseProperty.Maker.getPercentBase(FObj fo, PropertyList pl)
          Return an object implementing the PercentBase interface.
PropertyProperty.Maker.make(Property baseProp, String partName, PropertyList propertyList, String value, FObj fo)
          Return a property value for a compound property.
PropertyProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          Create a Property object from an attribute specification.
voidPropertyList.setFObj(FObj fobj)
          
PropertyListPropertyListBuilder.makeList(String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
          
PropertyStringProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          
 

Uses of FObj in org.apache.fop.fo.expr
 

Constructors in org.apache.fop.fo.expr with parameters of type FObj
PropertyInfo.PropertyInfo(Property.Maker maker, PropertyList plist, FObj fo)
          
 

Methods in org.apache.fop.fo.expr that return FObj
FObjPropertyInfo.getFO()
          
 

Uses of FObj in org.apache.fop.fo.flow
 

Subclasses of FObj in org.apache.fop.fo.flow
class BlockContainer
          
class Character
          this class represents the flow object 'fo:character'.
class DisplaySequence
          
class ExternalGraphic
          
class Flow
          
class InlineGraphic
          
class InstreamForeignObject
          
class ListBlock
          
class ListItem
          
class ListItemBody
          
class ListItemLabel
          
class PageNumber
          
class PageNumberCitation
          6.6.11 fo:page-number-citation Common Usage: The fo:page-number-citation is used to reference the page-number for the page containing the first normal area returned by the cited formatting object.
class Table
          
class TableBody
          
class TableCell
          
class TableColumn
          
class TableRow
          
 

Constructors in org.apache.fop.fo.flow with parameters of type FObj
BasicLink.BasicLink(FObj parent, PropertyList propertyList)
          
Block.Block(FObj parent, PropertyList propertyList)
          
Character.Character(FObj parent, PropertyList propertyList)
          
DisplaySequence.DisplaySequence(FObj parent, PropertyList propertyList)
          
ExternalGraphic.ExternalGraphic(FObj parent, PropertyList propertyList)
          
Inline.Inline(FObj parent, PropertyList propertyList)
          
InlineGraphic.InlineGraphic(FObj parent, PropertyList propertyList)
          
InstreamForeignObject.InstreamForeignObject(FObj parent, PropertyList propertyList)
          constructs an instream-foreign-object object (called by Maker).
Leader.Leader(FObj parent, PropertyList propertyList)
          
ListBlock.ListBlock(FObj parent, PropertyList propertyList)
          
ListItem.ListItem(FObj parent, PropertyList propertyList)
          
ListItemBody.ListItemBody(FObj parent, PropertyList propertyList)
          
ListItemLabel.ListItemLabel(FObj parent, PropertyList propertyList)
          
PageNumber.PageNumber(FObj parent, PropertyList propertyList)
          
PageNumberCitation.PageNumberCitation(FObj parent, PropertyList propertyList)
          
Table.Table(FObj parent, PropertyList propertyList)
          
TableBody.TableBody(FObj parent, PropertyList propertyList)
          
TableCell.TableCell(FObj parent, PropertyList propertyList)
          
TableColumn.TableColumn(FObj parent, PropertyList propertyList)
          
TableFooter.TableFooter(FObj parent, PropertyList propertyList)
          
TableHeader.TableHeader(FObj parent, PropertyList propertyList)
          
TableRow.TableRow(FObj parent, PropertyList propertyList)
          
 

Methods in org.apache.fop.fo.flow that return FObj
FObjBasicLink.Maker.make(FObj parent, PropertyList propertyList)
          
FObjBlock.Maker.make(FObj parent, PropertyList propertyList)
          
FObjBlockContainer.Maker.make(FObj parent, PropertyList propertyList)
          
FObjCharacter.Maker.make(FObj parent, PropertyList propertyList)
          
FObjDisplaySequence.Maker.make(FObj parent, PropertyList propertyList)
          
FObjExternalGraphic.Maker.make(FObj parent, PropertyList propertyList)
          
FObjFlow.Maker.make(FObj parent, PropertyList propertyList)
          
FObjInline.Maker.make(FObj parent, PropertyList propertyList)
          
FObjInlineGraphic.Maker.make(FObj parent, PropertyList propertyList)
          
FObjInstreamForeignObject.Maker.make(FObj parent, PropertyList propertyList)
          make an SVG object.
FObjLeader.Maker.make(FObj parent, PropertyList propertyList)
          
FObjListBlock.Maker.make(FObj parent, PropertyList propertyList)
          
FObjListItem.Maker.make(FObj parent, PropertyList propertyList)
          
FObjListItemBody.Maker.make(FObj parent, PropertyList propertyList)
          
FObjListItemLabel.Maker.make(FObj parent, PropertyList propertyList)
          
FObjPageNumber.Maker.make(FObj parent, PropertyList propertyList)
          
FObjPageNumberCitation.Maker.make(FObj parent, PropertyList propertyList)
          
FObjStaticContent.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTable.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableBody.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableCell.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableColumn.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableFooter.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableHeader.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableRow.Maker.make(FObj parent, PropertyList propertyList)
          
 

Methods in org.apache.fop.fo.flow with parameters of type FObj
FObjBasicLink.Maker.make(FObj parent, PropertyList propertyList)
          
FObjBlock.Maker.make(FObj parent, PropertyList propertyList)
          
FObjBlockContainer.Maker.make(FObj parent, PropertyList propertyList)
          
FObjCharacter.Maker.make(FObj parent, PropertyList propertyList)
          
FObjDisplaySequence.Maker.make(FObj parent, PropertyList propertyList)
          
FObjExternalGraphic.Maker.make(FObj parent, PropertyList propertyList)
          
FObjFlow.Maker.make(FObj parent, PropertyList propertyList)
          
FObjInline.Maker.make(FObj parent, PropertyList propertyList)
          
FObjInlineGraphic.Maker.make(FObj parent, PropertyList propertyList)
          
FObjInstreamForeignObject.Maker.make(FObj parent, PropertyList propertyList)
          make an SVG object.
FObjLeader.Maker.make(FObj parent, PropertyList propertyList)
          
FObjListBlock.Maker.make(FObj parent, PropertyList propertyList)
          
FObjListItem.Maker.make(FObj parent, PropertyList propertyList)
          
FObjListItemBody.Maker.make(FObj parent, PropertyList propertyList)
          
FObjListItemLabel.Maker.make(FObj parent, PropertyList propertyList)
          
FObjPageNumber.Maker.make(FObj parent, PropertyList propertyList)
          
FObjPageNumberCitation.Maker.make(FObj parent, PropertyList propertyList)
          
FObjStaticContent.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTable.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableBody.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableCell.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableColumn.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableFooter.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableHeader.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableRow.Maker.make(FObj parent, PropertyList propertyList)
          
 

Uses of FObj in org.apache.fop.fo.pagination
 

Subclasses of FObj in org.apache.fop.fo.pagination
class ConditionalPageMasterReference
          
class LayoutMasterSet
          
class PageMasterReference
          Base PageMasterReference class.
class PageSequence
          This provides pagination of flows onto pages.
class PageSequenceMaster
          
class Region
          This is an abstract base class for pagination regions
class RepeatablePageMasterAlternatives
          
class Root
          
class SimplePageMaster
          
 

Constructors in org.apache.fop.fo.pagination with parameters of type FObj
ConditionalPageMasterReference.ConditionalPageMasterReference(FObj parent, PropertyList propertyList)
          
PageMasterReference.PageMasterReference(FObj parent, PropertyList propertyList)
          
RepeatablePageMasterAlternatives.RepeatablePageMasterAlternatives(FObj parent, PropertyList propertyList)
          
RepeatablePageMasterReference.RepeatablePageMasterReference(FObj parent, PropertyList propertyList)
          
SinglePageMasterReference.SinglePageMasterReference(FObj parent, PropertyList propertyList)
          
 

Methods in org.apache.fop.fo.pagination that return FObj
FObjConditionalPageMasterReference.Maker.make(FObj parent, PropertyList propertyList)
          
FObjLayoutMasterSet.Maker.make(FObj parent, PropertyList propertyList)
          
FObjPageSequence.Maker.make(FObj parent, PropertyList propertyList)
          
FObjPageSequenceMaster.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRegionAfter.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRegionBefore.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRegionBody.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRepeatablePageMasterAlternatives.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRepeatablePageMasterReference.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRoot.Maker.make(FObj parent, PropertyList propertyList)
          
FObjSimplePageMaster.Maker.make(FObj parent, PropertyList propertyList)
          
FObjSinglePageMasterReference.Maker.make(FObj parent, PropertyList propertyList)
          
 

Methods in org.apache.fop.fo.pagination with parameters of type FObj
FObjConditionalPageMasterReference.Maker.make(FObj parent, PropertyList propertyList)
          
FObjLayoutMasterSet.Maker.make(FObj parent, PropertyList propertyList)
          
FObjPageSequence.Maker.make(FObj parent, PropertyList propertyList)
          
FObjPageSequenceMaster.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRegionAfter.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRegionBefore.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRegionBody.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRepeatablePageMasterAlternatives.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRepeatablePageMasterReference.Maker.make(FObj parent, PropertyList propertyList)
          
FObjRoot.Maker.make(FObj parent, PropertyList propertyList)
          
FObjSimplePageMaster.Maker.make(FObj parent, PropertyList propertyList)
          
FObjSinglePageMasterReference.Maker.make(FObj parent, PropertyList propertyList)
          
 

Uses of FObj in org.apache.fop.fo.properties
 

Methods in org.apache.fop.fo.properties with parameters of type FObj
PercentBaseFontSizeMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
PercentBaseLeaderLengthMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
PercentBaseLeaderPatternWidthMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
PercentBaseLineHeightMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
PercentBaseWidthMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
 

Uses of FObj in org.apache.fop.layout
 

Methods in org.apache.fop.layout with parameters of type FObj
AreaContainerBodyAreaContainer.getNextArea(FObj fo)
          
booleanBodyAreaContainer.isBalancingRequired(FObj fo)
          This almost does what getNewArea() does, without actually returning an area.
 

Uses of FObj in org.apache.fop.svg
 

Subclasses of FObj in org.apache.fop.svg
class SVG
          class representing svg:svg pseudo flow object.
class SVGObj
          Since SVG objects are not layed out then this class checks that this element is not being layed out inside some incorrect element.
 

Constructors in org.apache.fop.svg with parameters of type FObj
SVG.SVG(FObj parent, PropertyList propertyList)
          constructs an SVG object (called by Maker).
SVGObj.SVGObj(FObj parent, PropertyList propertyList)
          
 

Methods in org.apache.fop.svg that return FObj
FObjA.Maker.make(FObj parent, PropertyList propertyList)
          make a A object.
FObjAltGlyph.Maker.make(FObj parent, PropertyList propertyList)
          make a AltGlyph object.
FObjAnimate.Maker.make(FObj parent, PropertyList propertyList)
          make a Animate object.
FObjAnimateColor.Maker.make(FObj parent, PropertyList propertyList)
          make a AnimateColor object.
FObjAnimateMotion.Maker.make(FObj parent, PropertyList propertyList)
          make a AnimateMotion object.
FObjAnimateTransform.Maker.make(FObj parent, PropertyList propertyList)
          make a AnimateTransform object.
FObjCircle.Maker.make(FObj parent, PropertyList propertyList)
          make a Circle object.
FObjClipPath.Maker.make(FObj parent, PropertyList propertyList)
          make a ClipPath object.
FObjCursor.Maker.make(FObj parent, PropertyList propertyList)
          make a Cursor object.
FObjDefs.Maker.make(FObj parent, PropertyList propertyList)
          make a Defs object.
FObjDesc.Maker.make(FObj parent, PropertyList propertyList)
          make a Desc object.
FObjEllipse.Maker.make(FObj parent, PropertyList propertyList)
          make a Ellipse object.
FObjFilter.Maker.make(FObj parent, PropertyList propertyList)
          make a Filter object.
FObjFont.Maker.make(FObj parent, PropertyList propertyList)
          make a Font object.
FObjG.Maker.make(FObj parent, PropertyList propertyList)
          make a G object.
FObjGlyph.Maker.make(FObj parent, PropertyList propertyList)
          make a Glyph object.
FObjHKern.Maker.make(FObj parent, PropertyList propertyList)
          make a HKern object.
FObjImage.Maker.make(FObj parent, PropertyList propertyList)
          make a Image object.
FObjLine.Maker.make(FObj parent, PropertyList propertyList)
          make a Line object.
FObjLinearGradient.Maker.make(FObj parent, PropertyList propertyList)
          make a LinearGradient object.
FObjMarker.Maker.make(FObj parent, PropertyList propertyList)
          make a Marker object.
FObjMask.Maker.make(FObj parent, PropertyList propertyList)
          make a Mask object.
FObjMissingGlyph.Maker.make(FObj parent, PropertyList propertyList)
          make a MissingGlyph object.
FObjPath.Maker.make(FObj parent, PropertyList propertyList)
          make a Path object.
FObjPattern.Maker.make(FObj parent, PropertyList propertyList)
          make a Pattern object.
FObjPolygon.Maker.make(FObj parent, PropertyList propertyList)
          make a Polygon object.
FObjPolyline.Maker.make(FObj parent, PropertyList propertyList)
          make a Polyline object.
FObjRadialGradient.Maker.make(FObj parent, PropertyList propertyList)
          make a RadialGradient object.
FObjRect.Maker.make(FObj parent, PropertyList propertyList)
          make a Rect object.
FObjSet.Maker.make(FObj parent, PropertyList propertyList)
          make a Set object.
FObjStop.Maker.make(FObj parent, PropertyList propertyList)
          make a Stop object.
FObjStyle.Maker.make(FObj parent, PropertyList propertyList)
          make a Style object.
FObjSVG.Maker.make(FObj parent, PropertyList propertyList)
          make an SVG object.
FObjSwitch.Maker.make(FObj parent, PropertyList propertyList)
          make a Line object.
FObjSymbol.Maker.make(FObj parent, PropertyList propertyList)
          make a Symbol object.
FObjText.Maker.make(FObj parent, PropertyList propertyList)
          make an SVG Text object.
FObjTextPath.Maker.make(FObj parent, PropertyList propertyList)
          make a TextPath object.
FObjTitle.Maker.make(FObj parent, PropertyList propertyList)
          make a Title object.
FObjTRef.Maker.make(FObj parent, PropertyList propertyList)
          make a Line object.
FObjTSpan.Maker.make(FObj parent, PropertyList propertyList)
          make a Line object.
FObjUse.Maker.make(FObj parent, PropertyList propertyList)
          make a Use object.
FObjVKern.Maker.make(FObj parent, PropertyList propertyList)
          make a VKern object.
 

Methods in org.apache.fop.svg with parameters of type FObj
FObjA.Maker.make(FObj parent, PropertyList propertyList)
          make a A object.
FObjAltGlyph.Maker.make(FObj parent, PropertyList propertyList)
          make a AltGlyph object.
FObjAnimate.Maker.make(FObj parent, PropertyList propertyList)
          make a Animate object.
FObjAnimateColor.Maker.make(FObj parent, PropertyList propertyList)
          make a AnimateColor object.
FObjAnimateMotion.Maker.make(FObj parent, PropertyList propertyList)
          make a AnimateMotion object.
FObjAnimateTransform.Maker.make(FObj parent, PropertyList propertyList)
          make a AnimateTransform object.
FObjCircle.Maker.make(FObj parent, PropertyList propertyList)
          make a Circle object.
FObjClipPath.Maker.make(FObj parent, PropertyList propertyList)
          make a ClipPath object.
FObjCursor.Maker.make(FObj parent, PropertyList propertyList)
          make a Cursor object.
FObjDefs.Maker.make(FObj parent, PropertyList propertyList)
          make a Defs object.
FObjDesc.Maker.make(FObj parent, PropertyList propertyList)
          make a Desc object.
FObjEllipse.Maker.make(FObj parent, PropertyList propertyList)
          make a Ellipse object.
FObjFilter.Maker.make(FObj parent, PropertyList propertyList)
          make a Filter object.
FObjFont.Maker.make(FObj parent, PropertyList propertyList)
          make a Font object.
FObjG.Maker.make(FObj parent, PropertyList propertyList)
          make a G object.
FObjGlyph.Maker.make(FObj parent, PropertyList propertyList)
          make a Glyph object.
FObjHKern.Maker.make(FObj parent, PropertyList propertyList)
          make a HKern object.
FObjImage.Maker.make(FObj parent, PropertyList propertyList)
          make a Image object.
FObjLine.Maker.make(FObj parent, PropertyList propertyList)
          make a Line object.
FObjLinearGradient.Maker.make(FObj parent, PropertyList propertyList)
          make a LinearGradient object.
FObjMarker.Maker.make(FObj parent, PropertyList propertyList)
          make a Marker object.
FObjMask.Maker.make(FObj parent, PropertyList propertyList)
          make a Mask object.
FObjMissingGlyph.Maker.make(FObj parent, PropertyList propertyList)
          make a MissingGlyph object.
FObjPath.Maker.make(FObj parent, PropertyList propertyList)
          make a Path object.
FObjPattern.Maker.make(FObj parent, PropertyList propertyList)
          make a Pattern object.
FObjPolygon.Maker.make(FObj parent, PropertyList propertyList)
          make a Polygon object.
FObjPolyline.Maker.make(FObj parent, PropertyList propertyList)
          make a Polyline object.
FObjRadialGradient.Maker.make(FObj parent, PropertyList propertyList)
          make a RadialGradient object.
FObjRect.Maker.make(FObj parent, PropertyList propertyList)
          make a Rect object.
FObjSet.Maker.make(FObj parent, PropertyList propertyList)
          make a Set object.
FObjStop.Maker.make(FObj parent, PropertyList propertyList)
          make a Stop object.
FObjStyle.Maker.make(FObj parent, PropertyList propertyList)
          make a Style object.
FObjSVG.Maker.make(FObj parent, PropertyList propertyList)
          make an SVG object.
PropertySVGD.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGLengthListProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGLengthProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGPoints.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGStringProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGStyle.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGTransform.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
FObjSwitch.Maker.make(FObj parent, PropertyList propertyList)
          make a Line object.
FObjSymbol.Maker.make(FObj parent, PropertyList propertyList)
          make a Symbol object.
FObjText.Maker.make(FObj parent, PropertyList propertyList)
          make an SVG Text object.
FObjTextPath.Maker.make(FObj parent, PropertyList propertyList)
          make a TextPath object.
PropertyTextProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
FObjTitle.Maker.make(FObj parent, PropertyList propertyList)
          make a Title object.
FObjTRef.Maker.make(FObj parent, PropertyList propertyList)
          make a Line object.
FObjTSpan.Maker.make(FObj parent, PropertyList propertyList)
          make a Line object.
FObjUse.Maker.make(FObj parent, PropertyList propertyList)
          make a Use object.
FObjVKern.Maker.make(FObj parent, PropertyList propertyList)
          make a VKern object.