public interface ISelectionInfo
| Modifier and Type | Method and Description |
|---|---|
IColorConstant |
getColor()
Gets the 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 |
setHoverColor(IColorConstant hoverColor)
Sets the hover color.
|
void |
setHoverColorParentSelected(IColorConstant hoverColor)
Sets the hover color for shapes whose parent is selected.
|
void |
setLineStyle(LineStyle lineStyle)
Set the line style of the selection.
|
IColorConstant getColor()
IColorConstant getHoverColor()
IColorConstant getHoverColorParentSelected()
LineStyle getLineStyle()
void setColor(IColorConstant color)
color - the colorvoid setHoverColor(IColorConstant hoverColor)
hoverColor - the colorvoid setHoverColorParentSelected(IColorConstant hoverColor)
hoverColor - the colorvoid setLineStyle(LineStyle lineStyle)
lineStyle - the line style