Package 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
Shorthand parser for the "border-spacing" shorthand property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertyconvertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) Converts a property name into a PropertyMethods inherited from class org.apache.fop.fo.properties.GenericShorthandParser
getElement, getValueForProperty, validate
-
Constructor Details
-
BorderSpacingShorthandParser
public BorderSpacingShorthandParser()
-
-
Method Details
-
convertValueForProperty
protected Property convertValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) throws PropertyException Converts a property name into a Property- Overrides:
convertValueForPropertyin classGenericShorthandParser- Parameters:
propId- the property ID in the Constants interfaceproperty- ...maker- the Property.Maker to be used in the conversionpropertyList- the PropertyList from which the Property should be extracted- Returns:
- the Property matching the parameters, or null if not found
- Throws:
PropertyException- (when?)
-