java.lang.Object
eu.hansolo.toolboxfx.GradientLookup
-
Constructor Summary
ConstructorsConstructorDescriptionGradientLookup(List<javafx.scene.paint.Stop> STOPS) GradientLookup(javafx.scene.paint.Stop... STOPS) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.paint.ColorgetColorAt(double POSITION_OF_COLOR) javafx.scene.paint.StopgetStopAt(double POSITION_OF_STOP) List<javafx.scene.paint.Stop>getStops()List<javafx.scene.paint.Stop>getStopsBetween(double MIN_OFFSET, double MAX_OFFSET) voidvoidsetStops(javafx.scene.paint.Stop... STOPS)
-
Constructor Details
-
GradientLookup
public GradientLookup() -
GradientLookup
public GradientLookup(javafx.scene.paint.Stop... STOPS) -
GradientLookup
-
-
Method Details
-
getColorAt
public javafx.scene.paint.Color getColorAt(double POSITION_OF_COLOR) -
getStops
-
setStops
public void setStops(javafx.scene.paint.Stop... STOPS) -
setStops
-
getStopAt
public javafx.scene.paint.Stop getStopAt(double POSITION_OF_STOP) -
getStopsBetween
-