IBM Books

Open Host Interface Objects for Java


Text Plane

The text plane represents the visible characters of the virtual screen. Non-display fields are shown in the text plane. The value of each element of the text plane corresponds to the Unicode value of the displayed character. The text plane does not contain binary zero (null) character values. Any null characters in the virtual screen (such as null-padded input fields) are represented as Unicode blank (0x0020) characters.


[ Top of Page | Previous Page | Next Page | Table of Contents ]