Examples of HaloImpl


Examples of org.geotools.styling.HaloImpl

                            styleBuilder.literalExpression(haloWidthScale.getSelection()));
                    textSymbolizer.getHalo().getFill().setOpacity(
                            styleBuilder.literalExpression(
                                    haloOpacityScale.getSelection()/opacityMaxValueFloat));
                } else {
                    HaloImpl halo = new HaloImpl();
                    textSymbolizer.setHalo(halo);
                    textSymbolizer.getHalo().setFill(
                            styleBuilder.createFill(new Color(haloColor.red, haloColor.green,
                                    haloColor.blue)));
                    textSymbolizer.getHalo().setRadius(
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.