|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.graphiti.tb.SelectionInfoImpl
public abstract class SelectionInfoImpl
The Class SelectionInfoImpl.
| Field Summary | |
|---|---|
private IColorConstant |
color
|
private IColorConstant |
hoverColor
|
private IColorConstant |
hoverColorParentSelected
|
private LineStyle |
lineStyle
|
| Constructor Summary | |
|---|---|
SelectionInfoImpl()
Creates a new SelectionInfoImpl. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private IColorConstant color
private IColorConstant hoverColor
private LineStyle lineStyle
private IColorConstant hoverColorParentSelected
| Constructor Detail |
|---|
public SelectionInfoImpl()
SelectionInfoImpl.
| Method Detail |
|---|
public IColorConstant getColor()
ISelectionInfo
getColor in interface ISelectionInfopublic LineStyle getLineStyle()
ISelectionInfo
getLineStyle in interface ISelectionInfopublic void setLineStyle(LineStyle lineStyle)
ISelectionInfo
setLineStyle in interface ISelectionInfolineStyle - the line stylepublic void setColor(IColorConstant color)
ISelectionInfo
setColor in interface ISelectionInfocolor - the colorpublic IColorConstant getHoverColor()
ISelectionInfo
getHoverColor in interface ISelectionInfopublic void setHoverColor(IColorConstant hoverColor)
ISelectionInfo
setHoverColor in interface ISelectionInfohoverColor - the colorpublic IColorConstant getHoverColorParentSelected()
ISelectionInfo
getHoverColorParentSelected in interface ISelectionInfopublic void setHoverColorParentSelected(IColorConstant hoverColor)
ISelectionInfo
setHoverColorParentSelected in interface ISelectionInfohoverColor - the color
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||