Class GradientLookup

java.lang.Object
eu.hansolo.toolboxfx.GradientLookup

public class GradientLookup extends Object
  • Constructor Details

    • GradientLookup

      public GradientLookup()
    • GradientLookup

      public GradientLookup(javafx.scene.paint.Stop... STOPS)
    • GradientLookup

      public GradientLookup(List<javafx.scene.paint.Stop> STOPS)
  • Method Details

    • getColorAt

      public javafx.scene.paint.Color getColorAt(double POSITION_OF_COLOR)
    • getStops

      public List<javafx.scene.paint.Stop> getStops()
    • setStops

      public void setStops(javafx.scene.paint.Stop... STOPS)
    • setStops

      public void setStops(List<javafx.scene.paint.Stop> STOPS)
    • getStopAt

      public javafx.scene.paint.Stop getStopAt(double POSITION_OF_STOP)
    • getStopsBetween

      public List<javafx.scene.paint.Stop> getStopsBetween(double MIN_OFFSET, double MAX_OFFSET)