Class DocumentNavigationHandler.PageIndexRelative
- java.lang.Object
-
- org.apache.fop.render.intermediate.extensions.DocumentNavigationHandler.PageIndexRelative
-
- All Implemented Interfaces:
PageIndexContext
- Enclosing class:
- DocumentNavigationHandler
static class DocumentNavigationHandler.PageIndexRelative extends java.lang.Object implements PageIndexContext
-
-
Field Summary
Fields Modifier and Type Field Description private int
pageIndex
-
Constructor Summary
Constructors Constructor Description PageIndexRelative(int pageIndex, int pageIndexRelative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPageIndex()
-
-
-
Method Detail
-
getPageIndex
public int getPageIndex()
- Specified by:
getPageIndex
in interfacePageIndexContext
-
-