Class CircleSegmentHandlePart

    • Field Detail

      • DEFAULT_SIZE

        protected static final double DEFAULT_SIZE
        The default size for this part's visualization.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CircleSegmentHandlePart

        public CircleSegmentHandlePart()
    • Method Detail

      • doCreateVisual

        protected javafx.scene.shape.Circle doCreateVisual()
        Creates the visual representation of this selection handle.
        Specified by:
        doCreateVisual in class AbstractVisualPart<javafx.scene.shape.Circle>
        Returns:
        Node representing the handle visually
      • doRefreshVisual

        public void doRefreshVisual​(javafx.scene.shape.Circle visual)
        Description copied from class: AbstractVisualPart
        Refreshes this part's visualization based on this part's content.
        Overrides:
        doRefreshVisual in class AbstractSegmentHandlePart<javafx.scene.shape.Circle>
        Parameters:
        visual - This part's visual.
      • updateColor

        protected void updateColor()
        Updates the color of this part's visualization. If this handle part represents a way or end point of an Connection, it's color will be set to indicate whether the handle is connected to another part or not.