Uses of Class
org.apache.fop.apps.FOPException

Packages that use FOPException
org.apache.fop.apps 
org.apache.fop.configuration 
org.apache.fop.datatypes 
org.apache.fop.fo 
org.apache.fop.fo.flow 
org.apache.fop.fo.pagination 
org.apache.fop.fo.properties 
org.apache.fop.layout 
org.apache.fop.render 
org.apache.fop.render.pdf 
org.apache.fop.svg 

Uses of FOPException in org.apache.fop.apps
 

Methods in org.apache.fop.apps that throw FOPException
voidDriver.buildFOTree(Document document)
          build the formatting object tree using the given DOM Document
voidDriver.buildFOTree(XMLReader parser, InputSource source)
          build the formatting object tree using the given SAX Parser and SAX InputSource
voidDriver.format()
          format the formatting object tree into an area tree
voidDriver.render()
          render the area tree to the output form
voidPDFOutputHandler.doFormat()
          format the formatting object tree into an area tree
voidPDFOutputHandler.doRender()
          render the area tree to the output form
voidXTDriver.buildFOTree(Document document)
          build the formatting object tree using the given DOM Document
voidXTDriver.buildFOTree(Parser parser, InputSource source)
          build the formatting object tree using the given SAX Parser and SAX InputSource
voidXTDriver.format()
          format the formatting object tree into an area tree
voidXTDriver.render()
          render the area tree to the output form
 

Uses of FOPException in org.apache.fop.configuration
 

Methods in org.apache.fop.configuration that throw FOPException
voidConfigurationReader.start()
          intantiates parser and starts parsing of config file
 

Uses of FOPException in org.apache.fop.datatypes
 

Methods in org.apache.fop.datatypes that throw FOPException
voidIDReferences.createID(String id)
          Creates id entry
voidIDReferences.initializeID(String id, Area area)
          Creates and configures the specified id.
 

Uses of FOPException in org.apache.fop.fo
 

Methods in org.apache.fop.fo that throw FOPException
PropertyEnumProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          
StatusFObj.layout(Area area)
          generates the area or areas for this formatting object and adds these to the area.
FObjFObj.Maker.make(FObj parent, PropertyList propertyList)
          
StatusFObjMixed.layout(Area area)
          
FObjFObjMixed.Maker.make(FObj parent, PropertyList propertyList)
          
abstract StatusFONode.layout(Area area)
          
StatusFOText.layout(Area area)
          
voidFOTreeBuilder.format(AreaTree areaTree)
          format this formatting object tree
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.
PropertyProperty.Maker.make(PropertyList propertyList)
          Return a Property object representing the initial value.
PropertyListPropertyListBuilder.makeList(String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
          
PropertyPropertyListBuilder.makeProperty(PropertyList propertyList, String space, String element, String propertyName)
          
 

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

Constructors in org.apache.fop.fo.flow that throw FOPException
BasicLink.BasicLink(FObj parent, PropertyList propertyList)
          
Inline.Inline(FObj parent, PropertyList propertyList)
          
 

Methods in org.apache.fop.fo.flow that throw FOPException
StatusBasicLink.layout(Area area)
          
FObjBasicLink.Maker.make(FObj parent, PropertyList propertyList)
          
StatusBlock.layout(Area area)
          
FObjBlock.Maker.make(FObj parent, PropertyList propertyList)
          
StatusBlockContainer.layout(Area area)
          
FObjBlockContainer.Maker.make(FObj parent, PropertyList propertyList)
          
StatusCharacter.layout(Area area)
          
FObjCharacter.Maker.make(FObj parent, PropertyList propertyList)
          
StatusDisplaySequence.layout(Area area)
          
FObjDisplaySequence.Maker.make(FObj parent, PropertyList propertyList)
          
StatusExternalGraphic.layout(Area area)
          
FObjExternalGraphic.Maker.make(FObj parent, PropertyList propertyList)
          
StatusFlow.layout(Area area, Region region)
          
StatusFlow.layout(Area area)
          
FObjFlow.Maker.make(FObj parent, PropertyList propertyList)
          
FObjInline.Maker.make(FObj parent, PropertyList propertyList)
          
StatusInlineGraphic.layout(Area area)
          
FObjInlineGraphic.Maker.make(FObj parent, PropertyList propertyList)
          
StatusInstreamForeignObject.layout(Area area)
          layout this formatting object.
FObjInstreamForeignObject.Maker.make(FObj parent, PropertyList propertyList)
          make an SVG object.
StatusLeader.layout(Area area)
          
FObjLeader.Maker.make(FObj parent, PropertyList propertyList)
          
StatusListBlock.layout(Area area)
          
FObjListBlock.Maker.make(FObj parent, PropertyList propertyList)
          
StatusListItem.layout(Area area)
          
FObjListItem.Maker.make(FObj parent, PropertyList propertyList)
          
StatusListItemBody.layout(Area area)
          
FObjListItemBody.Maker.make(FObj parent, PropertyList propertyList)
          
StatusListItemLabel.layout(Area area)
          
FObjListItemLabel.Maker.make(FObj parent, PropertyList propertyList)
          
StatusPageNumber.layout(Area area)
          
FObjPageNumber.Maker.make(FObj parent, PropertyList propertyList)
          
StatusPageNumberCitation.layout(Area area)
          
FObjPageNumberCitation.Maker.make(FObj parent, PropertyList propertyList)
          
StatusStaticContent.layout(Area area, Region region)
          
StatusStaticContent.layout(Area area)
          
FObjStaticContent.Maker.make(FObj parent, PropertyList propertyList)
          
StatusTable.layout(Area area)
          
FObjTable.Maker.make(FObj parent, PropertyList propertyList)
          
StatusTableBody.layout(Area area)
          
FObjTableBody.Maker.make(FObj parent, PropertyList propertyList)
          
voidTableCell.doSetup(Area area)
          
StatusTableCell.layout(Area area)
          
FObjTableCell.Maker.make(FObj parent, PropertyList propertyList)
          
StatusTableColumn.layout(Area area)
          
FObjTableColumn.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableFooter.Maker.make(FObj parent, PropertyList propertyList)
          
FObjTableHeader.Maker.make(FObj parent, PropertyList propertyList)
          
voidTableRow.doSetup(Area area)
          
StatusTableRow.layout(Area area)
          
FObjTableRow.Maker.make(FObj parent, PropertyList propertyList)
          
 

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

Constructors in org.apache.fop.fo.pagination that throw FOPException
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 throw FOPException
FObjConditionalPageMasterReference.Maker.make(FObj parent, PropertyList propertyList)
          
FObjLayoutMasterSet.Maker.make(FObj parent, PropertyList propertyList)
          
voidPageSequence.addFlow(Flow flow)
          
voidPageSequence.format(AreaTree areaTree)
          Runs the formatting of this page sequence into the given area tree
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)
          
voidRoot.format(AreaTree areaTree)
          
FObjRoot.Maker.make(FObj parent, PropertyList propertyList)
          
FObjSimplePageMaster.Maker.make(FObj parent, PropertyList propertyList)
          
FObjSinglePageMasterReference.Maker.make(FObj parent, PropertyList propertyList)
          
 

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

Methods in org.apache.fop.fo.properties that throw FOPException
PropertyBackgroundColorMaker.make(PropertyList propertyList)
          
PropertyBlankOrNotBlankMaker.make(PropertyList propertyList)
          
PropertyBorderAfterColorMaker.make(PropertyList propertyList)
          
PropertyBorderBeforeColorMaker.make(PropertyList propertyList)
          
PropertyBorderBottomColorMaker.make(PropertyList propertyList)
          
PropertyBorderBottomMaker.make(PropertyList propertyList)
          
PropertyBorderColorMaker.make(PropertyList propertyList)
          
PropertyBorderEndColorMaker.make(PropertyList propertyList)
          
PropertyBorderLeftColorMaker.make(PropertyList propertyList)
          
PropertyBorderLeftMaker.make(PropertyList propertyList)
          
PropertyBorderRightColorMaker.make(PropertyList propertyList)
          
PropertyBorderRightMaker.make(PropertyList propertyList)
          
PropertyBorderStartColorMaker.make(PropertyList propertyList)
          
PropertyBorderTopColorMaker.make(PropertyList propertyList)
          
PropertyBorderTopMaker.make(PropertyList propertyList)
          
PropertyBorderWidthMaker.make(PropertyList propertyList)
          
PropertyBottomMaker.make(PropertyList propertyList)
          
PropertyCharacterMaker.make(PropertyList propertyList)
          
PropertyColorMaker.make(PropertyList propertyList)
          
PropertyColumnCountMaker.make(PropertyList propertyList)
          
PropertyColumnGapMaker.make(PropertyList propertyList)
          
PropertyColumnNumberMaker.make(PropertyList propertyList)
          
PropertyColumnWidthMaker.make(PropertyList propertyList)
          
PropertyContentHeightMaker.make(PropertyList propertyList)
          
PropertyContentWidthMaker.make(PropertyList propertyList)
          
PropertyCountryMaker.make(PropertyList propertyList)
          
PropertyElementClassMaker.make(PropertyList propertyList)
          
PropertyEndIndentMaker.make(PropertyList propertyList)
          
PropertyExtentMaker.make(PropertyList propertyList)
          
PropertyExternalDestinationMaker.make(PropertyList propertyList)
          
PropertyFlowNameMaker.make(PropertyList propertyList)
          
PropertyFontFamilyMaker.make(PropertyList propertyList)
          
PropertyFontSizeMaker.make(PropertyList propertyList)
          
PropertyFontStyleMaker.make(PropertyList propertyList)
          
PropertyFontWeightMaker.make(PropertyList propertyList)
          
PropertyGenericBorderStyle.make(PropertyList propertyList)
          
PropertyGenericBorderWidth.make(PropertyList propertyList)
          
PropertyGenericBreak.make(PropertyList propertyList)
          
PropertyGenericCondBorderWidth.make(PropertyList propertyList)
          
PropertyGenericCondLength.make(PropertyList propertyList)
          
PropertyGenericPadding.make(PropertyList propertyList)
          
PropertyGenericSpace.make(PropertyList propertyList)
          
PropertyGenericUnits.make(PropertyList propertyList)
          
PropertyHeightMaker.make(PropertyList propertyList)
          
PropertyHRefMaker.make(PropertyList propertyList)
          
PropertyHyphenateMaker.make(PropertyList propertyList)
          
PropertyHyphenationCharacterMaker.make(PropertyList propertyList)
          
PropertyHyphenationPushCharacterCountMaker.make(PropertyList propertyList)
          
PropertyHyphenationRemainCharacterCountMaker.make(PropertyList propertyList)
          
PropertyIdMaker.make(PropertyList propertyList)
          
PropertyInitialPageNumberMaker.make(PropertyList propertyList)
          
PropertyInternalDestinationMaker.make(PropertyList propertyList)
          
PropertyKeepTogetherMaker.make(PropertyList propertyList)
          
PropertyKeepWithNextMaker.make(PropertyList propertyList)
          
PropertyKeepWithPreviousMaker.make(PropertyList propertyList)
          
PropertyLanguageMaker.make(PropertyList propertyList)
          
PropertyLeaderAlignmentMaker.make(PropertyList propertyList)
          
PropertyLeaderLengthMaker.make(PropertyList propertyList)
          
PropertyLeaderPatternMaker.make(PropertyList propertyList)
          
PropertyLeaderPatternWidthMaker.make(PropertyList propertyList)
          
PropertyLeftMaker.make(PropertyList propertyList)
          
PropertyLineHeightMaker.make(PropertyList propertyList)
          
PropertyMarginBottomMaker.make(PropertyList propertyList)
          
PropertyMarginLeftMaker.make(PropertyList propertyList)
          
PropertyMarginRightMaker.make(PropertyList propertyList)
          
PropertyMarginTopMaker.make(PropertyList propertyList)
          
PropertyMasterNameMaker.make(PropertyList propertyList)
          
PropertyMaximumRepeatsMaker.make(PropertyList propertyList)
          
PropertyNumberColumnsRepeatedMaker.make(PropertyList propertyList)
          
PropertyNumberColumnsSpannedMaker.make(PropertyList propertyList)
          
PropertyNumberRowsSpannedMaker.make(PropertyList propertyList)
          
PropertyOddOrEvenMaker.make(PropertyList propertyList)
          
PropertyOrphansMaker.make(PropertyList propertyList)
          
PropertyOverflowMaker.make(PropertyList propertyList)
          
PropertyPaddingMaker.make(PropertyList propertyList)
          
PropertyPageHeightMaker.make(PropertyList propertyList)
          
PropertyPageMasterEvenMaker.make(PropertyList propertyList)
          
PropertyPageMasterFirstMaker.make(PropertyList propertyList)
          
PropertyPageMasterOddMaker.make(PropertyList propertyList)
          
PropertyPageMasterRepeatingMaker.make(PropertyList propertyList)
          
PropertyPagePositionMaker.make(PropertyList propertyList)
          
PropertyPageWidthMaker.make(PropertyList propertyList)
          
PropertyPositionMaker.make(PropertyList propertyList)
          
PropertyProvisionalDistanceBetweenStartsMaker.make(PropertyList propertyList)
          
PropertyProvisionalLabelSeparationMaker.make(PropertyList propertyList)
          
PropertyRefIdMaker.make(PropertyList propertyList)
          
PropertyRegionNameMaker.make(PropertyList propertyList)
          
PropertyRequiredExtensionsMaker.make(PropertyList propertyList)
          
PropertyRequiredFeaturesMaker.make(PropertyList propertyList)
          
PropertyRightMaker.make(PropertyList propertyList)
          
PropertyRuleStyleMaker.make(PropertyList propertyList)
          
PropertyRuleThicknessMaker.make(PropertyList propertyList)
          
PropertyScalingMaker.make(PropertyList propertyList)
          
PropertySpanMaker.make(PropertyList propertyList)
          
PropertySpreadMethodMaker.make(PropertyList propertyList)
          
PropertySrcMaker.make(PropertyList propertyList)
          
PropertyStartIndentMaker.make(PropertyList propertyList)
          
PropertySystemLanguageMaker.make(PropertyList propertyList)
          
PropertyTableOmitFooterAtBreakMaker.make(PropertyList propertyList)
          
PropertyTableOmitHeaderAtBreakMaker.make(PropertyList propertyList)
          
PropertyTextAlignLastMaker.make(PropertyList propertyList)
          
PropertyTextAlignMaker.make(PropertyList propertyList)
          
PropertyTextDecorationMaker.make(PropertyList propertyList)
          
PropertyTextIndentMaker.make(PropertyList propertyList)
          
PropertyTopMaker.make(PropertyList propertyList)
          
PropertyVerticalAlignMaker.make(PropertyList propertyList)
          
PropertyViewBoxMaker.make(PropertyList propertyList)
          
PropertyWhiteSpaceCollapseMaker.make(PropertyList propertyList)
          
PropertyWidowsMaker.make(PropertyList propertyList)
          
PropertyWidthMaker.make(PropertyList propertyList)
          
PropertyWrapOptionMaker.make(PropertyList propertyList)
          
PropertyXMLSpaceMaker.make(PropertyList propertyList)
          
 

Uses of FOPException in org.apache.fop.layout
 

Constructors in org.apache.fop.layout that throw FOPException
FontState.FontState(FontInfo fontInfo, String fontFamily, String fontStyle, String fontWeight, int fontSize)
          
 

Methods in org.apache.fop.layout that throw FOPException
AreaContainerBodyAreaContainer.getNextArea(FObj fo)
          
StringFontInfo.fontLookup(String family, String style, String weight)
          
FontMetricFontInfo.getMetricsFor(String family, String style, String weight)
          
FontMetricFontInfo.getMetricsFor(String fontName)
          
 

Uses of FOPException in org.apache.fop.render
 

Methods in org.apache.fop.render that throw FOPException
voidRenderer.render(AreaTree areaTree, OutputStream stream)
          render the given area tree to the given stream
 

Uses of FOPException in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf that throw FOPException
voidPDFRenderer.render(AreaTree areaTree, OutputStream stream)
          render the areas into PDF
 

Uses of FOPException in org.apache.fop.svg
 

Methods in org.apache.fop.svg that throw FOPException
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.
StatusSVG.layout(Area area)
          layout this formatting 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.
PropertySVGD.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
voidSVGDriver.buildSVGTree(Document document)
          build the formatting object tree using the given DOM Document
voidSVGDriver.buildSVGTree(XMLReader parser, InputSource source)
          build the formatting object tree using the given SAX Parser and SAX InputSource
voidSVGDriver.format()
          format the formatting object tree into an area tree
PropertySVGLengthListProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGLengthListProperty.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGLengthProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGLengthProperty.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
StatusSVGObj.layout(Area area)
          layout this formatting object.
PropertySVGPoints.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGPoints.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGStringProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGStringProperty.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGStyle.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGStyle.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default value.
PropertySVGTransform.Maker.make(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
PropertySVGTransform.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default 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.
PropertyTextProperty.Maker.make(PropertyList propertyList)
          make an SVG Length property with the default 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.