|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
---|---|
org.foray.fotree.parse | Classes related to the parsing of XSL-FO content, especially property values. |
org.foray.fotree.value | Classes representing the various ways that property values can be specified in XSL-FO, including Datatypes, Functions, and Expressions (See Section 5.11 of the XSL 1.0 Standard). |
Uses of Function in org.foray.fotree.parse |
---|
Methods in org.foray.fotree.parse with parameters of type Function | |
---|---|
void |
PropertyParser.pushFunction(Function func)
Pushes a function onto the stack of functions being evaluated. |
Uses of Function in org.foray.fotree.value |
---|
Subclasses of Function in org.foray.fotree.value | |
---|---|
class |
FnAbs
The "abs" function in XSL-FO. |
class |
FnAbstractNamedProperty
Abstract superclass for the "inherited-property-value", "from-parent", "from-nearest-specified-value", "from-page-master-region", and "merge-property-values" functions. |
class |
FnBodyStart
The "body-start" function in XSL-FO. |
class |
FnCeiling
The "ceiling" function in XSL-FO. |
class |
FnFloor
The "floor" function in XSL-FO. |
class |
FnFromPageMasterRegion
The "from-page-master-region" function in XSL-FO. |
class |
FnFromParent
The "from-parent" function in XSL-FO. |
class |
FnFromTableColumn
The "from-table-column" function in XSL-FO. |
class |
FnInheritedProp
The "inherited-property-value" function in XSL-FO. |
class |
FnLabelEnd
The "label-end" function in XSL-FO. |
class |
FnMax
The "max" function in XSL-FO. |
class |
FnMergePropertyValues
The "merge-property-values" function in XSL-FO. |
class |
FnMin
The "min" function in XSL-FO. |
class |
FnNearestSpecProp
The "nearest-specified-value" function in XSL-FO. |
class |
FnProportionalColWidth
The "proportional-column-width" function in XSL-FO. |
class |
FnRgb
The "rgb" function in XSL-FO. |
class |
FnRgbIcc
The "rgb-icc" function in XSL-FO. |
class |
FnRound
The "round" function in XSL-FO. |
class |
FnSystemColor
The "system-color" function in XSL-FO. |
class |
FnSystemFont
The "system-font" function in XSL-FO. |
Methods in org.foray.fotree.value that return Function | |
---|---|
static Function |
Function.makeFunction(int functionType,
Expr[] arguments,
PropertyType propertyType)
Factory method for the various function types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |