- serialVersionUID:
- 5972869629177225150L
-
Serialized Fields
-
colorMode
boolean colorMode
-
currentColor
Color currentColor
The current color we are using when we are scanning. This is an instance
variable because the
append
method needs a variable
to store where it is at while scanning the string. This can be a background
color or a foreground color, as determined by
ColoredTextPane.isBackground
.
-
isBackground
boolean isBackground
Whether the current color is a background color. This is an instance
variable because the
append
method needs a variable
to store whether the current color is a background color while scanning
the string.
-
remaining
String remaining
-
typed
StringBuffer typed