Flying Saucer Project Release ${app.version}

Uses of Interface
org.xhtmlrenderer.css.extend.ContentFunction

Packages that use ContentFunction
org.xhtmlrenderer.context   
org.xhtmlrenderer.layout   
org.xhtmlrenderer.render   
 

Uses of ContentFunction in org.xhtmlrenderer.context
 

Methods in org.xhtmlrenderer.context that return ContentFunction
 ContentFunction ContentFunctionFactory.lookupFunction(LayoutContext c, FSFunction function)
           
 

Methods in org.xhtmlrenderer.context with parameters of type ContentFunction
 void ContentFunctionFactory.registerFunction(ContentFunction function)
           
 

Uses of ContentFunction in org.xhtmlrenderer.layout
 

Methods in org.xhtmlrenderer.layout that return ContentFunction
 ContentFunction FunctionData.getContentFunction()
           
 

Methods in org.xhtmlrenderer.layout with parameters of type ContentFunction
 void FunctionData.setContentFunction(ContentFunction contentFunction)
           
 

Constructors in org.xhtmlrenderer.layout with parameters of type ContentFunction
FunctionData(ContentFunction contentFunction, FSFunction function)
           
 

Uses of ContentFunction in org.xhtmlrenderer.render
 

Methods in org.xhtmlrenderer.render that return ContentFunction
 ContentFunction InlineBox.getContentFunction()
           
 

Methods in org.xhtmlrenderer.render with parameters of type ContentFunction
 void InlineBox.setContentFunction(ContentFunction contentFunction)
           
 


Flying Saucer Project Release ${app.version}

Flying Saucer Project Home