|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISelectionInfo
The Interface ISelectionInfo.
| Method Summary | |
|---|---|
IColorConstant |
getColor()
Gets the color. |
IColorConstant |
getHandleBackgroundColor()
Gets the handle background color. |
IColorConstant |
getHandleForegroundColor()
Gets the handle foreground color. |
IColorConstant |
getHoverColor()
Gets the hover color. |
IColorConstant |
getHoverColorParentSelected()
Gets the hover color for a shape whose parent is selected. |
LineStyle |
getLineStyle()
Gets the line style. |
IColorConstant |
getPrimarySelectionBackGroundColor()
Gets the primary selection background color. |
IColorConstant |
getSecondarySelectionBackGroundColor()
Gets the secondary selection background color. |
void |
setColor(IColorConstant color)
Set the color of the selection. |
void |
setHandleBackgroundColor(IColorConstant color)
Set the background color of the selection handle. |
void |
setHandleForegroundColor(IColorConstant color)
Set the foreground color of the selection handle. |
void |
setHoverColor(IColorConstant hoverColor)
Sets the hover color. |
void |
setHoverColorParentSelected(IColorConstant hoverColor)
Sets the hover color for shapes whose parent is selected. |
void |
setLineStyle(IColorConstant color)
Set hover color. |
void |
setLineStyle(LineStyle lineStyle)
Set the line style of the selection. |
void |
setPrimarySelectionBackgroundColor(IColorConstant color)
Sets color for primary selection background. |
void |
setSecondarySelectionBackgroundColor(IColorConstant color)
Sets color for secondary selection background. |
| Method Detail |
|---|
IColorConstant getColor()
IColorConstant getHandleForegroundColor()
IColorConstant getHandleBackgroundColor()
IColorConstant getHoverColor()
IColorConstant getPrimarySelectionBackGroundColor()
IColorConstant getSecondarySelectionBackGroundColor()
IColorConstant getHoverColorParentSelected()
LineStyle getLineStyle()
void setColor(IColorConstant color)
color - the colorvoid setHoverColor(IColorConstant hoverColor)
hoverColor - the colorvoid setPrimarySelectionBackgroundColor(IColorConstant color)
color - the colorvoid setSecondarySelectionBackgroundColor(IColorConstant color)
color - the colorvoid setHoverColorParentSelected(IColorConstant hoverColor)
hoverColor - the colorvoid setHandleForegroundColor(IColorConstant color)
color - the colorvoid setHandleBackgroundColor(IColorConstant color)
color - the colorvoid setLineStyle(LineStyle lineStyle)
lineStyle - the line stylevoid setLineStyle(IColorConstant color)
color - the on hover color
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||