|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 convenient method for the color handling which simply calls Graphiti.getGaService().manageColor(...) . |
protected Color |
AbstractBasePattern.manageColor(int red,
int green,
int blue)
A convenient method for the color handling which simply calls Graphiti.getGaService().manageColor(...) . |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |