public interface IShapeSelectionInfo extends ISelectionInfo
Modifier and Type | Method and Description |
---|---|
IColorConstant |
getPrimarySelectionBackgroundColor()
Gets the primary selection background color.
|
IColorConstant |
getPrimarySelectionHandleBackgroundColor()
Gets the primary selection background color for the selection handle.
|
IColorConstant |
getPrimarySelectionHandleForegroundColor()
Gets the primary selection foreground color for the selection handle.
|
IColorConstant |
getSecondarySelectionBackgroundColor()
Gets the secondary selection background color.
|
IColorConstant |
getSecondarySelectionHandleBackgroundColor()
Gets the secondary selection background color for the selection handle.
|
IColorConstant |
getSecondarySelectionHandleForegroundColor()
Gets the secondary selection foreground color for the selection handle.
|
void |
setPrimarySelectionBackgroundColor(IColorConstant color)
Sets color for primary selection background.
|
void |
setPrimarySelectionHandleBackgroundColor(IColorConstant color)
Sets the primary selection background color for the selection handle.
|
void |
setPrimarySelectionHandleForegroundColor(IColorConstant color)
Sets the primary selection foreground color for the selection handle.
|
void |
setSecondarySelectionBackgroundColor(IColorConstant color)
Sets color for secondary selection background.
|
void |
setSecondarySelectionHandleBackgroundColor(IColorConstant color)
Sets the secondary selection background color for the selection handle.
|
void |
setSecondarySelectionHandleForegroundColor(IColorConstant color)
Sets the secondary selection foreground color for the selection handle.
|
getColor, getHoverColor, getHoverColorParentSelected, getLineStyle, setColor, setHoverColor, setHoverColorParentSelected, setLineStyle
IColorConstant getPrimarySelectionBackgroundColor()
IColorConstant getSecondarySelectionBackgroundColor()
void setPrimarySelectionBackgroundColor(IColorConstant color)
color
- the colorvoid setSecondarySelectionBackgroundColor(IColorConstant color)
color
- the colorIColorConstant getPrimarySelectionHandleForegroundColor()
IColorConstant getPrimarySelectionHandleBackgroundColor()
IColorConstant getSecondarySelectionHandleForegroundColor()
IColorConstant getSecondarySelectionHandleBackgroundColor()
void setPrimarySelectionHandleForegroundColor(IColorConstant color)
color
- the colorvoid setPrimarySelectionHandleBackgroundColor(IColorConstant color)
color
- the colorvoid setSecondarySelectionHandleForegroundColor(IColorConstant color)
color
- the colorvoid setSecondarySelectionHandleBackgroundColor(IColorConstant color)
color
- the color