Uses of Enum Class
com.amalgamasimulation.desktop.html.Side
Packages that use Side
Package
Description
-
Uses of Side in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return SideModifier and TypeMethodDescriptionstatic SideReturns the enum constant of this class with the specified name.static Side[]Side.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.desktop.html with parameters of type SideModifier and TypeMethodDescriptionHTMLTag.marginInPx(Side side, int marginPx) Sets the margin of this HTML tag for the specified side in pixels.HTMLTag.paddingInPx(Side side, int paddingPx) Sets the padding of this HTML tag for the specified side in pixels. -
Uses of Side in com.amalgamasimulation.desktop.html.page
Methods in com.amalgamasimulation.desktop.html.page with parameters of type SideModifier and TypeMethodDescriptionHTMLPage.paddingInPx(Side side, int margin) Sets the padding of the page for the specified side in pixels. -
Uses of Side in com.amalgamasimulation.desktop.html.text
Methods in com.amalgamasimulation.desktop.html.text with parameters of type SideModifier and TypeMethodDescriptionHTMLHeader.marginInPx(Side side, int margin) Sets the margin of the header for the specified side in pixels.HTMLTextBlock.marginInPx(Side side, int margin) Sets the margin of the text block for the specified side in pixels.HTMLHeader.paddingInPx(Side side, int margin) Sets the padding of the header for the specified side in pixels.HTMLTextBlock.paddingInPx(Side side, int margin) Sets the padding of the text block for the specified side in pixels.