[API-REVIEW] RT-32848: Add CENTER constant to BackgroundPosition

Richard Bair richard.bair at oracle.com
Wed Oct 2 13:37:29 PDT 2013


Simple API addition to BackgroundPosition:

    /**
     * A BackgroundPosition which will center a BackgroundImage.
     */
    public static final BackgroundPosition CENTER = new BackgroundPosition(
            Side.LEFT, .5, true, Side.TOP, .5, true);

No implementation changes.


More information about the openjfx-dev mailing list