Package org.eclipse.graphiti.tb
Interface IShapeSelectionInfo
- All Superinterfaces:
- ISelectionInfo
- All Known Subinterfaces:
- IAnchorSelectionInfo
- All Known Implementing Classes:
- AnchorSelectionInfoImpl,- ShapeSelectionInfoImpl
The Interface IShapeSelectionInfo.
- Since:
- 0.10
- 
Method SummaryModifier and TypeMethodDescriptionGets the primary selection background color.Gets the primary selection background color for the selection handle.Gets the primary selection foreground color for the selection handle.Gets the secondary selection background color.Gets the secondary selection background color for the selection handle.Gets the secondary selection foreground color for the selection handle.voidSets color for primary selection background.voidSets the primary selection background color for the selection handle.voidSets the primary selection foreground color for the selection handle.voidSets color for secondary selection background.voidSets the secondary selection background color for the selection handle.voidSets the secondary selection foreground color for the selection handle.Methods inherited from interface org.eclipse.graphiti.tb.ISelectionInfogetColor, getHoverColor, getHoverColorParentSelected, getLineStyle, getLineWidth, setColor, setHoverColor, setHoverColorParentSelected, setLineStyle, setLineWidth
- 
Method Details- 
getPrimarySelectionBackgroundColorIColorConstant getPrimarySelectionBackgroundColor()Gets the primary selection background color. Only used if no Rendering style is set.- Returns:
- the primary selection background color
 
- 
getSecondarySelectionBackgroundColorIColorConstant getSecondarySelectionBackgroundColor()Gets the secondary selection background color. Only used if no Rendering style is set.- Returns:
- the secondary selection background color
 
- 
setPrimarySelectionBackgroundColorSets color for primary selection background. Only used if no Rendering style is set.- Parameters:
- color- the color
 
- 
setSecondarySelectionBackgroundColorSets color for secondary selection background. Only used if no Rendering style is set.- Parameters:
- color- the color
 
- 
getPrimarySelectionHandleForegroundColorIColorConstant getPrimarySelectionHandleForegroundColor()Gets the primary selection foreground color for the selection handle.- Returns:
- the foreground color
 
- 
getPrimarySelectionHandleBackgroundColorIColorConstant getPrimarySelectionHandleBackgroundColor()Gets the primary selection background color for the selection handle.- Returns:
- the background color
 
- 
getSecondarySelectionHandleForegroundColorIColorConstant getSecondarySelectionHandleForegroundColor()Gets the secondary selection foreground color for the selection handle.- Returns:
- the foreground color
 
- 
getSecondarySelectionHandleBackgroundColorIColorConstant getSecondarySelectionHandleBackgroundColor()Gets the secondary selection background color for the selection handle.- Returns:
- the background color
 
- 
setPrimarySelectionHandleForegroundColorSets the primary selection foreground color for the selection handle.- Parameters:
- color- the color
 
- 
setPrimarySelectionHandleBackgroundColorSets the primary selection background color for the selection handle.- Parameters:
- color- the color
 
- 
setSecondarySelectionHandleForegroundColorSets the secondary selection foreground color for the selection handle.- Parameters:
- color- the color
 
- 
setSecondarySelectionHandleBackgroundColorSets the secondary selection background color for the selection handle.- Parameters:
- color- the color
 
 
-