Class TextStyle
java.lang.Object
net.thevpc.nuts.nswing.TextStyle
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()booleanisBold()booleanisItalic()booleanbooleansetBackColor(Color backColor) setBold(boolean bold) setForeColor(Color foreColor) setItalic(boolean italic) setStrikeThrough(boolean strikeThrough) setUnderline(boolean underline)
-
Constructor Details
-
TextStyle
public TextStyle()
-
-
Method Details
-
getForeColor
-
setForeColor
-
getBackColor
-
setBackColor
-
isUnderline
public boolean isUnderline() -
setUnderline
-
isBold
public boolean isBold() -
setBold
-
isStrikeThrough
public boolean isStrikeThrough() -
setStrikeThrough
-
isItalic
public boolean isItalic() -
setItalic
-
copy
-