Library | Package Java Toolkit

Class FontStyle

package com.ptc.uifc.uifcCore;

public class FontStyle
  implements jxenum



Description

 



Field Summary
static final int_FONT_STYLE_CONDENSED
    Integer value of enum value "FONT_STYLE_CONDENSED"
    
static final FontStyleFONT_STYLE_CONDENSED
    Object value of enum value "FONT_STYLE_CONDENSED"
    
static final int_FONT_STYLE_BOLD
    Integer value of enum value "FONT_STYLE_BOLD"
    
static final FontStyleFONT_STYLE_BOLD
    Object value of enum value "FONT_STYLE_BOLD"
    
static final int_FONT_STYLE_UNDERLINED
    Integer value of enum value "FONT_STYLE_UNDERLINED"
    
static final FontStyleFONT_STYLE_UNDERLINED
    Object value of enum value "FONT_STYLE_UNDERLINED"
    
static final int_FONT_STYLE_ITALIC
    Integer value of enum value "FONT_STYLE_ITALIC"
    
static final FontStyleFONT_STYLE_ITALIC
    Object value of enum value "FONT_STYLE_ITALIC"
    
static final int_FONT_STYLE_REGULAR
    Integer value of enum value "FONT_STYLE_REGULAR"
    
static final FontStyleFONT_STYLE_REGULAR
    Object value of enum value "FONT_STYLE_REGULAR"
    
static final int_FontStyle_null
    Enum null value.

Method Summary
static FontStyleFromInt (int value)
    Creates enum object from an integer.
static FontStyleFromInt (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 FontStyleFromInt (int value)


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


FromInt

static FontStyleFromInt (Integer value)


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