Class Attributes

    • Field Detail

      • FOREGROUND_COLOR

        public static final String FOREGROUND_COLOR
        The attribute for the foreground color. The foreground color is described as an integer. The values, per emulator type, are listed in Colors
        See Also:
        Constant Field Values
      • BACKGROUND_COLOR

        public static final String BACKGROUND_COLOR
        The attribute for the background color. The background color is described as an integer. The values, per emulator type, are listed in Colors
        See Also:
        Constant Field Values
      • BLINK

        public static final String BLINK
        The attribute for blinking. Blinking is described as a boolean.
        See Also:
        Constant Field Values
      • BRIGHT

        public static final String BRIGHT
        The attribute for bright. Bright is described as a boolean.
        See Also:
        Constant Field Values
      • COLUMN_SEPARATOR

        public static final String COLUMN_SEPARATOR
        The attribute for column separator. Column separator is described as a boolean.
        See Also:
        Constant Field Values
      • UNDERLINE

        public static final String UNDERLINE
        The attribute for underline. Underline is described as a boolean.
        See Also:
        Constant Field Values
      • WRITE_PROTECT

        public static final String WRITE_PROTECT
        The attribute for write protect. Write protect is described as a boolean.
        See Also:
        Constant Field Values
      • REVERSE

        public static final String REVERSE
        The attribute for reverse. Reverse is described as a boolean.
        See Also:
        Constant Field Values
      • INVISIBLE

        public static final String INVISIBLE
        The attribute for invisible. Invisible is described as a boolean.
        See Also:
        Constant Field Values
      • HORIZONTAL_SCALE

        public static final String HORIZONTAL_SCALE
        The attribute for horizontal scale. The horizontal scale is described as a double.
        See Also:
        Constant Field Values
      • VERTICAL_SCALE

        public static final String VERTICAL_SCALE
        The attribute for vertical scale. the vertical scale is described as a double.
        See Also:
        Constant Field Values