com.neuron.app.tonto
Class CCFFont

java.lang.Object
  extended by com.neuron.app.tonto.CCFFont

public class CCFFont
extends java.lang.Object

A representation of valid CCF font sizes.


Field Summary
static CCFFont NONE
           
static CCFFont SIZE_10
           
static CCFFont SIZE_12
           
static CCFFont SIZE_14
           
static CCFFont SIZE_16
           
static CCFFont SIZE_18
           
static CCFFont SIZE_8
           
 
Method Summary
 int getAWTSize()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static CCFFont NONE

SIZE_8

public static CCFFont SIZE_8

SIZE_10

public static CCFFont SIZE_10

SIZE_12

public static CCFFont SIZE_12

SIZE_14

public static CCFFont SIZE_14

SIZE_16

public static CCFFont SIZE_16

SIZE_18

public static CCFFont SIZE_18
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getAWTSize

public int getAWTSize()