fop 0.90alpha1

org.apache.fop.fo.properties
Interface ShorthandParser

All Known Implementing Classes:
GenericShorthandParser, PositionShorthandParser, VerticalAlignShorthandParser

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 Detail

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

fop 0.90alpha1

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