|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Orientation in org.eclipse.graphiti.mm.algorithms |
---|
Methods in org.eclipse.graphiti.mm.algorithms that return Orientation | |
---|---|
Orientation |
AbstractText.getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute. |
Orientation |
AbstractText.getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute. |
Methods in org.eclipse.graphiti.mm.algorithms with parameters of type Orientation | |
---|---|
void |
AbstractText.setHorizontalAlignment(Orientation value)
Sets the value of the ' Horizontal Alignment ' attribute. |
void |
AbstractText.setVerticalAlignment(Orientation value)
Sets the value of the ' Vertical Alignment ' attribute. |
Uses of Orientation in org.eclipse.graphiti.mm.algorithms.impl |
---|
Fields in org.eclipse.graphiti.mm.algorithms.impl declared as Orientation | |
---|---|
protected static Orientation |
AbstractTextImpl.HORIZONTAL_ALIGNMENT_EDEFAULT
The default value of the ' Horizontal Alignment ' attribute. |
protected Orientation |
AbstractTextImpl.horizontalAlignment
The cached value of the ' Horizontal Alignment ' attribute. |
protected static Orientation |
AbstractTextImpl.VERTICAL_ALIGNMENT_EDEFAULT
The default value of the ' Vertical Alignment ' attribute. |
protected Orientation |
AbstractTextImpl.verticalAlignment
The cached value of the ' Vertical Alignment ' attribute. |
Methods in org.eclipse.graphiti.mm.algorithms.impl that return Orientation | |
---|---|
Orientation |
AbstractTextImpl.getHorizontalAlignment()
|
Orientation |
AbstractTextImpl.getVerticalAlignment()
|
Methods in org.eclipse.graphiti.mm.algorithms.impl with parameters of type Orientation | |
---|---|
void |
AbstractTextImpl.setHorizontalAlignment(Orientation newHorizontalAlignment)
|
void |
AbstractTextImpl.setVerticalAlignment(Orientation newVerticalAlignment)
|
Uses of Orientation in org.eclipse.graphiti.mm.algorithms.styles |
---|
Fields in org.eclipse.graphiti.mm.algorithms.styles declared as Orientation | |
---|---|
private static Orientation[] |
Orientation.VALUES_ARRAY
An array of all the 'Orientation' enumerators. |
Fields in org.eclipse.graphiti.mm.algorithms.styles with type parameters of type Orientation | |
---|---|
static java.util.List<Orientation> |
Orientation.VALUES
A public read-only list of all the 'Orientation' enumerators. |
Methods in org.eclipse.graphiti.mm.algorithms.styles that return Orientation | |
---|---|
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 |
Style.getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute. |
Orientation |
Style.getVerticalAlignment()
Returns the value of the 'Vertical Alignment' 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're declared. |
Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type Orientation | |
---|---|
void |
Style.setHorizontalAlignment(Orientation value)
Sets the value of the ' Horizontal Alignment ' attribute. |
void |
Style.setVerticalAlignment(Orientation value)
Sets the value of the ' Vertical Alignment ' attribute. |
Uses of Orientation in org.eclipse.graphiti.mm.algorithms.styles.impl |
---|
Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as Orientation | |
---|---|
protected static Orientation |
StyleImpl.HORIZONTAL_ALIGNMENT_EDEFAULT
The default value of the ' Horizontal Alignment ' attribute. |
protected Orientation |
StyleImpl.horizontalAlignment
The cached value of the ' Horizontal Alignment ' attribute. |
protected static Orientation |
StyleImpl.VERTICAL_ALIGNMENT_EDEFAULT
The default value of the ' Vertical Alignment ' attribute. |
protected Orientation |
StyleImpl.verticalAlignment
The cached value of the ' Vertical Alignment ' attribute. |
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return Orientation | |
---|---|
Orientation |
StylesFactoryImpl.createOrientationFromString(EDataType eDataType,
java.lang.String initialValue)
|
Orientation |
StyleImpl.getHorizontalAlignment()
|
Orientation |
StyleImpl.getVerticalAlignment()
|
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type Orientation | |
---|---|
void |
StyleImpl.setHorizontalAlignment(Orientation newHorizontalAlignment)
|
void |
StyleImpl.setVerticalAlignment(Orientation newVerticalAlignment)
|
Uses of Orientation in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return Orientation | |
---|---|
Orientation |
IGaService.getHorizontalAlignment(AbstractText at,
boolean checkStyles)
Gets the horizontal alignment. |
Orientation |
IGaService.getVerticalAlignment(AbstractText at,
boolean checkStyles)
Gets the vertical alignment. |
Uses of Orientation in org.eclipse.graphiti.services.impl |
---|
Methods in org.eclipse.graphiti.services.impl that return Orientation | |
---|---|
Orientation |
GaServiceImpl.getHorizontalAlignment(AbstractText at,
boolean checkStyles)
|
private static Orientation |
GaServiceImpl.getHorizontalAlignment(Style style)
|
Orientation |
GaServiceImpl.getVerticalAlignment(AbstractText at,
boolean checkStyles)
|
private static Orientation |
GaServiceImpl.getVerticalAlignment(Style style)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |