|
||||||||||
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |