Class GradientLookup

java.lang.Object
eu.hansolo.medusa.tools.GradientLookup

public class GradientLookup extends Object
Created by hansolo on 21.12.15.
  • 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)