Class ContentFunctionFactory.PagesCounterFunction
java.lang.Object
org.xhtmlrenderer.context.ContentFunctionFactory.PageNumberFunction
org.xhtmlrenderer.context.ContentFunctionFactory.PagesCounterFunction
- All Implemented Interfaces:
ContentFunction
- Enclosing class:
ContentFunctionFactory
private static class ContentFunctionFactory.PagesCounterFunction
extends ContentFunctionFactory.PageNumberFunction
implements ContentFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculate(RenderingContext c, FSFunction function, InlineText text) booleancanHandle(LayoutContext c, FSFunction function) Methods inherited from class ContentFunctionFactory.PageNumberFunction
calculate, getLayoutReplacementText, getListStyleType, isCounter, isStaticMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentFunction
calculate, getLayoutReplacementText, isStatic
-
Constructor Details
-
PagesCounterFunction
private PagesCounterFunction()
-
-
Method Details
-
calculate
- Specified by:
calculatein interfaceContentFunction
-
canHandle
- Specified by:
canHandlein interfaceContentFunction
-