| |
|
| java.lang.Object org.beryl.gui.swing.ConsoleAttribute
ConsoleAttribute | public class ConsoleAttribute (Code) | | This class encapsulates painting attributes such as
background color, foreground color and font style
|
ConsoleAttribute | public ConsoleAttribute()(Code) | | Create a new attribute
|
getBackgroundColor | public Color getBackgroundColor()(Code) | | |
getForegroundColor | public Color getForegroundColor()(Code) | | |
isBold | public boolean isBold()(Code) | | |
setBackgroundColor | public void setBackgroundColor(Color color)(Code) | | |
setBold | public void setBold(boolean b)(Code) | | |
setForegroundColor | public void setForegroundColor(Color color)(Code) | | |
|
|
|