|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IColorConstant in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl with parameters of type IColorConstant | |
---|---|
protected Color |
AbstractFeature.manageColor(IColorConstant colorConstant)
Manage color. |
Uses of IColorConstant in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern with parameters of type IColorConstant | |
---|---|
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 . |
Uses of IColorConstant in org.eclipse.graphiti.pattern.config |
---|
Methods in org.eclipse.graphiti.pattern.config that return IColorConstant | |
---|---|
IColorConstant |
IColorConfiguration.getBackgroundColor()
Gets the background color. |
IColorConstant |
IColorConfiguration.getForegroundColor()
Gets the foreground color. |
IColorConstant |
IColorConfiguration.getTextColor()
Gets the text color. |
Methods in org.eclipse.graphiti.pattern.config with parameters of type IColorConstant | |
---|---|
void |
IColorConfiguration.setBackgroundColor(IColorConstant color)
Sets the background color. |
void |
IColorConfiguration.setForegroundColor(IColorConstant color)
Sets the foreground color. |
void |
IColorConfiguration.setTextColor(IColorConstant color)
Sets the text color. |
Uses of IColorConstant in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return IColorConstant | |
---|---|
IColorConstant |
IGaCreateService.createShiftedColor(IColorConstant colorConstant,
int shift)
Shifts the Color constant darker or lighter. |
Methods in org.eclipse.graphiti.services with parameters of type IColorConstant | |
---|---|
IColorConstant |
IGaCreateService.createShiftedColor(IColorConstant colorConstant,
int shift)
Shifts the Color constant darker or lighter. |
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. |
Uses of IColorConstant in org.eclipse.graphiti.services.impl |
---|
Methods in org.eclipse.graphiti.services.impl that return IColorConstant | |
---|---|
IColorConstant |
GaServiceImpl.createShiftedColor(IColorConstant colorConstant,
int shift)
|
Methods in org.eclipse.graphiti.services.impl with parameters of type IColorConstant | |
---|---|
IColorConstant |
GaServiceImpl.createShiftedColor(IColorConstant colorConstant,
int shift)
|
Color |
GaServiceImpl.manageColor(Diagram diagram,
IColorConstant colorConstant)
|
Uses of IColorConstant in org.eclipse.graphiti.tb |
---|
Fields in org.eclipse.graphiti.tb declared as IColorConstant | |
---|---|
private IColorConstant |
ColorDecorator.backgroundColor
|
private IColorConstant |
BorderDecorator.borderColor
|
private IColorConstant |
SelectionInfoImpl.color
|
private IColorConstant |
ColorDecorator.foregroundColor
|
private IColorConstant |
SelectionInfoImpl.handleBackgroundColor
|
private IColorConstant |
SelectionInfoImpl.handleForegroundColor
|
private IColorConstant |
SelectionInfoImpl.hoverColor
|
private IColorConstant |
SelectionInfoImpl.hoverColorParentSelected
|
private IColorConstant |
SelectionInfoImpl.primarySelectionBackgroundColor
|
private IColorConstant |
SelectionInfoImpl.secondarySelectionBackgroundColor
|
Methods in org.eclipse.graphiti.tb that return IColorConstant | |
---|---|
IColorConstant |
ColorDecorator.getBackgroundColor()
|
IColorConstant |
IColorDecorator.getBackgroundColor()
Returns the color that will be used for painting the background of the shape to decorate. |
IColorConstant |
BorderDecorator.getBorderColor()
|
IColorConstant |
IBorderDecorator.getBorderColor()
Returns the color that will be used for the border. |
IColorConstant |
ISelectionInfo.getColor()
Gets the color. |
IColorConstant |
SelectionInfoImpl.getColor()
|
IColorConstant |
ColorDecorator.getForegroundColor()
|
IColorConstant |
IColorDecorator.getForegroundColor()
Returns the color that will be used for painting the foreground of the shape to decorate. |
IColorConstant |
ISelectionInfo.getHandleBackgroundColor()
Gets the handle background color. |
IColorConstant |
SelectionInfoImpl.getHandleBackgroundColor()
|
IColorConstant |
ISelectionInfo.getHandleForegroundColor()
Gets the handle foreground color. |
IColorConstant |
SelectionInfoImpl.getHandleForegroundColor()
|
IColorConstant |
ISelectionInfo.getHoverColor()
Gets the hover color. |
IColorConstant |
SelectionInfoImpl.getHoverColor()
|
IColorConstant |
ISelectionInfo.getHoverColorParentSelected()
Gets the hover color for a shape whose parent is selected. |
IColorConstant |
SelectionInfoImpl.getHoverColorParentSelected()
|
IColorConstant |
ISelectionInfo.getPrimarySelectionBackGroundColor()
Gets the primary selection background color. |
IColorConstant |
SelectionInfoImpl.getPrimarySelectionBackGroundColor()
|
IColorConstant |
ISelectionInfo.getSecondarySelectionBackGroundColor()
Gets the secondary selection background color. |
IColorConstant |
SelectionInfoImpl.getSecondarySelectionBackGroundColor()
|
Methods in org.eclipse.graphiti.tb with parameters of type IColorConstant | |
---|---|
void |
ColorDecorator.setBackgroundColor(IColorConstant backgroundColor)
Sets the color to be used for the background of the shape. |
void |
BorderDecorator.setBorderColor(IColorConstant borderColor)
Sets the color to be used for the border line. |
void |
ISelectionInfo.setColor(IColorConstant color)
Set the color of the selection. |
void |
SelectionInfoImpl.setColor(IColorConstant color)
|
void |
ColorDecorator.setForegroundColor(IColorConstant foregroundColor)
Sets the color to be used for the foreground of the shape. |
void |
ISelectionInfo.setHandleBackgroundColor(IColorConstant color)
Set the background color of the selection handle. |
void |
SelectionInfoImpl.setHandleBackgroundColor(IColorConstant handleBackgroundColor)
|
void |
ISelectionInfo.setHandleForegroundColor(IColorConstant color)
Set the foreground color of the selection handle. |
void |
SelectionInfoImpl.setHandleForegroundColor(IColorConstant handleForegroundColor)
|
void |
ISelectionInfo.setHoverColor(IColorConstant hoverColor)
Sets the hover color. |
void |
SelectionInfoImpl.setHoverColor(IColorConstant hoverColor)
|
void |
ISelectionInfo.setHoverColorParentSelected(IColorConstant hoverColor)
Sets the hover color for shapes whose parent is selected. |
void |
SelectionInfoImpl.setHoverColorParentSelected(IColorConstant hoverColor)
|
void |
ISelectionInfo.setLineStyle(IColorConstant color)
Set hover color. |
void |
SelectionInfoImpl.setLineStyle(IColorConstant color)
|
void |
ISelectionInfo.setPrimarySelectionBackgroundColor(IColorConstant color)
Sets color for primary selection background. |
void |
SelectionInfoImpl.setPrimarySelectionBackgroundColor(IColorConstant color)
|
void |
ISelectionInfo.setSecondarySelectionBackgroundColor(IColorConstant color)
Sets color for secondary selection background. |
void |
SelectionInfoImpl.setSecondarySelectionBackgroundColor(IColorConstant color)
|
Constructors in org.eclipse.graphiti.tb with parameters of type IColorConstant | |
---|---|
BorderDecorator(IColorConstant borderColor,
java.lang.Integer lineWidth,
java.lang.Integer lineStyle)
Creates a new border decorator that decorates a shape with a border with the given settings. |
|
ColorDecorator(IColorConstant foregroundColor,
IColorConstant backgroundColor)
Creates a new color decorator that decorates a shape with the given foreground and background colors. |
|
SelectionInfoImpl(IColorConstant color,
IColorConstant handleForegroundColor,
IColorConstant handleBackgroundColor,
IColorConstant hoverColor,
LineStyle lineStyle)
Creates a new SelectionInfoImpl . |
|
SelectionInfoImpl(IColorConstant color,
IColorConstant handleForegroundColor,
IColorConstant handleBackgroundColor,
LineStyle lineStyle)
Creates a new SelectionInfoImpl . |
Uses of IColorConstant in org.eclipse.graphiti.util |
---|
Classes in org.eclipse.graphiti.util that implement IColorConstant | |
---|---|
class |
ColorConstant
The Class ColorConstant. |
Fields in org.eclipse.graphiti.util declared as IColorConstant | |
---|---|
static IColorConstant |
IColorConstant.BLACK
The "black" color. |
static IColorConstant |
IColorConstant.BLUE
The "blue" color. |
static IColorConstant |
IColorConstant.CONNECTION_SELECTION_FG
The foreground selection color of a connection. |
static IColorConstant |
IColorConstant.CYAN
The "cyan" color. |
static IColorConstant |
IColorConstant.DARK_BLUE
The "dark blue" color. |
static IColorConstant |
IColorConstant.DARK_GRAY
The "dark gray" color. |
static IColorConstant |
IColorConstant.DARK_GREEN
The "dark green" color. |
static IColorConstant |
IColorConstant.DARK_ORANGE
The "dark orange" color. |
static IColorConstant |
IColorConstant.GRAY
The "gray" color. |
static IColorConstant |
IColorConstant.GREEN
The "green" color. |
static IColorConstant |
IColorConstant.HANDLE_BG
The handle background color. |
static IColorConstant |
IColorConstant.HANDLE_FG
The handle foreground color. |
static IColorConstant |
IColorConstant.LIGHT_BLUE
The "light blue" color. |
static IColorConstant |
IColorConstant.LIGHT_GRAY
The "light gray" color. |
static IColorConstant |
IColorConstant.LIGHT_GREEN
The "light green" color. |
static IColorConstant |
IColorConstant.LIGHT_LIGHT_GRAY
The "light light gray" color. |
static IColorConstant |
IColorConstant.LIGHT_ORANGE
The "light orange" color. |
static IColorConstant |
IColorConstant.ORANGE
The "orange" color. |
static IColorConstant |
IColorConstant.RED
The "red" color. |
static IColorConstant |
IColorConstant.SHAPE_SELECTION_FG
The foreground selection color of a shape. |
static IColorConstant |
IColorConstant.WHITE
The "white" color. |
static IColorConstant |
IColorConstant.YELLOW
The "yellow" color. |
Methods in org.eclipse.graphiti.util that return IColorConstant | |
---|---|
IColorConstant |
ILook.getFieldErrorBackgroundColor()
Gets the field error background color. |
IColorConstant |
ILook.getFieldErrorForegroundColor()
Gets the field error foreground color. |
IColorConstant |
ILook.getGridBackgroundColor()
Gets the grid background color. |
IColorConstant |
ILook.getMajorGridLineColor()
Gets the major grid line color. |
IColorConstant |
ILook.getMinorGridLineColor()
Gets the minor grid line color. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |