Package org.apache.fop.fo.properties
Class BackgroundPositionShorthand.Parser
- java.lang.Object
-
- org.apache.fop.fo.properties.GenericShorthandParser
-
- org.apache.fop.fo.properties.BackgroundPositionShorthand.Parser
-
- All Implemented Interfaces:
ShorthandParser
- Enclosing class:
- BackgroundPositionShorthand
public static class BackgroundPositionShorthand.Parser extends GenericShorthandParser
Inner class to provide shorthand parsing capabilities
-
-
Constructor Summary
Constructors Constructor Description Parser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property
getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)
-
Methods inherited from class org.apache.fop.fo.properties.GenericShorthandParser
convertValueForProperty, getElement
-
-
-
-
Method Detail
-
getValueForProperty
public Property getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) throws PropertyException
- Specified by:
getValueForProperty
in interfaceShorthandParser
- Overrides:
getValueForProperty
in classGenericShorthandParser
- Parameters:
propId
- the property ID in the Constants interfaceproperty
- from which value is obtainedmaker
- Maker object for the PropertypropertyList
- list of properties- Returns:
- Property object corresponding to propName
- Throws:
PropertyException
- in case a property exception occurs
-
-