Class RippleEffect


  • public class RippleEffect
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RippleEffect​(javafx.beans.property.ReadOnlyDoubleProperty containerWidth, javafx.beans.property.ReadOnlyDoubleProperty containerHeight, java.util.function.Supplier<javafx.scene.layout.Background> containerBackground)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void attach​(javafx.scene.layout.Region node, java.util.function.Supplier<javafx.collections.ObservableList<javafx.scene.Node>> getChildren)  
      void setRippleColor​(javafx.scene.paint.Color color)  
      • Methods inherited from class java.lang.Object

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

      • RippleEffect

        public RippleEffect​(javafx.beans.property.ReadOnlyDoubleProperty containerWidth,
                            javafx.beans.property.ReadOnlyDoubleProperty containerHeight,
                            java.util.function.Supplier<javafx.scene.layout.Background> containerBackground)
    • Method Detail

      • setRippleColor

        public void setRippleColor​(javafx.scene.paint.Color color)
      • attach

        public static void attach​(javafx.scene.layout.Region node,
                                  java.util.function.Supplier<javafx.collections.ObservableList<javafx.scene.Node>> getChildren)