Class BezierPathEditHandle

All Implemented Interfaces:
Handle

public class BezierPathEditHandle extends BezierPathOutlineHandle
  • Constructor Details

  • Method Details

    • onMousePressed

      public void onMousePressed(javafx.scene.input.MouseEvent event, DrawingView view)
    • onMouseReleased

      public void onMouseReleased(javafx.scene.input.MouseEvent event, DrawingView view)
    • isSelectable

      public boolean isSelectable()
      Description copied from interface: Handle
      Whether the handle is selectable.
      Specified by:
      isSelectable in interface Handle
      Overrides:
      isSelectable in class BezierPathOutlineHandle
      Returns:
      true if selectable
    • isEditable

      public boolean isEditable()
      Description copied from interface: Handle
      Returns true if this handle is editable.
      Specified by:
      isEditable in interface Handle
      Overrides:
      isEditable in class BezierPathOutlineHandle
      Returns:
      the default implementation returns true if the owner is editable