Class LayoutContext

java.lang.Object
com.openhtmltopdf.layout.LayoutContext
All Implemented Interfaces:
CssContext

public class LayoutContext
extends Object
implements CssContext
This class tracks state which changes over the course of a layout run. Generally speaking, if possible, state information should be stored in the box tree and not here. It also provides pass-though calls to many methods in SharedContext.