Class RBlockViewport

All Implemented Interfaces:
BoundableRenderable, RCollection, Renderable

public class RBlockViewport extends BaseRCollection
A substantial portion of the HTML rendering logic of the package can be found in this class. This class is in charge of laying out the DOM subtree of a node, usually on behalf of an RBlock. It creates a renderer subtree consisting of RLine's or RBlock's. RLine's in turn contain RWord's and so on. This class also happens to be used as an RBlock scrollable viewport.