public class PropertyInfo extends Object
Constructor and Description |
---|
PropertyInfo(PropertyMaker maker,
PropertyList plist)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
public PropertyInfo(PropertyMaker maker, PropertyList plist)
maker
- Property.Maker objectplist
- PropertyList objectpublic PercentBase getPercentBase() throws PropertyException
PropertyException
- if a property exception occurspublic Length currentFontSize() throws PropertyException
PropertyException
- if a property exception occurspublic FObj getFO()
public PropertyList getPropertyList()
public PropertyMaker getPropertyMaker()
public void pushFunction(Function func)
func
- function to push onto stackpublic void popFunction()
protected FOUserAgent getUserAgent()
Copyright © 2025 Apache Software Foundation. All rights reserved.