fop 0.93

org.apache.fop.fo.properties
Class BoxPropShorthandParser

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

public class BoxPropShorthandParser
extends GenericShorthandParser

Shorthand property parser for Box properties


Constructor Summary
BoxPropShorthandParser()
          Default constructor.
 
Method Summary
protected  Property convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)
          Stores 1 to 4 values of same type.
 
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

BoxPropShorthandParser

public BoxPropShorthandParser()
Default constructor.
Method Detail

convertValueForProperty

protected Property convertValueForProperty(int propId,
                                           Property property,
                                           PropertyMaker maker,
                                           PropertyList propertyList)
                                    throws PropertyException
Stores 1 to 4 values of same type. Set the given property based on the number of values set. Example: padding, border-width, border-color, border-style, margin
Overrides:
convertValueForProperty in class GenericShorthandParser
See Also:
GenericShorthandParser.convertValueForProperty( int, Property, PropertyMaker, PropertyList)

fop 0.93

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