Free Download - Stylus Studio, The World's Best XML IDE!


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

Packages that use FObj
org.apache.fop.datatypes   
org.apache.fop.extensions   
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
 

Fields in org.apache.fop.datatypes declared as FObj
protected  FObj LengthBase.parentFO
          FO parent of the FO for which this property is to be calculated.
 

Methods in org.apache.fop.datatypes that return FObj
protected  FObj LengthBase.getParentFO()
          Accessor for parentFO object from subclasses which define custom kinds of LengthBase calculations.
 

Methods in org.apache.fop.datatypes with parameters of type FObj
 Property ToBeImplementedProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 

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

Uses of FObj in org.apache.fop.extensions
 

Subclasses of FObj in org.apache.fop.extensions
 class ContinuedLabel
          Implement continued labels for table header/footer.
 class Destination
          Provides support for PDF destinations, which allow external files to link into a particular place within the generated document.
 class ExtensionObj
          base class for extension objects
 class Label
          Class representing destinations or targets within a document (/Dest objects in PDF, called "Destinations" in Adobe Acrobat).
 class Outline
          Class representing an outline entry (an /OUT object in a PDF file, but referred to as a "Bookmark" from within Adobe Acrobat).
 

Methods in org.apache.fop.extensions that return FObj
 FObj Outline.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)
           
 FObj Destination.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj ContinuedLabel.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

Methods in org.apache.fop.extensions with parameters of type FObj
 FObj Outline.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)
           
 FObj Destination.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj ContinuedLabel.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

Constructors in org.apache.fop.extensions with parameters of type FObj
Outline(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Label(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
ExtensionObj(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
Destination(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
ContinuedLabel(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

Uses of FObj in org.apache.fop.fo
 

Subclasses of FObj in org.apache.fop.fo
 class ColorProfile
           
 class Declarations
           
 class FObjMixed
          base class for representation of mixed content formatting objects and their processing
 class Title
          fo:title element
 class ToBeImplementedElement
           
 class Unknown
          This represents an unknown element.
 class UnknownXMLObj
           
 class XMLElement
          class representing svg:svg pseudo flow object.
 class XMLObj
          Since SVG objects are not layed out then this class checks that this element is not being layed out inside some incorrect element.
 

Fields in org.apache.fop.fo declared as FObj
protected  FObj FOTreeBuilder.currentFObj
          current formatting object being handled
protected  FObj FOTreeBuilder.rootFObj
          the root of the formatting object tree
protected  FObj FONode.parent
           
 

Methods in org.apache.fop.fo that return FObj
 FObj XMLElement.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an XML object.
 FObj UnknownXMLObj.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an unknown xml object.
 FObj Unknown.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Title.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj PropertyList.getFObj()
           
 FObj PropertyList.getParentFObj()
           
 FObj FONode.getParent()
           
abstract  FObj FObj.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Declarations.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj ColorProfile.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

Methods in org.apache.fop.fo with parameters of type FObj
 FObj XMLElement.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an XML object.
 FObj UnknownXMLObj.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an unknown xml object.
 FObj Unknown.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Title.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 Property StringProperty.Maker.make(PropertyList propertyList, java.lang.String value, FObj fo)
           
 TextState PropertyManager.getTextDecoration(FObj parent)
           
 PropertyList PropertyListBuilder.makeList(java.lang.String ns, java.lang.String elementName, org.xml.sax.Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
           
 void PropertyList.setFObj(FObj fobj)
           
 PercentBase Property.Maker.getPercentBase(FObj fo, PropertyList pl)
          Return an object implementing the PercentBase interface.
 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.convertShorthandProperty(PropertyList propertyList, Property prop, FObj fo)
           
 Property Property.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
          Return a Property object based on the passed Property object.
protected  Property Property.Maker.convertPropertyDatatype(Property p, PropertyList propertyList, FObj fo)
           
protected  Property Property.Maker.makeCompound(PropertyList propertyList, FObj parentFO)
          Return a Property object representing the initial value.
 Property NumberProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property ListProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property LengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
abstract  FObj FObj.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 Property EnumProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 PropertyList DirectPropertyListBuilder.makeList(java.lang.String uri, java.lang.String elementName, org.xml.sax.Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
           
 FObj Declarations.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 Property ColorTypeProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 FObj ColorProfile.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 Property CharacterProperty.Maker.make(PropertyList propertyList, java.lang.String value, FObj fo)
           
 

Constructors in org.apache.fop.fo with parameters of type FObj
XMLObj(FObj parent, PropertyList propertyList, java.lang.String tag, java.lang.String systemId, int line, int column)
           
XMLElement(FObj parent, PropertyList propertyList, java.lang.String tag, java.lang.String systemId, int line, int column)
          constructs an XML object (called by Maker).
UnknownXMLObj(FObj parent, PropertyList propertyList, java.lang.String namespace, java.lang.String name, java.lang.String systemId, int line, int column)
          constructs an unknown xml object (called by Maker).
Unknown(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)
           
FOText(java.lang.StringBuffer b, FObj parent)
           
FONode(FObj parent)
           
FObjMixed(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
FObj(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)
           
ColorProfile(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

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

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

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

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

Subclasses of FObj in org.apache.fop.fo.flow
 class AbstractFlow
           
 class AbstractTableBody
           
 class BasicLink
           
 class BidiOverride
           
 class Block
           
 class BlockContainer
           
 class Character
          this class represents the flow object 'fo:character'.
 class ExternalGraphic
           
 class Float
           
 class Flow
           
 class Footnote
           
 class FootnoteBody
           
 class InitialPropertySet
           
 class Inline
           
 class InlineContainer
           
 class InstreamForeignObject
           
 class Leader
          Implements fo:leader; main property of leader leader-pattern.
 class ListBlock
           
 class ListItem
           
 class ListItemBody
           
 class ListItemLabel
           
 class Marker
           
 class MultiCase
           
 class MultiProperties
           
 class MultiPropertySet
           
 class MultiSwitch
           
 class MultiToggle
           
 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 RetrieveMarker
           
 class StaticContent
           
 class Table
           
 class TableAndCaption
           
 class TableBody
           
 class TableCaption
           
 class TableCell
           
 class TableColumn
           
 class TableFooter
           
 class TableHeader
           
 class TableRow
           
 class Wrapper
          Implementation for fo:wrapper formatting object.
 

Methods in org.apache.fop.fo.flow that return FObj
 FObj Wrapper.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableRow.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableHeader.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)
           
 FObj TableColumn.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableCell.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableCaption.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)
           
 FObj TableAndCaption.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Table.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj StaticContent.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj RetrieveMarker.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj PageNumberCitation.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj PageNumber.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj MultiToggle.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj MultiSwitch.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj MultiPropertySet.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj MultiProperties.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj MultiCase.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Marker.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj ListItemLabel.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj ListItemBody.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj ListItem.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj ListBlock.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Leader.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj InstreamForeignObject.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
          make an SVG object.
 FObj InlineContainer.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)
           
 FObj InitialPropertySet.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj FootnoteBody.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Footnote.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Flow.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Float.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj ExternalGraphic.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Character.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj BlockContainer.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj Block.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj BidiOverride.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj BasicLink.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 

Methods in org.apache.fop.fo.flow with parameters of type FObj
 FObj Wrapper.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableRow.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableHeader.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)
           
 FObj TableColumn.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableCell.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
           
 FObj TableCaption.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)
           
 FObj TableAndCaption.Maker.make(FObj parent, PropertyList propertyList, java.lang.String systemId, int line, int column)
         &nbs