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.extensions   
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.awt   
org.apache.fop.render.pdf   
org.apache.fop.render.ps   
org.apache.fop.render.svg   
org.apache.fop.render.xml   
org.apache.fop.svg   
org.apache.fop.tools   
 

Uses of FOPException in org.apache.fop.apps
 

Methods in org.apache.fop.apps that throw FOPException
 void Options.loadStandardConfiguration()
          loads standard configuration file and a user file, if it has been specified
 void Driver.render(org.xml.sax.XMLReader parser, org.xml.sax.InputSource source)
          Build the formatting object tree using the given SAX Parser and SAX InputSource
 void Driver.render(org.w3c.dom.Document document)
          Build the formatting object tree using the given DOM Document
 void Driver.run()
          Runs the formatting and renderering process using the previously set inputsource and outputstream
abstract  void Starter.run()
           
 org.xml.sax.XMLReader XSLTInputHandler.getParser()
          Deprecated.  
 void XSLTInputHandler.run(Driver driver)
           
 void AWTStarter.run()
           
 org.xml.sax.XMLReader FOInputHandler.getParser()
           
 void FOInputHandler.run(Driver driver)
           
 void StreamRenderer.queuePage(Page page)
           
 int CommandLineOptions.getRenderer()
          returns the chosen renderer, throws FOPException
 InputHandler CommandLineOptions.getInputHandler()
           
 Starter CommandLineOptions.getStarter()
           
 void CommandLineStarter.run()
          Run the format.
 void PrintStarter.run()
           
abstract  org.xml.sax.XMLReader InputHandler.getParser()
           
abstract  void InputHandler.run(Driver driver)
           
protected static org.xml.sax.XMLReader InputHandler.createParser()
          creates a SAX parser
 org.xml.sax.XMLReader TraxInputHandler.getParser()
          Deprecated.  
static org.xml.sax.XMLFilter TraxInputHandler.getXMLFilter(java.io.File xmlfile, java.io.File xsltfile)
          Creates from the transformer an instance of an XMLFilter which then can be used in a chain with the XMLReader passed to Driver.
 void TraxInputHandler.run(Driver driver)
           
 

Constructors in org.apache.fop.apps that throw FOPException
Options()
           
Options(java.io.InputStream userConfig)
           
Options(org.xml.sax.InputSource userConfig)
           
Options(java.io.File userConfigFile)
           
Options(CommandLineOptions clOptions)
           
Starter()
           
XSLTInputHandler(java.io.File xmlfile, java.io.File xsltfile)
           
XSLTInputHandler(java.lang.String xmlURL, java.lang.String xsltURL)
           
XSLTInputHandler(org.xml.sax.InputSource xmlSource, org.xml.sax.InputSource xsltSource)
           
AWTStarter(CommandLineOptions commandLineOptions)
           
CommandLineOptions(java.lang.String[] args)
           
CommandLineStarter(CommandLineOptions commandLineOptions)
           
PrintStarter(CommandLineOptions options)
           
TraxInputHandler(java.io.File xmlfile, java.io.File xsltfile)
           
TraxInputHandler(java.lang.String xmlURL, java.lang.String xsltURL)
           
TraxInputHandler(org.xml.sax.InputSource xmlSource, org.xml.sax.InputSource xsltSource)
           
 

Uses of FOPException in org.apache.fop.configuration
 

Methods in org.apache.fop.configuration that throw FOPException
 java.net.URL FontInfo.getMetricsFile()
           
 java.net.URL FontInfo.getEmbedFile()
           
 void ConfigurationReader.start()
          intantiates parser and starts parsing of config file
static org.xml.sax.XMLReader ConfigurationReader.createParser()
          creates a SAX parser
 

Uses of FOPException in org.apache.fop.datatypes
 

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

Uses of FOPException in org.apache.fop.extensions
 

Methods in org.apache.fop.extensions that throw FOPException
 int ContinuedLabel.layout(Area area)
          If we are within a cell in a table-header or table-footer object and this is not the first generated area for the table, then generate an inline area and put the content in it.
 void ContinuedLabel.format(AreaTree areaTree)
          Null implementation.
 FObj ContinuedLabel.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Destination.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Label.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int ExtensionObj.layout(Area area)
          Called for extensions within a page sequence or flow.
 void ExtensionObj.format(AreaTree areaTree)
          Called for root extensions.
 FObj Outline.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

Uses of FOPException in org.apache.fop.fo
 

Methods in org.apache.fop.fo that throw FOPException
 PropertyList DirectPropertyListBuilder.makeList(java.lang.String uri, java.lang.String elementName, org.xml.sax.Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
           
 Property EnumProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 int XMLObj.layout(Area area)
          layout this formatting object.
 PropertyList PropertyListBuilder.makeList(java.lang.String ns, java.lang.String elementName, org.xml.sax.Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
           
 Property PropertyListBuilder.makeProperty(PropertyList propertyList, java.lang.String space, java.lang.String element, java.lang.String propertyName)
           
 int UnknownXMLObj.layout(Area area)
           
 FObj UnknownXMLObj.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an unknown xml object.
 FontState PropertyManager.getFontState(FontInfo fontInfo)
           
 TextState PropertyManager.getTextDecoration(FObj parent)
           
abstract  int FONode.layout(Area area)
           
 int FOText.layout(Area area)
           
 FObj ColorProfile.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int FObj.layout(Area area)
          generates the area or areas for this formatting object and adds these to the area.
 void FObj.addMarker(java.lang.String markerClassName)
           
abstract  FObj FObj.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int Unknown.layout(Area area)
           
 FObj Unknown.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int FObjMixed.layout(Area area)
           
 Property LengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 FObj Declarations.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int ToBeImplementedElement.layout(Area area)
           
 Property Property.Maker.make(Property baseProp, java.lang.String partName, PropertyList propertyList, java.lang.String value, FObj fo)
          Return a property value for a compound property.
 Property Property.Maker.make(PropertyList propertyList, java.lang.String value, FObj fo)
          Create a Property object from an attribute specification.
 Property Property.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
          Return a Property object based on the passed Property object.
 Property Property.Maker.make(PropertyList propertyList)
          Return a Property object representing the initial value.
protected  Property Property.Maker.makeCompound(PropertyList propertyList, FObj parentFO)
          Return a Property object representing the initial value.
 Property Property.Maker.compute(PropertyList propertyList)
          Return a Property object representing the value of this property, based on other property values for this FO.
 int XMLElement.layout(Area area)
          layout this formatting object.
 FObj XMLElement.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an XML object.
 int Title.layout(Area area)
           
 FObj Title.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

Constructors in org.apache.fop.fo that throw FOPException
ColorProfile(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Unknown(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
FObjMixed(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Declarations(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
ToBeImplementedElement(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Title(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

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

Methods in org.apache.fop.fo.flow that throw FOPException
 int TableCell.layout(Area area)
           
 FObj TableCell.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int AbstractFlow.layout(Area area)
           
 int AbstractFlow.layout(Area area, Region region)
           
 FObj TableHeader.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int InitialPropertySet.layout(Area area)
           
 FObj InitialPropertySet.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int TableCaption.layout(Area area)
           
 FObj TableCaption.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int Leader.layout(Area area)
           
 FObj Leader.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int ListItemBody.layout(Area area)
           
 FObj ListItemBody.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int PageNumber.layout(Area area)
           
 FObj PageNumber.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int MultiCase.layout(Area area)
           
 FObj MultiCase.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int MultiProperties.layout(Area area)
           
 FObj MultiProperties.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int InstreamForeignObject.layout(Area area)
          layout this formatting object.
 FObj InstreamForeignObject.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an SVG object.
 int ExternalGraphic.layout(Area area)
           
 FObj ExternalGraphic.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 void TableRow.doSetup(Area area)
           
 int TableRow.layout(Area area)
           
 FObj TableRow.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int StaticContent.layout(Area area, Region region)
           
protected  void StaticContent.setFlowName(java.lang.String name)
           
 FObj StaticContent.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int BasicLink.layout(Area area)
           
 FObj BasicLink.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int Block.layout(Area area)
           
 FObj Block.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int ListBlock.layout(Area area)
           
 FObj ListBlock.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int Table.layout(Area area)
           
 FObj Table.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int Marker.layout(Area area)
           
 int Marker.layoutMarker(Area area)
           
 FObj Marker.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int MultiSwitch.layout(Area area)
           
 FObj MultiSwitch.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int Footnote.layout(Area area)
           
 FObj Footnote.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Inline.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int BidiOverride.layout(Area area)
           
 FObj BidiOverride.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj InlineContainer.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int TableAndCaption.layout(Area area)
           
 FObj TableAndCaption.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 void TableColumn.doSetup(Area area)
           
 int TableColumn.layout(Area area)
           
 FObj TableColumn.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableFooter.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int MultiPropertySet.layout(Area area)
           
 FObj MultiPropertySet.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Wrapper.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int ListItemLabel.layout(Area area)
           
 FObj ListItemLabel.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int ListItem.layout(Area area)
           
 FObj ListItem.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int AbstractTableBody.layout(Area area)
           
 int FootnoteBody.layout(Area area)
           
 FObj FootnoteBody.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
protected  void Flow.setFlowName(java.lang.String name)
           
 FObj Flow.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int PageNumberCitation.layout(Area area)
           
 FObj PageNumberCitation.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int Character.layout(Area area)
           
 FObj Character.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int BlockContainer.layout(Area area)
           
 FObj BlockContainer.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int Float.layout(Area area)
           
 FObj Float.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableBody.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int RetrieveMarker.layout(Area area)
           
 FObj RetrieveMarker.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 int MultiToggle.layout(Area area)
           
 FObj MultiToggle.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

Constructors in org.apache.fop.fo.flow that throw FOPException
TableCell(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
AbstractFlow(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
TableHeader(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
InitialPropertySet(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
TableCaption(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Leader(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
MultiCase(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
MultiProperties(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
TableRow(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
StaticContent(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
BasicLink(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Block(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Marker(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
MultiSwitch(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Footnote(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Inline(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
BidiOverride(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
InlineContainer(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
TableAndCaption(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
TableColumn(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
TableFooter(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
MultiPropertySet(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Wrapper(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
AbstractTableBody(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
FootnoteBody(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Flow(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
BlockContainer(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Float(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
TableBody(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
MultiToggle(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

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

Methods in org.apache.fop.fo.pagination that throw FOPException
 FObj RegionBefore.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj RepeatablePageMasterAlternatives.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
protected  void LayoutMasterSet.addSimplePageMaster(SimplePageMaster simplePageMaster)
           
protected  void LayoutMasterSet.addPageSequenceMaster(java.lang.String masterName, PageSequenceMaster pageSequenceMaster)
           
protected  void LayoutMasterSet.checkRegionNames()
           
 FObj LayoutMasterSet.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj SinglePageMasterReference.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj RegionEnd.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj RepeatablePageMasterReference.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
protected  void SimplePageMaster.addRegion(Region region)
           
 FObj SimplePageMaster.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj RegionAfter.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
protected  boolean Region.isReserved(java.lang.String name)
          Checks to see if a given region name is one of the reserved names
 FObj ConditionalPageMasterReference.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 SimplePageMaster PageSequenceMaster.getNextSimplePageMaster(boolean oddPage, boolean blankPage)
           
 FObj PageSequenceMaster.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 void PageSequence.addFlow(Flow flow)
           
 void PageSequence.addStaticContent(StaticContent staticContent)
           
 void PageSequence.format(AreaTree areaTree)
          Runs the formatting of this page sequence into the given area tree
 FObj PageSequence.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Root.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj RegionStart.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
abstract  java.lang.String PageMasterReference.getNextPageMasterName(boolean isOddPage, boolean isFirstPage, boolean isEmptyPage)
           
 java.lang.String SubSequenceSpecifier.getNextPageMasterName(boolean isOddPage, boolean isFirstPage, boolean isEmptyPage)
           
 FObj RegionBody.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

Constructors in org.apache.fop.fo.pagination that throw FOPException
RegionBefore(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
RepeatablePageMasterAlternatives(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
LayoutMasterSet(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
SinglePageMasterReference(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
RegionEnd(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
RepeatablePageMasterReference(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
SimplePageMaster(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
RegionAfter(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Region(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
ConditionalPageMasterReference(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
PageSequenceMaster(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
PageSequence(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Root(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
RegionStart(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
PageMasterReference(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
RegionBody(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

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

Methods in org.apache.fop.fo.properties that throw FOPException
 Property XMLLangMaker.make(PropertyList propertyList)
           
 Property WhiteSpaceMaker.make(PropertyList propertyList)
           
 Property VerticalAlignMaker.make(PropertyList propertyList)
           
 Property SizeMaker.make(PropertyList propertyList)
           
 Property PositionMaker.make(PropertyList propertyList)
           
 Property PauseMaker.make(PropertyList propertyList)
           
 Property PageBreakInsideMaker.make(PropertyList propertyList)
           
 Property PageBreakBeforeMaker.make(PropertyList propertyList)
           
 Property PageBreakAfterMaker.make(PropertyList propertyList)
           
 Property FontMaker.make(PropertyList propertyList)
           
 Property CueMaker.make(PropertyList propertyList)
           
 Property BorderSpacingMaker.make(PropertyList propertyList)
           
protected  Property BorderSpacingMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property BorderSpacingMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property BackgroundPositionMaker.make(PropertyList propertyList)
           
 Property BackgroundMaker.make(PropertyList propertyList)
           
 Property ZIndexMaker.make(PropertyList propertyList)
           
 Property VisibilityMaker.make(PropertyList propertyList)
           
 Property SrcMaker.make(PropertyList propertyList)
           
 Property ScoreSpacesMaker.make(PropertyList propertyList)
           
 Property RefIdMaker.make(PropertyList propertyList)
           
 Property ProvisionalDistanceBetweenStartsMaker.make(PropertyList propertyList)
           
 Property ProvisionalLabelSeparationMaker.make(PropertyList propertyList)
           
 Property IdMaker.make(PropertyList propertyList)
           
 Property ContentTypeMaker.make(PropertyList propertyList)
           
 Property WritingModeMaker.make(PropertyList propertyList)
           
 Property UnicodeBidiMaker.make(PropertyList propertyList)
           
 Property TextDepthMaker.make(PropertyList propertyList)
           
 Property TextAltitudeMaker.make(PropertyList propertyList)
           
 Property GlyphOrientationVerticalMaker.make(PropertyList propertyList)
           
 Property GlyphOrientationHorizontalMaker.make(PropertyList propertyList)
           
 Property DirectionMaker.make(PropertyList propertyList)
           
 Property TableOmitHeaderAtBreakMaker.make(PropertyList propertyList)
           
 Property TableOmitFooterAtBreakMaker.make(PropertyList propertyList)
           
 Property TableLayoutMaker.make(PropertyList propertyList)
           
 Property StartsRowMaker.make(PropertyList propertyList)
           
 Property NumberRowsSpannedMaker.make(PropertyList propertyList)
           
 Property NumberColumnsSpannedMaker.make(PropertyList propertyList)
           
 Property NumberColumnsRepeatedMaker.make(PropertyList propertyList)
           
 Property EndsRowMaker.make(PropertyList propertyList)
           
 Property EmptyCellsMaker.make(PropertyList propertyList)
           
 Property ColumnWidthMaker.make(PropertyList propertyList)
           
 Property ColumnNumberMaker.make(PropertyList propertyList)
           
 Property CaptionSideMaker.make(PropertyList propertyList)
           
 Property BorderStartPrecedenceMaker.make(PropertyList propertyList)
           
 Property BorderSeparationMaker.make(PropertyList propertyList)
           
protected  Property BorderSeparationMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property BorderSeparationMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property BorderEndPrecedenceMaker.make(PropertyList propertyList)
           
 Property BorderCollapseMaker.make(PropertyList propertyList)
           
 Property BorderBeforePrecedenceMaker.make(PropertyList propertyList)
           
 Property BorderAfterPrecedenceMaker.make(PropertyList propertyList)
           
 Property RegionNameMaker.make(PropertyList propertyList)
           
 Property PrecedenceMaker.make(PropertyList propertyList)
           
 Property PageWidthMaker.make(PropertyList propertyList)
           
 Property PagePositionMaker.make(PropertyList propertyList)
           
 Property PageHeightMaker.make(PropertyList propertyList)
           
 Property OddOrEvenMaker.make(PropertyList propertyList)
           
 Property MediaUsageMaker.make(PropertyList propertyList)
           
 Property MaximumRepeatsMaker.make(PropertyList propertyList)
           
 Property MasterReferenceMaker.make(PropertyList propertyList)
           
 Property MasterNameMaker.make(PropertyList propertyList)
           
 Property InitialPageNumberMaker.make(PropertyList propertyList)
           
 Property ForcePageCountMaker.make(PropertyList propertyList)
           
 Property FlowNameMaker.make(PropertyList propertyList)
           
 Property ExtentMaker.make(PropertyList propertyList)
           
 Property ColumnGapMaker.make(PropertyList propertyList)
           
 Property ColumnCountMaker.make(PropertyList propertyList)
           
 Property BlankOrNotBlankMaker.make(PropertyList propertyList)
           
 Property LetterValueMaker.make(PropertyList propertyList)
           
 Property GroupingSizeMaker.make(PropertyList propertyList)
           
 Property GroupingSeparatorMaker.make(PropertyList propertyList)
           
 Property FormatMaker.make(PropertyList propertyList)
           
 Property RetrieveBoundaryMaker.make(PropertyList propertyList)
           
 Property RetrievePositionMaker.make(PropertyList propertyList)
           
 Property RetrieveClassNameMaker.make(PropertyList propertyList)
           
 Property MarkerClassNameMaker.make(PropertyList propertyList)
           
 Property TargetStylesheetMaker.make(PropertyList propertyList)
           
 Property TargetProcessingContextMaker.make(PropertyList propertyList)
           
 Property TargetPresentationContextMaker.make(PropertyList propertyList)
           
 Property SwitchToMaker.make(PropertyList propertyList)
           
 Property StartingStateMaker.make(PropertyList propertyList)
           
 Property ShowDestinationMaker.make(PropertyList propertyList)
           
 Property DestinationNameMaker.make(PropertyList propertyList)
           
 Property InternalDestinationMaker.make(PropertyList propertyList)
           
 Property IndicateDestinationMaker.make(PropertyList propertyList)
           
 Property ExternalDestinationMaker.make(PropertyList propertyList)
           
 Property DestinationPlacementOffsetMaker.make(PropertyList propertyList)
           
 Property CaseTitleMaker.make(PropertyList propertyList)
           
 Property CaseNameMaker.make(PropertyList propertyList)
           
 Property AutoRestoreMaker.make(PropertyList propertyList)
           
 Property ActiveStateMaker.make(PropertyList propertyList)
           
 Property RuleThicknessMaker.make(PropertyList propertyList)
           
 Property RuleStyleMaker.make(PropertyList propertyList)
           
 Property LeaderLengthMaker.make(PropertyList propertyList)
           
protected  Property LeaderLengthMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property LeaderLengthMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property LeaderPatternWidthMaker.make(PropertyList propertyList)
           
 Property LeaderPatternMaker.make(PropertyList propertyList)
           
 Property LeaderAlignmentMaker.make(PropertyList propertyList)
           
 Property SpanMaker.make(PropertyList propertyList)
           
 Property ReferenceOrientationMaker.make(PropertyList propertyList)
           
 Property OverflowMaker.make(PropertyList propertyList)
           
 Property ClipMaker.make(PropertyList propertyList)
           
 Property WidowsMaker.make(PropertyList propertyList)
           
 Property OrphansMaker.make(PropertyList propertyList)
           
 Property KeepWithPreviousMaker.make(PropertyList propertyList)
           
 Property KeepWithNextMaker.make(PropertyList propertyList)
           
 Property KeepTogetherMaker.make(PropertyList propertyList)
           
 Property FloatMaker.make(PropertyList propertyList)
           
 Property ClearMaker.make(PropertyList propertyList)
           
 Property RenderingIntentMaker.make(PropertyList propertyList)
           
 Property ColorProfileNameMaker.make(PropertyList propertyList)
           
 Property ColorMaker.make(PropertyList propertyList)
           
 Property WordSpacingMaker.make(PropertyList propertyList)
           
 Property TreatAsWordSpaceMaker.make(PropertyList propertyList)
           
 Property TextTransformMaker.make(PropertyList propertyList)
           
 Property TextShadowMaker.make(PropertyList propertyList)
           
 Property TextDecorationMaker.make(PropertyList propertyList)
           
 Property SuppressAtLineBreakMaker.make(PropertyList propertyList)
           
 Property LetterSpacingMaker.make(PropertyList propertyList)
           
 Property CharacterMaker.make(PropertyList propertyList)
           
 Property WrapOptionMaker.make(PropertyList propertyList)
           
 Property WhiteSpaceCollapseMaker.make(PropertyList propertyList)
           
 Property TextIndentMaker.make(PropertyList propertyList)
           
 Property TextAlignLastMaker.make(PropertyList propertyList)
           
 Property TextAlignMaker.make(PropertyList propertyList)
           
 Property WhiteSpaceTreatmentMaker.make(PropertyList propertyList)
           
 Property LinefeedTreatmentMaker.make(PropertyList propertyList)
           
 Property LineStackingStrategyMaker.make(PropertyList propertyList)
           
 Property LineHeightShiftAdjustmentMaker.make(PropertyList propertyList)
           
 Property LineHeightMaker.make(PropertyList propertyList)
           
 Property LastLineEndIndentMaker.make(PropertyList propertyList)
           
 Property HyphenationLadderCountMaker.make(PropertyList propertyList)
           
 Property HyphenationKeepMaker.make(PropertyList propertyList)
           
 Property WidthMaker.make(PropertyList propertyList)
           
 Property ScalingMethodMaker.make(PropertyList propertyList)
           
 Property ScalingMaker.make(PropertyList propertyList)
           
 Property MinWidthMaker.make(PropertyList propertyList)
           
 Property MinHeightMaker.make(PropertyList propertyList)
           
 Property MaxWidthMaker.make(PropertyList propertyList)
           
 Property MaxHeightMaker.make(PropertyList propertyList)
           
 Property InlineProgressionDimensionMaker.make(PropertyList propertyList)
           
protected  Property InlineProgressionDimensionMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property InlineProgressionDimensionMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property InlineProgressionDimensionMaker.compute(PropertyList propertyList)
           
 Property HeightMaker.make(PropertyList propertyList)
           
 Property ContentWidthMaker.make(PropertyList propertyList)
           
 Property ContentHeightMaker.make(PropertyList propertyList)
           
 Property BlockProgressionDimensionMaker.make(PropertyList propertyList)
           
protected  Property BlockProgressionDimensionMaker.makeCompound(PropertyList pList, FObj fo)
           
 Property BlockProgressionDimensionMaker.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property BlockProgressionDimensionMaker.compute(PropertyList propertyList)
           
 Property RelativeAlignMaker.make(PropertyList propertyList)
           
 Property DominantBaselineMaker.make(PropertyList propertyList)
           
 Property DisplayAlignMaker.make(PropertyList propertyList)
           
 Property BaselineShiftMaker.make(PropertyList propertyList)
           
 Property AlignmentBaselineMaker.make(PropertyList propertyList)
           
 Property AlignmentAdjustMaker.make(PropertyList propertyList)
           
 Property RelativePositionMaker.make(PropertyList propertyList)
           
 Property EndIndentMaker.compute(PropertyList propertyList)
           
 Property EndIndentMaker.make(PropertyList propertyList)
           
 Property StartIndentMaker.compute(PropertyList propertyList)
           
 Property StartIndentMaker.make(PropertyList propertyList)
           
 Property MarginRightMaker.make(PropertyList propertyList)
           
 Property MarginLeftMaker.make(PropertyList propertyList)
           
 Property MarginBottomMaker.make(PropertyList propertyList)
           
 Property MarginTopMaker.make(PropertyList propertyList)
           
 Property HyphenationRemainCharacterCountMaker.make(PropertyList propertyList)
           
 Property HyphenationPushCharacterCountMaker.make(PropertyList propertyList)
           
 Property HyphenationCharacterMaker.make(PropertyList propertyList)
           
 Property HyphenateMaker.make(PropertyList propertyList)
           
 Property ScriptMaker.make(PropertyList propertyList)
           
 Property LanguageMaker.make(PropertyList propertyList)
           
 Property CountryMaker.make(PropertyList propertyList)
           
 Property FontWeightMaker.make(PropertyList propertyList)
           
 Property FontVariantMaker.make(PropertyList propertyList)
           
 Property FontStyleMaker.make(PropertyList propertyList)
           
 Property FontSizeAdjustMaker.make(PropertyList propertyList)
           
 Property FontStretchMaker.make(PropertyList propertyList)
           
 Property FontSizeMaker.make(PropertyList propertyList)
           
 Property FontSelectionStrategyMaker.make(PropertyList propertyList)
           
 Property FontFamilyMaker.make(PropertyList propertyList)
           
 Property PaddingRightMaker.compute(PropertyList propertyList)
           
 Property PaddingLeftMaker.compute(PropertyList propertyList)
           
 Property PaddingBottomMaker.compute(PropertyList propertyList)
           
 Property PaddingTopMaker.compute(PropertyList propertyList)
           
 Property PaddingEndMaker.compute(PropertyList propertyList)
           
 Property PaddingStartMaker.compute(PropertyList propertyList)
           
 Property PaddingAfterMaker.compute(PropertyList propertyList)
           
 Property PaddingBeforeMaker.compute(PropertyList propertyList)
           
 Property BorderRightWidthMaker.compute(PropertyList propertyList)
           
 Property BorderRightStyleMaker.compute(PropertyList propertyList)
           
 Property BorderRightColorMaker.compute(PropertyList propertyList)
           
 Property BorderRightColorMaker.make(PropertyList propertyList)
           
 Property BorderLeftWidthMaker.compute(PropertyList propertyList)
           
 Property BorderLeftStyleMaker.compute(PropertyList propertyList)
           
 Property BorderLeftColorMaker.compute(PropertyList propertyList)
           
 Property BorderLeftColorMaker.make(PropertyList propertyList)
           
 Property BorderBottomWidthMaker.compute(PropertyList propertyList)
           
 Property BorderBottomStyleMaker.compute(PropertyList propertyList)
           
 Property BorderBottomColorMaker.compute(PropertyList propertyList)
           
 Property BorderBottomColorMaker.make(PropertyList propertyList)
           
 Property BorderTopWidthMaker.compute(PropertyList propertyList)
           
 Property BorderTopStyleMaker.compute(PropertyList propertyList)
           
 Property BorderTopColorMaker.compute(PropertyList propertyList)
           
 Property BorderTopColorMaker.make(PropertyList propertyList)
           
 Property BorderEndWidthMaker.compute(PropertyList propertyList)
           
 Property BorderEndStyleMaker.compute(PropertyList propertyList)
           
 Property BorderEndColorMaker.compute(PropertyList propertyList)
           
 Property BorderEndColorMaker.make(PropertyList propertyList)
           
 Property BorderStartWidthMaker.compute(PropertyList propertyList)
           
 Property BorderStartStyleMaker.compute(PropertyList propertyList)
           
 Property BorderStartColorMaker.compute(PropertyList propertyList)
           
 Property BorderStartColorMaker.make(PropertyList propertyList)
           
 Property BorderAfterWidthMaker.compute(PropertyList propertyList)
           
 Property BorderAfterStyleMaker.compute(PropertyList propertyList)
           
 Property BorderAfterColorMaker.compute(PropertyList propertyList)
           
 Property BorderAfterColorMaker.make(PropertyList propertyList)
           
 Property BorderBeforeWidthMaker.compute(PropertyList propertyList)
           
 Property BorderBeforeStyleMaker.compute(PropertyList propertyList)
           
 Property BorderBeforeColorMaker.compute(PropertyList propertyList)
           
 Property BorderBeforeColorMaker.make(PropertyList propertyList)
           
 Property BackgroundPositionVerticalMaker.make(PropertyList propertyList)
           
 Property BackgroundPositionHorizontalMaker.make(PropertyList propertyList)
           
 Property BackgroundRepeatMaker.make(PropertyList propertyList)
           
 Property BackgroundImageMaker.make(PropertyList propertyList)
           
 Property BackgroundColorMaker.make(PropertyList propertyList)
           
 Property BackgroundAttachmentMaker.make(PropertyList propertyList)
           
 Property VolumeMaker.make(PropertyList propertyList)
           
 Property VoiceFamilyMaker.make(PropertyList propertyList)
           
 Property StressMaker.make(PropertyList propertyList)
           
 Property SpeechRateMaker.make(PropertyList propertyList)
           
 Property SpeakPunctuationMaker.make(PropertyList propertyList)
           
 Property SpeakNumeralMaker.make(PropertyList propertyList)
           
 Property SpeakHeaderMaker.make(PropertyList propertyList)
           
 Property SpeakMaker.make(PropertyList propertyList)
           
 Property RichnessMaker.make(PropertyList propertyList)
           
 Property PlayDuringMaker.make(PropertyList propertyList)
           
 Property PitchRangeMaker.make(PropertyList propertyList)
           
 Property PitchMaker.make(PropertyList propertyList)
           
 Property PauseBeforeMaker.make(PropertyList propertyList)
           
 Property PauseAfterMaker.make(PropertyList propertyList)
           
 Property ElevationMaker.make(PropertyList propertyList)
           
 Property CueBeforeMaker.make(PropertyList propertyList)
           
 Property CueAfterMaker.make(PropertyList propertyList)
           
 Property AzimuthMaker.make(PropertyList propertyList)
           
 Property LeftMaker.make(PropertyList propertyList)
           
 Property BottomMaker.make(PropertyList propertyList)
           
 Property RightMaker.make(PropertyList propertyList)
           
 Property TopMaker.make(PropertyList propertyList)
           
 Property AbsolutePositionMaker.make(PropertyList propertyList)
           
 Property RoleMaker.make(PropertyList propertyList)
           
 Property SourceDocumentMaker.make(PropertyList propertyList)
           
 Property GenericSpace.make(PropertyList propertyList)
           
protected  Property GenericSpace.makeCompound(PropertyList pList, FObj fo)
           
 Property GenericSpace.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property GenericBreak.make(PropertyList propertyList)
           
 Property GenericBorderStyle.make(PropertyList propertyList)
           
 Property GenericBorderWidth.make(PropertyList propertyList)
           
 Property GenericCondBorderWidth.make(PropertyList propertyList)
           
protected  Property GenericCondBorderWidth.makeCompound(PropertyList pList, FObj fo)
           
 Property GenericCondBorderWidth.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property GenericPadding.make(PropertyList propertyList)
           
 Property GenericCondLength.make(PropertyList propertyList)
           
protected  Property GenericCondLength.makeCompound(PropertyList pList, FObj fo)
           
 Property GenericCondLength.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 Property GenericKeep.make(PropertyList propertyList)
           
protected  Property GenericKeep.makeCompound(PropertyList pList, FObj fo)
           
 Property GenericKeep.convertProperty(Property p, PropertyList pList, FObj fo)
          Set the appropriate components when the "base" property is set.
 

Uses of FOPException in org.apache.fop.layout
 

Methods in org.apache.fop.layout that throw FOPException
 void AreaTree.addPage(Page page)
           
 AreaContainer BodyAreaContainer.getNextArea(FObj fo)
          Depending on the column-count of the next FO, determine whether a new span area needs to be constructed or not, and return the appropriate ColumnArea.
 java.lang.String FontInfo.fontLookup(java.lang.String family, java.lang.String style, java.lang.String weight)
           
 java.lang.String FontInfo.fontLookup(java.lang.String key)
           
 FontMetric FontInfo.getMetricsFor(java.lang.String fontName)
           
static java.lang.String AreaClass.setAreaClass(java.lang.String areaClass)
           
 

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

Uses of FOPException in org.apache.fop.render
 

Methods in org.apache.fop.render that throw FOPException
 void PrintRenderer.setupFontInfo(FontInfo fontInfo)
          set up the font info
 void Renderer.setupFontInfo(FontInfo fontInfo)
          set up the given FontInfo
 void Renderer.render(Page page, java.io.OutputStream stream)
          render the given area tree to the given stream
 

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

Methods in org.apache.fop.render.awt that throw FOPException
static void FontSetup.setup(FontInfo fontInfo, java.awt.Graphics2D graphics)
          sets up the font info object.
static void FontSetup.addConfiguredFonts(FontInfo fontInfo, int num, java.awt.Graphics2D graphics)
          Add fonts from configuration file starting with internalnames F
 void AWTRenderer.setupFontInfo(FontInfo fontInfo)
           
 

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

Methods in org.apache.fop.render.pdf that throw FOPException
static void FontSetup.setup(FontInfo fontInfo)
          sets up the font info object.
static void FontSetup.addConfiguredFonts(FontInfo fontInfo, int num)
          Add fonts from configuration file starting with internalnames F
 void PDFRenderer.render(Page page, java.io.OutputStream outputStream)
          render page to PDF
 

Constructors in org.apache.fop.render.pdf that throw FOPException
FontReader(java.net.URL path)
          Construct a FontReader object from a path to a metric.xml file and read metric data
 

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

Methods in org.apache.fop.render.ps that throw FOPException
 void PSRenderer.setupFontInfo(FontInfo fontInfo)
          set up the font info
 

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

Methods in org.apache.fop.render.svg that throw FOPException
 void SVGRenderer.setupFontInfo(FontInfo fontInfo)
           
 

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

Methods in org.apache.fop.render.xml that throw FOPException
 void XMLRenderer.setupFontInfo(FontInfo fontInfo)
          set up the font info
 

Uses of FOPException in org.apache.fop.svg
 

Methods in org.apache.fop.svg that throw FOPException
 int SVGElement.layout(Area area)
          layout this formatting object.
 FObj SVGElement.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an SVG object.
 FObj SVGObj.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an svg object.
 

Constructors in org.apache.fop.svg that throw FOPException
PDFDocumentGraphics2D(boolean textAsShapes, java.io.OutputStream stream, int width, int height)
          Create a new PDFDocumentGraphics2D.
 

Uses of FOPException in org.apache.fop.tools
 

Methods in org.apache.fop.tools that throw FOPException
 void TestConverter.setParserFeatures(org.xml.sax.XMLReader parser)
           
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.