Package org.apache.fop.fo.properties
Class PositionShorthandParser
- java.lang.Object
-
- org.apache.fop.fo.properties.PositionShorthandParser
-
- All Implemented Interfaces:
ShorthandParser
public class PositionShorthandParser extends java.lang.Object implements ShorthandParser
A shorthand parser for the position shorthand. It is used to set values for absolute-position and relative-position.
-
-
Constructor Summary
Constructors Constructor Description PositionShorthandParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property
getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)
-
-
-
Method Detail
-
getValueForProperty
public Property getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)
- Specified by:
getValueForProperty
in interfaceShorthandParser
- 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
-
-