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 ContentFunction
ContentFunctionFactory. lookupFunction(LayoutContext c, FSFunction function)
Methods in org.xhtmlrenderer.context with parameters of type ContentFunction Modifier and Type Method Description void
ContentFunctionFactory. registerFunction(ContentFunction function)
-
Uses of ContentFunction in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return ContentFunction Modifier and Type Method Description ContentFunction
FunctionData. getContentFunction()
Methods in org.xhtmlrenderer.layout with parameters of type ContentFunction Modifier and Type Method Description void
FunctionData. 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 ContentFunction
InlineBox. getContentFunction()
Methods in org.xhtmlrenderer.render with parameters of type ContentFunction Modifier and Type Method Description void
InlineBox. setContentFunction(ContentFunction contentFunction)
-