org.apache.fop.svg
Class SVGStyle.Maker
org.apache.fop.fo.Property.Maker
|
+--org.apache.fop.svg.SVGStyle.Maker
- public static class SVGStyle.Maker
- extends Property.Maker
inner class for making SVG Length objects.
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