|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UnderlineStyle in org.eclipse.graphiti.mm.algorithms.styles |
|---|
| Fields in org.eclipse.graphiti.mm.algorithms.styles declared as UnderlineStyle | |
|---|---|
private static UnderlineStyle[] |
UnderlineStyle.VALUES_ARRAY
An array of all the 'Underline Style' enumerators. |
| Fields in org.eclipse.graphiti.mm.algorithms.styles with type parameters of type UnderlineStyle | |
|---|---|
static List<UnderlineStyle> |
UnderlineStyle.VALUES
A public read-only list of all the 'Underline Style' enumerators. |
| Methods in org.eclipse.graphiti.mm.algorithms.styles that return UnderlineStyle | |
|---|---|
static UnderlineStyle |
UnderlineStyle.get(int value)
Returns the 'Underline Style' literal with the specified integer value. |
static UnderlineStyle |
UnderlineStyle.get(String literal)
Returns the 'Underline Style' literal with the specified literal value. |
static UnderlineStyle |
UnderlineStyle.getByName(String name)
Returns the 'Underline Style' literal with the specified name. |
UnderlineStyle |
TextStyle.getUnderlineStyle()
Returns the value of the 'Underline Style' attribute. |
static UnderlineStyle |
UnderlineStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UnderlineStyle[] |
UnderlineStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type UnderlineStyle | |
|---|---|
void |
TextStyle.setUnderlineStyle(UnderlineStyle value)
Sets the value of the ' Underline Style' attribute. |
| Uses of UnderlineStyle in org.eclipse.graphiti.mm.algorithms.styles.impl |
|---|
| Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as UnderlineStyle | |
|---|---|
protected static UnderlineStyle |
TextStyleImpl.UNDERLINE_STYLE_EDEFAULT
The default value of the ' Underline Style' attribute. |
protected UnderlineStyle |
TextStyleImpl.underlineStyle
The cached value of the ' Underline Style' attribute. |
| Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return UnderlineStyle | |
|---|---|
UnderlineStyle |
StylesFactoryImpl.createUnderlineStyleFromString(EDataType eDataType,
String initialValue)
|
UnderlineStyle |
TextStyleImpl.getUnderlineStyle()
|
| Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type UnderlineStyle | |
|---|---|
void |
TextStyleImpl.setUnderlineStyle(UnderlineStyle newUnderlineStyle)
|
| Uses of UnderlineStyle in org.eclipse.graphiti.services |
|---|
| Methods in org.eclipse.graphiti.services with parameters of type UnderlineStyle | |
|---|---|
TextStyle |
IGaCreateService.createTextStyle(TextStyleRegion region,
boolean underline,
boolean strikeout,
UnderlineStyle underlineStyle)
Creates a TextStyle with the given values. |
| Uses of UnderlineStyle in org.eclipse.graphiti.services.impl |
|---|
| Methods in org.eclipse.graphiti.services.impl with parameters of type UnderlineStyle | |
|---|---|
TextStyle |
GaServiceImpl.createTextStyle(TextStyleRegion region,
boolean underline,
boolean strikeout,
UnderlineStyle underlineStyle)
|
| Uses of UnderlineStyle in org.eclipse.graphiti.util |
|---|
| Methods in org.eclipse.graphiti.util with parameters of type UnderlineStyle | |
|---|---|
TextBuilder.TextBuilderRegion |
TextBuilder.TextBuilderRegion.setUnderline(UnderlineStyle uStyle,
Color col)
Set the underline style for the region. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||