org.apache.fop.fo.properties
Class StringProperty.Maker
- StringProperty
- Cloneable
public static class StringProperty.Maker
Inner class for making instances of StringProperty
addEnum , addKeyword , addShorthand , addSubpropMaker , checkEnumValues , checkValueKeywords , clone , compute , convertProperty , convertPropertyDatatype , convertShorthandProperty , findProperty , get , getName , getPercentBase , getPropId , getShorthand , getSubprop , getSubpropMaker , isInherited , make , make , make , makeNewProperty , setByShorthand , setCorresponding , setDatatypeParser , setDefault , setDefault , setInherited , setPercentBase , setSubprop , useGeneric |
Maker
public Maker(int propId)
propId
- the id of the property for which a Maker should be created
make
public Property make(PropertyList propertyList,
String value,
FObj fo)
Make a new StringProperty object
- make in interface PropertyMaker
propertyList
- not usedvalue
- String value of the new objectfo
- not used
- the StringProperty object
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.