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

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

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

Methods in org.eclipse.graphiti.mm.algorithms.impl that return RenderingStyle
 RenderingStyle GraphicsAlgorithmImpl.basicGetRenderingStyle()
           
 RenderingStyle GraphicsAlgorithmImpl.getRenderingStyle()
           
 

Methods in org.eclipse.graphiti.mm.algorithms.impl with parameters of type RenderingStyle
 NotificationChain GraphicsAlgorithmImpl.basicSetRenderingStyle(RenderingStyle newRenderingStyle, NotificationChain msgs)
           
 void GraphicsAlgorithmImpl.setRenderingStyle(RenderingStyle newRenderingStyle)
           
 

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

Methods in org.eclipse.graphiti.mm.algorithms.styles that return RenderingStyle
 RenderingStyle StylesFactory.createRenderingStyle()
          Returns a new object of class 'Rendering Style'.
 RenderingStyle AbstractStyle.getRenderingStyle()
          Returns the value of the 'Rendering Style' containment reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type RenderingStyle
 void AbstractStyle.setRenderingStyle(RenderingStyle value)
          Sets the value of the 'Rendering Style' containment reference.
 

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

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

Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as RenderingStyle
protected  RenderingStyle AbstractStyleImpl.renderingStyle
          The cached value of the 'Rendering Style' containment reference.
protected  RenderingStyle StyleImpl.renderingStyle
          The cached value of the 'Rendering Style' containment reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return RenderingStyle
 RenderingStyle AbstractStyleImpl.basicGetRenderingStyle()
           
 RenderingStyle StyleImpl.basicGetRenderingStyle()
           
 RenderingStyle StylesFactoryImpl.createRenderingStyle()
           
 RenderingStyle AbstractStyleImpl.getRenderingStyle()
           
 RenderingStyle StyleImpl.getRenderingStyle()
           
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type RenderingStyle
 NotificationChain AbstractStyleImpl.basicSetRenderingStyle(RenderingStyle newRenderingStyle, NotificationChain msgs)
           
 NotificationChain StyleImpl.basicSetRenderingStyle(RenderingStyle newRenderingStyle, NotificationChain msgs)
           
 void AbstractStyleImpl.setRenderingStyle(RenderingStyle newRenderingStyle)
           
 void StyleImpl.setRenderingStyle(RenderingStyle newRenderingStyle)
           
 

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

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

Uses of RenderingStyle in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return RenderingStyle
 RenderingStyle IGaService.getRenderingStyle(GraphicsAlgorithm ga, boolean checkStyles)
          Gets the rendering style.
 

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

Methods in org.eclipse.graphiti.services.impl that return RenderingStyle
 RenderingStyle GaServiceImpl.getRenderingStyle(GraphicsAlgorithm ga, boolean checkStyles)
           
private static RenderingStyle GaServiceImpl.getRenderingStyle(Style style)
           
 



Copyright (c) SAP AG 2005, 2012.