|
Generation Framework | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LineKind | |
| org.eclipse.gmf.gmfgraph | |
| org.eclipse.gmf.gmfgraph.impl | |
| Uses of LineKind in org.eclipse.gmf.gmfgraph |
| Fields in org.eclipse.gmf.gmfgraph declared as LineKind | |
static LineKind |
LineKind.LINE_SOLID_LITERAL
The 'LINE SOLID' literal object |
static LineKind |
LineKind.LINE_DASH_LITERAL
The 'LINE DASH' literal object |
static LineKind |
LineKind.LINE_DOT_LITERAL
The 'LINE DOT' literal object |
static LineKind |
LineKind.LINE_DASHDOT_LITERAL
The 'LINE DASHDOT' literal object |
static LineKind |
LineKind.LINE_DASHDOTDOT_LITERAL
The 'LINE DASHDOTDOT' literal object |
static LineKind |
LineKind.LINE_CUSTOM_LITERAL
The 'LINE CUSTOM' literal object |
| Methods in org.eclipse.gmf.gmfgraph that return LineKind | |
static LineKind |
LineKind.get(java.lang.String literal)
Returns the 'Line Kind' literal with the specified literal value |
static LineKind |
LineKind.getByName(java.lang.String name)
Returns the 'Line Kind' literal with the specified name |
static LineKind |
LineKind.get(int value)
Returns the 'Line Kind' literal with the specified integer value |
LineKind |
Shape.getLineKind()
Returns the value of the 'Line Kind' attribute. |
| Methods in org.eclipse.gmf.gmfgraph with parameters of type LineKind | |
void |
Shape.setLineKind(LineKind value)
Sets the value of the ' Line Kind' attribute |
| Uses of LineKind in org.eclipse.gmf.gmfgraph.impl |
| Fields in org.eclipse.gmf.gmfgraph.impl declared as LineKind | |
protected static LineKind |
ShapeImpl.LINE_KIND_EDEFAULT
The default value of the ' Line Kind' attribute |
protected LineKind |
ShapeImpl.lineKind
The cached value of the ' Line Kind' attribute |
| Methods in org.eclipse.gmf.gmfgraph.impl that return LineKind | |
LineKind |
GMFGraphFactoryImpl.createLineKindFromString(EDataType eDataType,
java.lang.String initialValue)
|
LineKind |
ShapeImpl.getLineKind()
|
| Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type LineKind | |
void |
ShapeImpl.setLineKind(LineKind newLineKind)
|
|
Generation Framework | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.