Class RippleEffect


  • public class RippleEffect
    extends Object
    • Constructor Detail

      • RippleEffect

        public RippleEffect​(javafx.beans.property.ReadOnlyDoubleProperty containerWidth,
                            javafx.beans.property.ReadOnlyDoubleProperty containerHeight,
                            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,
                                  Supplier<javafx.collections.ObservableList<javafx.scene.Node>> getChildren)