Package org.eclipse.graphiti.tb
Class ConnectionSelectionInfoImpl
- java.lang.Object
-
- org.eclipse.graphiti.tb.SelectionInfoImpl
-
- org.eclipse.graphiti.tb.ConnectionSelectionInfoImpl
-
- All Implemented Interfaces:
IConnectionSelectionInfo,ISelectionInfo
public class ConnectionSelectionInfoImpl extends SelectionInfoImpl implements IConnectionSelectionInfo
- Since:
- 0.10
-
-
Constructor Summary
Constructors Constructor Description ConnectionSelectionInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IColorConstantgetPrimarySelectionBendpointBackgroundColor()Gets the primary selection background color for the bendpoint.IColorConstantgetPrimarySelectionBendpointForegroundColor()Gets the primary selection foreground color for the bendpoint.IColorConstantgetSecondarySelectionBendpointBackgroundColor()Gets the secondary selection background color for the bendpoint.IColorConstantgetSecondarySelectionBendpointForegroundColor()Gets the secondary selection foreground color for the bendpoint.voidsetPrimarySelectionBendpointBackgroundColor(IColorConstant color)Sets the primary selection background color for the bendpoint.voidsetPrimarySelectionBendpointForegroundColor(IColorConstant color)Sets the primary selection foreground color for the bendpoint.voidsetSecondarySelectionBendpointBackgroundColor(IColorConstant color)Sets the secondary selection background color for the bendpoint.voidsetSecondarySelectionBendpointForegroundColor(IColorConstant color)Sets the secondary selection foreground color for the bendpoint.-
Methods inherited from class org.eclipse.graphiti.tb.SelectionInfoImpl
getColor, getHoverColor, getHoverColorParentSelected, getLineStyle, setColor, setHoverColor, setHoverColorParentSelected, setLineStyle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.graphiti.tb.ISelectionInfo
getColor, getHoverColor, getHoverColorParentSelected, getLineStyle, setColor, setHoverColor, setHoverColorParentSelected, setLineStyle
-
-
-
-
Method Detail
-
getPrimarySelectionBendpointForegroundColor
public IColorConstant getPrimarySelectionBendpointForegroundColor()
Description copied from interface:IConnectionSelectionInfoGets the primary selection foreground color for the bendpoint.- Specified by:
getPrimarySelectionBendpointForegroundColorin interfaceIConnectionSelectionInfo- Returns:
- the foreground color
-
getPrimarySelectionBendpointBackgroundColor
public IColorConstant getPrimarySelectionBendpointBackgroundColor()
Description copied from interface:IConnectionSelectionInfoGets the primary selection background color for the bendpoint.- Specified by:
getPrimarySelectionBendpointBackgroundColorin interfaceIConnectionSelectionInfo- Returns:
- the background color
-
getSecondarySelectionBendpointForegroundColor
public IColorConstant getSecondarySelectionBendpointForegroundColor()
Description copied from interface:IConnectionSelectionInfoGets the secondary selection foreground color for the bendpoint.- Specified by:
getSecondarySelectionBendpointForegroundColorin interfaceIConnectionSelectionInfo- Returns:
- the foreground color
-
getSecondarySelectionBendpointBackgroundColor
public IColorConstant getSecondarySelectionBendpointBackgroundColor()
Description copied from interface:IConnectionSelectionInfoGets the secondary selection background color for the bendpoint.- Specified by:
getSecondarySelectionBendpointBackgroundColorin interfaceIConnectionSelectionInfo- Returns:
- the background color
-
setPrimarySelectionBendpointForegroundColor
public void setPrimarySelectionBendpointForegroundColor(IColorConstant color)
Description copied from interface:IConnectionSelectionInfoSets the primary selection foreground color for the bendpoint.- Specified by:
setPrimarySelectionBendpointForegroundColorin interfaceIConnectionSelectionInfo- Parameters:
color- the color
-
setPrimarySelectionBendpointBackgroundColor
public void setPrimarySelectionBendpointBackgroundColor(IColorConstant color)
Description copied from interface:IConnectionSelectionInfoSets the primary selection background color for the bendpoint.- Specified by:
setPrimarySelectionBendpointBackgroundColorin interfaceIConnectionSelectionInfo- Parameters:
color- the color
-
setSecondarySelectionBendpointForegroundColor
public void setSecondarySelectionBendpointForegroundColor(IColorConstant color)
Description copied from interface:IConnectionSelectionInfoSets the secondary selection foreground color for the bendpoint.- Specified by:
setSecondarySelectionBendpointForegroundColorin interfaceIConnectionSelectionInfo- Parameters:
color- the color
-
setSecondarySelectionBendpointBackgroundColor
public void setSecondarySelectionBendpointBackgroundColor(IColorConstant color)
Description copied from interface:IConnectionSelectionInfoSets the secondary selection background color for the bendpoint.- Specified by:
setSecondarySelectionBendpointBackgroundColorin interfaceIConnectionSelectionInfo- Parameters:
color- the color
-
-