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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
layout
(HTMLElement root) Lays out tokens on page, with handling for someHTMLTag
s andHTMLText
.void
void
updateResize
(Integer width, Integer height)
-
Constructor Details
-
Layout
-
-
Method Details
-
getDisplayList
-
updateResize
-
resetVariables
public void resetVariables() -
layout
Lays out tokens on page, with handling for someHTMLTag
s andHTMLText
.- Parameters:
root
- The root of theHTMLElement
tree that needs to be laid out.
-