Class Colors.Ibm3270

java.lang.Object
com.rs.seagull.emulator.api.Colors.Ibm3270
Enclosing class:
Colors

public static class Colors.Ibm3270 extends Object
These are colors for a 3270 host that are returned by Attributed.getForegroundColor() and Attributed.getBackgroundColor().
Version:
$Id$
Author:
MRomijn
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Tn3270 black color (0xF8)
    static final int
    Tn3270 blue color (0xF1)
    static final int
    Tn3270 deep blue color (0xF9)
    static final int
    Tn3270 default color (0x00)
    static final int
    Tn3270 gray color (0xFE)
    static final int
    Tn3270 green color (0xF4)
    static final int
    Tn3270 normal color (0xF0)
    static final int
    Tn3270 orange color (0xFA)
    static final int
    Tn3270 pale green color (0xFC)
    static final int
    Tn3270 pale turquoise color (0xFD)
    static final int
    Tn3270 pink color (0xF3)
    static final int
    Tn3270 purple color (0xFB)
    static final int
    Tn3270 red color (0xF2)
    static final int
    Tn3270 reverse neutral color (0xF7)
    static final int
    Tn3270 turquoise color (0xF5)
    static final int
    Tn3270 undefined color (-1)
    static final int
    Tn3270 white color (0xFF)
    static final int
    Tn3270 yellow color (0xF6)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Ibm3270

      public Ibm3270()