Uses of Class
com.amalgamasimulation.desktop.html.page.HTMLPage
Packages that use HTMLPage
Package
Description
-
Uses of HTMLPage in com.amalgamasimulation.desktop.connectivity
Methods in com.amalgamasimulation.desktop.connectivity that return HTMLPage -
Uses of HTMLPage in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return HTMLPageModifier and TypeMethodDescriptionstatic HTMLPageHTML.page()Creates a new HTML page.static HTMLPageHTML.tooltipPage()Creates a new HTML page for tooltips. -
Uses of HTMLPage in com.amalgamasimulation.desktop.html.page
Methods in com.amalgamasimulation.desktop.html.page that return HTMLPageModifier and TypeMethodDescriptionHTMLPage.append(HTMLConvertable... children) Appends one or more HTML elements to the page body.HTMLPage.append(List<? extends HTMLConvertable> children) HTMLPage.backgroundColor(Color color) Sets the background color using AWT Color converted to RGBA format.HTMLPage.defaultFont(FontDescriptor fontDescriptor) Sets the default font for the page.HTMLPage.defaultFontColor(Color color) Sets the default font color for the page using the specified AWT color.HTMLPage.defaultFontFamily(String fontFamily) Sets the default font family for the page.HTMLPage.defaultFontSizeInPx(int size) Sets the default font size for the page in pixels.HTMLPage.defaultFontStyle(FontPosture posture) Sets the default font style for the page using the specified FontPosture.HTMLPage.defaultFontWeight(String weight) Sets the default font weight for the page.HTMLPage.maxHeightInPx(int maxHeightPx) Sets the maximum height of page in pixels.HTMLPage.maxWidthInPx(int maxWidth) Sets the maximum width of the page in pixels.HTMLPage.offMargin()Removes margins from the document by setting the margin style to zero.HTMLPage.paddingInPx(Side side, int margin) Sets the padding of the page for the specified side in pixels. -
Uses of HTMLPage in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui with parameters of type HTMLPageModifier and TypeMethodDescriptionvoidBrowser.setContent(HTMLPage page) Sets the HTML content of the browser using the specified HTMLPage.