|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TextStyleRegion in org.eclipse.graphiti.mm.algorithms.styles |
|---|
| Methods in org.eclipse.graphiti.mm.algorithms.styles that return TextStyleRegion | |
|---|---|
TextStyleRegion |
StylesFactory.createTextStyleRegion()
Returns a new object of class 'Text Style Region'. |
| Uses of TextStyleRegion in org.eclipse.graphiti.mm.algorithms.styles.impl |
|---|
| Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement TextStyleRegion | |
|---|---|
class |
TextStyleRegionImpl
An implementation of the model object 'Text Style Region'. |
| Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return TextStyleRegion | |
|---|---|
TextStyleRegion |
StylesFactoryImpl.createTextStyleRegion()
|
| Uses of TextStyleRegion in org.eclipse.graphiti.mm.algorithms.styles.util |
|---|
| Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type TextStyleRegion | |
|---|---|
T |
StylesSwitch.caseTextStyleRegion(TextStyleRegion object)
Returns the result of interpreting the object as an instance of 'Text Style Region'. |
| Uses of TextStyleRegion in org.eclipse.graphiti.services |
|---|
| Methods in org.eclipse.graphiti.services that return TextStyleRegion | |
|---|---|
TextStyleRegion |
IGaCreateService.createTextStyleRegion(AbstractText abstractText)
Creates a TextStyleRegion. |
TextStyleRegion |
IGaCreateService.createTextStyleRegion(AbstractText abstractText,
int start,
int end)
Creates a TextStyleRegion with the given bounds. |
| Methods in org.eclipse.graphiti.services with parameters of type TextStyleRegion | |
|---|---|
TextStyle |
IGaCreateService.createTextStyle(TextStyleRegion region)
Creates a TextStyle. |
TextStyle |
IGaCreateService.createTextStyle(TextStyleRegion region,
boolean underline,
boolean strikeout,
UnderlineStyle underlineStyle)
Creates a TextStyle with the given values. |
| Uses of TextStyleRegion in org.eclipse.graphiti.services.impl |
|---|
| Methods in org.eclipse.graphiti.services.impl that return TextStyleRegion | |
|---|---|
TextStyleRegion |
GaServiceImpl.createTextStyleRegion(AbstractText abstractText)
|
TextStyleRegion |
GaServiceImpl.createTextStyleRegion(AbstractText abstractText,
int start,
int end)
|
| Methods in org.eclipse.graphiti.services.impl with parameters of type TextStyleRegion | |
|---|---|
TextStyle |
GaServiceImpl.createTextStyle(TextStyleRegion region)
|
TextStyle |
GaServiceImpl.createTextStyle(TextStyleRegion region,
boolean underline,
boolean strikeout,
UnderlineStyle underlineStyle)
|
| Uses of TextStyleRegion in org.eclipse.graphiti.util |
|---|
| Fields in org.eclipse.graphiti.util with type parameters of type TextStyleRegion | |
|---|---|
private List<TextStyleRegion> |
TextBuilder.regions
Regions created in the collected text. |
| Methods in org.eclipse.graphiti.util that return types with arguments of type TextStyleRegion | |
|---|---|
List<TextStyleRegion> |
TextBuilder.getRegions()
Get the regions created and finished for the text. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||