Package org.xhtmlrenderer.layout
@NullMarked
package org.xhtmlrenderer.layout
-
ClassDescriptionUtility class for laying block content.This class represents a block formatting context as defined in the CSS spec.This class is responsible for creating the box tree from the DOM.A class to collect boxes which intersect a given clip region.A class that contains a single border side of a collapsed cell.A bean containing the result of laying out a floated block.A class that manages all floated boxes in a given block formatting context.A bean which contains all the information necessary to invoke a
ContentFunction
.This class is responsible for flowing inline content into lines.A bean which tracks various characteristics of an inline box.An interface which indicates that a box is able to paint itself in an inline context.All positioned content as well as content with an overflow value other than visible creates a layer.This class tracks state which changes over the course of a layout run.A bean which captures all state necessary to lay out an arbitrary box.Contains utility methods to layout floated and absolute content.A bean which serves as a way for the layout code to pass information to the line breaking code and for the line breaking code to pass instructions back to the layout code.A bean which every box uses to provide its aggregate bounds (which may be larger than the bounds of the box itself when there is overhanging content) and its outer margin corner (which is used to calculate the size of the canvas).The portion of aBlockFormattingContext
which is saved with a box which defines a BFC.The SharedContext is that which is kept between successive layout and render runs.All objects appearing the layout tree must implement this interface.A managed list ofCalculatedStyle
objects.This class performs the real work of vertically positioning inline boxes within a line (i.e.