Uses of Class
org.xhtmlrenderer.layout.LayoutState
Packages that use LayoutState
-
Uses of LayoutState in org.xhtmlrenderer.layout
Fields in org.xhtmlrenderer.layout declared as LayoutStateMethods in org.xhtmlrenderer.layout that return LayoutStateModifier and TypeMethodDescriptionLayoutContext.captureLayoutState()
LayoutContext.copyStateForRelayout()
(package private) LayoutState
BlockBoxing.RelayoutData.getLayoutState()
Methods in org.xhtmlrenderer.layout with parameters of type LayoutStateModifier and TypeMethodDescriptionprivate static void
BlockBoxing.layoutBlockChild
(LayoutContext c, BlockBox parent, BlockBox child, boolean needPageClear, int childOffset, int trimmedPageCount, LayoutState layoutState) void
LayoutContext.restoreLayoutState
(LayoutState layoutState) void
LayoutContext.restoreStateForRelayout
(LayoutState layoutState) private void
BlockBoxing.RelayoutData.setLayoutState
(LayoutState layoutState)