java.lang.Object
org.jhotdraw8.draw.handle.AbstractHandle
org.jhotdraw8.draw.handle.BezierPathOutlineHandle
org.jhotdraw8.draw.handle.BezierPathEditHandle
- All Implemented Interfaces:
Handle
-
Field Summary
Fields inherited from class org.jhotdraw8.draw.handle.AbstractHandle
owner -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this handle is editable.booleanWhether the handle is selectable.voidonMousePressed(@NonNull javafx.scene.input.MouseEvent event, @NonNull DrawingView view) voidonMouseReleased(@NonNull javafx.scene.input.MouseEvent event, @NonNull DrawingView view) Methods inherited from class org.jhotdraw8.draw.handle.BezierPathOutlineHandle
contains, getCursor, getNode, updateNodeMethods inherited from class org.jhotdraw8.draw.handle.AbstractHandle
dispose, getOwner, isCompatibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.draw.handle.Handle
onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragged
-
Constructor Details
-
BezierPathEditHandle
-
-
Method Details
-
onMousePressed
-
onMouseReleased
public void onMouseReleased(@NonNull javafx.scene.input.MouseEvent event, @NonNull DrawingView view) -
isSelectable
public boolean isSelectable()Description copied from interface:HandleWhether the handle is selectable.- Specified by:
isSelectablein interfaceHandle- Overrides:
isSelectablein classBezierPathOutlineHandle- Returns:
- true if selectable
-
isEditable
public boolean isEditable()Description copied from interface:HandleReturns true if this handle is editable.- Specified by:
isEditablein interfaceHandle- Overrides:
isEditablein classBezierPathOutlineHandle- Returns:
- the default implementation returns true if the owner is editable
-