org.apache.fop.fo.properties
Interface ShorthandParser
- BackgroundPositionShorthandParser, BorderSpacingShorthandParser, BoxPropShorthandParser, FontShorthandParser, GenericShorthandParser, PageBreakShorthandParser, PositionShorthandParser, VerticalAlignShorthandParser, WhiteSpaceShorthandParser
public interface ShorthandParser
Interface used to provide parsing capabilities to Properties with shorthand
characteristics (those with multiple components).
getValueForProperty
public Property getValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList)
throws PropertyException
propId
- the property ID in the Constants interfacemaker
- Maker object for the PropertypropertyList
- list of properties
- Property object corresponding to propName
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.