| Package | Description |
|---|---|
| eu.vicci.process.graphiti.sofiagraphics | |
| eu.vicci.process.graphiti.sofiagraphics.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<Alignment> |
Alignment.VALUES
A public read-only list of all the 'Alignment' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static Alignment |
Alignment.get(int value)
Returns the 'Alignment' literal with the specified integer value.
|
static Alignment |
Alignment.get(String literal)
Returns the 'Alignment' literal with the specified literal value.
|
static Alignment |
Alignment.getByName(String name)
Returns the 'Alignment' literal with the specified name.
|
Alignment |
Text.getHalign()
Returns the value of the 'Halign' attribute.
|
Alignment |
Text.getValign()
Returns the value of the 'Valign' attribute.
|
static Alignment |
Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alignment[] |
Alignment.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.setHalign(Alignment value)
Sets the value of the '
Halign' attribute. |
void |
Text.setValign(Alignment value)
Sets the value of the '
Valign' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected Alignment |
TextImpl.halign
The cached value of the '
Halign' attribute. |
protected static Alignment |
TextImpl.HALIGN_EDEFAULT
The default value of the '
Halign' attribute. |
protected Alignment |
TextImpl.valign
The cached value of the '
Valign' attribute. |
protected static Alignment |
TextImpl.VALIGN_EDEFAULT
The default value of the '
Valign' attribute. |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
SofiagraphicsFactoryImpl.createAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Alignment |
TextImpl.getHalign() |
Alignment |
TextImpl.getValign() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextImpl.setHalign(Alignment newHalign) |
void |
TextImpl.setValign(Alignment newValign) |
Copyright © 2018. All rights reserved.