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 ContentFunctionContentFunctionFactory. 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 StringContentFunction. calculate(LayoutContext c, FSFunction function)StringContentFunction. calculate(RenderingContext c, FSFunction function, InlineText text)booleanContentFunction. 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 FSFunctionPropertyValue. 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 FSFunctionFunctionValue. getFunction() -
Uses of FSFunction in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FSFunction Modifier and Type Method Description FSFunctionFunctionData. getFunction()Methods in org.xhtmlrenderer.layout with parameters of type FSFunction Modifier and Type Method Description static booleanBoxBuilder. isElementFunction(FSFunction function)voidFunctionData. 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 FSFunctionInlineBox. getFunction()Methods in org.xhtmlrenderer.render with parameters of type FSFunction Modifier and Type Method Description voidInlineBox. setFunction(FSFunction function)
-