org.opennms.netmgt.config.rrd.types
Class FontStyle

java.lang.Object
  extended by org.opennms.netmgt.config.rrd.types.FontStyle
All Implemented Interfaces:
Serializable

public class FontStyle
extends Object
implements Serializable

Class FontStyle.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
static FontStyle BOLD
          The instance of the BOLD type
static FontStyle BOLD_ITALIC
          The instance of the BOLD ITALIC type
static int BOLD_ITALIC_TYPE
          The BOLD ITALIC type
static int BOLD_TYPE
          The BOLD type
static FontStyle ITALIC
          The instance of the ITALIC type
static int ITALIC_TYPE
          The ITALIC type
static FontStyle PLAIN
          The instance of the PLAIN type
static int PLAIN_TYPE
          The PLAIN type
 
Method Summary
static Enumeration<Object> enumerate()
          Method enumerate.Returns an enumeration of all possible instances of FontStyle
 int getType()
          Method getType.Returns the type of this FontStyle
 String toString()
          Method toString.Returns the String representation of this FontStyle
static FontStyle valueOf(String string)
          Method valueOf.Returns a new FontStyle based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLAIN_TYPE

public static final int PLAIN_TYPE
The PLAIN type

See Also:
Constant Field Values

PLAIN

public static final FontStyle PLAIN
The instance of the PLAIN type


BOLD_TYPE

public static final int BOLD_TYPE
The BOLD type

See Also:
Constant Field Values

BOLD

public static final FontStyle BOLD
The instance of the BOLD type


ITALIC_TYPE

public static final int ITALIC_TYPE
The ITALIC type

See Also:
Constant Field Values

ITALIC

public static final FontStyle ITALIC
The instance of the ITALIC type


BOLD_ITALIC_TYPE

public static final int BOLD_ITALIC_TYPE
The BOLD ITALIC type

See Also:
Constant Field Values

BOLD_ITALIC

public static final FontStyle BOLD_ITALIC
The instance of the BOLD ITALIC type

Method Detail

enumerate

public static Enumeration<Object> enumerate()
Method enumerate.Returns an enumeration of all possible instances of FontStyle

Returns:
an Enumeration over all possible instances of FontStyle

getType

public int getType()
Method getType.Returns the type of this FontStyle

Returns:
the type of this FontStyle

toString

public String toString()
Method toString.Returns the String representation of this FontStyle

Overrides:
toString in class Object
Returns:
the String representation of this FontStyle

valueOf

public static FontStyle valueOf(String string)
Method valueOf.Returns a new FontStyle based on the given String value.

Parameters:
string -
Returns:
the FontStyle value of parameter 'string'


Copyright © 2009. All Rights Reserved.