Uses of Class
com.amalgamasimulation.desktop.html.text.HTMLHeader
Packages that use HTMLHeader
-
Uses of HTMLHeader in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return HTMLHeaderModifier and TypeMethodDescriptionstatic HTMLHeaderCreates an HTML header with the specified text and level. -
Uses of HTMLHeader in com.amalgamasimulation.desktop.html.text
Methods in com.amalgamasimulation.desktop.html.text that return HTMLHeaderModifier and TypeMethodDescriptionHTMLHeader.font(org.eclipse.swt.graphics.Font font) Sets the font of the header.Sets the font color of the header.HTMLHeader.lineHeight(double lineHeight) Sets the line height of the header as a multiple of the font size.HTMLHeader.marginInPx(javafx.geometry.Side side, int margin) Sets the margin of the header for the specified side in pixels.HTMLHeader.maxWidthInPx(int maxWidth) Sets the maximum width of the header in pixels.HTMLHeader.paddingInPx(javafx.geometry.Side side, int margin) Sets the padding of the header for the specified side in pixels.HTMLHeader.relativeHeight(double height) Sets the relative height of the header as a percentage.HTMLHeader.relativeWidth(double width) Sets the relative width of the header as a percentage.HTMLHeader.textAlignment(javafx.scene.text.TextAlignment textAlignment) Sets the text alignment of the header.