Uses of Enum Class
com.amalgamasimulation.desktop.html.FontPosture
Packages that use FontPosture
-
Uses of FontPosture in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return FontPostureModifier and TypeMethodDescriptionstatic FontPostureReturns the enum constant of this class with the specified name.static FontPosture[]FontPosture.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 FontPostureModifier and TypeMethodDescriptionHTMLTag.fontStyle(FontPosture posture) Sets the font style of this HTML tag using the specified FontPosture. -
Uses of FontPosture in com.amalgamasimulation.desktop.html.page
Methods in com.amalgamasimulation.desktop.html.page with parameters of type FontPostureModifier and TypeMethodDescriptionHTMLPage.defaultFontStyle(FontPosture posture) Sets the default font style for the page using the specified FontPosture.