eapms
Class ANSIFormat.Attrs

java.lang.Object
  |
  +--eapms.ANSIFormat.Attrs
Enclosing class:
ANSIFormat

public static final class ANSIFormat.Attrs
extends java.lang.Object

ANSI Attribute Modifiers


Field Summary
static java.lang.String BLINK
           
static java.lang.String BRIGHT
           
static java.lang.String DIM
           
static java.lang.String HIDDEN
           
static java.lang.String RESET
           
static java.lang.String REVERSE
           
static java.lang.String ULINE
           
 
Constructor Summary
ANSIFormat.Attrs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESET

public static final java.lang.String RESET
See Also:
Constant Field Values

BRIGHT

public static final java.lang.String BRIGHT
See Also:
Constant Field Values

DIM

public static final java.lang.String DIM
See Also:
Constant Field Values

ULINE

public static final java.lang.String ULINE
See Also:
Constant Field Values

BLINK

public static final java.lang.String BLINK
See Also:
Constant Field Values

REVERSE

public static final java.lang.String REVERSE
See Also:
Constant Field Values

HIDDEN

public static final java.lang.String HIDDEN
See Also:
Constant Field Values
Constructor Detail

ANSIFormat.Attrs

public ANSIFormat.Attrs()