|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.gmf.gmfgraph.FontStyle
A representation of the literals of the enumeration 'Font Style', and utility methods for working with them.
GMFGraphPackage.getFontStyle()| Field Summary | |
static int |
BOLD
The 'BOLD' literal value |
static FontStyle |
BOLD_LITERAL
The 'BOLD' literal object |
static int |
ITALIC
The 'ITALIC' literal value |
static FontStyle |
ITALIC_LITERAL
The 'ITALIC' literal object |
static int |
NORMAL
The 'NORMAL' literal value |
static FontStyle |
NORMAL_LITERAL
The 'NORMAL' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Font Style' enumerators |
| Method Summary | |
static FontStyle |
get(int value)
Returns the 'Font Style' literal with the specified integer value |
static FontStyle |
get(java.lang.String literal)
Returns the 'Font Style' literal with the specified literal value |
static FontStyle |
getByName(java.lang.String name)
Returns the 'Font Style' literal with the specified name |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int NORMAL
If the meaning of 'NORMAL' literal object isn't clear, there really should be more of a description here...
FontStyle.NORMAL_LITERAL,
Constant Field Valuespublic static final int BOLD
If the meaning of 'BOLD' literal object isn't clear, there really should be more of a description here...
FontStyle.BOLD_LITERAL,
Constant Field Valuespublic static final int ITALIC
If the meaning of 'ITALIC' literal object isn't clear, there really should be more of a description here...
FontStyle.ITALIC_LITERAL,
Constant Field Valuespublic static final FontStyle NORMAL_LITERAL
FontStyle.NORMALpublic static final FontStyle BOLD_LITERAL
FontStyle.BOLDpublic static final FontStyle ITALIC_LITERAL
FontStyle.ITALICpublic static final java.util.List VALUES
| Method Detail |
public static FontStyle get(java.lang.String literal)
public static FontStyle getByName(java.lang.String name)
public static FontStyle get(int value)
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.