org.apache.fop.fo
Class MarginShorthandParser

java.lang.Object
  extended by org.apache.fop.fo.MarginShorthandParser
All Implemented Interfaces:
ShorthandParser

public class MarginShorthandParser
extends Object
implements ShorthandParser


Field Summary
protected  ArrayList list
           
 
Constructor Summary
MarginShorthandParser(ListProperty listprop)
           
 
Method Summary
protected  Property convertValueForProperty(String propName, Property.Maker maker, PropertyList propertyList)
           
protected  int count()
           
protected  Property getElement(int index)
           
 Property getValueForProperty(String propName, Property.Maker maker, PropertyList propertyList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

protected ArrayList list
Constructor Detail

MarginShorthandParser

public MarginShorthandParser(ListProperty listprop)
Method Detail

getElement

protected Property getElement(int index)

count

protected int count()

getValueForProperty

public Property getValueForProperty(String propName,
                                    Property.Maker maker,
                                    PropertyList propertyList)
Specified by:
getValueForProperty in interface ShorthandParser

convertValueForProperty

protected Property convertValueForProperty(String propName,
                                           Property.Maker maker,
                                           PropertyList propertyList)


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.