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
-
Method Summary
Modifier and TypeMethodDescriptionGets the primary selection background color for the bendpoint.Gets the primary selection foreground color for the bendpoint.Gets the secondary selection background color for the bendpoint.Gets the secondary selection foreground color for the bendpoint.void
Sets the primary selection background color for the bendpoint.void
Sets the primary selection foreground color for the bendpoint.void
Sets the secondary selection background color for the bendpoint.void
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
-
Constructor Details
-
ConnectionSelectionInfoImpl
public ConnectionSelectionInfoImpl()
-
-
Method Details
-
getPrimarySelectionBendpointForegroundColor
Description copied from interface:IConnectionSelectionInfo
Gets the primary selection foreground color for the bendpoint.- Specified by:
getPrimarySelectionBendpointForegroundColor
in interfaceIConnectionSelectionInfo
- Returns:
- the foreground color
-
getPrimarySelectionBendpointBackgroundColor
Description copied from interface:IConnectionSelectionInfo
Gets the primary selection background color for the bendpoint.- Specified by:
getPrimarySelectionBendpointBackgroundColor
in interfaceIConnectionSelectionInfo
- Returns:
- the background color
-
getSecondarySelectionBendpointForegroundColor
Description copied from interface:IConnectionSelectionInfo
Gets the secondary selection foreground color for the bendpoint.- Specified by:
getSecondarySelectionBendpointForegroundColor
in interfaceIConnectionSelectionInfo
- Returns:
- the foreground color
-
getSecondarySelectionBendpointBackgroundColor
Description copied from interface:IConnectionSelectionInfo
Gets the secondary selection background color for the bendpoint.- Specified by:
getSecondarySelectionBendpointBackgroundColor
in interfaceIConnectionSelectionInfo
- Returns:
- the background color
-
setPrimarySelectionBendpointForegroundColor
Description copied from interface:IConnectionSelectionInfo
Sets the primary selection foreground color for the bendpoint.- Specified by:
setPrimarySelectionBendpointForegroundColor
in interfaceIConnectionSelectionInfo
- Parameters:
color
- the color
-
setPrimarySelectionBendpointBackgroundColor
Description copied from interface:IConnectionSelectionInfo
Sets the primary selection background color for the bendpoint.- Specified by:
setPrimarySelectionBendpointBackgroundColor
in interfaceIConnectionSelectionInfo
- Parameters:
color
- the color
-
setSecondarySelectionBendpointForegroundColor
Description copied from interface:IConnectionSelectionInfo
Sets the secondary selection foreground color for the bendpoint.- Specified by:
setSecondarySelectionBendpointForegroundColor
in interfaceIConnectionSelectionInfo
- Parameters:
color
- the color
-
setSecondarySelectionBendpointBackgroundColor
Description copied from interface:IConnectionSelectionInfo
Sets the secondary selection background color for the bendpoint.- Specified by:
setSecondarySelectionBendpointBackgroundColor
in interfaceIConnectionSelectionInfo
- Parameters:
color
- the color
-