Uses of Interface
org.xhtmlrenderer.css.extend.ContentFunction
-
Packages that use ContentFunction Package Description org.xhtmlrenderer.context org.xhtmlrenderer.layout org.xhtmlrenderer.render -
-
Uses of ContentFunction in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return ContentFunction Modifier and Type Method Description ContentFunctionContentFunctionFactory. lookupFunction(LayoutContext c, FSFunction function)Methods in org.xhtmlrenderer.context with parameters of type ContentFunction Modifier and Type Method Description voidContentFunctionFactory. registerFunction(ContentFunction function) -
Uses of ContentFunction in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return ContentFunction Modifier and Type Method Description ContentFunctionFunctionData. getContentFunction()Methods in org.xhtmlrenderer.layout with parameters of type ContentFunction Modifier and Type Method Description voidFunctionData. setContentFunction(ContentFunction contentFunction)Constructors in org.xhtmlrenderer.layout with parameters of type ContentFunction Constructor Description FunctionData(ContentFunction contentFunction, FSFunction function) -
Uses of ContentFunction in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return ContentFunction Modifier and Type Method Description ContentFunctionInlineBox. getContentFunction()Methods in org.xhtmlrenderer.render with parameters of type ContentFunction Modifier and Type Method Description voidInlineBox. setContentFunction(ContentFunction contentFunction)
-