public abstract class SelectionInfoImpl extends java.lang.Object implements ISelectionInfo
| Constructor and Description |
|---|
SelectionInfoImpl()
Creates a new
SelectionInfoImpl. |
| 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.
|
public SelectionInfoImpl()
SelectionInfoImpl.public IColorConstant getColor()
ISelectionInfogetColor in interface ISelectionInfopublic LineStyle getLineStyle()
ISelectionInfogetLineStyle in interface ISelectionInfopublic void setLineStyle(LineStyle lineStyle)
ISelectionInfosetLineStyle in interface ISelectionInfolineStyle - the line stylepublic void setColor(IColorConstant color)
ISelectionInfosetColor in interface ISelectionInfocolor - the colorpublic IColorConstant getHoverColor()
ISelectionInfogetHoverColor in interface ISelectionInfopublic void setHoverColor(IColorConstant hoverColor)
ISelectionInfosetHoverColor in interface ISelectionInfohoverColor - the colorpublic IColorConstant getHoverColorParentSelected()
ISelectionInfogetHoverColorParentSelected in interface ISelectionInfopublic void setHoverColorParentSelected(IColorConstant hoverColor)
ISelectionInfosetHoverColorParentSelected in interface ISelectionInfohoverColor - the color