public final enum

FontStyle

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ casmi.graphics.font.FontStyle

Class Overview

The FontStyle enum represents styles of a Font.

Summary

Enum Values
FontStyle  BOLD  The bold style constant. 
FontStyle  BOLD_ITALIC  The bold and italicized style constant. 
FontStyle  ITALIC  The italicized style constant. 
FontStyle  PLAIN  The plain style constant. 
Public Methods
static FontStyle valueOf(String name)
final static FontStyle[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FontStyle BOLD

The bold style constant.

public static final FontStyle BOLD_ITALIC

The bold and italicized style constant.

public static final FontStyle ITALIC

The italicized style constant.

public static final FontStyle PLAIN

The plain style constant.

Public Methods

public static FontStyle valueOf (String name)

public static final FontStyle[] values ()