Package org.locationtech.udig.project.ui.render.glass

Examples of org.locationtech.udig.project.ui.render.glass.GlassPane.draw()


    private void drawGlassPane(ViewportGraphics g){
        GC gc = g.getGraphics(GC.class);
        if (gc != null ){
            GlassPane glass = this.pane.getGlass();
            if (glass != null){
                glass.draw(gc);
            }   
        }   
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.