|
||||||||||
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 |
TextStyle.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. |
Color |
TextStyle.getForeground()
Returns the value of the 'Foreground' reference. |
Color |
TextStyle.getStrikeoutColor()
Returns the value of the 'Strikeout Color' reference. |
Color |
TextStyle.getUnderlineColor()
Returns the value of the 'Underline Color' 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 |
TextStyle.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. |
void |
TextStyle.setForeground(Color value)
Sets the value of the ' Foreground ' reference. |
void |
TextStyle.setStrikeoutColor(Color value)
Sets the value of the ' Strikeout Color ' reference. |
void |
TextStyle.setUnderlineColor(Color value)
Sets the value of the ' Underline Color ' 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 |
TextStyleImpl.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. |
protected Color |
TextStyleImpl.foreground
The cached value of the ' Foreground ' reference. |
protected Color |
TextStyleImpl.strikeoutColor
The cached value of the ' Strikeout Color ' reference. |
protected Color |
TextStyleImpl.underlineColor
The cached value of the ' Underline Color ' reference. |
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return Color | |
---|---|
Color |
AbstractStyleImpl.basicGetBackground()
|
Color |
StyleImpl.basicGetBackground()
|
Color |
TextStyleImpl.basicGetBackground()
|
Color |
GradientColoredLocationImpl.basicGetColor()
|
Color |
AbstractStyleImpl.basicGetForeground()
|
Color |
StyleImpl.basicGetForeground()
|
Color |
TextStyleImpl.basicGetForeground()
|
Color |
TextStyleImpl.basicGetStrikeoutColor()
|
Color |
TextStyleImpl.basicGetUnderlineColor()
|
Color |
StylesFactoryImpl.createColor()
|
Color |
AbstractStyleImpl.getBackground()
|
Color |
StyleImpl.getBackground()
|
Color |
TextStyleImpl.getBackground()
|
Color |
GradientColoredLocationImpl.getColor()
|
Color |
AbstractStyleImpl.getForeground()
|
Color |
StyleImpl.getForeground()
|
Color |
TextStyleImpl.getForeground()
|
Color |
TextStyleImpl.getStrikeoutColor()
|
Color |
TextStyleImpl.getUnderlineColor()
|
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 |
TextStyleImpl.setBackground(Color newBackground)
|
void |
GradientColoredLocationImpl.setColor(Color newColor)
|
void |
AbstractStyleImpl.setForeground(Color newForeground)
|
void |
StyleImpl.setForeground(Color newForeground)
|
void |
TextStyleImpl.setForeground(Color newForeground)
|
void |
TextStyleImpl.setStrikeoutColor(Color newStrikeoutColor)
|
void |
TextStyleImpl.setUnderlineColor(Color newUnderlineColor)
|
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)
|
Uses of Color in org.eclipse.graphiti.util |
---|
Methods in org.eclipse.graphiti.util with parameters of type Color | |
---|---|
TextBuilder.TextBuilderRegion |
TextBuilder.TextBuilderRegion.setBackground(Color col)
Set the background color of the text for the region. |
TextBuilder.TextBuilderRegion |
TextBuilder.TextBuilderRegion.setForeground(Color col)
Set the foreground color of the text for the region. |
TextBuilder.TextBuilderRegion |
TextBuilder.TextBuilderRegion.setStrikeOut(boolean value,
Color col)
Set strikeout for the region. |
TextBuilder.TextBuilderRegion |
TextBuilder.TextBuilderRegion.setUnderline(Color col)
Set the underline color for the region. |
TextBuilder.TextBuilderRegion |
TextBuilder.TextBuilderRegion.setUnderline(UnderlineStyle uStyle,
Color col)
Set the underline style for the region. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |