public class SyntaxStyle
extends Object
Constructor and Description |
---|
SyntaxStyle(Color color,
boolean bold)
Creates a new SyntaxStyle.
|
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Returns the color specified in this style.
|
boolean |
isBold()
Returns true if boldface is enabled for this style.
|
String |
toString()
Returns a string representation of this object.
|