Package javafx.scene.layout

Examples of javafx.scene.layout.BackgroundImage


                            }
                        }
                        break;
                }
                if(image!=null){
                    fillFrame=new Background(new BackgroundImage(image,
                                            BackgroundRepeat.NO_REPEAT, BackgroundRepeat.NO_REPEAT,
                                            BackgroundPosition.CENTER, new BackgroundSize(width,height,false,false,false,true)));
                }
                resize();
            });
View Full Code Here

TOP

Related Classes of javafx.scene.layout.BackgroundImage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.