Package JavaFX

Class DrawAction


  • class DrawAction
    extends java.lang.Object
    DrawAction data structure to store all mouse drag actions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javafx.scene.paint.Color fillColor  
      (package private) double size  
      (package private) double x  
      (package private) double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      DrawAction​(javafx.scene.paint.Color fillColor, double size, double x, double y)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fillColor

        javafx.scene.paint.Color fillColor
      • size

        double size
      • x

        double x
      • y

        double y
    • Constructor Detail

      • DrawAction

        DrawAction​(javafx.scene.paint.Color fillColor,
                   double size,
                   double x,
                   double y)