java.lang.Object
com.tlcsdm.core.javafx.richtext.hyperlink.TextStyle
Holds information about the style of a text fragment.
- 作者:
- unknowIfGuestInDream
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static TextStylebackgroundColor(javafx.scene.paint.Color color) static TextStylebold(boolean bold) (专用程序包) static StringcssColor(javafx.scene.paint.Color color) booleanstatic TextStylefontFamily(String family) static TextStylefontSize(int fontSize) inthashCode()static TextStyleitalic(boolean italic) static TextStylestrikethrough(boolean strikethrough) static TextStyletextColor(javafx.scene.paint.Color color) toCss()toString()static TextStyleunderline(boolean underline) updateBackgroundColor(javafx.scene.paint.Color backgroundColor) updateBold(boolean bold) updateFontFamily(String fontFamily) updateFontSize(int fontSize) updateItalic(boolean italic) updateStrikethrough(boolean strikethrough) updateTextColor(javafx.scene.paint.Color textColor) updateUnderline(boolean underline) updateWith(TextStyle mixin)
-
字段详细资料
-
EMPTY
-
CODEC
-
bold
-
italic
-
underline
-
strikethrough
-
fontSize
-
fontFamily
-
textColor
-
backgroundColor
-
-
构造器详细资料
-
TextStyle
public TextStyle() -
TextStyle
-
-
方法详细资料
-
bold
-
italic
-
underline
-
strikethrough
-
fontSize
-
fontFamily
-
textColor
-
backgroundColor
-
cssColor
-
hashCode
public int hashCode() -
equals
-
toString
-
toCss
-
updateWith
-
updateBold
-
updateItalic
-
updateUnderline
-
updateStrikethrough
-
updateFontSize
-
updateFontFamily
-
updateTextColor
-
updateBackgroundColor
-