| Home >> All >> jcurses >> [ system Javadoc ] |
jcurses.system: Javadoc index of package jcurses.system.
Package Samples:
jcurses.system
Classes:
CharColor: Instances of this class are used by painting to set color attributes of painted chars. Both black-white mode and color mode attributes can ( and must be) be declared. For the color mode, colors of the background an the foreground can be declared, for the background mode can be declared, whether painted chars are output normal, reverse or in string font (bold). possible values for colors: BLACK BLUE CYAN GREEN NAGENTA RED YELLOW WHITE possible values for black-white mode attributes (these attributes are also available for some color displays): BOLD NORMAL REVERSE
Toolkit: This class is the 'work factory' of the jcurses library. It contains methods for primitive input and output operations and is only interface to platform dependend libraries. An developer must not usually call methods of this class, these are used implementing widgets and in jcurses core.
InputChar: The instances of this class represent characters or key codes, that are input by an user. An instance of the class contains einther a ascii character or one of in the class declared constants for function keys and control keys.
LinePart
| Home | Contact Us | Privacy Policy | Terms of Service |