|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.PropertyMaker
org.apache.fop.fo.properties.StringProperty.Maker
org.apache.fop.render.afp.extensions.AFPAttribute
This class extends the org.apache.fop.fo.StringProperty.Maker inner class in order to provide a static property maker. The object facilitates extraction of attributes from formatted objects based on the static list as defined in the AFPElementMapping implementation.
Field Summary |
Fields inherited from class org.apache.fop.fo.properties.PropertyMaker |
contextDep, corresponding, defaultProperty, defaultValue, propId, setByShorthand |
Constructor Summary | |
protected |
AFPAttribute(java.lang.String name)
Constructor for the AFPAttribute. |
Method Summary | |
Property |
make(PropertyList propertyList)
Overide the make method to return the property object |
Methods inherited from class org.apache.fop.fo.properties.StringProperty.Maker |
make |
Methods inherited from class org.apache.fop.fo.properties.PropertyMaker |
addEnum, addKeyword, addShorthand, addSubpropMaker, checkEnumValues, checkValueKeywords, clone, compute, convertProperty, convertPropertyDatatype, convertShorthandProperty, findProperty, get, getName, getPercentBase, getPropId, getShorthand, getSubprop, getSubpropMaker, isInherited, make, makeNewProperty, setByShorthand, setCorresponding, setDatatypeParser, setDefault, setDefault, setInherited, setPercentBase, setSubprop, useGeneric |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected AFPAttribute(java.lang.String name)
name
- The attribute nameMethod Detail |
public Property make(PropertyList propertyList)
make
in class PropertyMaker
propertyList
- the property list from which to make the property
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |