Uses of Class
com.openhtmltopdf.layout.LayoutState
Packages that use LayoutState
-
Uses of LayoutState in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as LayoutStateModifier and TypeFieldDescriptionprivate LayoutStateLayoutContext._savedLayoutState(package private) final LayoutState[]BlockBoxing.LiteRelayoutDataList.layoutStatesMethods in com.openhtmltopdf.layout that return LayoutStateModifier and TypeMethodDescriptionLayoutContext.captureLayoutState()LayoutContext.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 LayoutStateModifier and TypeMethodDescriptionprivate 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)