| java.lang.Object ti.swing.console.InverseAttribute
InverseAttribute | public class InverseAttribute implements Attribute(Code) | | An attribute to flip the bg and fg color.
author: Rob Clark version: 0.0 |
Method Summary | |
public Region | getRegion(int offset, int length) Get a region to apply this region. |
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 |
|
|