- java.lang.Object
-
- eu.hansolo.tilesfx.tools.GradientLookup
-
public class GradientLookup extends java.lang.ObjectCreated by hansolo on 25.12.16.
-
-
Constructor Summary
Constructors Constructor Description GradientLookup()GradientLookup(java.util.List<javafx.scene.paint.Stop> STOPS)GradientLookup(javafx.scene.paint.Stop... STOPS)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.scene.paint.ColorgetColorAt(double POSITION_OF_COLOR)javafx.scene.paint.StopgetStopAt(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)voidsetStops(java.util.List<javafx.scene.paint.Stop> STOPS)voidsetStops(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)
-
-