Uses of Enum Class
org.bardframework.time.format.TextStyle
Packages that use TextStyle
-
Uses of TextStyle in org.bardframework.time.format
Methods in org.bardframework.time.format that return TextStyleModifier and TypeMethodDescriptionTextStyle.asNormal()Returns the normal style with the same size.TextStyle.asStandalone()Returns the stand-alone style with the same size.static TextStyleReturns the enum constant of this class with the specified name.static TextStyle[]TextStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bardframework.time.format with parameters of type TextStyleModifier and TypeMethodDescriptionDateTimeFormatterBuilderJalali.appendChronologyText(TextStyle textStyle) Appends the chronology name to the formatter.DateTimeFormatterBuilderJalali.appendLocalizedOffset(TextStyle style) Appends the localized zone offset, such as 'GMT+01:00', to the formatter.DateTimeFormatterBuilderJalali.appendText(TemporalField field, TextStyle textStyle) Appends the text of a date-time field to the formatter.DateTimeFormatterBuilderJalali.appendZoneText(TextStyle textStyle) Appends the time-zone name, such as 'British Summer Time', to the formatter.DateTimeFormatterBuilderJalali.appendZoneText(TextStyle textStyle, Set<ZoneId> preferredZones) Appends the time-zone name, such as 'British Summer Time', to the formatter.