Package | Description |
---|---|
org.eclipse.scada.vi.model | |
org.eclipse.scada.vi.model.impl |
Modifier and Type | Field and Description |
---|---|
static List<Orientation> |
Orientation.VALUES
A public read-only list of all the 'Orientation' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.get(int value)
Returns the 'Orientation' literal with the specified integer value.
|
static Orientation |
Orientation.get(String literal)
Returns the 'Orientation' literal with the specified literal value.
|
static Orientation |
Orientation.getByName(String name)
Returns the 'Orientation' literal with the specified name.
|
Orientation |
Text.getTextPlacement()
Returns the value of the 'Text Placement' attribute.
|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Text.setTextPlacement(Orientation value)
Sets the value of the '
Text Placement ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static Orientation |
TextImpl.TEXT_PLACEMENT_EDEFAULT
The default value of the '
Text Placement ' attribute. |
protected Orientation |
TextImpl.textPlacement
The cached value of the '
Text Placement ' attribute. |
Modifier and Type | Method and Description |
---|---|
Orientation |
VisualInterfaceFactoryImpl.createOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Orientation |
TextImpl.getTextPlacement() |
Modifier and Type | Method and Description |
---|---|
void |
TextImpl.setTextPlacement(Orientation newTextPlacement) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.