|
Runtime | |||||||||
| 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.runtime.notation.GradientStyle
public final class GradientStyle
A representation of the literals of the enumeration 'Gradient Style', and utility methods for working with them.
NotationPackage.getGradientStyle(),
Serialized Form| Field Summary | |
|---|---|
static int |
HORIZONTAL
The 'Horizontal' literal value |
static GradientStyle |
HORIZONTAL_LITERAL
The 'Horizontal' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Gradient Style' enumerators |
static int |
VERTICAL
The 'Vertical' literal value |
static GradientStyle |
VERTICAL_LITERAL
The 'Vertical' literal object |
| Method Summary | |
|---|---|
static GradientStyle |
get(int value)
Returns the 'Gradient Style' literal with the specified integer value |
static GradientStyle |
get(java.lang.String literal)
Returns the 'Gradient Style' literal with the specified literal value |
static GradientStyle |
getByName(java.lang.String name)
Returns the 'Gradient Style' literal with the specified name |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString, writeReplace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int VERTICAL
If the meaning of 'Vertical' literal object isn't clear, there really should be more of a description here...
VERTICAL_LITERAL,
Constant Field Valuespublic static final int HORIZONTAL
If the meaning of 'Horizontal' literal object isn't clear, there really should be more of a description here...
HORIZONTAL_LITERAL,
Constant Field Valuespublic static final GradientStyle VERTICAL_LITERAL
VERTICALpublic static final GradientStyle HORIZONTAL_LITERAL
HORIZONTALpublic static final java.util.List VALUES
| Method Detail |
|---|
public static GradientStyle get(java.lang.String literal)
public static GradientStyle getByName(java.lang.String name)
public static GradientStyle get(int value)
|
Runtime | |||||||||
| 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.