|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.expr.PropertyInfo
public class PropertyInfo
This class holds context information needed during property expression evaluation. It holds the Maker object for the property, the PropertyList being built, and the FObj parent of the FObj for which the property is being set.
Constructor Summary | |
---|---|
PropertyInfo(PropertyMaker maker,
PropertyList plist)
Constructor |
Method Summary | |
---|---|
Length |
currentFontSize()
|
FObj |
getFO()
accessor for FObj |
PercentBase |
getPercentBase()
Return the PercentBase object used to calculate the absolute value from a percent specification. |
PropertyList |
getPropertyList()
accessor for PropertyList |
PropertyMaker |
getPropertyMaker()
accessor for PropertyMaker |
protected FOUserAgent |
getUserAgent()
Convenience shortcut to get a reference to the FOUserAgent |
void |
popFunction()
pop a function off of the function stack |
void |
pushFunction(Function func)
push a function onto the function stack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyInfo(PropertyMaker maker, PropertyList plist)
maker
- Property.Maker objectplist
- PropertyList objectMethod Detail |
---|
public PercentBase getPercentBase() throws PropertyException
PropertyException
public Length currentFontSize() throws PropertyException
PropertyException
public FObj getFO()
public PropertyList getPropertyList()
public PropertyMaker getPropertyMaker()
public void pushFunction(Function func)
func
- function to push onto stackpublic void popFunction()
protected FOUserAgent getUserAgent()
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |