Package ghidra.app.util
Class ColorAndStyle
java.lang.Object
ghidra.app.util.ColorAndStyle
A container class to hold a color and a style value.
-
Method Summary
-
Method Details
-
getColor
-
getStyle
public int getStyle() -
isBold
public boolean isBold() -
isItalic
public boolean isItalic() -
toHtml
Wraps the given text with HTML markup for each attribute and color defined by this class. The returned result will not be prepended with<HTML>
.- Parameters:
text
- the text to wrap- Returns:
- the wrapped text
-