Class SelectionFeedbackPart

    • Field Detail

      • DEFAULT_STROKE_WIDTH

        protected static final double DEFAULT_STROKE_WIDTH
        The stroke width for selection feedback.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SelectionFeedbackPart

        public SelectionFeedbackPart()
        Default constructor.
    • Method Detail

      • getPrimarySelectionColor

        protected javafx.scene.paint.Color getPrimarySelectionColor()
        Returns the primary selection Color.
        Returns:
        The primary selection Color.
      • getSecondarySelectionColor

        protected javafx.scene.paint.Color getSecondarySelectionColor()
        Returns the primary selection Color.
        Returns:
        The primary selection Color.
      • setGeometryProvider

        public void setGeometryProvider​(Provider<? extends IGeometry> geometryProvider)
        Sets the feedback geometry provider ( Provider<IGeometry>) of this part to the given value.
        Parameters:
        geometryProvider - The new feedback geometry provider for this part.