public class PropertyInfo
extends java.lang.Object
Constructor | Description |
---|---|
PropertyInfo(PropertyMaker maker,
PropertyList plist) |
Constructor
|
Modifier and Type | Method | 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 1999-2016 The Apache Software Foundation. All Rights Reserved.