|
||||||||||
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. |
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. |
Method Detail |
---|
IColorConstant getColor()
IColorConstant getHandleForegroundColor()
IColorConstant getHandleBackgroundColor()
IColorConstant getHoverColor()
color
- the on hover colorIColorConstant getHoverColorParentSelected()
color
- the on hover colorLineStyle getLineStyle()
void setColor(IColorConstant color)
color
- the colorvoid setHoverColor(IColorConstant hoverColor)
color
- the colorvoid setHoverColorParentSelected(IColorConstant hoverColor)
color
- 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 |