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   
org.eclipse.graphiti.ui.services   
 

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
 TextStyleRegion IGaCreateService.createTextStyleRegion(AbstractText abstractText)
          Creates a TextStyleRegion.
 TextStyleRegion IGaCreateService.createTextStyleRegion(AbstractText abstractText, int start, int end)
          Creates a TextStyleRegion with the given bounds.
 Font IGaService.getFont(AbstractText at, boolean checkStyles)
          Gets the font.
 Orientation IGaService.getHorizontalAlignment(AbstractText at, boolean checkStyles)
          Gets the horizontal alignment.
 double IGaService.getRotation(AbstractText at, boolean checkStyles)
          Gets the rotation angle.
 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, String value)
           
private  AbstractText GaServiceImpl.createText(Diagram diagram, GraphicsAlgorithmContainer gaContainer, boolean multiText, String value, boolean createFont)
           
 

Methods in org.eclipse.graphiti.services.impl with parameters of type AbstractText
 TextStyleRegion GaServiceImpl.createTextStyleRegion(AbstractText abstractText)
           
 TextStyleRegion GaServiceImpl.createTextStyleRegion(AbstractText abstractText, int start, int end)
           
 void GaServiceImpl.deleteFont(AbstractText abstractText)
           
 Font GaServiceImpl.getFont(AbstractText at, boolean checkStyles)
           
 Orientation GaServiceImpl.getHorizontalAlignment(AbstractText at, boolean checkStyles)
           
 double GaServiceImpl.getRotation(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).
 

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

Methods in org.eclipse.graphiti.ui.services with parameters of type AbstractText
 IDimension IUiLayoutService.calculateTextSize(AbstractText text)
          Calculates the width and height of the given text in the font of the gievn text.
 



Copyright (c) SAP AG 2005, 2012.