org.apache.fop.fo.properties

Interface ShorthandParser

Known Implementing Classes:
BackgroundPositionShorthand.Parser, BorderSpacingShorthandParser, BoxPropShorthandParser, FontShorthandParser, GenericShorthandParser, PageBreakShorthandParser, PositionShorthandParser, VerticalAlignShorthandParser, WhiteSpaceShorthandParser, XMLLangShorthandParser

public interface ShorthandParser

Interface used to provide parsing capabilities to Properties with shorthand characteristics (those with multiple components).

Method Summary

Property
getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)

Method Details

getValueForProperty

public Property getValueForProperty(int propId,
                                    Property property,
                                    PropertyMaker maker,
                                    PropertyList propertyList)
            throws PropertyException
Parameters:
propId - the property ID in the Constants interface
maker - Maker object for the Property
propertyList - list of properties
Returns:
Property object corresponding to propName

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.