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

Packages that use PropertyList
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.svg   
 

Uses of PropertyList in org.apache.fop.datatypes
 

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

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

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

Uses of PropertyList in org.apache.fop.extensions
 

Methods in org.apache.fop.extensions with parameters of type PropertyList
 FObj ContinuedLabel.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Destination.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Label.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Outline.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 

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

Uses of PropertyList in org.apache.fop.fo
 

Subclasses of PropertyList in org.apache.fop.fo
static class DirectPropertyListBuilder.AttrPropertyList
           
 

Fields in org.apache.fop.fo declared as PropertyList
 PropertyList FObj.properties
           
 

Methods in org.apache.fop.fo that return PropertyList
 PropertyList DirectPropertyListBuilder.makeList(String uri, String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
           
 PropertyList PropertyListBuilder.makeList(String ns, String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
           
 

Methods in org.apache.fop.fo with parameters of type PropertyList
 Property Property.Maker.compute(PropertyList propertyList)
          Return a Property object representing the value of this property, based on other property values for this FO.
 Property PropertyListBuilder.computeProperty(PropertyList propertyList, String space, String element, String propertyName)
           
 Property ColorTypeProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property EnumProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property LengthProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property ListProperty.Maker.convertProperty(Property p, PropertyList propertyList, FObj fo)
           
 Property NumberProperty.Maker.convertProperty(Property p, PropertyList propertyList, 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)
           
 Property Property.Maker.convertShorthandProperty(PropertyList propertyList, Property prop, FObj fo)
           
protected  Property BoxPropShorthandParser.convertValueForProperty(String propName, Property.Maker maker, PropertyList propertyList)
           
protected  Property GenericShorthandParser.convertValueForProperty(String propName, Property.Maker maker, PropertyList propertyList)
           
protected  Property MarginShorthandParser.convertValueForProperty(String propName, Property.Maker maker, PropertyList propertyList)
           
 PercentBase Property.Maker.getPercentBase(FObj fo, PropertyList pl)
          Return an object implementing the PercentBase interface.
 Property Property.Maker.getShorthand(PropertyList propertyList)
           
 Property PropertyListBuilder.getShorthand(PropertyList propertyList, String space, String element, String propertyName)
           
 Property GenericShorthandParser.getValueForProperty(String propName, Property.Maker maker, PropertyList propertyList)
           
 Property MarginShorthandParser.getValueForProperty(String propName, Property.Maker maker, PropertyList propertyList)
           
 Property ShorthandParser.getValueForProperty(String propName, Property.Maker maker, PropertyList propertyList)
           
 boolean Property.Maker.isCorrespondingForced(PropertyList propertyList)
           
 boolean PropertyListBuilder.isCorrespondingForced(PropertyList propertyList, String space, String element, String propertyName)
           
 FObj ColorProfile.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Declarations.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
abstract  FObj FObj.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Title.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Unknown.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj UnknownXMLObj.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
          make an unknown xml object.
 FObj XMLElement.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
          make an XML object.
 Property Property.Maker.make(PropertyList propertyList)
          Return a Property object representing the initial value.
 Property CharacterProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
           
 Property Property.Maker.make(PropertyList propertyList, String value, FObj fo)
          Create a Property object from an attribute specification.
 Property StringProperty.Maker.make(PropertyList propertyList, String value, FObj fo)
           
 Property Property.Maker.make(Property baseProp, String partName, PropertyList propertyList, String value, FObj fo)
          Return a property value for a compound property.
protected  Property Property.Maker.makeCompound(PropertyList propertyList, FObj parentFO)
          Return a Property object representing the initial value.
 PropertyList DirectPropertyListBuilder.makeList(String uri, String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
           
 PropertyList PropertyListBuilder.makeList(String ns, String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
           
 Property PropertyListBuilder.makeProperty(PropertyList propertyList, String space, String element, String propertyName)
           
protected  PropertyManager FObj.makePropertyManager(PropertyList propertyList)
           
 

Constructors in org.apache.fop.fo with parameters of type PropertyList
ColorProfile(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Declarations(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
FObj(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
FObjMixed(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
PropertyList(PropertyList parentPropertyList, String space, String el)
           
PropertyManager(PropertyList pList)
           
Title(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
ToBeImplementedElement(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Unknown(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
UnknownXMLObj(FObj parent, PropertyList propertyList, String namespace, String name, String systemId, int line, int column)
          constructs an unknown xml object (called by Maker).
XMLElement(FObj parent, PropertyList propertyList, String tag, String systemId, int line, int column)
          constructs an XML object (called by Maker).
XMLObj(FObj parent, PropertyList propertyList, String tag, String systemId, int line, int column)
           
 

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

Methods in org.apache.fop.fo.expr that return PropertyList
 PropertyList PropertyInfo.getPropertyList()
           
 

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

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

Methods in org.apache.fop.fo.flow with parameters of type PropertyList
 FObj BasicLink.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj BidiOverride.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Block.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj BlockContainer.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Character.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj ExternalGraphic.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Float.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Flow.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Footnote.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj FootnoteBody.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj InitialPropertySet.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Inline.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj InlineContainer.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj InstreamForeignObject.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
          make an SVG object.
 FObj Leader.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj ListBlock.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj ListItem.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj ListItemBody.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj ListItemLabel.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Marker.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj MultiCase.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj MultiProperties.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj MultiPropertySet.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj MultiSwitch.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj MultiToggle.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj PageNumber.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj PageNumberCitation.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj RetrieveMarker.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj StaticContent.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Table.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj TableAndCaption.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj TableBody.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj TableCaption.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj TableCell.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj TableColumn.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj TableFooter.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj TableHeader.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj TableRow.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Wrapper.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 

Constructors in org.apache.fop.fo.flow with parameters of type PropertyList
AbstractFlow(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
AbstractTableBody(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
BasicLink(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
BidiOverride(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Block(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
BlockContainer(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Character(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
ExternalGraphic(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Float(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Flow(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Footnote(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
FootnoteBody(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
InitialPropertySet(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Inline(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
InlineContainer(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
InstreamForeignObject(FObj parent, PropertyList propertyList, String systemId, int line, int column)
          constructs an instream-foreign-object object (called by Maker).
Leader(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
ListBlock(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
ListItem(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
ListItemBody(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
ListItemLabel(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Marker(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
MultiCase(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
MultiProperties(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
MultiPropertySet(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
MultiSwitch(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
MultiToggle(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
PageNumber(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
PageNumberCitation(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
RetrieveMarker(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
StaticContent(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Table(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
TableAndCaption(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
TableBody(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
TableCaption(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
TableCell(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
TableColumn(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
TableFooter(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
TableHeader(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
TableRow(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
Wrapper(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 

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

Methods in org.apache.fop.fo.pagination with parameters of type PropertyList
 FObj ConditionalPageMasterReference.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj LayoutMasterSet.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj PageSequence.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj PageSequenceMaster.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj RegionAfter.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj RegionBefore.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj RegionBody.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj RegionEnd.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj RegionStart.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj RepeatablePageMasterAlternatives.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj RepeatablePageMasterReference.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj Root.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj SimplePageMaster.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 FObj SinglePageMasterReference.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
           
 

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

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

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

Uses of PropertyList in org.apache.fop.svg
 

Methods in org.apache.fop.svg with parameters of type PropertyList
 FObj SVGElement.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
          make an SVG object.
 FObj SVGObj.Maker.make(FObj parent, PropertyList propertyList, String systemId, int line, int column)
          make an svg object.
 

Constructors in org.apache.fop.svg with parameters of type PropertyList
SVGElement(FObj parent, PropertyList propertyList, String systemId, int line, int column)
          constructs an SVG object (called by Maker).
SVGObj(FObj parent, PropertyList propertyList, String tag, String systemId, int line, int column)
          constructs an svg object (called by Maker).
 



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