|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.Property.Maker | +--org.apache.fop.svg.SVGStringProperty.Maker
inner class for making SVG String objects.
Constructor Summary | |
SVGStringProperty.Maker()
|
Method Summary | |
boolean |
isInherited()
whether this property is inherited or not. |
Property |
make(PropertyList propertyList)
make an SVG String property with the default value. |
Property |
make(PropertyList propertyList,
java.lang.String value,
FObj fo)
make an SVG String property with the given value. |
Methods inherited from class org.apache.fop.fo.Property.Maker |
checkEnumValues, checkValueKeywords, compute, convertProperty, convertPropertyDatatype, convertShorthandProperty, getPercentBase, getPropName, getShorthand, getSubpropMaker, getSubpropValue, inheritsSpecified, isCompoundMaker, isCorrespondingForced, make, makeCompound, setSubprop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVGStringProperty.Maker()
Method Detail |
public boolean isInherited()
isInherited
in class Property.Maker
public Property make(PropertyList propertyList, java.lang.String value, FObj fo) throws FOPException
make
in class Property.Maker
propertyList
- the property list this is a member ofvalue
- the explicit string value of the propertypublic Property make(PropertyList propertyList) throws FOPException
make
in class Property.Maker
propertyList
- the property list the property is a member of
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |