Uses of Interface
org.eclipse.graphiti.mm.algorithms.Text

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

Uses of Text in org.eclipse.graphiti.mm.algorithms
 

Methods in org.eclipse.graphiti.mm.algorithms that return Text
 Text AlgorithmsFactory.createText()
          Returns a new object of class 'Text'.
 

Uses of Text in org.eclipse.graphiti.mm.algorithms.impl
 

Classes in org.eclipse.graphiti.mm.algorithms.impl that implement Text
 class TextImpl
          An implementation of the model object 'Text'.
 

Methods in org.eclipse.graphiti.mm.algorithms.impl that return Text
 Text AlgorithmsFactoryImpl.createText()
           
 

Uses of Text in org.eclipse.graphiti.mm.algorithms.util
 

Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type Text
 T AlgorithmsSwitch.caseText(Text object)
          Returns the result of interpreting the object as an instance of 'Text'.
 

Uses of Text in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Text
 Text IGaCreateService.createDefaultText(Diagram diagram, GraphicsAlgorithmContainer gaContainer)
          Creates a text graphics algorithm with the default font (Arial, size 8).
 Text IGaCreateService.createDefaultText(Diagram diagram, GraphicsAlgorithmContainer gaContainer, String value)
          Creates a text graphics algorithm with the default font (Arial, size 8) and the given text.
 Text IGaCreateService.createText(GraphicsAlgorithmContainer gaContainer)
          Creates a text graphics algorithm.
 Text IGaCreateService.createText(GraphicsAlgorithmContainer gaContainer, String value)
          Creates a text graphics algorithm with the given text.
 



Copyright (c) SAP AG 2005, 2010.