ti.swing.console
Interface Attribute
- All Known Implementing Classes:
- BgColorAttribute, FgColorAttribute, InverseAttribute
- public interface Attribute
An attribute is a factory for regions that apply the particular attribute.
- Version:
- 0.0
- Author:
- Rob Clark
Method Summary |
Region |
getRegion(int offset,
int length)
Get a region to apply this region. |
getRegion
public Region getRegion(int offset,
int length)
- Get a region to apply this region.
- Parameters:
offset
- the offset to beginning of regionlength
- the length of the region
- Returns:
- a region