org.apache.fop.fo
Class StringProperty.Maker
java.lang.Object
org.apache.fop.fo.Property.Maker
org.apache.fop.fo.StringProperty.Maker
- Direct Known Subclasses:
- BackgroundImageMaker, ColumnCountMaker, ContentTypeMaker, CountryMaker, DestinationNameMaker, ExternalDestinationMaker, FlowNameMaker, FontFamilyMaker, FontStyleMaker, FontWeightMaker, FormatMaker, IdMaker, InitialPageNumberMaker, InternalDestinationMaker, LanguageMaker, MarkerClassNameMaker, MasterNameMaker, MasterReferenceMaker, MaximumRepeatsMaker, RefIdMaker, RegionNameMaker, RetrieveClassNameMaker, RoleMaker, SourceDocumentMaker, SrcMaker
- Enclosing class:
- StringProperty
public static class StringProperty.Maker
- extends Property.Maker
Methods inherited from class org.apache.fop.fo.Property.Maker |
checkEnumValues, checkValueKeywords, compute, convertProperty, convertPropertyDatatype, convertShorthandProperty, getPercentBase, getPropName, getShorthand, getSubpropMaker, getSubpropValue, inheritsSpecified, isCompoundMaker, isCorrespondingForced, isInherited, make, make, makeCompound, setSubprop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringProperty.Maker
public StringProperty.Maker(String propName)
make
public Property make(PropertyList propertyList,
String value,
FObj fo)
- Description copied from class:
Property.Maker
- Create a Property object from an attribute specification.
- Overrides:
make
in class Property.Maker
- Parameters:
propertyList
- The PropertyList object being built for this FO.value
- The attribute value.fo
- The current FO whose properties are being set.
- Returns:
- The initialized Property object.
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.