java.lang.Object
com.iamsoft.util.ui.javafx.codearea.TextStyle<R>
- Type Parameters:
R- RGB type
- Direct Known Subclasses:
TextStyleAttributes
encapsulates different attributes of the text in the code area.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisBold()booleanbooleanisItalic()booleanbooleanbooleanvoidsetBold(boolean pBold) voidsetFillRGB(R pFillRGB) voidsetItalic(boolean pItalic) voidsetUnderlined(boolean pUnderlined)
-
Constructor Details
-
TextStyle
public TextStyle()
-
-
Method Details
-
isBoldSet
public boolean isBoldSet() -
isItalicSet
public boolean isItalicSet() -
isUnderlinedSet
public boolean isUnderlinedSet() -
isBold
public boolean isBold() -
setBold
public void setBold(boolean pBold) -
isItalic
public boolean isItalic() -
setItalic
public void setItalic(boolean pItalic) -
isUnderlined
public boolean isUnderlined() -
setUnderlined
public void setUnderlined(boolean pUnderlined) -
getFillRGB
-
setFillRGB
-