类的使用
com.tlcsdm.core.javafx.richtext.hyperlink.TextStyle
使用TextStyle的程序包
-
com.tlcsdm.core.javafx.richtext.hyperlink中TextStyle的使用
修饰符和类型字段说明static final org.fxmisc.richtext.model.Codec<TextStyle> TextStyle.CODECprivate static final org.fxmisc.richtext.model.TextOps<org.reactfx.util.Either<String, Hyperlink>, TextStyle> TextHyperlinkArea.EITHER_OPSprivate static final HyperlinkOps<TextStyle> TextHyperlinkArea.HYPERLINK_OPSTextHyperlinkArea.STYLED_TEXT_OPS修饰符和类型方法说明static TextStyleTextStyle.backgroundColor(javafx.scene.paint.Color color) static TextStyleTextStyle.bold(boolean bold) static TextStyleTextStyle.fontFamily(String family) static TextStyleTextStyle.fontSize(int fontSize) static TextStyleTextStyle.italic(boolean italic) static TextStyleTextStyle.strikethrough(boolean strikethrough) static TextStyleTextStyle.textColor(javafx.scene.paint.Color color) static TextStyleTextStyle.underline(boolean underline) TextStyle.updateBackgroundColor(javafx.scene.paint.Color backgroundColor) TextStyle.updateBold(boolean bold) TextStyle.updateFontFamily(String fontFamily) TextStyle.updateFontSize(int fontSize) TextStyle.updateItalic(boolean italic) TextStyle.updateStrikethrough(boolean strikethrough) TextStyle.updateTextColor(javafx.scene.paint.Color textColor) TextStyle.updateUnderline(boolean underline) TextStyle.updateWith(TextStyle mixin)