org.apache.fop.svg
Class SVGStringProperty.Maker

org.apache.fop.fo.Property.Maker
  |
  +--org.apache.fop.svg.SVGStringProperty.Maker

public static class SVGStringProperty.Maker
extends Property.Maker

inner class for making SVG Length objects.


Method Summary
 booleanisInherited()
          whether this property is inherited or not.
 Propertymake(PropertyList propertyList, String value, FObj fo)
          make an SVG Length property with the given value.
 Propertymake(PropertyList propertyList)
          make an SVG Length property with the default value.

Methods inherited from class org.apache.fop.fo.Property.Maker
compute, getPercentBase, getSubpropValue, inheritsSpecified, make

Method Detail

isInherited

public boolean isInherited()
whether this property is inherited or not.
Returns: is this inherited?

make

public Property make(PropertyList propertyList, String value, FObj fo)
throws org.apache.fop.apps.FOPException
make an SVG Length property with the given value.
Parameters:
propertyList - the property list this is a member of
value - the explicit string value of the property

make

public Property make(PropertyList propertyList)
throws org.apache.fop.apps.FOPException
make an SVG Length property with the default value.
Parameters:
propertyList - the property list the property is a member of