|
|||||||||
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.fo.LengthProperty.Maker
Constructor Summary | |
LengthProperty.Maker(java.lang.String name)
|
Method Summary | |
Property |
convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object. |
protected boolean |
isAutoLengthAllowed()
protected Property checkPropertyKeywords(String value) { if (isAutoLengthAllowed() && value.equals("auto")) { return new LengthProperty(Length.AUTO); } return null; } |
Methods inherited from class org.apache.fop.fo.Property.Maker |
checkEnumValues, checkValueKeywords, compute, convertPropertyDatatype, convertShorthandProperty, getPercentBase, getPropName, getShorthand, getSubpropMaker, getSubpropValue, inheritsSpecified, isCompoundMaker, isCorrespondingForced, isInherited, make, make, make, makeCompound, setSubprop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LengthProperty.Maker(java.lang.String name)
Method Detail |
protected boolean isAutoLengthAllowed()
public Property convertProperty(Property p, PropertyList propertyList, FObj fo) throws FOPException
Property.Maker
convertProperty
in class Property.Maker
org.apache.fop.fo.Property.Maker
p
- The Property object return by the expression parserpropertyList
- The PropertyList object being built for this FO.fo
- The current FO whose properties are being set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |