Uses of Class
org.xhtmlrenderer.css.parser.FSFunction
-
Packages that use FSFunction Package Description org.xhtmlrenderer.context org.xhtmlrenderer.css.extend org.xhtmlrenderer.css.parser org.xhtmlrenderer.css.style.derived org.xhtmlrenderer.layout org.xhtmlrenderer.render -
-
Uses of FSFunction in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type FSFunction Modifier and Type Method Description ContentFunction
ContentFunctionFactory. lookupFunction(LayoutContext c, FSFunction function)
-
Uses of FSFunction in org.xhtmlrenderer.css.extend
Methods in org.xhtmlrenderer.css.extend with parameters of type FSFunction Modifier and Type Method Description java.lang.String
ContentFunction. calculate(LayoutContext c, FSFunction function)
java.lang.String
ContentFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
boolean
ContentFunction. canHandle(LayoutContext c, FSFunction function)
-
Uses of FSFunction in org.xhtmlrenderer.css.parser
Methods in org.xhtmlrenderer.css.parser that return FSFunction Modifier and Type Method Description FSFunction
PropertyValue. getFunction()
Constructors in org.xhtmlrenderer.css.parser with parameters of type FSFunction Constructor Description PropertyValue(FSFunction function)
-
Uses of FSFunction in org.xhtmlrenderer.css.style.derived
Methods in org.xhtmlrenderer.css.style.derived that return FSFunction Modifier and Type Method Description FSFunction
FunctionValue. getFunction()
-
Uses of FSFunction in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FSFunction Modifier and Type Method Description FSFunction
FunctionData. getFunction()
Methods in org.xhtmlrenderer.layout with parameters of type FSFunction Modifier and Type Method Description static boolean
BoxBuilder. isElementFunction(FSFunction function)
void
FunctionData. setFunction(FSFunction function)
Constructors in org.xhtmlrenderer.layout with parameters of type FSFunction Constructor Description FunctionData(ContentFunction contentFunction, FSFunction function)
-
Uses of FSFunction in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return FSFunction Modifier and Type Method Description FSFunction
InlineBox. getFunction()
Methods in org.xhtmlrenderer.render with parameters of type FSFunction Modifier and Type Method Description void
InlineBox. setFunction(FSFunction function)
-