API Documentation > Classes > Class SymbolFont
Class SymbolFont

package com.ptc.wfc.wfcGTol;

public class
SymbolFont
implements
jxenum


Description
Field Summary
static final int
_FONT_ASME
Integer value of enum value "FONT_ASME"
static final SymbolFont
FONT_ASME
Object value of enum value "FONT_ASME"
static final int
_FONT_ISO
Integer value of enum value "FONT_ISO"
static final SymbolFont
FONT_ISO
Object value of enum value "FONT_ISO"
static final int
_FONT_LEGACY
Integer value of enum value "FONT_LEGACY"
static final SymbolFont
FONT_LEGACY
Object value of enum value "FONT_LEGACY"
static final int
_SymbolFont_null
Enum null value.
Field Summary
static final int
Integer value of enum value "FONT_ASME"
static final SymbolFont
Object value of enum value "FONT_ASME"
static final int
Integer value of enum value "FONT_ISO"
static final SymbolFont
Object value of enum value "FONT_ISO"
static final int
Integer value of enum value "FONT_LEGACY"
static final SymbolFont
Object value of enum value "FONT_LEGACY"
static final int
Enum null value.
Method Summary
static SymbolFont
FromInt (int value)
Creates enum object from an integer.
static SymbolFont
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
static SymbolFont
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
static SymbolFont
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?