Class SquareSegmentHandlePart

All Implemented Interfaces:
Comparable<AbstractSegmentHandlePart<? extends javafx.scene.Node>>, IActivatable, IAdaptable, IAdaptable.Bound<IViewer>, IDisposable, IHandlePart<javafx.scene.shape.Rectangle>, IVisualPart<javafx.scene.shape.Rectangle>

public class SquareSegmentHandlePart extends AbstractSegmentHandlePart<javafx.scene.shape.Rectangle>
An AbstractSegmentHandlePart with a quadratic Rectangle visual.
  • Field Details

    • DEFAULT_SIZE

      public static final double DEFAULT_SIZE
      The default size for this part's visualization.
      See Also:
  • Constructor Details

    • SquareSegmentHandlePart

      public SquareSegmentHandlePart()
  • Method Details

    • doCreateVisual

      protected javafx.scene.shape.Rectangle doCreateVisual()
      Description copied from class: AbstractVisualPart
      Creates this part's visual.
      Specified by:
      doCreateVisual in class AbstractVisualPart<javafx.scene.shape.Rectangle>
      Returns:
      This part's visual.