Library | Package Java Toolkit

Class FontClass

package com.ptc.uifc.uifcCore;

public class FontClass
  implements jxenum



Description

 



Field Summary
static final int_FONT_CLASS_DEFAULT
    Integer value of enum value "FONT_CLASS_DEFAULT"
    
static final FontClassFONT_CLASS_DEFAULT
    Object value of enum value "FONT_CLASS_DEFAULT"
    
static final int_FONT_CLASS_FIXED
    Integer value of enum value "FONT_CLASS_FIXED"
    
static final FontClassFONT_CLASS_FIXED
    Object value of enum value "FONT_CLASS_FIXED"
    
static final int_FONT_CLASS_MENU
    Integer value of enum value "FONT_CLASS_MENU"
    
static final FontClassFONT_CLASS_MENU
    Object value of enum value "FONT_CLASS_MENU"
    
static final int_FONT_CLASS_POPUPHELP
    Integer value of enum value "FONT_CLASS_POPUPHELP"
    
static final FontClassFONT_CLASS_POPUPHELP
    Object value of enum value "FONT_CLASS_POPUPHELP"
    
static final int_FONT_CLASS_TITLEBAR
    Integer value of enum value "FONT_CLASS_TITLEBAR"
    
static final FontClassFONT_CLASS_TITLEBAR
    Object value of enum value "FONT_CLASS_TITLEBAR"
    
static final int_FONT_CLASS_DESKTOP
    Integer value of enum value "FONT_CLASS_DESKTOP"
    
static final FontClassFONT_CLASS_DESKTOP
    Object value of enum value "FONT_CLASS_DESKTOP"
    
static final int_FONT_CLASS_MESSAGE
    Integer value of enum value "FONT_CLASS_MESSAGE"
    
static final FontClassFONT_CLASS_MESSAGE
    Object value of enum value "FONT_CLASS_MESSAGE"
    
static final int_FontClass_null
    Enum null value.

Method Summary
static FontClassFromInt (int value)
    Creates enum object from an integer.
static FontClassFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static FontClassFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static FontClassFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.