Uses of Class
com.openhtmltopdf.layout.LayoutState
-
Packages that use LayoutState Package Description com.openhtmltopdf.layout -
-
Uses of LayoutState in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as LayoutState Modifier and Type Field Description private LayoutStateLayoutContext. _savedLayoutState(package private) LayoutState[]BlockBoxing.LiteRelayoutDataList. layoutStatesMethods in com.openhtmltopdf.layout that return LayoutState Modifier and Type Method Description LayoutStateLayoutContext. captureLayoutState()LayoutStateLayoutContext. copyStateForRelayout()(package private) abstract LayoutStateBlockBoxing.AbstractRelayoutDataList. getLayoutState(int boxIndex)(package private) LayoutStateBlockBoxing.LiteRelayoutDataList. getLayoutState(int boxIndex)Methods in com.openhtmltopdf.layout with parameters of type LayoutState Modifier and Type Method Description private static voidBlockBoxing. layoutBlockChild(LayoutContext c, BlockBox parent, BlockBox child, boolean needPageClear, int childOffset, int trimmedPageCount, LayoutState layoutState)voidLayoutContext. restoreLayoutState(LayoutState layoutState)voidLayoutContext. restoreStateForRelayout(LayoutState layoutState)(package private) abstract voidBlockBoxing.AbstractRelayoutDataList. setLayoutState(int boxIndex, LayoutState state)(package private) voidBlockBoxing.LiteRelayoutDataList. setLayoutState(int boxIndex, LayoutState state)
-