Package JavaFX.shapes
Interface Drawable
-
- All Known Implementing Classes:
DrawableLine,DrawableRectangle
public interface DrawableDrawable interface. Defines the mouse related events.- Author:
- Leonardo-Rocha, GabrielChiquetto
-
-
Method Summary
Modifier and Type Method Description javafx.scene.shape.ShapegetShape()voidonMouseDragged(javafx.scene.input.MouseEvent event)voidonMouseReleased(javafx.scene.input.MouseEvent event)
-