Uses of Enum Class
com.amalgamasimulation.desktop.html.TextAlignment
Packages that use TextAlignment
Package
Description
-
Uses of TextAlignment in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return TextAlignmentModifier and TypeMethodDescriptionstatic TextAlignmentReturns the enum constant of this class with the specified name.static TextAlignment[]TextAlignment.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 TextAlignmentModifier and TypeMethodDescriptionHTMLTag.textAlignment(TextAlignment textAlignment) Sets the text alignment of this HTML tag. -
Uses of TextAlignment in com.amalgamasimulation.desktop.html.text
Methods in com.amalgamasimulation.desktop.html.text with parameters of type TextAlignmentModifier and TypeMethodDescriptionHTMLHeader.textAlignment(TextAlignment textAlignment) Sets the text alignment of the header.HTMLTextBlock.textAlignment(TextAlignment textAlignment) Sets the text alignment of the text block. -
Uses of TextAlignment in com.amalgamasimulation.desktop.html.ui
Methods in com.amalgamasimulation.desktop.html.ui with parameters of type TextAlignmentModifier and TypeMethodDescriptionHTMLImage.titleAlignment(TextAlignment alignment) Sets the alignment of the image title.