|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TextStyle in org.eclipse.graphiti.mm.algorithms.styles |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles that return TextStyle | |
---|---|
TextStyle |
StylesFactory.createTextStyle()
Returns a new object of class 'Text Style'. |
TextStyle |
TextStyleRegion.getStyle()
Returns the value of the 'Style' containment reference. |
Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type TextStyle | |
---|---|
void |
TextStyleRegion.setStyle(TextStyle value)
Sets the value of the ' Style ' containment reference. |
Uses of TextStyle in org.eclipse.graphiti.mm.algorithms.styles.impl |
---|
Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement TextStyle | |
---|---|
class |
TextStyleImpl
An implementation of the model object 'Text Style'. |
Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as TextStyle | |
---|---|
protected TextStyle |
TextStyleRegionImpl.style
The cached value of the ' Style ' containment reference. |
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return TextStyle | |
---|---|
TextStyle |
TextStyleRegionImpl.basicGetStyle()
|
TextStyle |
StylesFactoryImpl.createTextStyle()
|
TextStyle |
TextStyleRegionImpl.getStyle()
|
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type TextStyle | |
---|---|
NotificationChain |
TextStyleRegionImpl.basicSetStyle(TextStyle newStyle,
NotificationChain msgs)
|
void |
TextStyleRegionImpl.setStyle(TextStyle newStyle)
|
Uses of TextStyle in org.eclipse.graphiti.mm.algorithms.styles.util |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type TextStyle | |
---|---|
T |
StylesSwitch.caseTextStyle(TextStyle object)
Returns the result of interpreting the object as an instance of 'Text Style'. |
Uses of TextStyle in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return TextStyle | |
---|---|
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 TextStyle in org.eclipse.graphiti.services.impl |
---|
Methods in org.eclipse.graphiti.services.impl that return TextStyle | |
---|---|
TextStyle |
GaServiceImpl.createTextStyle(TextStyleRegion region)
|
TextStyle |
GaServiceImpl.createTextStyle(TextStyleRegion region,
boolean underline,
boolean strikeout,
UnderlineStyle underlineStyle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |