Class Helper

java.lang.Object
eu.hansolo.fx.monitor.tools.Helper

public class Helper
extends Object
  • Constructor Summary

    Constructors
    Constructor Description
    Helper()  
  • Method Summary

    Modifier and Type Method Description
    static double clamp​(double min, double max, double value)  
    static javafx.scene.image.Image createNoiseImage​(double width, double height, javafx.scene.paint.Color darkColor, javafx.scene.paint.Color brightColor, double alphaVariationInPercent)  
    static void enableNode​(javafx.scene.Node node, boolean enable)  

    Methods inherited from class java.lang.Object

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

    • Helper

      public Helper()
  • Method Details

    • clamp

      public static final double clamp​(double min, double max, double value)
    • enableNode

      public static final void enableNode​(javafx.scene.Node node, boolean enable)
    • createNoiseImage

      public static final javafx.scene.image.Image createNoiseImage​(double width, double height, javafx.scene.paint.Color darkColor, javafx.scene.paint.Color brightColor, double alphaVariationInPercent)