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

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

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

Subinterfaces of AbstractText in org.eclipse.graphiti.mm.algorithms
 interface MultiText
          A representation of the model object 'Multi Text'.
 interface Text
          A representation of the model object 'Text'.
 

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

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

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

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

Uses of AbstractText in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services with parameters of type AbstractText
 void IGaService.deleteFont(AbstractText abstractText)
          Deprecated. As of release 0.8.0, replaced by IGaService.deleteFont(Font font)
 int IGaService.getAngle(AbstractText at, boolean checkStyles)
          Gets the angle.
 Font IGaService.getFont(AbstractText at, boolean checkStyles)
          Gets the font.
 Orientation IGaService.getHorizontalAlignment(AbstractText at, boolean checkStyles)
          Gets the horizontal alignment.
 Orientation IGaService.getVerticalAlignment(AbstractText at, boolean checkStyles)
          Gets the vertical alignment.
 

Uses of AbstractText in org.eclipse.graphiti.services.impl
 

Methods in org.eclipse.graphiti.services.impl that return AbstractText
private  AbstractText GaServiceImpl.createPlainText(Diagram diagram, GraphicsAlgorithmContainer gaContainer, boolean multiText, java.lang.String value)
           
private  AbstractText GaServiceImpl.createText(Diagram diagram, GraphicsAlgorithmContainer gaContainer, boolean multiText, java.lang.String value, boolean createFont)
           
 

Methods in org.eclipse.graphiti.services.impl with parameters of type AbstractText
 void GaServiceImpl.deleteFont(AbstractText abstractText)
           
 int GaServiceImpl.getAngle(AbstractText at, boolean checkStyles)
           
 Font GaServiceImpl.getFont(AbstractText at, boolean checkStyles)
           
 Orientation GaServiceImpl.getHorizontalAlignment(AbstractText at, boolean checkStyles)
           
 Orientation GaServiceImpl.getVerticalAlignment(AbstractText at, boolean checkStyles)
           
protected  void GaServiceImpl.setDefaultTextAttributes(Diagram diagram, AbstractText abstractText, boolean createFont)
          Sets the default attributes of newly created AbstractText graphics algorithms (Text and MultiText).
 



Copyright (c) SAP AG 2005, 2012.