Jeospace API

org.jeospace.util
Class Greek

java.lang.Object
  extended byorg.jeospace.util.Greek

public class Greek
extends java.lang.Object

Greek provides objects representing the letters of the Greek alphabet.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Field Summary
static Greek ALPHA
          Alpha
static Greek BETA
          Beta
static Greek CHI
          Chi
static Greek DELTA
          Delta
static Greek EPSILON
          Epsilon
static Greek ETA
          Eta
static Greek GAMMA
          Gamma
static Greek IOTA
          Iota
static Greek KAPPA
          Kappa
static Greek LAMBDA
          Lambda
 char lowerCase
          The lower case symbol of the letter
static Greek MU
          Mu
 java.lang.String name
          The letter name.
static Greek NU
          Nu
static Greek OMEGA
          Omega
static Greek OMICRON
          Omicron
static Greek PHI
          Phi
static Greek PI
          Pi
static Greek PSI
          Psi
static Greek RHO
          Rho
static Greek SIGMA
          Sigma
static Greek TAU
          Tau
static Greek THETA
          Theta
 char upperCase
          The upper case symbol of the letter
static Greek UPSILON
          Upsilon
static Greek XI
          Xi
static Greek ZETA
          Zeta
 
Method Summary
static Greek[] getAlphabet()
          Return an array of the defined Greek objects
 java.lang.String toString()
          Return a String representation ( the name String ) of this Greek object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALPHA

public static final Greek ALPHA
Alpha


BETA

public static final Greek BETA
Beta


GAMMA

public static final Greek GAMMA
Gamma


DELTA

public static final Greek DELTA
Delta


EPSILON

public static final Greek EPSILON
Epsilon


ZETA

public static final Greek ZETA
Zeta


ETA

public static final Greek ETA
Eta


THETA

public static final Greek THETA
Theta


IOTA

public static final Greek IOTA
Iota


KAPPA

public static final Greek KAPPA
Kappa


LAMBDA

public static final Greek LAMBDA
Lambda


MU

public static final Greek MU
Mu


NU

public static final Greek NU
Nu


XI

public static final Greek XI
Xi


OMICRON

public static final Greek OMICRON
Omicron


PI

public static final Greek PI
Pi


RHO

public static final Greek RHO
Rho


SIGMA

public static final Greek SIGMA
Sigma


TAU

public static final Greek TAU
Tau


UPSILON

public static final Greek UPSILON
Upsilon


PHI

public static final Greek PHI
Phi


CHI

public static final Greek CHI
Chi


PSI

public static final Greek PSI
Psi


OMEGA

public static final Greek OMEGA
Omega


name

public final java.lang.String name
The letter name.


upperCase

public final char upperCase
The upper case symbol of the letter


lowerCase

public final char lowerCase
The lower case symbol of the letter

Method Detail

getAlphabet

public static Greek[] getAlphabet()
Return an array of the defined Greek objects

Returns:
the array of the defined Greek objects

toString

public java.lang.String toString()
Return a String representation ( the name String ) of this Greek object.

Returns:
a String representation of this Greek object

Jeospace API

Copyright © 2006 - jeospace.org