Runtime

Uses of Class
org.eclipse.gmf.runtime.notation.TextAlignment

Packages that use TextAlignment
org.eclipse.gmf.runtime.notation Notation meta-model primary package. 
org.eclipse.gmf.runtime.notation.impl Aurora internal packages Package Specification ToDo: Fill in specific content 
 

Uses of TextAlignment in org.eclipse.gmf.runtime.notation
 

Fields in org.eclipse.gmf.runtime.notation declared as TextAlignment
static TextAlignment TextAlignment.CENTER_LITERAL
          The 'Center' literal object
static TextAlignment TextAlignment.LEFT_LITERAL
          The 'Left' literal object
static TextAlignment TextAlignment.RIGHT_LITERAL
          The 'Right' literal object
 

Methods in org.eclipse.gmf.runtime.notation that return TextAlignment
static TextAlignment TextAlignment.get(int value)
          Returns the 'Text Alignment' literal with the specified integer value
static TextAlignment TextAlignment.get(java.lang.String literal)
          Returns the 'Text Alignment' literal with the specified literal value
static TextAlignment TextAlignment.getByName(java.lang.String name)
          Returns the 'Text Alignment' literal with the specified name
 TextAlignment TextStyle.getTextAlignment()
          Returns the value of the 'Text Alignment' attribute.
 

Methods in org.eclipse.gmf.runtime.notation with parameters of type TextAlignment
 void TextStyle.setTextAlignment(TextAlignment value)
          Sets the value of the 'Text Alignment' attribute
 

Uses of TextAlignment in org.eclipse.gmf.runtime.notation.impl
 

Fields in org.eclipse.gmf.runtime.notation.impl declared as TextAlignment
protected static TextAlignment TextStyleImpl.TEXT_ALIGNMENT_EDEFAULT
          The default value of the 'Text Alignment' attribute
 

Methods in org.eclipse.gmf.runtime.notation.impl that return TextAlignment
 TextAlignment NotationFactoryImpl.createTextAlignmentFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 TextAlignment TextStyleImpl.getTextAlignment()
           
 

Methods in org.eclipse.gmf.runtime.notation.impl with parameters of type TextAlignment
 void TextStyleImpl.setTextAlignment(TextAlignment newTextAlignment)
           
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.