public class EllipticalGradient
extends java.lang.Object
| Constructor and Description |
|---|
EllipticalGradient(java.util.List<javafx.scene.paint.Stop> STOPS) |
EllipticalGradient(javafx.scene.paint.Stop... STOPS) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.ImagePattern |
getFill(javafx.scene.shape.Shape SHAPE) |
javafx.scene.paint.ImagePattern |
getFill(javafx.scene.shape.Shape SHAPE,
javafx.geometry.Point2D CENTER) |
javafx.scene.image.Image |
getImage(double WIDTH,
double HEIGHT) |
javafx.scene.image.Image |
getImage(double WIDTH,
double HEIGHT,
javafx.geometry.Point2D CENTER) |
java.util.List<javafx.scene.paint.Stop> |
getStops() |
public EllipticalGradient(javafx.scene.paint.Stop... STOPS)
public EllipticalGradient(java.util.List<javafx.scene.paint.Stop> STOPS)
public java.util.List<javafx.scene.paint.Stop> getStops()
public javafx.scene.image.Image getImage(double WIDTH,
double HEIGHT)
public javafx.scene.image.Image getImage(double WIDTH,
double HEIGHT,
javafx.geometry.Point2D CENTER)
public javafx.scene.paint.ImagePattern getFill(javafx.scene.shape.Shape SHAPE)
public javafx.scene.paint.ImagePattern getFill(javafx.scene.shape.Shape SHAPE,
javafx.geometry.Point2D CENTER)