Uses of Interface
org.eclipse.graphiti.mm.algorithms.styles.TextStyle

Packages that use TextStyle
org.eclipse.graphiti.mm.algorithms.styles   
org.eclipse.graphiti.mm.algorithms.styles.impl   
org.eclipse.graphiti.mm.algorithms.styles.util   
org.eclipse.graphiti.services   
org.eclipse.graphiti.services.impl   
org.eclipse.graphiti.util   
 

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)
           
 

Uses of TextStyle in org.eclipse.graphiti.util
 

Fields in org.eclipse.graphiti.util declared as TextStyle
private  TextStyle TextBuilder.TextBuilderRegion.style
          Current style of the region, null means default style.
 

Methods in org.eclipse.graphiti.util that return TextStyle
 TextStyle TextBuilder.TextBuilderRegion.getStyle()
          Get the text style of the region in the text.
 

Methods in org.eclipse.graphiti.util with parameters of type TextStyle
 TextBuilder.TextBuilderRegion TextBuilder.TextBuilderRegion.setStyle(TextStyle style)
          Assign a style to the region of text.
 



Copyright (c) SAP AG 2005, 2012.