Class GradientLookup


  • public class GradientLookup
    extends java.lang.Object
    Created by hansolo on 25.12.16.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.scene.paint.Color getColorAt​(double POSITION_OF_COLOR)  
      javafx.scene.paint.Stop getStopAt​(double POSITION_OF_STOP)  
      java.util.List<javafx.scene.paint.Stop> getStops()  
      java.util.List<javafx.scene.paint.Stop> getStopsBetween​(double MIN_OFFSET, double MAX_OFFSET)  
      void setStops​(java.util.List<javafx.scene.paint.Stop> STOPS)  
      void setStops​(javafx.scene.paint.Stop... STOPS)  
      • Methods inherited from class java.lang.Object

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

      • GradientLookup

        public GradientLookup()
      • GradientLookup

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

        public GradientLookup​(java.util.List<javafx.scene.paint.Stop> STOPS)
    • Method Detail

      • getColorAt

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

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

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

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

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

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