Package com.github.westsi.browser
Class Layout
java.lang.Object
com.github.westsi.browser.layout.Layout
Lays out a web page for a 
BrowserTab.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidlayout(HTMLElement root) Lays out tokens on page, with handling for someHTMLTags andHTMLText.voidvoidupdateResize(Integer width, Integer height)  
- 
Constructor Details
- 
Layout
 
 - 
 - 
Method Details
- 
getDisplayList
 - 
updateResize
 - 
resetVariables
public void resetVariables() - 
layout
Lays out tokens on page, with handling for someHTMLTags andHTMLText.- Parameters:
 root- The root of theHTMLElementtree that needs to be laid out.
 
 -