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

Packages that use AbstractStyle
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.mm.algorithms.util   
org.eclipse.graphiti.services   
 

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

Subinterfaces of AbstractStyle in org.eclipse.graphiti.mm.algorithms
 interface AbstractText
          A representation of the model object 'Abstract Text'.
 interface Ellipse
          A representation of the model object 'Ellipse'.
 interface GraphicsAlgorithm
          A representation of the model object 'Graphics Algorithm'.
 interface Image
          A representation of the model object 'Image'.
 interface MultiText
          A representation of the model object 'Multi Text'.
 interface PlatformGraphicsAlgorithm
          A representation of the model object 'Platform Graphics Algorithm'.
 interface Polygon
          A representation of the model object 'Polygon'.
 interface Polyline
          A representation of the model object 'Polyline'.
 interface Rectangle
          A representation of the model object 'Rectangle'.
 interface RoundedRectangle
          A representation of the model object 'Rounded Rectangle'.
 interface Text
          A representation of the model object 'Text'.
 

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

Classes in org.eclipse.graphiti.mm.algorithms.impl that implement AbstractStyle
 class AbstractTextImpl
          An implementation of the model object 'Abstract Text'.
 class EllipseImpl
          An implementation of the model object 'Ellipse'.
 class GraphicsAlgorithmImpl
          An implementation of the model object 'Graphics Algorithm'.
 class ImageImpl
          An implementation of the model object 'Image'.
 class MultiTextImpl
          An implementation of the model object 'Multi Text'.
 class PlatformGraphicsAlgorithmImpl
          An implementation of the model object 'Platform Graphics Algorithm'.
 class PolygonImpl
          An implementation of the model object 'Polygon'.
 class PolylineImpl
          An implementation of the model object 'Polyline'.
 class RectangleImpl
          An implementation of the model object 'Rectangle'.
 class RoundedRectangleImpl
          An implementation of the model object 'Rounded Rectangle'.
 class TextImpl
          An implementation of the model object 'Text'.
 

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

Subinterfaces of AbstractStyle in org.eclipse.graphiti.mm.algorithms.styles
 interface Style
          A representation of the model object 'Style'.
 

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

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

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

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

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

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

Uses of AbstractStyle in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services with parameters of type AbstractStyle
 void IGaService.deleteRenderingStyle(AbstractStyle abstractStyle)
          Deletes the RenderingStyle from the given AbstractStyle.
 void IGaService.ignoreAll(AbstractStyle abstractStyle)
          Sets the provided AbstractStyle (could be a GraphicsAlgorithm or a Style) to ignore all locally set attributes and instead use the ones provided by the style set to the AbstractStyle.
 void IGaService.setRenderingStyle(AbstractStyle abstractStyle, AdaptedGradientColoredAreas adaptedGradientColoredAreas)
          Sets a RenderingStyle with given adapted gradient colored areas for the given AbstractStyle.
 



Copyright (c) SAP AG 2005, 2010.