Package JavaFX.shapes

Interface Drawable

  • All Known Implementing Classes:
    DrawableLine, DrawableRectangle

    public interface Drawable
    Drawable interface. Defines the mouse related events.
    Author:
    Leonardo-Rocha, GabrielChiquetto
    • Method Summary

      Modifier and Type Method Description
      javafx.scene.shape.Shape getShape()  
      void onMouseDragged​(javafx.scene.input.MouseEvent event)  
      void onMouseReleased​(javafx.scene.input.MouseEvent event)  
    • Method Detail

      • onMouseDragged

        void onMouseDragged​(javafx.scene.input.MouseEvent event)
      • onMouseReleased

        void onMouseReleased​(javafx.scene.input.MouseEvent event)
      • getShape

        javafx.scene.shape.Shape getShape()