Package com.openhtmltopdf.layout
Class BlockBoxing.AbstractRelayoutDataList
- java.lang.Object
-
- com.openhtmltopdf.layout.BlockBoxing.AbstractRelayoutDataList
-
- Direct Known Subclasses:
BlockBoxing.LiteRelayoutDataList
- Enclosing class:
- BlockBoxing
private abstract static class BlockBoxing.AbstractRelayoutDataList extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateAbstractRelayoutDataList()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract voidconfigureRun(int boxIndex, BlockBox previous, BlockBox current)(package private) abstract intgetChildOffset(int boxIndex)(package private) abstract LayoutStategetLayoutState(int boxIndex)(package private) abstract intgetRunStart(int endRunIndex)(package private) abstract booleanisEndsRun(int boxIndex)(package private) abstract voidsetChildOffset(int boxIndex, int childOffset)(package private) abstract voidsetLayoutState(int boxIndex, LayoutState state)
-
-
-
Method Detail
-
getChildOffset
abstract int getChildOffset(int boxIndex)
-
getLayoutState
abstract LayoutState getLayoutState(int boxIndex)
-
setLayoutState
abstract void setLayoutState(int boxIndex, LayoutState state)
-
setChildOffset
abstract void setChildOffset(int boxIndex, int childOffset)
-
getRunStart
abstract int getRunStart(int endRunIndex)
-
isEndsRun
abstract boolean isEndsRun(int boxIndex)
-
-