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

Packages that use Style
org.eclipse.graphiti.mm.algorithms   
org.eclipse.graphiti.mm.algorithms.impl   
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   
 

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

Methods in org.eclipse.graphiti.mm.algorithms that return Style
 Style GraphicsAlgorithm.getStyle()
          Returns the value of the 'Style' reference.
 

Methods in org.eclipse.graphiti.mm.algorithms with parameters of type Style
 void GraphicsAlgorithm.setStyle(Style value)
          Sets the value of the 'Style' reference.
 

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

Fields in org.eclipse.graphiti.mm.algorithms.impl declared as Style
protected  Style GraphicsAlgorithmImpl.style
          The cached value of the 'Style' reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.impl that return Style
 Style GraphicsAlgorithmImpl.basicGetStyle()
           
 Style GraphicsAlgorithmImpl.getStyle()
           
 

Methods in org.eclipse.graphiti.mm.algorithms.impl with parameters of type Style
 void GraphicsAlgorithmImpl.setStyle(Style newStyle)
           
 

Uses of Style in org.eclipse.graphiti.mm.algorithms.styles
 

Methods in org.eclipse.graphiti.mm.algorithms.styles that return Style
 Style StylesFactory.createStyle()
          Returns a new object of class 'Style'.
 

Uses of Style in org.eclipse.graphiti.mm.algorithms.styles.impl
 

Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement Style
 class StyleImpl
          An implementation of the model object 'Style'.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return Style
 Style StylesFactoryImpl.createStyle()
           
 

Uses of Style in org.eclipse.graphiti.mm.algorithms.styles.util
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type Style
 T StylesSwitch.caseStyle(Style object)
          Returns the result of interpreting the object as an instance of 'Style'.
 

Uses of Style in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Style
 Style IGaCreateService.createPlainStyle(StyleContainer styleContainer, String id)
          Creates a Style with the given id.
 Style IGaCreateService.createStyle(StyleContainer styleContainer, String id)
          Creates a Style with the given id.
 Style IGaService.findStyle(StyleContainer styleContainer, String id)
          Searches for a style with the given id.
 

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

Methods in org.eclipse.graphiti.services.impl that return Style
 Style GaServiceImpl.createPlainStyle(StyleContainer styleContainer, String id)
           
 Style GaServiceImpl.createStyle(StyleContainer styleContainer, String id)
           
 Style GaServiceImpl.findStyle(StyleContainer styleContainer, String id)
           
 

Methods in org.eclipse.graphiti.services.impl with parameters of type Style
private static Integer GaServiceImpl.getAngle(Style style)
           
private static Color GaServiceImpl.getBackgroundColor(Style style)
           
private static Font GaServiceImpl.getFont(Style style)
           
private static Color GaServiceImpl.getForegroundColor(Style style)
           
private static Orientation GaServiceImpl.getHorizontalAlignment(Style style)
           
private static LineStyle GaServiceImpl.getLineStyle(Style style)
           
private static Integer GaServiceImpl.getLineWidth(Style style)
           
private static RenderingStyle GaServiceImpl.getRenderingStyle(Style style)
           
private static Double GaServiceImpl.getRotation(Style style)
           
private static Double GaServiceImpl.getTransparency(Style style)
           
private static Orientation GaServiceImpl.getVerticalAlignment(Style style)
           
private static Boolean GaServiceImpl.isFilled(Style style)
           
private static Boolean GaServiceImpl.isLineVisible(Style style)
           
private static Boolean GaServiceImpl.isProportional(Style style)
           
private static Boolean GaServiceImpl.isStretchH(Style style)
           
private static Boolean GaServiceImpl.isStretchV(Style style)
           
 



Copyright (c) SAP AG 2005, 2012.