fop 0.91beta

org.apache.fop.fo.properties
Class BorderSpacingShorthandParser

java.lang.Object
  |
  +--org.apache.fop.fo.properties.GenericShorthandParser
        |
        +--org.apache.fop.fo.properties.BorderSpacingShorthandParser
All Implemented Interfaces:
ShorthandParser

public class BorderSpacingShorthandParser
extends GenericShorthandParser

Shorthand parser for the "border-spacing" shorthand property.


Constructor Summary
BorderSpacingShorthandParser()
           
 
Method Summary
protected  Property convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)
          Converts a property name into a Property
 
Methods inherited from class org.apache.fop.fo.properties.GenericShorthandParser
getElement, getValueForProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderSpacingShorthandParser

public BorderSpacingShorthandParser()
Method Detail

convertValueForProperty

protected Property convertValueForProperty(int propId,
                                           Property property,
                                           PropertyMaker maker,
                                           PropertyList propertyList)
                                    throws PropertyException
Description copied from class: GenericShorthandParser
Converts a property name into a Property
Overrides:
convertValueForProperty in class GenericShorthandParser
Following copied from class: org.apache.fop.fo.properties.GenericShorthandParser
Parameters:
propId - the property ID in the Constants interface
maker - the Property.Maker to be used in the conversion
propertyList - the PropertyList from which the Property should be extracted
Returns:
the Property matching the parameters, or null if not found

fop 0.91beta

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