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()
ISelectionInfo
getColor
in interface ISelectionInfo
public LineStyle getLineStyle()
ISelectionInfo
getLineStyle
in interface ISelectionInfo
public void setLineStyle(LineStyle lineStyle)
ISelectionInfo
setLineStyle
in interface ISelectionInfo
lineStyle
- the line stylepublic void setColor(IColorConstant color)
ISelectionInfo
setColor
in interface ISelectionInfo
color
- the colorpublic IColorConstant getHoverColor()
ISelectionInfo
getHoverColor
in interface ISelectionInfo
public void setHoverColor(IColorConstant hoverColor)
ISelectionInfo
setHoverColor
in interface ISelectionInfo
hoverColor
- the colorpublic IColorConstant getHoverColorParentSelected()
ISelectionInfo
getHoverColorParentSelected
in interface ISelectionInfo
public void setHoverColorParentSelected(IColorConstant hoverColor)
ISelectionInfo
setHoverColorParentSelected
in interface ISelectionInfo
hoverColor
- the color