net.damf.formatte.unicode
Class Blank

java.lang.Object
  extended by net.damf.formatte.unicode.Blank

public class Blank
extends java.lang.Object


Field Summary
static char EM_QUAD
           
static char EM_SPACE
           
static char EN_QUAD
           
static char EN_SPACE
           
static char FIGURE
           
static char FOUR_PER_EM
           
static char HAIR
           
static char IDEOGRAPHIC
           
static char NO_BREAK
           
static char PUNCTUATION
           
static char SIX_PER_EM
           
static char SPACE
           
static char THIN
           
static char THREE_PER_EM
           
static char ZERO_WIDTH
           
static char ZERO_WIDTH_NO_BREAK
           
 
Constructor Summary
Blank()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPACE

public static final char SPACE
See Also:
Constant Field Values

NO_BREAK

public static final char NO_BREAK
See Also:
Constant Field Values

EN_QUAD

public static final char EN_QUAD
See Also:
Constant Field Values

EM_QUAD

public static final char EM_QUAD
See Also:
Constant Field Values

EN_SPACE

public static final char EN_SPACE
See Also:
Constant Field Values

EM_SPACE

public static final char EM_SPACE
See Also:
Constant Field Values

THREE_PER_EM

public static final char THREE_PER_EM
See Also:
Constant Field Values

FOUR_PER_EM

public static final char FOUR_PER_EM
See Also:
Constant Field Values

SIX_PER_EM

public static final char SIX_PER_EM
See Also:
Constant Field Values

FIGURE

public static final char FIGURE
See Also:
Constant Field Values

PUNCTUATION

public static final char PUNCTUATION
See Also:
Constant Field Values

THIN

public static final char THIN
See Also:
Constant Field Values

HAIR

public static final char HAIR
See Also:
Constant Field Values

ZERO_WIDTH

public static final char ZERO_WIDTH
See Also:
Constant Field Values

IDEOGRAPHIC

public static final char IDEOGRAPHIC
See Also:
Constant Field Values

ZERO_WIDTH_NO_BREAK

public static final char ZERO_WIDTH_NO_BREAK
See Also:
Constant Field Values
Constructor Detail

Blank

public Blank()