Interface IHighlightPropertyOwnerPart
- All Known Implementing Classes:
AbstractArcPart,AbstractConnectionLinkPart,AbstractImagePart,AbstractLocatablePart,AbstractNodePart,AbstractPart
public interface IHighlightPropertyOwnerPart
-
Method Summary
Modifier and TypeMethodDescriptionvoidhighlight(javafx.scene.paint.Color highlightColor) booleanvoid
-
Method Details
-
highlight
void highlight(javafx.scene.paint.Color highlightColor) -
unhighlight
void unhighlight() -
isHighlighted
boolean isHighlighted()
-