| java.lang.Object ti.swing.console.FgColorAttribute
FgColorAttribute | public class FgColorAttribute implements Attribute(Code) | | An attribute to modify the foreground (ie text) color.
author: Rob Clark version: 0.0 |
Method Summary | |
public Region | getRegion(int offset, int length) Get a region to apply this region. |
FgColorAttribute | public FgColorAttribute(Color color)(Code) | | Class Constructor.
Parameters: color - the color |
getRegion | public Region getRegion(int offset, int length)(Code) | | Get a region to apply this region.
Parameters: offset - the offset to beginning of region Parameters: length - the length of the region a region |
|
|