|
||||||||||
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(Property.Maker maker,
PropertyList plist,
FObj fo)
|
Method Summary | |
---|---|
int |
currentFontSize()
Return the current font-size value as base units (milli-points). |
FObj |
getFO()
|
PercentBase |
getPercentBase()
Return the PercentBase object used to calculate the absolute value from a percent specification. |
PropertyList |
getPropertyList()
|
boolean |
inheritsSpecified()
Return whether this property inherits specified values. |
void |
popFunction()
|
void |
pushFunction(Function func)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyInfo(Property.Maker maker, PropertyList plist, FObj fo)
Method Detail |
---|
public boolean inheritsSpecified()
public PercentBase getPercentBase()
public int currentFontSize()
public FObj getFO()
public PropertyList getPropertyList()
public void pushFunction(Function func)
public void popFunction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |