|
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.LineKind
A representation of the literals of the enumeration 'Line Kind', and utility methods for working with them. org.eclipse.draw2d.Graphics.LINE_* (== org.eclipse.swt.SWT.LINE_*. Values are same as SWT constants
GMFGraphPackage.getLineKind()| Field Summary | |
static int |
LINE_CUSTOM
The 'LINE CUSTOM' literal value |
static LineKind |
LINE_CUSTOM_LITERAL
The 'LINE CUSTOM' literal object |
static int |
LINE_DASH
The 'LINE DASH' literal value |
static LineKind |
LINE_DASH_LITERAL
The 'LINE DASH' literal object |
static int |
LINE_DASHDOT
The 'LINE DASHDOT' literal value |
static LineKind |
LINE_DASHDOT_LITERAL
The 'LINE DASHDOT' literal object |
static int |
LINE_DASHDOTDOT
The 'LINE DASHDOTDOT' literal value |
static LineKind |
LINE_DASHDOTDOT_LITERAL
The 'LINE DASHDOTDOT' literal object |
static int |
LINE_DOT
The 'LINE DOT' literal value |
static LineKind |
LINE_DOT_LITERAL
The 'LINE DOT' literal object |
static int |
LINE_SOLID
The 'LINE SOLID' literal value |
static LineKind |
LINE_SOLID_LITERAL
The 'LINE SOLID' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Line Kind' enumerators |
| Method Summary | |
static LineKind |
get(int value)
Returns the 'Line Kind' literal with the specified integer value |
static LineKind |
get(java.lang.String literal)
Returns the 'Line Kind' literal with the specified literal value |
static LineKind |
getByName(java.lang.String name)
Returns the 'Line Kind' 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 LINE_SOLID
If the meaning of 'LINE SOLID' literal object isn't clear, there really should be more of a description here...
LineKind.LINE_SOLID_LITERAL,
Constant Field Valuespublic static final int LINE_DASH
If the meaning of 'LINE DASH' literal object isn't clear, there really should be more of a description here...
LineKind.LINE_DASH_LITERAL,
Constant Field Valuespublic static final int LINE_DOT
If the meaning of 'LINE DOT' literal object isn't clear, there really should be more of a description here...
LineKind.LINE_DOT_LITERAL,
Constant Field Valuespublic static final int LINE_DASHDOT
If the meaning of 'LINE DASHDOT' literal object isn't clear, there really should be more of a description here...
LineKind.LINE_DASHDOT_LITERAL,
Constant Field Valuespublic static final int LINE_DASHDOTDOT
If the meaning of 'LINE DASHDOTDOT' literal object isn't clear, there really should be more of a description here...
LineKind.LINE_DASHDOTDOT_LITERAL,
Constant Field Valuespublic static final int LINE_CUSTOM
If the meaning of 'LINE CUSTOM' literal object isn't clear, there really should be more of a description here...
LineKind.LINE_CUSTOM_LITERAL,
Constant Field Valuespublic static final LineKind LINE_SOLID_LITERAL
LineKind.LINE_SOLIDpublic static final LineKind LINE_DASH_LITERAL
LineKind.LINE_DASHpublic static final LineKind LINE_DOT_LITERAL
LineKind.LINE_DOTpublic static final LineKind LINE_DASHDOT_LITERAL
LineKind.LINE_DASHDOTpublic static final LineKind LINE_DASHDOTDOT_LITERAL
LineKind.LINE_DASHDOTDOTpublic static final LineKind LINE_CUSTOM_LITERAL
LineKind.LINE_CUSTOMpublic static final java.util.List VALUES
| Method Detail |
public static LineKind get(java.lang.String literal)
public static LineKind getByName(java.lang.String name)
public static LineKind 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.