-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
It is non-obvious and really common use case to center a background image. It would be really helpful if BackgroundPosition.CENTER was a prebuilt value for centering background image.
Please add:
public static final BackgroundPosition CENTER = new BackgroundPosition(Side.LEFT,.5,true,Side.TOP,.5,true);
Please add:
public static final BackgroundPosition CENTER = new BackgroundPosition(Side.LEFT,.5,true,Side.TOP,.5,true);