| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Property | compute(PropertyList propertyList) Return a Property object representing the value of this property, based on other property values for this FO. |
PercentBase | getPercentBase(FObj fo, PropertyList pl) Return an object implementing the PercentBase interface. |
Property | getSubpropValue(Property p, String subprop) Return a property value for the given component of a compound property. |
boolean | inheritsSpecified() Return a boolean indicating whether this property inherits the "specified" value rather than the "computed" value. |
boolean | isInherited() Default implementation of isInherited. |
Property | make(Property baseProp, String partName, PropertyList propertyList, String value, FObj fo) Return a property value for a compound property. |
Property | make(PropertyList propertyList, String value, FObj fo) Create a Property object from an attribute specification. |
Property | make(PropertyList propertyList) Return a Property object representing the initial value. |
Method Detail |
public Property compute(PropertyList propertyList)
public PercentBase getPercentBase(FObj fo, PropertyList pl)
public Property getSubpropValue(Property p, String subprop)
public boolean inheritsSpecified()
public boolean isInherited()
public Property make(Property baseProp, String partName, PropertyList propertyList, String value, FObj fo)
throws org.apache.fop.apps.FOPException
public Property make(PropertyList propertyList, String value, FObj fo)
throws org.apache.fop.apps.FOPException
public Property make(PropertyList propertyList)
throws org.apache.fop.apps.FOPException
Association Links |
to Class java.lang.String
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |