com.wrq.vhi.script.api
Interface LinearTerminalRegion

All Superinterfaces:
TerminalRegion

public interface LinearTerminalRegion
extends TerminalRegion

Represents a linear terminal region. A linear region is defined by an offset and a length. The offset is measured from the upper left corner of the terminal.


Method Summary
 int getOffset()
          Gets the zero-based offset of the region.
 
Methods inherited from interface com.wrq.vhi.script.api.TerminalRegion
getLength, getTerminalCell, getText
 

Method Detail

getOffset

int getOffset()
Gets the zero-based offset of the region.

Returns:
offset of first character in the region