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 TypeMethodDescriptionboolean
isBold()
boolean
boolean
isItalic()
boolean
boolean
boolean
void
setBold
(boolean pBold) void
setFillRGB
(R pFillRGB) void
setItalic
(boolean pItalic) void
setUnderlined
(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
-