Class RBlockViewport

java.lang.Object
org.loboevolution.html.renderer.RRectangle
org.loboevolution.html.renderer.RBlockViewport
All Implemented Interfaces:
BoundableRenderable, RCollection, Renderable

public class RBlockViewport extends RRectangle
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.