Package org.mapfish.print.attribute

Examples of org.mapfish.print.attribute.NorthArrowAttribute


        } else if (att instanceof ScalebarAttribute) {
            ScalebarAttribute scalebarAttribute = (ScalebarAttribute) att;
            scalebarAttribute.setWidth(300);
            scalebarAttribute.setHeight(120);
        } else if (att instanceof NorthArrowAttribute) {
            NorthArrowAttribute northArrowAttribute = (NorthArrowAttribute) att;
            northArrowAttribute.setSize(50);
        }
    }
View Full Code Here

TOP

Related Classes of org.mapfish.print.attribute.NorthArrowAttribute

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.