|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineStyle | |
---|---|
org.eclipse.gmf.codegen.gmfgen | |
org.eclipse.gmf.codegen.gmfgen.impl |
Uses of LineStyle in org.eclipse.gmf.codegen.gmfgen |
---|
Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type LineStyle | |
---|---|
static List<LineStyle> |
LineStyle.VALUES
A public read-only list of all the 'Line Style' enumerators. |
Methods in org.eclipse.gmf.codegen.gmfgen that return LineStyle | |
---|---|
static LineStyle |
LineStyle.get(int value)
Returns the 'Line Style' literal with the specified integer value. |
static LineStyle |
LineStyle.get(String literal)
Returns the 'Line Style' literal with the specified literal value. |
static LineStyle |
LineStyle.getByName(String name)
Returns the 'Line Style' literal with the specified name. |
LineStyle |
GenDiagramPreferences.getGridLineStyle()
Returns the value of the 'Grid Line Style' attribute. |
static LineStyle |
LineStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LineStyle[] |
LineStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type LineStyle | |
---|---|
void |
GenDiagramPreferences.setGridLineStyle(LineStyle value)
Sets the value of the ' Grid Line Style ' attribute. |
Uses of LineStyle in org.eclipse.gmf.codegen.gmfgen.impl |
---|
Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as LineStyle | |
---|---|
protected static LineStyle |
GenDiagramPreferencesImpl.GRID_LINE_STYLE_EDEFAULT
The default value of the ' Grid Line Style ' attribute. |
protected LineStyle |
GenDiagramPreferencesImpl.gridLineStyle
The cached value of the ' Grid Line Style ' attribute. |
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return LineStyle | |
---|---|
LineStyle |
GMFGenFactoryImpl.createLineStyleFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
LineStyle |
GenDiagramPreferencesImpl.getGridLineStyle()
|
Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type LineStyle | |
---|---|
void |
GenDiagramPreferencesImpl.setGridLineStyle(LineStyle newGridLineStyle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |