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

Packages that use Color
org.eclipse.graphiti.features.impl   
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.pattern   
org.eclipse.graphiti.services   
org.eclipse.graphiti.services.impl   
 

Uses of Color in org.eclipse.graphiti.features.impl
 

Methods in org.eclipse.graphiti.features.impl that return Color
protected  Color AbstractFeature.manageColor(IColorConstant colorConstant)
          Manage color.
protected  Color AbstractFeature.manageColor(int red, int green, int blue)
          Manage color.
 

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

Fields in org.eclipse.graphiti.mm.algorithms.impl declared as Color
protected  Color GraphicsAlgorithmImpl.background
          The cached value of the 'Background' reference.
protected  Color GraphicsAlgorithmImpl.foreground
          The cached value of the 'Foreground' reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.impl that return Color
 Color GraphicsAlgorithmImpl.basicGetBackground()
           
 Color GraphicsAlgorithmImpl.basicGetForeground()
           
 Color GraphicsAlgorithmImpl.getBackground()
           
 Color GraphicsAlgorithmImpl.getForeground()
           
 

Methods in org.eclipse.graphiti.mm.algorithms.impl with parameters of type Color
 void GraphicsAlgorithmImpl.setBackground(Color newBackground)
           
 void GraphicsAlgorithmImpl.setForeground(Color newForeground)
           
 

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

Methods in org.eclipse.graphiti.mm.algorithms.styles that return Color
 Color StylesFactory.createColor()
          Returns a new object of class 'Color'.
 Color AbstractStyle.getBackground()
          Returns the value of the 'Background' reference.
 Color GradientColoredLocation.getColor()
          Returns the value of the 'Color' containment reference.
 Color AbstractStyle.getForeground()
          Returns the value of the 'Foreground' reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles with parameters of type Color
 void AbstractStyle.setBackground(Color value)
          Sets the value of the 'Background' reference.
 void GradientColoredLocation.setColor(Color value)
          Sets the value of the 'Color' containment reference.
 void AbstractStyle.setForeground(Color value)
          Sets the value of the 'Foreground' reference.
 

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

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

Fields in org.eclipse.graphiti.mm.algorithms.styles.impl declared as Color
protected  Color AbstractStyleImpl.background
          The cached value of the 'Background' reference.
protected  Color StyleImpl.background
          The cached value of the 'Background' reference.
protected  Color GradientColoredLocationImpl.color
          The cached value of the 'Color' containment reference.
protected  Color AbstractStyleImpl.foreground
          The cached value of the 'Foreground' reference.
protected  Color StyleImpl.foreground
          The cached value of the 'Foreground' reference.
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return Color
 Color AbstractStyleImpl.basicGetBackground()
           
 Color StyleImpl.basicGetBackground()
           
 Color GradientColoredLocationImpl.basicGetColor()
           
 Color AbstractStyleImpl.basicGetForeground()
           
 Color StyleImpl.basicGetForeground()
           
 Color StylesFactoryImpl.createColor()
           
 Color AbstractStyleImpl.getBackground()
           
 Color StyleImpl.getBackground()
           
 Color GradientColoredLocationImpl.getColor()
           
 Color AbstractStyleImpl.getForeground()
           
 Color StyleImpl.getForeground()
           
 

Methods in org.eclipse.graphiti.mm.algorithms.styles.impl with parameters of type Color
 NotificationChain GradientColoredLocationImpl.basicSetColor(Color newColor, NotificationChain msgs)
           
 void AbstractStyleImpl.setBackground(Color newBackground)
           
 void StyleImpl.setBackground(Color newBackground)
           
 void GradientColoredLocationImpl.setColor(Color newColor)
           
 void AbstractStyleImpl.setForeground(Color newForeground)
           
 void StyleImpl.setForeground(Color newForeground)
           
 

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

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

Uses of Color in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern that return Color
protected  Color AbstractBasePattern.manageColor(IColorConstant colorConstant)
          A convenience method for the color handling which simply calls IGaService.manageColor(Diagram, IColorConstant) to manage a Color used within the Diagram.
protected  Color AbstractBasePattern.manageColor(int red, int green, int blue)
          A convenience method for the color handling which simply calls IGaService.manageColor(Diagram, int, int, int) to manage a Color used within the Diagram.
 

Uses of Color in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Color
 Color IGaCreateService.createShiftedColor(Color color, int shift, Diagram diagram)
          Shifts the Color darker or lighter.
 Color IGaService.getBackgroundColor(GraphicsAlgorithm ga, boolean checkStyles)
          Gets the background color.
 Color IGaService.getForegroundColor(GraphicsAlgorithm ga, boolean checkStyles)
          Gets the foreground color.
 Color IGaService.manageColor(Diagram diagram, IColorConstant colorConstant)
          Provides a color instance with the given color constant by either creating a new one and aggregating it to the diagram or finding it in the diagrams palette of colors.
 Color IGaService.manageColor(Diagram diagram, int red, int green, int blue)
          Provides a color instance with the given RGB values by either creating a new one and aggregating it to the diagram or finding it in the diagrams palette of colors.
 

Methods in org.eclipse.graphiti.services with parameters of type Color
 Color IGaCreateService.createShiftedColor(Color color, int shift, Diagram diagram)
          Shifts the Color darker or lighter.
 void IGaService.deleteColor(Color color)
          Deletes the given color.
 

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

Methods in org.eclipse.graphiti.services.impl that return Color
 Color GaServiceImpl.createShiftedColor(Color color, int shift, Diagram diagram)
           
 Color GaServiceImpl.getBackgroundColor(GraphicsAlgorithm ga, boolean checkStyles)
           
private static Color GaServiceImpl.getBackgroundColor(Style style)
           
 Color GaServiceImpl.getForegroundColor(GraphicsAlgorithm ga, boolean checkStyles)
           
private static Color GaServiceImpl.getForegroundColor(Style style)
           
 Color GaServiceImpl.manageColor(Diagram diagram, IColorConstant colorConstant)
           
 Color GaServiceImpl.manageColor(Diagram diagram, int red, int green, int blue)
           
 

Methods in org.eclipse.graphiti.services.impl with parameters of type Color
 Color GaServiceImpl.createShiftedColor(Color color, int shift, Diagram diagram)
           
 void GaServiceImpl.deleteColor(Color color)
           
 



Copyright (c) SAP AG 2005, 2012.