Class Symbol

java.lang.Object
  extended by Symbol

public final class Symbol
extends java.lang.Object


Field Summary
static char Acircle
           
static char ae
           
static char AE
           
static char bigdot
           
static char ce
           
static char CE
           
static char cent
           
static char circleR
           
static char copyright
           
static char cross
           
static char cube
           
static char dagger
           
static char degree
           
static char dot
           
static char doubleDagger
           
static char doubledot
           
static char ellipses
           
static char euro
           
static char half
           
static char hbar
           
static char invertedExclamation
           
static char invertedQuestionMark
           
static char invertedQuote
           
static char invertedSingleQuote
           
static char mu
           
static char paragraph
           
static char permil
           
static char plusminus
           
static char pound
           
static char quarter
           
static char scriptf
           
static char square
           
static char third
           
static char trademark
           
static char underquote
           
static char upperminus
           
static char yen
           
 
Constructor Summary
Symbol()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

degree

public static char degree

hbar

public static char hbar

mu

public static char mu

Acircle

public static char Acircle

permil

public static char permil

quarter

public static char quarter

half

public static char half

third

public static char third

plusminus

public static char plusminus

upperminus

public static char upperminus

square

public static char square

cube

public static char cube

dot

public static char dot

bigdot

public static char bigdot

doubledot

public static char doubledot

cross

public static char cross

trademark

public static char trademark

copyright

public static char copyright

circleR

public static char circleR

euro

public static char euro

cent

public static char cent

pound

public static char pound

yen

public static char yen

underquote

public static char underquote

ellipses

public static char ellipses

invertedSingleQuote

public static char invertedSingleQuote

invertedQuote

public static char invertedQuote

scriptf

public static char scriptf

dagger

public static char dagger

doubleDagger

public static char doubleDagger

CE

public static char CE

ce

public static char ce

invertedExclamation

public static char invertedExclamation

paragraph

public static char paragraph

invertedQuestionMark

public static char invertedQuestionMark

AE

public static char AE

ae

public static char ae
Constructor Detail

Symbol

public Symbol()