Package com.bbn.openmap.util.wanderer

Examples of com.bbn.openmap.util.wanderer.Wanderer


        SVG2GIF svg2gif = new SVG2GIF();
        if (dim != null) {
            svg2gif.setDimension(dim);
        }
        Wanderer wanderer = new Wanderer(svg2gif);


        // Assume that the arguments are paths to directories or
        // files.
        for (int i = 0; i < dirs.length; i++) {
            wanderer.handleEntry(new File(dirs[i]));
        }

    }
View Full Code Here

TOP

Related Classes of com.bbn.openmap.util.wanderer.Wanderer

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.