| Package | Description |
|---|---|
| org.eclipse.scada.vi.model | |
| org.eclipse.scada.vi.model.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.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(java.lang.String literal)
Returns the 'Orientation' literal with the specified literal value.
|
static Orientation |
Orientation.getByName(java.lang.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(java.lang.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(EDataType eDataType,
java.lang.String initialValue) |
Orientation |
TextImpl.getTextPlacement() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextImpl.setTextPlacement(Orientation newTextPlacement) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0