Uses of Class
org.apache.pivot.wtk.TextDecoration
-
Packages that use TextDecoration Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of TextDecoration in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TextDecoration Modifier and Type Method Description static TextDecoration
TextDecoration. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextDecoration[]
TextDecoration. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TextDecoration in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin that return TextDecoration Modifier and Type Method Description TextDecoration
LabelSkin. getTextDecoration()
Methods in org.apache.pivot.wtk.skin with parameters of type TextDecoration Modifier and Type Method Description void
LabelSkin. setTextDecoration(TextDecoration textDecorationValue)
Sets the text decoration (eg, strikethrough, underline, etc) for this label. -
Uses of TextDecoration in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra that return TextDecoration Modifier and Type Method Description TextDecoration
TerraPromptSkin. getMessageTextDecoration()
Methods in org.apache.pivot.wtk.skin.terra with parameters of type TextDecoration Modifier and Type Method Description void
TerraPromptSkin. setMessageTextDecoration(TextDecoration textDecoration)
Set the text decoration for the message label.
-